@charset "utf-8";
/* CSS Document */
.ranking h3{
	width:640px;
	background:rgba(0,0,0,0.70);
}
.ranking_content{
	width:648px;
	margin-bottom:30px;
}
.ranking h4{
	background:url(../image/ranking/h4_bg.png) no-repeat left bottom;
	font-size:18px;
	font-weight:bolder;
	padding:0 0 10px 100px;
}

/*新人マーク*/
.c_castnew{
	width:54px;
	height:54px;
	position:absolute;
	left:-6px;
}
 .rankingno1 .c_castnew,.rankingno2 .c_castnew,.rankingno3 .c_castnew,.rankingno4 .c_castnew,.rankingno5 .c_castnew,.rankingno6 .c_castnew{
	bottom:85px;
}
 .rankingno7 .c_castnew,.rankingno8 .c_castnew,.rankingno9 .c_castnew,.rankingno10 .c_castnew{
	bottom:61px;
}
/*ランキングナンバー*/
.r_no{
	width:78px;
	height:78px;
	position:absolute;
	top:-20px;
	right:-20px;
}

.c_time{
	color:#00AAFF;
}
.c_confirm{
	color:#FF0000;
}
.off{
	color:#666666;
}

/*1位～6位*/
.rankingno1,.rankingno2,.rankingno3,.rankingno4,.rankingno5,.rankingno6{
	width:208px;
	height:395px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	text-align:center;
	padding-top:3px;
	line-height:1.4;
	position:relative;
	background:url(../image/ranking/ranking_bg.png) no-repeat center top;
}
.rankingno1 .c_castphoto img,.rankingno2 .c_castphoto img,.rankingno3 .c_castphoto img,.rankingno4 .c_castphoto img,.rankingno5 .c_castphoto img,.rankingno6 .c_castphoto img{
	width:204px;
	height:306px;
}
.rankingno1 .c_castphoto,.rankingno2 .c_castphoto,.rankingno3 .c_castphoto,.rankingno4 .c_castphoto,.rankingno5 .c_castphoto,.rankingno6 .c_castphoto{
	height:306px;
	margin-bottom:7px;
}
/*7位～10位*/
.rankingno7,.rankingno8,.rankingno9,.rankingno10{
	width:154px;
	height:292px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	text-align:center;
	padding-top:3px;
	font-size:12px;
	line-height:1.2;
	position:relative;
	background:url(../image/ranking/cast_bg.png) no-repeat center top;
}
.rankingno7 .c_castphoto img,.rankingno8 .c_castphoto img,.rankingno9 .c_castphoto img,.rankingno10 .c_castphoto img{
	width:150px;
	height:225px;
}
.rankingno7 .c_castphoto,.rankingno8 .c_castphoto,.rankingno9 .c_castphoto,.rankingno10 .c_castphoto{
	height:225px;
	margin-bottom:6px;
}

