@charset "utf-8";

/*==================================================================
	service css
==================================================================*/
/* #service */

#faq {
	
}
#faq .faqInfo  {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	
}
#faq .faqInfo h1 {
	font-size: 24px;
	font-weight: bold;
	background: url(../img/common/icon_hfaq.png) no-repeat 10px 0 , url(../img/common/bg_hd1boderL.png) no-repeat left center;
	padding-left: 50px;
	line-height: 30px;
	height: 43px;
	margin:20px 0 0 0;
}

#faq .faqInfo ul.faqNav {
	padding:30px 0 0 0;
}

#faq .faqInfo ul.faqNav li{
	float:left;
	padding:0 16px;
}

#faq .faqNaviBtn {
	width: 966px;
	overflow: hidden;
	margin: 0 auto;
	padding:10px 0;
}

#faq .faqNaviBtn h2 {
	margin:20px auto 10px auto;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/common/bg_hd2boderL.png) no-repeat left bottom;
	padding-left: 30px;
	line-height: 50px;
}

#faq .faqNaviBtn ul {
	border-bottom:dotted 1px #7D96C0;
	padding:20px 0 40px 0;
	margin:0 0 10px 0;
}

#faq .faqNaviBtn ul li {
	float:left;
	width:208px;
	padding:10px 16px;
}

#faq .faqNaviBtn ul li p{
	padding:0 5px;
}


#faq .faqList {
	width: 966px;
	overflow: hidden;
	margin: 0 auto;
	padding:20px 0;
}

#faq .faqList h2 {
	margin:20px auto 10px auto;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/common/bg_hd2boderL.png) no-repeat left bottom;
	padding-left: 30px;
	line-height: 50px;
}

#faq .faqList dl{
	width:954px;
	margin:0 auto;
	border-bottom:dotted 1px #7D96C0;
}

#faq .faqList dl dt{
	background-color:#f0f0f0;
	padding:10px;
	border-radius:4px; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(../pc/js/PIE.htc);
}

#faq .faqList dl dt p{
	background: url(../img/faq/icon_q.png) no-repeat left top;
	padding:5px 0 5px 35px;
}

#faq .faqList dl dd{
	padding:10px;
}

#faq .faqList dl dd.last{
	padding-bottom:50px;
}


#faq .faqList dl dd p{
	background: url(../img/faq/icon_a.png) no-repeat left top;
	padding:5px 0 5px 35px;
}

