@charset "UTF-8";

.category-guide img {
    vertical-align: middle;
}
/* block box */
.timerank ul{
	display:table;
	margin:auto;
}
.timerank li{
	display:table-cell;
	height:30px;
}
.timerank th.col8 li{
	height:60px;
}
/* table */
.timerank .table{
	border-left: 1px solid #999999;
}
.timerank .table th{
	background-color:#5F89D7;
	color:#fff;
	border-right:1px solid #fff;
	font-weight: bold;
	height:30px;
}
.timerank .table th:last-child{
	border-right: 1px solid #5F89D7;
}
.timerank .table th.col1{
	border-left: 1px solid #5F89D7;
}
.timerank .table td{
	background-color:#fff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height:40px;
}
/* width */
.timerank .col1{
	width:95px;
}
.timerank .col2{
	width:115px;
}
.timerank .col3{
	width:175px;
}
.timerank .col4,
.timerank .col5,
.timerank .col6,
.timerank .col7{
	width:130px;
}
.timerank th.col4,
.timerank th.col5,
.timerank th.col6,
.timerank th.col7{
	border-top: 1px solid #ffffff;
}
.timerank .table th.col7{
	border-right: 1px solid #ffffff !important;
}
.timerank .col8{
	width:300px;
}
/* exen odd */
.timerank tr.odd td{
	background-color:#ffffff;
}
.timerank tr.even td{
	background-color:#F3F3F3;
}
/* font-size */
.timerank{
	font-size:14px;
}