@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 #999;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
#faq dl {
	margin-bottom: 40px;
	
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left 0px no-repeat;
	padding: 2px 0 0 30px;
	margin-bottom: 10px;
	font-size: 1.28em;
	color: #F15A24;
	font-weight: bold;
}
#faq dl dd {
	padding: 0 0 26px 0px;
	margin-bottom:26px;
	border-bottom: 1px dotted #999;
}
