@charset "UTF-8";
#rightmain,
#leftmain{
	background:#fff;
	padding:30px;
	width:670px;
	margin:2px 2px 50px;
	box-shadow: 0 0px 2px #999999; /* CSS3 */
	-moz-box-shadow: 0 0px 2px #999999; /* Firefox用*/
	-webkit-box-shadow: 0 0px 2px #999999; /* Google Chrome, Safari用*/
}
.question_contents{
	padding-bottom:20px;
	/*border-bottom:1px solid #eeeeee;*/
	margin-bottom:30px;
}
.question{
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:16px;
	overflow:hidden;
}
.question:before{
	content:"";
	background:url(/images/ico_sprites.png) no-repeat 50% -328px;
	width:31px;
	height:31px;
	display:block;
	float:left;
	margin-right:10px;
}
.answer{
	font-size:14px;
	padding: 0 8px 0 40px;
}
.answer:before{
	content:"";
	background:url(/images/ico_sprites.png) no-repeat 50% -360px;
	width:23px;
	height:23px;
	display:block;
	float:left;
	margin: 0 10px 0 -37px;
}