@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq ul.nav {
	border-bottom: 1px dotted #CABFB5;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left 2px no-repeat;
	padding: 3px 0 1px 35px;
	margin-bottom: 5px;
	line-height: 1.6;
}
#faq dl {
	margin-bottom: 35px;
}
#faq dl dt {
	margin-bottom: 10px;
	font-size: 1.18em;
	font-weight: bold;
	line-height: 1.4;
	color:#fff;
	background: url(../image/faq_bm.jpg) left bottom no-repeat;
	padding-bottom: 5px;
}
#faq dl dt span {
	background: url(../image/faq_top.jpg) left top no-repeat;
	display: block;
	padding: 5px 10px 0 35px;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left 2px no-repeat;
	padding: 1px 0 0 35px;
	margin-bottom:21px;
}
#faq dl dd p{
	margin-bottom:30px;
}
#faq dl dd p.last{
	margin-bottom:0;
}