@charset "utf-8";
/* CSS Document */

#main_visual {
	width: 100%;
}
#main_visual {
	width: 100%;
	height: 300px;
	overflow: visible;
	text-align: center;
	position: relative;
	background: url(../../images2/top/bg_main_visual.jpg) repeat-x center top;
}
#page_wrapper {
	width: 1393px;
	height: 300px;	
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.main_contents {
	margin-bottom: 20px;
}
.main_contents h2 {
	margin-bottom: 20px;
}

.policy_wrapper {
	clear: both;
	padding: 9px;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
}
.policy_box {
	padding: 25px 40px;
	background: #fff;
	font-size: 16px;
}
.policy_ttl01 {
	margin-bottom: 19px;
}
.policy_box ol {
	margin: 0 0 40px 2em;
}
.policy_box ol li {
	list-style-type: decimal;
	margin-bottom: 15px;
}
.policy_txt {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #666;
}




