/* CSS Document */


.terms {
	text-align:justify;
	text-justify:inter-ideograph;
	padding:0 32px;
}

.terms ul {
	padding-bottom:20px;
}

.terms li {
	list-style:decimal;
	margin-left:24px;
}

.terms ul.maru li {
	list-style:disc;
}

.terms ul.siromaru li {
	list-style:circle;
	margin-left:26px;
}

.terms dt.mtspace {
	margin-top:20px;
}

.terms ol.roman li {
	list-style:upper-roman;
}

.terms ol.decimal li {
	list-style:decimal;
}

.terms h3 {
	text-align:left;
}
h3 {
	color: #389A56;
	font-weight: bold;
	border-bottom: #DBE0E8 1px solid;
	margin-left: -12px;
	margin-right: -12px;
	font-size: 120%;
	margin-bottom: 20px;
}
