@charset "UTF-8";

#contentBody {
	width: 100%;
	background:url(../../img/bg_content_repeat.jpg) repeat center top;
	overflow: hidden;
}
#content {
	position: relative;
	background:url(../img/bg_faq_content.png) no-repeat center top;
	width: 100%;
	margin: 0 auto;
	height: 1700px;
}
#content #faq {
	width:486px;
	margin:0 auto;
	padding-bottom:140px;
	position: relative;
	z-index: 15;
}
#content #faq h2, #content #faq p {
	text-align:center;
}
#content #faq h2 {
	padding: 86px 0 14px 0;
}
#content #faq .faq {
	padding: 0 0 38px 0;
}
#content #mv_left {
	position: absolute;
	top: 0;
	right: 443px;
}
#content #mv_right {
	position: absolute;
	top: 0;
	left: 442px;
}


#content .faq_detail{
	width:950px;
	margin:0 auto;}

.faq_detail dl dt {
	margin:44px 0 0 0;
}
.faq_detail dl dd {
	background:url(../img/a_img.png) no-repeat left;
	padding:0 0 0 53px;
	margin:0 0 0 21px;
}
.faq_detail dl dd p {
	color: #333;
	font-size: 14px;
	width: 855px;
	padding: 17px 0 0px 0;
	height: 55px;
}
