@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     Contact css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Section*/
/*Question*/
.tx_q {
	font-weight: bold;
	background: url(../img/faq_img/bg_q.gif) no-repeat left top;
	padding: 10px 10px 12px 45px;
	color: #666;
}
.tx_q02 {
	font-weight: bold;
	background: url(../img/faq_img/bg_q.gif) no-repeat left top;
	padding: 3px 10px 12px 45px;
	line-height: 1.2;
	color: #666;
}
/*Answer*/
.tx_a {
	background: url(../img/faq_img/bg_a.gif) no-repeat left top;
	padding: 0 0 0 45px;
}