@charset "utf-8";

/* base_info.css */

#contentContainer .tbl01 {}
#contentContainer .tbl01 th {
	width: 15%;
	padding: 5px 0;
}
#contentContainer .tbl01 td {
	width: 85%;
	padding: 5px 0;
}
#contentContainer .tbl01 tr + tr th,
#contentContainer .tbl01 tr + tr td {
	border-top: 1px solid #ccc;
}

.statistic > h3 {
	width: 100%;
}
.statistic h3 p {
	float:right;
	font-size: 0.8em !important;
	font-weight: normal;
}
@media screen and (max-width: 669px) {
	.statistic h3 p {
		display:block;
		float: none;
		text-align: right !important;
	}
}

#contentContainer .tbl02 {
	border-collapse: collapse;
}
#contentContainer .tbl02 thead td {
	text-align: center;
}
#contentContainer .tbl02 tbody td {
	text-align: right;
}
#contentContainer .tbl02 th:nth-child(1) {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 3%;
}
#contentContainer .tbl02 th:nth-child(2) {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 47%;
}
#contentContainer .tbl02 td {
	border: 1px solid #ccc;
	width: 25%;
}
#contentContainer .tbl02 th,
#contentContainer .tbl02 td {
	padding: 4px;
}
