@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq {
	margin-bottom: 70px;
}
#faq ul.nav {
	border-bottom: 1px dotted #999;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#faq ul.nav li {
	background: url(../image/faq.jpg) left 6px no-repeat;
	    padding: 0 0 0 21px;
    margin-bottom: 6px;
}
#faq ul.nav li a{
	color: #0071B7;
	font-size: 14px;
	font-weight: bold;
}
#faq dl {
	margin-bottom: 30px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left 0px no-repeat;
	padding: 6px 0 7px 56px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #4D4D4D;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left 0px no-repeat;
	padding: 8px 0 40px 56px;
	border-bottom: 1px dotted #999;
	margin-bottom: 40px;
}
#faq dl dd:last-child{
	padding-bottom: 7px;
	margin-bottom: 0;
	border: none;
}