@charset "utf-8";
/* 
CSS Information
 File name:      ranking.css
 Author:         Administrator
 Style Info:     /ranking.html
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #ranking
***********************************/
.monthly {
	margin-bottom: 15px;
	text-align: center;
	font-size: 116%;
	font-weight: bold;
	color: #f60;
}

.rank_box {
	margin: 0 20px 30px;
}

.rank_box .title04 {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.rank_box .title04 small {
	margin-left: 1em;
	color: #999;
}

.rank_box .list_lady li {
	width: 18%;
	width: -webkit-calc((100% - 40px) / 5);
	width: calc((100% - 40px) / 5);
}

.rank_box .list_lady li:nth-child(4n) {
	margin-right: 10px;
}

.rank_box .list_lady li:nth-child(5n) {
	margin-right: 0;
}

.rank_box .list_lady li dl {
	font-size: 93%;
}
