@charset "utf-8";

body {
	word-break: break-all;
	max-width: 700px;
	min-width: auto;
	min-width: initial;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #333333;
	line-height: 1.5;
}
div.container {
	padding: 0 12px 15px 20px;
}
div.title {
	clear: both;
	font-size: 15px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
div.overview {
	clear: both;
	font-size: 13px;
	padding: 10px 10px 10px 0;
}
div.overview dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
div.overview dl dd {
	margin-bottom: 50px;
}
div.overview dl dd ol {
	list-style: inside none decimal;
}
div.overview dl dd ol li {
	text-indent: -2.0em;
	padding-left: 2.0em;
}
div.overview .sign {
	text-align: right;
	margin-bottom: 40px;
}

div.translation {
	clear: both;
	padding: 15px 0;
}
div.translation img {
	float: left;
}