@charset "UTF-8";
/* CSS Document */

/* for Section */
.question {
	margin-left:8px;
}


.question dl {
	width:576px;
	float:left;
	display:block;
	margin-top:8px;
}

.question dt {
	width:20px;
	float:left;	
	clear:both;
}

.question dd {
	width:552px;
	float:right;
}

