@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq{
	/* margin-bottom: 80px; */
}
#faq ul.nav {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DEDEDE;
	/* padding-bottom: 5px; */
}
#faq ul.nav a{
	color: #000;
    font-weight: bold;
    text-decoration: none;
}
#faq ul.nav a:hover{
	color: #000;
    font-weight: bold;
    text-decoration: underline;
}
	    
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left 0px no-repeat;
	padding: 3px 0 2px 43px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 1.14em;
	min-height:33px;
}
#faq dl {
	margin-bottom: 30px;
}
#faq dl:last-child {
	margin-bottom: 0px;
}
#faq dl dt {
	min-height:33px;
	color:#0F65BD;
	font-weight:bold;
	background: url(../image/icon_q2.jpg) left 0px no-repeat;
	padding: 5px 0 2px 43px;
	line-height: 1.6;
	margin-bottom: 10px;
	font-size: 1.14em;
	}
#faq dl dd {
/*	background: url(../image/icon_a.jpg) left 0px no-repeat;*/
	padding: 3px 0 2px 0;
	/*padding: 3px 0 2px 43px;*/
	margin-bottom:15px;
	/* padding-bottom: 25px; */
	/* border-bottom: 1px dotted #4D4D4D; */
}
