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

#contents > div > .inner01 > #section01 table tr td {
	position: relative;
}
#contents .txt999 {
	color: #00a0e9;
	border: 1px solid #00a0e9;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 12em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5;
}

#contents > div > .inner01 > #section01 .txt999.fix01 {
	width: 26em;
	position: static;
}
#contents > div > .inner01 > #section01 table {
	width: 100%;
	margin-bottom: 3em;
}
#contents > div > .inner01 > #section01 table tr:not(:last-child) {
	border-bottom: 1px solid #d2d2d2;
}
#contents > div > .inner01 > #section01 table tr th,
#contents > div > .inner01 > #section01 table tr td {
	padding: 1em 0;
}
#contents > div > .inner01 > #section01 table tr th {
	width: 9em;
	text-align: left;
	text-indent: 0.2em;
}
#contents > div > .inner01 > #section01 table tr td:nth-of-type(1) {
	width: 4em;
}
@media only screen and (max-width: 1200px) {
	#contents > div > .inner01 > #section01 table tr th {
		width: 7em;
	}
	#contents > div > .inner01 > #section01 table tr td:nth-of-type(1) {
		width: 2em;
	}
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	#contents > div > .inner01 > #section01 table {
    margin-bottom: 0;
	}
	#contents > div > .inner01 > #section01 table tr:not(:last-child) {
		border-bottom: none;
	}
	#contents > div > .inner01 > #section01 table tr th,
	#contents > div > .inner01 > #section01 table tr td {
		display: block;
		padding: 0.5em 0;
		width: 100%;
		text-align: center;
	}
	#contents > div > .inner01 > #section01 table tr th {
		background: #ebebeb;
	}
	#contents > div > .inner01 > #section01 table tr td:nth-of-type(1) {
		display: none;
	}
	#contents > div > .inner01 > #section01 table tr.fix01 td {
		text-align: left;
	}

}
@media (orientation: landscape) and (max-width: 767px){
}
