@charset "utf-8";

/* =======================================

	qa CSS

========================================== */

#content #l_content #l_section01 div{
	background: url("../img/individual/qa/qa_bg_01.png") no-repeat;
	width:670px;
	padding-left:30px;
	height:180px;
	padding-top:43px;
	margin-bottom:20px;
	font-weight:bold;

}
#content #l_content #l_section01 div p{
	width:580px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	float:left;
}
#content #l_content #l_section01 div.question_img{
	background: none;
	width:50px;
	height: 50px;
	padding:0;
	float:left;
	margin-right:10px;
}
#content #l_content #l_section01 p.question_txt{
		padding-top:10px;
		height: 40px;
}
#content #l_content #l_section01 div.answer_img{
	background: none;
	width:50px;
	height: 50px;
	padding:0;
	clear:both;
	float:left;
	margin-right:10px;
}
#content #l_content #l_section01 p.answer_txt{
	color:#FF0000;
}