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

#sec01 {
	padding: 6% 0;
}
#sec01 .tableBox {
	text-align: center;
	padding: 30px 0;
}
#sec01 table {
	display: inline-block;
	width: auto;
	/*border-top: #999 solid 1px;*/
	border-collapse: collapse;
}

#sec01 th, #sec01 td {
	padding: 2em 1em;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
	border-bottom: #999 dotted 1px;
}
/*#sec01 tr:nth-child(2n) th, #sec01 tr:nth-child(2n) td {
	background-color: #eee;
}*/
#sec01 th {
	text-align: center;
	white-space: nowrap;
}
#sec01 td li {
	line-height: 1.4;
	padding: 0.3em 0;
}


@media screen and (max-width: 959px) {}

@media screen and (max-width: 599px) {
	#sec01 th, #sec01 td {
	font-size: 13px;
	}
}