@charset "UTF-8";

/* mrankdtl */
.category-guide img {
    vertical-align: middle;
}
.mrankdtl .description{
	line-height: 20px;
}
.mrankdtl tr.odd td{
	background-color:#ffffff;
}
.mrankdtl tr.even td{
	background-color:#F3F3F3;
}
.mrankdtl .table{
	border-left: 1px solid #999999;
}
.mrankdtl .table th{
	background-color:#5F89D7;
	color:#fff;
	border-right:1px solid #fff;
}
.mrankdtl .table th:last-child{
	border-right: 1px solid #5F89D7;
}
.mrankdtl .table th.col1{
	border-left: 1px solid #5F89D7;
}
.mrankdtl .table th.col1.select{
	border-left: 1px solid #173B92;
}
.mrankdtl .table td{
	background-color:#fff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.mrankdtl .table th,
.mrankdtl .table td{
	width:100px;
	height:40px;
	vertical-align: middle;
}
.mrankdtl th a{
	/*! display:block; */
	width:100%;
	height:100%;
	/* background-image: url(../images/ico_sort_down.png); */
	/* background-repeat: no-repeat; */
	/* background-position: 90%; */
}
.mrankdtl th a ul{
	display:table;
	margin-left: 20px;
}
.mrankdtl th a li{
	display:table-cell;
}
.mrankdtl th a span{
	padding-right:10px;
}
.mrankdtl th.select{
	background-color:#173B92;
}

.mrankdtl th.col3 a,
.mrankdtl th.col11 a{
	/*! padding-top:11px; */
}

.mrankdtl table td a.item-sort.motor_url {
    text-decoration: underline;
}

