@charset "utf-8";
/* CSS Document */

div.left div.qa h2 {
	margin-top: 20px;
}
dl.qadl {
	font-size: 108%;
	line-height: 1.6em;
}
dl.qadl dt {
	font-weight: bold;
	font-size: 123%;
	color: #444444;
}
dl.qadl dt img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
dl.qadl dd {
	padding-bottom: 20px;
	border-bottom: 1px dotted #757472;
	margin-bottom: 20px;
}
dl.qadl dd.last-child {
	border-bottom: none;
}

