@charset "utf-8";
/* CSS Document */


.listLink3 > li > a {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.listLink3 > li > a:after {
	content: none;
}
table {
	margin-top: 16px;
	border-collapse: collapse;
	border-spacing: 0;
}
.tableTypeC01 table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: #bccdde solid 1px;
	font-size: 75%;
	line-height: 1.2;
}
.tableTypeC01 table tr th {
	padding: 7px 5px;
	color: #ffffff;
	font-weight: bold;
	background: #bad1ea;
}
.tableTypeC01 table tr th span {
	zoom: 1;
	display: block;
	font-weight: normal;
}
.tableTypeC01 table tr td {
	padding: 7px 5px;
	border-right: #bccdde dotted 1px;
	border-bottom: solid none;
	text-align: center;
}
.tableTypeC01 table tr.odd th {
	background: #f0f6fc;
}
.tableTypeC01 table tr.even th {
	background: #ffffff;
}
.tableTypeC01 table tr.odd td {
	background: #f0f6fc;
}
.tableTypeC01 table tr.even td {
	background: #ffffff;
}
.tableTypeC01 table tr.menu th {
	text-align: center;
	border-right: #ffffff dotted 1px;
	background: #c5d8ed;
}
.tableTypeC01 table tr.menu .first {
	border-right: none;
	background: #98b7dc;
}
.tableTypeC01 table tr td.none {
	background-color: #f7f7f7;
}
