/* お問い合わせ */
h2 strong {
	text-decoration: underline;
}

div.article p {
	margin-left: 2em;
}
div.article ol {
	margin-left: 2em;
	padding-left: 2em;
	list-style-position: inside;
	line-height: 160%;
}
div.article ol li {
	list-style-type: decimal;
}

div.article div.centering {
	text-align: center;
}

#otherinquiry {
	line-height: 160%;
}
#otherinquiry ul {
	padding: 8px;
	background-color: #FFC;
	list-style-position: inside;
	border: 1px dotted #684B2F;
	font-size: larger;
	color: #684B2F;
}
#otherinquiry ul li {
	margin-left: 3em;
	list-style-type: square;
}
#otherinquiry div {
	margin-top: 8px;
	margin-left: 2em;

}
#otherinquiry dl dt {
	float: left;
	width: 6em;
	font-weight: bold;
}
