@charset "utf-8";
/* CSS Document */

table.tbl00 {
	margin: 0;
	border-collapse: collapse;
}

table.tbl01 {
	margin: 0 0 1em;
	border: 2px solid #B5C6D2;
	border-collapse: collapse;
	font-size: 120%;
	width: 100%;
}

table.tbl01 th,
table.tbl01 td {
  padding: 10px 20px 8px;
}

table.tbl01 th {
	background: #EDF1F4;
	color: #3D587E;
	border-bottom: 1px solid #B5C6D2;
	border-right: 1px solid #B5C6D2;
	white-space: nowrap;
	width: 7em;
	font-weight: normal;
}

table.tbl01 td {
  border-bottom: solid 1px #B5C6D2;
  border-right: solid 1px #B5C6D2;
}

td.td01 {
	text-align: center;
	background: #44A2AC;
	color: #FFF;
	font-weight: bold;
}

table.tbl02 {
	border: 1px solid #87A0A7;
	margin: 0 auto;
	border-collapse: collapse;
}

table.tbl02 th,
table.tbl02 td {
	padding: 8px;
}

table.tbl02 th {
	border-right: 1px solid #87A0A7;
	border-bottom: 2px solid #87A0A7;
	font-weight: normal;
	white-space: nowrap;
	width: 200px;
	vertical-align: bottom;
	background: #F0F3F4;
	color: #648088;
}

table.tbl02 td {
	border-right: 1px solid #87A0A7;
	text-align: center;
}

table.tbl03 {
	margin: 0 auto 1em;
	border-collapse: separate;
	border-spacing: 0 15px;
}

table.tbl03 th,
table.tbl03 td {
	padding: 0 20px;
}

table.tbl03 th {
	border-right: 4px solid #DDD;
	font-weight: normal;
	white-space: nowrap;
	width: 4em;
	text-align: center;
	vertical-align: center;
	font-size: 110%;
}

table.tbl03 td {
	width: 600px;
	font-size: 110%;
}

.v_top {
	vertical-align: top;
}

.v_mdl {
	vertical-align: middle;
}