@charset	'utf-8';
@import		"./common.css";

table.Header th {
	font-weight: normal;
	background-color: #D8E8F1;
}

td.Detail {
	padding: 1em;
	background: #ffffff;
}

td.Detail th {
	font-weight: normal;
	background-color: #D8E8F1;
	background: #f6f6f6;
}

td.Detail td {
	background: #ffffff;
}

