@charset "utf-8";

.box_anchor {
	padding-top: 5em;
}
article.list_tpl {
	width: 100%;
	padding: 0 5%;
}
.list_tpl .scrl_table {
	width: 100%;
}
.list_tpl table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.5;
	min-width: 1000px;
}
.list_tpl table th {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-weight: bold;
	color: #666;
	font-size: 0.9em;
	padding: 0.5em;
	text-align: center;
}
.list_tpl table tr:nth-child(1) th:nth-child(1) {width: 5em;}
.list_tpl table tr:nth-child(1) th:nth-child(2) {width: 7em;}
.list_tpl table tr:nth-child(1) th:nth-child(5) {width: 4em;}
.list_tpl table tr:nth-child(1) th:nth-child(6) {width: 4em;}
.list_tpl table tr:nth-child(1) th:nth-child(7) {width: 5em;}
.list_tpl table tr:nth-child(2) th:nth-child(1) {width: 4em;}
.list_tpl table tr:nth-child(2) th:nth-child(2) {width: 4em;}
.list_tpl table tr:nth-child(2) th:nth-child(3) {width: 6em;}
.list_tpl table tr:nth-child(2) th:nth-child(4) {width: 6em;}
.list_tpl table td {
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #333;
	font-size: 0.9em;
	padding: 0.5em;
	text-align: center;
}
.list_tpl table td.text {
	text-align: left;
}
.list_tpl table td a {
	color: #115C92;
	display: block;
}
.list_tpl table td a:hover {
	color: #064B7C;
	font-weight: bold;
}
.list_tpl table td a:visited {
	color: #840C66;
}
.list_tpl .note {
	width: 100%;
	text-align: right;
	color: #666;
}

.list_tpl .pc_none {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
	margin: 0 0 0.5em 0;
	padding: 0;
}
@media screen and (max-width: 850px) {
	.list_tpl .pc_none {
		display: block;
	}
}
@media screen and (max-width: 450px) {
	.list_tpl table {
		font-size: 0.9em;
	}
}

.table_scr_lock {
	width: 100%;
	height: 80vh;
	overflow: auto;
	padding: 0 0 1px 0;
}
.scr_box {
	position: absolute;
	display: none;
	left: auto;
	right: auto;
	top: 0;
	overflow: hidden;
	margin-right: 1px;
}
.scr_header {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.5;
	min-width: 1000px;
	margin: auto;
}
.disclosures {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 1.5em;
	margin-bottom: 3em;
}
.nrml_cont article .disclosures p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.2;
}
.disclosures a {
	color: #115C92;
}
.disclosures a:hover {
	color: #064B7C;
	font-weight: bold;
}