@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/

#faq dl {
	margin-bottom: 40px;
}
#faq dl dt {
	background: url(../image/q.jpg) left top no-repeat;
	padding:3px 0 2px 40px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size:1.15em;
	color: #752727;
}
#faq dl dd {
	padding: 0 0 25px 0;
	margin-bottom:30px;
	border-bottom: 1px solid #626262;
}
