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

.faq {
	width: 100%;
}
.faq dt{
	font-weight: 500;
	border-bottom: 1px dotted #ccc;
	padding: 10px 20px;
}
.faq dd{
	font-size: 0.9em;
	margin: 10px 20px 30px 20px;
}

h3{
	font-size: 1.1em;
	margin-top: 10px;
}
h4{
	margin: 10px 0px 5px 20px;
}

.faq li{
	margin: 2px 0 2px 40px;
}

.comment{
	margin-left:20px;
}