@charset "utf-8";

/* ===================================================================

	よくある質問
	 
=================================================================== */

#Contents h3 {
	clear:both;
	text-align:left;
	color:#FFF;
	background:#666;
	padding:6px 10px;
	margin:10px 10px 0 10px;
	overflow:hidden;
	_zoom:1;
}

#Contents dl.summary {
	text-align:left;
	padding:10px;
	margin:0 10px;
	overflow:hidden;
	_zoom:1;
}

#Contents dl.summary dt {
	float:left;
	width:30px;
	margin-bottom:5px;
}

#Contents dl.summary dd {
	float:left;
	width:630px;
	margin-bottom:5px;
}

#Contents dl.question {
	clear:both;
	font-weight:bold;
	text-align:left;
	margin:15px 19px 10px 19px;
}

#Contents dl.question dt {
	float:left;
	width:40px;
	margin-bottom:5px;
}

#Contents dl.question dd {
	float:left;
	width:620px;
	margin-bottom:5px;
}

#Contents dl.answer {
	clear:both;
	text-align:left;
	padding:0 19px 10px 22px;
	background:url(../../img/common/line_dot_01.gif) repeat-x bottom;
	overflow:hidden;
	_zoom:1;
}

#Contents dl.answer dt {
	float:left;
	width:37px;
	margin-bottom:5px;
}

#Contents dl.answer dd {
	float:left;
	width:623px;
	margin-bottom:5px;
}

#Contents dl.none {
	background:none;
}