@charset "utf-8";

/* @group Main ========================================================*/

#main .section {
	padding-bottom:0;
}

.section h2 {
	float:left;
	width:130px;
}

.section h2 span {
	display:block;
	padding:5px 0 0;
}

.section {
	margin:0 0 30px;
}

.section table {
	float:right;
	width:650px;
	margin:0 0 20px;
}

.section table th,
.section table td {
	vertical-align:top;
}

.section table td p {
	padding:0 0 15px;
}

.section table td p.btm {
	padding:0;
}

.section.secGen table .btm td {
	padding-bottom:0;
}

.section table th {
	width:150px;
	padding-left:1em;
	border-right:solid 4px #aac5e5;
	font-weight:bold;
	text-indent:-1em;
}

.section table td {
	padding-left:14px;
}

.section table th:first-letter {
	color:#aac5e5;
	font-family:'ＭＳ Ｐゴシック';
}

.section table .corp {
	width:95px;
}


/* @end */

