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

/* #ranking
***********************************/
section .inner > h2 {
	padding: 10px 10px 0;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
section .inner > h2:before {
	content: "＜";
}
section .inner >  h2:after {
	content: "＞";
}
section ul.ladyList li {
	width: calc(100% / 5 - 8px);
}
.ladyList li:nth-child(4n) {
	margin-right: 10px;
}
.ladyList li:nth-child(5n) {
	margin-right: 0;
}
section ul li .thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
section ul li .thumb.new:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 14px;
	background: transparent url(/img/web/common/icon_new.png) right bottom no-repeat;
}

section ul li .rankNum {
	height: 18px;
	font-size: 108%;
	font-weight: bold;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
section ul li.rank1 .rankNum {
	background-image: url(/img/web/ranking/icon_rank1.png);
}
section ul li.rank2 .rankNum {
	background-image: url(/img/web/ranking/icon_rank2.png);
}
section ul li.rank3 .rankNum {
	background-image: url(/img/web/ranking/icon_rank3.png);
}
section ul li.rank4 .rankNum {
	background-image: url(/img/web/ranking/icon_rank4.png);
}
section ul li.rank5 .rankNum {
	background-image: url(/img/web/ranking/icon_rank5.png);
}
section ul li.rank6 .rankNum {
	background-image: url(/img/web/ranking/icon_rank6.png);
}
section ul li.rank7 .rankNum {
	background-image: url(/img/web/ranking/icon_rank7.png);
}
section ul li.rank8 .rankNum {
	background-image: url(/img/web/ranking/icon_rank8.png);
}
section ul li.rank9 .rankNum {
	background-image: url(/img/web/ranking/icon_rank9.png);
}
section ul li.rank10 .rankNum {
	background-image: url(/img/web/ranking/icon_rank10.png);
}

section ul li .txtData .ladyName {
	font-weight: bold;
}
section ul li .txtData .ladyProf {
	margin-top: 5px;
	font-size: 85%;
}
section ul li .txtData span,
section ul li .txtData em {
	display: block;
}
section ul li .txtData .workTime {
	background: #000;
	color: #fff;
	text-align: center;
}