@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* faq style */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

dl.faq {
	width: 580px;
	padding: 0px 0px 0px 0px;
}
dl.faq dt {
	float: left;
	width: 562px!important;
	width/**/: 580px;
	font-size: 14px;
	font-weight: bold;
	color: #f08800;
	line-height: 2.4em;
	background: url(../../images/commons/icon/ic_q.gif) no-repeat left 8px;
	padding: 0px 0px 0px 18px;
}
dl.faq dd {
	float: left;
	width: 546px!important;
	width/**/: 580px;
	font-size: 12px;
	font-weight: normal;
	color: #232323;
	line-height: 2.0em;
	background: url(../../images/commons/icon/ic_a.gif) no-repeat 14px 5px;
	padding: 0px 0px 10px 34px;
	border-bottom: 1px dashed #7ac3ff;
	margin: 0px 0px 10px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

