/****************************************************
　■Q&A　ページ設定
****************************************************/

#box-qanda {
	margin: 0 15px 0 0;
	padding-bottom: 40px;
}
#box-qanda-inner {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.qanda_intro {
	margin-bottom: 25px;
}
.qanda_lasttxt {
	font-weight: bold;
}
.qanda_unit {
	border-bottom: 1px dotted #666666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.qanda_unit dt {
	background: url(images/mark_q.gif) no-repeat;
	height: 18px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.qanda_unit dd {
	padding-left: 25px;
	background: url(images/mark_a.gif) no-repeat;
}
