@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* statistics CSS [PC]
/*----------------------------------------------*/
.statistics-subtitle {
	margin-bottom: 15px;
	font-size: 18px;
	color: #000055;
}

.statistics-table{
	border-collapse: collapse;
	width: 80%;
	margin: 10px auto;
}

.statistics-table th, .statistics-table td {
	padding: 5px;
	border: 1px solid #DDD;
}

.statistics-table th br, .statistics-table td br {
	display: none;
}

.statistics-table th {
	font-weight: normal;
	letter-spacing: 1px;
x	white-space: nowrap;
	background: #EEEEEE;
}

.statistics-table td {
	text-align: right;
	background: #FFF;
}

.statistics-table2{
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
}

.statistics-table2 th, .statistics-table2 td {
	padding: 5px;
	border: 1px solid #DDD;
}

.statistics-table2 th {
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
	background: #EEE;
}

.statistics-table2 td {
	text-align: right;
	background: #FFF; 
}

.statistics-link {
	margin-bottom: 30px;
}

.statisticsbox {
	overflow: hidden;
	margin-top: 10px;
}

.statistics-l {
	float: left;
	width: 46%;
}

.statistics-r {
	float: right;
	width: 46%;
}
