@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 6/8
*/
/*------------------------------------------------------------
	ランキング
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 20px;
	padding: 0;
	background: none;
}

#conts h3 {
	margin: 0;
	padding: 0;
	background: none;
}

#conts h3 .num {
	margin-right: 10px;
}

#conts .boxLid {
	margin-left: 7px;
	display: block;
}

#conts #top3 {
	margin: 0 7px 30px;
	padding: 0 33px 10px;
	background: url(/img/ranking/top3_back_bottom.gif) no-repeat left bottom;
}

	* html #conts #top3,
	* html #conts #other,
	* html #conts .head {
		zoom: 100%;
	}

	*+html #conts #top3,
	*+html #conts #other,
	*+html #conts .head {
		zoom: 100%;
	}

#conts #top3:after,
#conts #other:after,
#conts .head:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#conts #top3 .box {
	width: 145px;

	float: left;
}

#conts #top3 #num02 {
	margin-left: 60px;
}

#conts #top3 #num03 {
	float: right;
}

#conts #top3 h3 {
	margin-bottom: 5px;
}

#conts #top3 .thumbnail {
	margin-bottom: 5px;
}

#conts #other {
	margin: 0 10px;
}

#conts #other .box {
	margin-bottom: 30px;
	padding-left: 205px;
	height: 111px;
	background: #EFEFEF;
	position: relative;
}

#conts #other .thumbnail {
	padding: 9px;
	width: 135px;
	position: absolute;
	top: -10px;
	left: 27px;
}

#conts #other .head {
	margin-bottom: 10px;
	padding: 10px 0;
	background: url(/img/ranking/back01.gif) no-repeat left bottom;
}

#conts #other .head h3 {
	margin-right: 25px;

	float: left;
}

#conts #other .head .title {
	float: left;
}

#conts .box .thumbnail {
	border: 1px solid #ccc;
	background: #fff;
	display: block;
}

#conts .box .title a {
	padding: 0 0 0 25px;
	background: url(/img/ranking/icon/new_window.gif) no-repeat left 4px;

	display: block;

	font-size: 16px;
	font-weight: bold;
}

#conts .box .btn {
	width: 120px;
	height: 14px;
	background: url(/img/index/btn_over.gif) no-repeat;
	display: block;
}

#conts .box .btn:hover {
	background-color: #eee;
}

#conts .box .btn:hover img {
	visibility: hidden;
}
