@charset "UTF-8";
h2 + p {
	margin-bottom: 50px;
}
.classBox {
	margin-bottom: 50px;
}
.classBox .txtBox {
	float:left;
	width: 380px;
}
.classBox .txtBox + p {
	float: right;
}
.classBox .txtBox + p img {
	border-radius: 5px;
	margin-bottom: 10px;
}
#infoList li {
	padding: 15px 10px;
	background:url(../img/information/pdf_icon.jpg) no-repeat 0px 5px;
	text-indent:30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
}