@CHARSET "UTF-8";

/****************************
 横型ブロック
 *****************************/
#view_ranking_yoko {
	background-color:#fff;
}
.sub_title {
	height: 30px;
	background-image: url("./base_line.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	position: relative;
}

.sub_title img {
	padding-top: 7px;
}

.item_list{
	margin:30px 0px 0px 20px;
}

.item_list ul li{
	float:left;
	margin:0px 25px 30px 0px;
	position:relative;
}

.item_list img.item{
	width:115px;
	border:solid 1px #ccc;
    margin-bottom:2px;
}

.item_list div.inner{
	width:115px;
	line-height:150%;
}
.ranking_number{
	position:absolute;
	top:0px;
	left:0px;
}
.bottom_space{
	clear:both;
	margin-bottom:10px;
}

/****************************
 縦型ブロック
 *****************************/
#view_ranking_tate {
	background-color:#fff;
/*style="width: 200px; height: 700px; border: solid 1px #FFAD46; background-color:#fff ; text-align: center;"*/
}
