@charset "utf-8";
/* CSS Document */

.table01 {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 30px 0 0 0;
}

.table01 th,
.table01 td {
	padding: 10px 15px;
	line-height: 1.4;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.table01 th.lv01 {
	background: #0060B6;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

.table01 td {
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.table01 th.lv02,
.table01 td.lv02{
	background: #F2F2F2;
}
