@charset "utf-8";
/*質問と答え*/
dl { margin-right: 30px }

dt{
	color: #069;
	line-height: 1.5;
	padding-bottom: 10px;
}

dd {
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0 0 10px 13px;
	border-bottom: 1px dotted #ccc;
}

