@charset "UTF-8";
/* CSS Document */
.lst_box {
	width: 745px;
}
.lst_box ul {
	width: 745px;
}
.lst_box ul li {
	margin-top: 10px;
	float: left;
	width: 367px;
	height: 38px;
	background: url("../img/lst_bg.jpg")  no-repeat top left;
	font-size: 93.8%;
	line-height: 1.4;
	font-weight: bold;
}
.lst_box ul li a {
	padding: 10px 0 0 38px;
	display: block;
	color: #333;
	text-decoration: none;
}
.lst_box ul li a:hover {
	background: url("../img/lst_bg_ov.jpg")  no-repeat top left;
	height: 38px;
	color: #1e8723;
}
.lst_box ul li:nth-child(2n) {    /* 偶数番目(2,4,6……番目) */
	margin-left: 10px;
}
.section {
	margin-bottom: 40px;
}
.section ol {
	margin: 20px 0;
}
.section ol li {
	margin: 0 0 15px;
	padding: 0;
	font-size: 81.3%;
	line-height: 1.5;
	
}
.section .ptp {
	text-align: right;
}