@charset "utf-8";

.qa_label{
	float:left;
	width:100%;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#008BD6;
	padding-bottom:5px;
	border-bottom:#CCCCCC dotted 1px;
}

.qa_contents{
	float:left;
	width:95%;
	text-align:left;
	position:relative;
	left:10px;
	margin:10px 0;
}