@charset "UTF-8";
/* CSS Document */

table.table001 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

table.table001 caption {
  margin-top: 1em;
  text-align: right;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
}

table.table001 th {
	background: #0096ff;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}

table.table001 td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #d9e396;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
#wrapping .table001 tr td ul {
	margin-left: 0px !important;
}
#wrapping .table001 tr td li {
	list-style-position: outside;
	margin-left: 1em;
	text-align: left;
}
.border_sita {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 3px;
}
.txt_center {
	text-align: center;
	display: block;
	padding-top: 2px;
}
#wrapping .table001.mar3em tr th {
	background-color: #006a52;
}
@media screen and (min-width: 760px)  { 
table.table001 {
	width: 80%;
}
}
