@charset "utf-8";
@import "./common.css";
.ranking_cast{
	padding-bottom:20px;
}
.rankingcast{
	padding:5px;
	border-bottom:#333333 dotted 1px;
}
.castphoto{
	float:left;
	margin-right:5px;
	width:64px;
	height:94px;
}
.castphoto img{
	padding:1px;
}
.castprof{
	/*float:left;*/
}
.castname a{
	margin-right:10px;
}
.ranking_no{
	margin-right:10px;
	padding:2px 5px 1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#cast1,#free1{border-right:#FFCC99 solid 5px;}
#cast1 .castphoto img,#free1 .castphoto img{border:#FFCC99 solid 1px;}
#cast1 .ranking_no,#free1 .ranking_no{
	background-color:#FFCC99;
	color:#000000;
}
#cast2,#free2{border-right:#BBBBBB solid 5px;}
#cast2 .castphoto img,#free2 .castphoto img{border:#BBBBBB solid 1px;}
#cast2 .ranking_no,#free2 .ranking_no{
	background-color:#BBBBBB;
	color:#000000;
}
#cast3,#free3{border-right:#A8322B solid 5px;}
#cast3 .castphoto img,#free3 .castphoto img{border:#A8322B solid 1px;}
#cast3 .ranking_no,#free3 .ranking_no{
	background-color:#A8322B;
	color:#000000;
}

#cast4,#cast5,#cast6,#cast7,#cast8,#cast9,#cast10,#free4,#free5,#free6,#free7,#free8,#free9,#free10{border-right:#000000 solid 5px;}
#cast4 .castphoto img,#cast5 .castphoto img,#cast6 .castphoto img,#cast7 .castphoto img,#cast8 .castphoto img,#cast9 .castphoto img,#cast10 .castphoto img,#free4 .castphoto img,#free5 .castphoto img,#free6 .castphoto img,#free7 .castphoto img,#free8 .castphoto img,#free9 .castphoto img,#free10 .castphoto img{border:#666666 solid 1px;}
#cast4 .ranking_no,#cast5 .ranking_no,#cast6 .ranking_no,#cast7 .ranking_no,#cast8 .ranking_no,#cast9 .ranking_no,#cast10 .ranking_no,#free4 .ranking_no,#free5 .ranking_no,#free6 .ranking_no,#free7 .ranking_no,#free8 .ranking_no,#free9 .ranking_no,#free10 .ranking_no{
	background-color:#666666;
	color:#000000;
}

.ranking_casttxt{
	font-size:12px;
	margin-top:3px;
	color:#CCCCCC;
	line-height:1.4;
}
.rankingcast:after{
	display:block;
	clear:both;
	content:'';
}
.ranking_txt{
	padding:5px 10px 0px;
}


/*フリーランキング*/
.ranking_free{
	padding-bottom:20px;
}
.rankingfree{
	padding:5px;
	border-bottom:#333333 dotted 1px;
}
.ranking_freetxt{
	font-size:12px;
	margin-top:3px;
	color:#CCCCCC;
	line-height:1.4;
}