@charset "utf-8";
/*========================================*
*　■よくある質問
*========================================*/
@import "common.css";




ul#qst-list{
	border: 1px solid red;
	
	
	padding:20px 20px 10px 40px;
	background: #FFEDBB;
	border: 1px solid #FB9727;
}
ul#qst-list li{
	margin-bottom: 10px;
	list-style-image:url(../img/faq/icn_qst.gif);
}
ul#qst-list li a{
	color: #FE6601;
}


#ans-cols{
	width: 629px;
}
#ans-cols div.column{
	background: #FFEDBB;
}
#ans-cols h3{
	color: #fff;
	background: #FB9728;
	
	margin-bottom: 0px;
	padding: 7px 0 7px 28px;
	
	background: url(../img/faq/cpt_qst.gif) no-repeat left top;
}
#ans-cols h3 a{
	color: #fff;
	text-decoration: none;
}

#ans-cols p{
	padding: 10px 10px 10px 30px;
	background: url(../img/faq/cpt_ans.gif) no-repeat 13px 15px;
}






