/* CSS Document */
.content {
	margin-top: 20px;
}
/*tabel*/
#info table th, #info table td {
	padding: 9px;
	text-align: left;
}
#info table th {
	background-color: #ededff;
	width: 11em;
	color: #1a1c6d;
}
/*▼table border*/
#info table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #004f94;
}
#info table tr {
	border-left: solid #004f94 1px;
	border-right: solid #004f94 1px;
}
#info table tr:first-child {
	border-top: solid #004f94 1px;
}
#info table th, #info table td {
	border-bottom: dotted #004f94 1px;
}
#info table th {
	border-right: dotted #004f94 1px;
}
#info table th.last, #info table td.last {
	border-bottom: solid #004f94 1px;
}
#info table {
	border-bottom: 0px;
}
/*▲table border*/
#info .koumoku.pdf_link {
	margin: 10px;
}
#info .koumoku.pdf_link p {
	margin-bottom: 0.7em;
}
#info .koumoku.pdf_link p a:after {
	content: "";
	display: inline-block;
	background-image: url("../img/pdf_icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-left: 0.5em;
}
hr {
	height: 1px;
	background-color: #ddd;
	border: none;
}