@charset "Shift_JIS";

table.merit {
	border: solid 1px #10644f;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

table.merit th {
	text-align: center;
	border-right: 1px solid #10644f;
	border-top: 1px solid #10644f;
	border-bottom: 1px solid #10644f;
	padding: 5px 5px;
	font-weight: bold;
	width: 90px;
	background-color: #eaecdf;
	font-size: 12px;
}

table.merit th.firstChild {
	border-left: 1px solid #10644f;
}

table.merit th.midashi {
	background-color: #10644f;
}

table.merit th.koumoku {
	width: 190px;
	text-align: left;
	font-weight: normal;
}

table.merit td {
	padding: 5px 15px;
	border-right: 1px solid #10644f;
	border-bottom: 1px solid #10644f;
	text-align: center;
}

table.merit td.firstChild {
	white-space: nowrap;
	border-left: 1px solid #10644f;
	border-right: 1px solid #10644f;
	text-align: left;
	background-color: #fffde7;
	height: 60px;
}

table.merit td.lastChild {
	border-right: 1px solid #10644f;
}

table.merit tr.even td {
	border-bottom: 1px solid #10644f;
}

table.merit tr.lastChild td {
	border-bottom: 1px solid #10644f;
}



