@charset "utf-8";

/* QA 用 */


dl.answerFrame {
	border: 1px solid #DDDDDD;
	margin: 20px 0 5px 0;
	padding: 15px;
	clear: both;
}
dl.answerFrame dt {
	font-weight: bold;
	background: url(/inc/images/global/qa_Q.gif) no-repeat left 0px;
	padding-left: 32px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	color: #66b316;
}

dl.answerFrame dd.text {
	background: url(/inc/images/global/qa_A.gif) no-repeat left 7px;
	padding-left: 32px;
	padding-top: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
