@charset "utf-8";
.under {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.font_b {
	font-weight: bold!important;
}
.koden_list,
.shuha_list,
.pr_list {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto;
	font-size: 16px;
}
.shuha_list,
.pr_list {
	margin-bottom: 10px;
}
.mpt2 {
	width: 70%;
}

.koden_list th,
.shuha_list th,
.pr_list th {
	font-weight: 900;
}

.koden_list th,
.koden_list td,
.shuha_list th,
.shuha_list td,
.pr_list th,
.pr_list td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.koden_list th:last-of-type,
.koden_list td:last-of-type,
.shuha_list th:last-of-type,
.shuha_list td:last-of-type,
.pr_list  th:last-of-type,
.pr_list  td:last-of-type {
	border-right: none;
}
.koden_list th.bg_blue {
	border-right: 1px solid #ccc;
}
.koden_list tr:last-of-type th,
.koden_list th:last-of-type td,
.shuha_list tr:last-of-type th,
.shuha_list th:last-of-type td,
.pr_list tr:last-of-type th,
.pr_list tr:last-of-type td {
	border-bottom: none;
}

.koden_list th,
.shuha_list th,
.pr_list th{
	background-color: #F3FEFF;
}
.koden_list th:first-child {
	width: 25%;
}
.koden_list td {
	background-color: #fff;
	text-align: center;
	width: 15%;
}
.koden_list td span {
	font-weight: bold;
	color: #ff0000;
}
.shuha_list th,
.shuha_list td {
	text-align: center;
}
.pr_list th,
.pr_list td {
	text-align: center;
}
.shuha_list th:first-of-type,
.shuha_list td:first-of-type {
	width: 21%;
}
.shuha_list th:nth-of-type(2),
.shuha_list td:nth-of-type(2) {
	width: 22%;
}
.shuha_list th:nth-of-type(3),
.shuha_list td:nth-of-type(3) {
	width: 22%;
}
.shuha_list th:nth-of-type(4),
.shuha_list td:nth-of-type(4) {
	width: 32%;
}
.pr_list th:first-of-type,
.pr_list td:first-of-type {
	width: 25%;
}
.pr_list th:nth-of-type(2),
.pr_list td:nth-of-type(2) {
	width: 37%;
}
.pr_list th:nth-of-type(3),
.pr_list td:nth-of-type(3) {
	width: 37%;
}

.sb_title {
	margin-top: 20px;
	border-left: 6px solid #04ADA8;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}

.sub_box {
	position: relative;
	border-radius: 5px;
	border: 2px solid #ff0000;
}
.sub_box .title {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	top: -15px;
	left: 20px;
}
.sub_box .txt1 {
	padding: 20px 10px 10px;
}


@media only screen and (max-width: 768px){
	.koden_list,
	.shuha_list,
	.pr_list {
		font-size: 14px;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.sm_txt {
		color: #888;
		font-size: 14px;
		padding: 5px 0;
	}
}