@charset "UTF-8";
@import url("../_css.css");

/* +++++++++++++++++++++++++++++++++
■このディレクトリ内 CSS
+++++++++++++++++++++++++++++++++ */
/* subBox */
div.subBox {
	margin-top:15px;
}
/* QABlock */
.QABlock {
	margin:15px 30px;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:dashed 1px #cccccc;
}
.QABlockLast {
	margin:15px 30px;
	margin-top:15px;
}
.question,
.answer {
	padding-left:25px;
}
.question {
	font-weight:bold;
	background:url(imgs/icon_q.gif) no-repeat;
}
.answer {
	margin-top:10px;
	background:url(imgs/icon_a.gif) no-repeat;
}
