@charset "UTF-8";

.category-guide img {
    vertical-align: middle;
}
/* list */
.tokuten li:last-child{
	padding-top:3px;
}
/* block box */

/* table */
.tokuten .table.-setsukan th{
	height: 25px;
}
.tokuten .table.-setsukan th.col9{
	border-bottom: 1px solid #FFF;
}
.th_setsukanWrap{
	display: table;
	height: 100%;
}
.th_setsukanWrap [class*="th_"]{
	display: table-cell;
	width: 55px;	
	border-right: 1px solid #FFF;
}

.tokuten .table{
	width: 100%;
	border-left: 1px solid #999999;
}
.tokuten .table th{
	background-color:#5F89D7;
	color:#fff;
	border-right:1px solid #fff;
	font-weight: bold;
	height:40px;
}
.tokuten .table th:last-child{
	border-right: 1px solid #5F89D7;
}
.tokuten .table th.setsukan_head{
	border-right: 1px solid #fff;
}
.tokuten .table th.col1{
	border-left: 1px solid #5F89D7;
}
.tokuten .table td{
	background-color:#fff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height:40px;
}
/* setsukan */
.tokuten td.col9{
	text-align: left;
	/* padding-left: 15px; */
}
.tokuten td.col9 .td_setsukanWrap{
	display: table;
	height: 100%;
}
.tokuten td.col9 .td_setsukanWrap [class*="td_"]{
	display: table-cell;
	width: 55px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
}
.tokuten td.col9 .td_setsukanWrap .setsukan_data{
	display: inline-block;
	width: 1.5em;
}
.tokuten td.col9 .td_setsukanWrap .setsukan_data.tenmashi{
	font-weight: bold;
}
/* width */
.tokuten .col1{
	width:8%;
}
.tokuten .col2,
.tokuten .col3{
	width:5%;
}
.tokuten .col4{
	width:12%;
}
.tokuten .col5,
.tokuten .col6,
.tokuten .col7,
.tokuten .col8{
	width:7%;
}

.tokuten .col9{
	width:30%;	
}
.tokuten .col10{
	width:3%;	
}

/* exen odd */
.tokuten tr.odd td{
	background-color:#ffffff;
}
.tokuten tr.even td{
	background-color:#F3F3F3;
}
/* font-size */
.tokuten{
	font-size:14px;
}