@charset "shift_jis";

/* ========================================
	#contents
======================================== */
#ttl-area {
	text-align: center;
}
#ttl-area h1 {
	margin-bottom: 6px;
}

/* ====================
	#ranking-area
==================== */
#ranking-area {
	width: 100%;
	background: url(../img/ranking_bg.gif) left top repeat;
	background-size: 30px 30px;
}
#ranking-area h2 {
	padding: 10px 0 8px;
	text-align: center;
}
#ranking-area h2 {
	padding: 10px 0 7px;
	text-align: center;
}
#ranking-area ul {
	margin: 0 10px 10px;
	padding-bottom: 1px;
}
#ranking-area li {
	margin-bottom: 8px;
}
#ranking-area li a {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 50px;
	border: #ffffff 3px solid;
	border-radius: 7px;
	padding: 10px 22px 10px 0;
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
#ranking-area li a.arrow::before {
	right: 13px;
}
#ranking-area li.rank1 a {
	border-color: #ef7300;
	background: url(../img/icon_rank01.png) 2px center no-repeat #ffffff;
	background-size: 31px 21px;
}
#ranking-area li.rank2 a {
	border-color: #8c8c8c;
	background: url(../img/icon_rank02.png) 6px center no-repeat #ffffff;
	background-size: 23px 21px;
}
#ranking-area li.rank3 a {
	border-color: #834e00;
	background: url(../img/icon_rank03.png) 6px center no-repeat #ffffff;
	background-size: 23px 21px;
}
#ranking-area li.rank4 a {
	background: url(../img/icon_rank04.png) 9px center no-repeat #ffffff;
	background-size: 17px 17px;
}
#ranking-area li.rank5 a {
	background: url(../img/icon_rank05.png) 9px center no-repeat #ffffff;
	background-size: 17px 17px;
}
#ranking-area li.rank6 a {
	background: url(../img/icon_rank06.png) 9px center no-repeat #ffffff;
	background-size: 17px 17px;
}
#ranking-area li.rank7 a {
	background: url(../img/icon_rank07.png) 9px center no-repeat #ffffff;
	background-size: 17px 17px;
}
#ranking-area li.rank8 a {
	background: url(../img/icon_rank08.png) 9px center no-repeat #ffffff;
	background-size: 17px 17px;
}
#ranking-area li.rank9 a {
	background: url(../img/icon_rank09.png) 9px center no-repeat #ffffff;
	background-size: 17px 17px;
}
#ranking-area li.rank10 a {
	background: url(../img/icon_rank10.png) 9px center no-repeat #ffffff;
	background-size: 17px 17px;
}
#ranking-area li .article-icon {
	position: absolute;
	top: 50%;
	left: 35px;
	margin-top: -25px;
}
#ranking-area li .article-text-box {
	padding-left: 95px;
}
#ranking-area li .article-text-box p {
	display: block;
}
#ranking-area li .article-text-box .subtext {
	color: #666666;
	font-size: 9px;
}
#ranking-area li .article-text-box .title {
	line-height: 1.5;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
#ranking-area .more {
	text-align: center;
	padding: 5px 0 13px;
}
#ranking-area .more a:hover {
	background: url(../img/ranking_more_bg_on.gif) left bottom repeat;
}


.btn-group {
	margin: 15px 0;
	text-align: center;
}
.btn-group li {
	display: inline;
	margin: 0 4px;
}
.btn-group .back-btn {
	margin-bottom: 14px;
}