@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  ranking/index.css
 style info :  ランキングページだけに使用
=================================================================== */
/*ｸﾞﾛｰﾊﾞﾙﾅﾋﾞ 現在ﾍﾟｰｼﾞ表示*/
#gNav1 ul li a.gNav1-9 {
	background-position:0 -56px;
}
/*--- 
女の子の<li>【#main ul li】がmargin-right: 16px;してるため、mainに右の<li>のmarginがない様に見せるため
ページ幅を調整しなおす
*/

/* -----------------------------------------------------------
	ie6透過png対策　iepngfix.js
----------------------------------------------------------- */

#rank-wrap h2 {
	background-image: url(img/bg_title.png);
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 45px;
	color: #8C6239;
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 35px;
	clear: both;
}

h2.rank-title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14pt;
}
#rank-wrap ul {
	overflow: hidden;
	margin-bottom: 30px;
}
#rank-wrap ul img {
	vertical-align: bottom;
}
#rank-wrap li {
	width: 132px;
	float: left;
	background-image: url(img/bg_rank_comment.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#rank-wrap li h3 {
	overflow: hidden;
}
#rank-wrap li h3 img{
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	float: left;
}
#rank-wrap li h3 a {
	margin-top: 10px;
	background-repeat: no-repeat;
	width: 84px;
	float: right;
	color: #3d8eb8;
	font-size: 9pt;
}
#rank-wrap li div.box {
	width: 132px;
	height: 185px;
	background-image: url(img/bg_rank_girl.png);
	background-repeat: no-repeat;
}
#rank-wrap li div a {
	width: 132px;
	height: 185px;
	display: block;
	text-decoration: none;
	position: relative;
}
li img.girl {
	width: 110px;
	height: 138px;
	margin-left: 12px;
	margin-top: 10px;
}
li img.bust {
	position: absolute;
	z-index: 1;
	top: 108px;
	right: 10px;
}
#rank-wrap li a span {
	line-height: 1em;
	display: block;
	margin-top: 3px;
	margin-left: 12px;
	margin-right: 10px;
	font-size: 9pt;
	color: #666666;
}
#rank-wrap li p {
	color: #754C24;
	font-size: 8pt;
	line-height: 1.2em;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	height: 5em;
	overflow: hidden;
	word-break:break-all;
}