@charset "utf-8";
/* CSS Document */

table.tbl01 {
	border-collapse: collapse;
}

table.tbl01 th {
	padding: 4px 1em 4px 0;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	white-space:nowrap
}

table.tbl01 td {
	padding: 4px 0;
	vertical-align: top;
	white-space:nowrap
}

table.tbl02,
table.tbl02_free {
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.5em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.tbl02 th,
table.tbl02_free th {
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #F0CEDA;
	text-align: center;
}
table.tbl02 th {
	width: 6em;
	padding: 7px 10px 5px;
}
table.tbl02_free th,
table.tbl02_free td  {
	padding: 5px 5px 3px;
}
table.tbl02 td,
table.tbl02_free td {
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.tbl02 td {
	padding: 7px 10px 5px;
}

table.tbl03 {
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.5em;
	border-left: 1px solid #ccc;
	width: 100%;
	background: #FFF;
}
table.tbl03 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.nowrap {
	white-space: nowrap;
}

.v_top {
	vertical-align:top;
}

.w4em {
	width: 4em;
}
.w7em {
	width: 7em;
}