@charset "utf-8";





/*
*
*
*	Question Module
*
*
*/ /*/////////////////////////////////   ////*/





/*/////////////////////////////////////////////////////////////////////////////////////////////

	Question

/////////////////////////////////////////////////////////////////////////////////////////////*/

.question dl{
	margin-top:-8px;
	}
	.question dl dt{
	background:url(../images/q.png) no-repeat left center;
	padding:8px 5px 8px 23px;
	color:#580002;
	font-weight:bold;
	}
	.question dl dd{
	background:url(../../share/images/line_dots.png) repeat-x left top;
	padding:10px 5px 0 5px;
	margin-bottom:25px;
	}
	


