@charset "utf-8";

.reportTbl table th, .reportTbl table td {
	border: 1px solid #cccccc;
	padding: 10px;
}
.reportTbl table th {
	background: #e5f1f9;
	text-align: center;
	vertical-align: middle;
}

.reportTbl table th.era {
	width: 10%;
	background: #FFFFFF;
}
.reportTbl table th.group {
	width: 30%;
	background: #0077c3;
	color: #FFFFFF;
	font-weight: bold;
}
.reportTbl table th.japan {
	width: 30%;
	background: #FFFFFF;
}
.reportTbl table th.world {
	width: 30%;
	background: #FFFFFF;
}

.reportTbl table td ul li {
	list-style: outside disc;
	margin-left: 1.5em;
	margin-bottom: 0.3em;
}