#overview_body h5 {
	font-family: UD-B, sans-serif;
	color: #4a4a4a;
	margin-left: 0;
	margin-bottom: 0.5em;
}

#overview_body h6 {
	font-size: 14px;
	color: #6a6a6a;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #7a7a7a;
	margin-bottom: 10px;
}

#overview_body .contents_table th {
	vertical-align: middle;
}

#overview_body .contents_table ul,
#overview_body .contents_table ol {
	padding-left: 1.5em;
}

.caution_list {
	font-size: 13px;
	color: #6a6a6a;
	padding-left: 1.5em;
}

.small {
	font-size: 0.9em;
}

.coloredBox {
	background: hsl(0, 0%, 95%);
	padding: 0.5em;
	margin: 20px 0;
}

.coloredBox p,
.coloredBox li {
	color: #4a4a4a;
}

.coloredBox .heading {
	font-size: 15px;
	margin-bottom: 0.2em;
}

.align-r {
	text-align: right;
	margin-top: 0.5em;
}

#lnaviWap .link {
	margin-bottom: 10px;
}

@media handheld, only screen and (max-width: 767px) {
	#overview_body .top_table {
		overflow: scroll;
	}

	#overview_body .top_table table {
		width: 140%;
	}
}

