@charset "utf-8";
/* CSS Document */
#mainmain h2 {
	background-color: #e6e6dd;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	margin-bottom: 30px;
}
.stext {
	font-size: 80%;
	line-height: 160%;
	color: #555;
}
.red {
	color: #C30;
}
.bule {
	color:#1E2189;
}
.text_right {
	text-align:right;
}
.text_left {
		text-align:left;
}
.text_center {
	text-align:center;
}

.icon_center {
	vertical-align: middle;
}

#mainmain .box01 {
	border: 1px solid #E6E6DD;
	padding: 16px;
}
.box02 {
	border: 1px dotted #E6E6DD;
	padding: 16px;
}
.box03 {
	border: 1px solid #F30;
	padding: 16px;
}


table.table-01 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
table.table-01 th {
	padding: 8px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
}
table.table-01 td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	line-height: 140%;
}

table.table-01 td.sub {
	padding: 6px;
	font-size: 82%;
	line-height: 120%;
}

