@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------- */

/* body */
html{
	overflow: scroll;
}

#container a img:hover{
	opacity: 1;
}

.conhead{
	position: relative;
	padding: 28px 0 0 0;
}

.conhead.con-ranking{
	padding-bottom: 10px;
}

/* Information */
.conhead .information{
	width: 470px;
	float: left;
	margin-right: 32px;
}
.conhead.con-ranking .information{
	margin-right: 14px;
}

	.conhead .information .lead{
		padding-top: 10px;
	}
	.conhead .information .btn_about{
		padding-top: 20px;
	}
	.conhead .information .period{
		padding-top: 32px;
	}


/* PickUp & Ranking
------------------------------------------------------- */
.visarea{
	position: relative;
	width: 462px;
	height: 625px;
	margin-top: 17px;
	float: left;
	background: url(../common/img/load.gif) no-repeat 50% 50%;
}
.conhead.con-ranking .visarea{
	width: 480px;
	height: 700px;
}

/* PickUp
------------------------------------------------------- */
#js-pickup{
	position: relative;
	display: none;
}

.conhead .hdn{
	display: none;
}

.conhead .batch{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.conhead .pickup{
	background: #ffffff;
}
.conhead .pickup .vis{
	text-align: center;
}
	.conhead .pickup .vis.type-a{
		background: url(../img/bg_pickup_a.gif) no-repeat 0 0;
	}
	.conhead .pickup .vis.type-b{
		background: url(../img/bg_pickup_b.gif) no-repeat 0 0;
	}
	.conhead .pickup .vis.type-c{
		background: url(../img/bg_pickup_c.gif) no-repeat 0 0;
	}

.conhead .pickup .no{
	position: absolute;
	top: 330px;
	right: 0;
}
.conhead .pickup .tit{
	position: absolute;
	top: 390px;
	left: 20px;
}

.conhead .pickup .excerpt{
	position: absolute;
	top: 462px;
	left: 20px;
}
.conhead .pickup .excerpt{
	font-size: 12px;
	color: #222222;
	line-height: 1.6;
}
.conhead .pickup .excerpt .btn_detail{
	padding-top: 30px;
	text-align: center;
}

.list-model{
	margin: 58px 0 0;
}
	.list-model.type-a{
		background: url(../img/bg_list_a.gif) repeat-y 50% 0;
	}
	.list-model.type-b{
		background: url(../img/bg_list_b.gif) repeat-y 50% 0;
	}
	.list-model.type-c{
		background: url(../img/bg_list_c.gif) repeat-y 50% 0;
	}

.list-model-frm{
	width: 964px;
	margin: 0 auto;
	overflow: hidden;
}
.list-model ol{
	width: 980px;
}
.list-model li{
	float: left;
	margin: 0 16px 20px 0;
}

.list-model li.return-pagetop{
	width: 980px;
	padding: 72px 0;
	text-align: center;
}

/* bnr
------------------------------------------------------- */
.bnr{
	padding-top: 0;
}
.bnr li{
	padding-top: 20px;
}

#nowvote{
	padding-top: 0;
}


/* Ranking
------------------------------------------------------- */
#js-ranking{
	display: none;
	height: 700px;
}

.conhead .ranking{
}
.conhead .ranking li{
	position: absolute;
}

.conhead .ranking.js-best1-on{
	background: url('../img/over_rect_m.gif') no-repeat 20px 70px;
}
.conhead .ranking.js-best2-on{
	background: url('../img/over_rect_m.gif') no-repeat 170px 70px;
}
.conhead .ranking.js-best3-on{
	background: url('../img/over_rect_m.gif') no-repeat 320px 70px;
}
.conhead .ranking.js-best4-on{
	background: url('../img/over_rect_s.gif') no-repeat 20px 435px;
}
.conhead .ranking.js-best5-on{
	background: url('../img/over_rect_s.gif') no-repeat 170px 435px;
}

.conhead .ranking li .no{
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 100;
}
.conhead .ranking #js-best3 .no{
	left: 20px;
}
	.conhead .ranking li .no a{
		position: relative;
		display: block;
		width: 140px;
		padding: 228px 0 80px 0;
	}

	#container .ranking a:hover img {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

.conhead .ranking #js-best4 .no,
.conhead .ranking #js-best5 .no{
	top: 20px;
	left: 0;
}
	.conhead .ranking #js-best4 .no a,
	.conhead .ranking #js-best5 .no a{
		width: 120px;
		padding: 196px 0 50px 20px;
	}


.conhead .ranking #js-best1{
	top: 0;
	left: 0;
}
.conhead .ranking #js-best2{
	top: 0;
	left: 150px;
}
.conhead .ranking #js-best3{
	top: 0;
	left: 300px;
}
.conhead .ranking #js-best4{
	top: 380px;
	left: 0;
}
.conhead .ranking #js-best5{
	top: 380px;
	left: 150px;
}

.conhead .ranking .tit{
	position: absolute;
	top: 470px;
	left: 300px;
}

.conhead .ranking .lead{
	position: absolute;
	top: 522px;
	left: 300px;
	color: #222222;
	font-size: 12px;
	line-height: 1.66;
}
