@charset "utf-8";

.section {
	background: #FFF;
	font-size: 123.1%;
	padding: 10px 24px 30px;
}

.section h2,
.section h3 {
	clear: both;
	margin: 0 0 20px;
}

.box1 {
	line-height: 1.4;
	width: 100%;
}

.box1 caption {
	padding: 0 0 10px;
}

.box1 th {
	background: #F7F7F7;
	padding: 5px 10px;
}

.box1 th,
.box1 td {
	border: 1px solid #DDD;
}

.box1 td {
	padding: 5px 30px;
}

.box1 thead th {
	text-align: center;
}

.box1 thead th.first {
	text-align: left;
}

.box2 {
	margin: 0 0 20px;
}

.box2 .left {
	width: 280px;
}
