@charset "UTF-8";

#main_img_wrap.main_faq{ background-image: url(../img/bg_main.jpg); }
/*---------- page_faq -------------*/
.page_faq .q{
	 background: url(../img/ico_q.png) no-repeat left top;
	 padding: 3px 0 10px 50px;
	 font-size: 20px;
	 color: #BD2464;
	 border-bottom: 2px dashed #ccc;
	 margin-bottom: 10px;
}
.page_faq .a{
	 background: url(../img/ico_a.png) no-repeat left top;
	 padding: 3px 0 7px 50px;
}
/*---------- End page_faq -------------*/




