@charset "UTF-8";

h2 {
	margin: 20px 0;
}

table.faq {
	border-collapse: collapse;
	width: 630px;
}

table.faq tr th, table.faq tr td {
	vertical-align: top;
	border-bottom: dashed 1px #856E51;
	padding: 10px 0;
}

table.faq tr.last th, table.faq tr.last td {
	border: none;
}

table.faq ul {
	margin: 15px 0;
}