@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq {
	margin-bottom: 40px;
}
#faq ul.nav {
	border-bottom: 1px dotted #C1A448;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) no-repeat;
	padding: 0 0 1px 40px;
	margin-bottom: 10px;
}
#faq ul.nav li a{
	color: #EB0C7A;
	font-weight: bold;
}
#faq dl {
	margin-bottom: 29px;
	border: 1px solid #DFDEC1;
}
#faq dl dt {
	
	background: #FAF2CF;
	padding: 11px 0 9px 19px;
	font-size: 1em;
	font-weight: bold;
}
#faq dl dd {
	padding: 12px 23px 11px 19px;
	border-top: 1px solid #DFDEC1;
}
