@charset "UTF-8";

/* 広告 */
.advertisement {
    width:800px;
}

/*ヘッダー*/

/*ページ制御ナビ＜＜　＞＞のリンク色*/


#wrapper-category .nav .blk a:link {
	color: #333333;
	text-decoration: underline;
}
#wrapper-category .nav .blk a:link:hover {
	color: #FF9900;
	text-decoration: underline;
}
#wrapper-category .nav .blk a:visited {
	color: #333333;
	text-decoration: underline;
}
#wrapper-category .nav .blk a:visited:hover {
	color: #FF9900;
	text-decoration: underline;
}

/*タイトル*/
#wrapper-category .left-title {
	font-size: 18px;
	line-height: 4em;
	clear: both;
	float: left;
	margin: 0;
	padding: 3.6em 0 0 1.5em;
        font-weight: bold;
}
#wrapper-category .title-image {
	background: url(/static/images/ranking/ranking_right_title.jpg) no-repeat left center;
	margin-top:-10px;
	height: 147px;
	width: 710px;
}

/*カウント数*/
#wrapper-category .count {
	width: auto;
	float: right;
}
/*ナビゲーション（ページ制御）*/
#wrapper-category .nav {
	text-align: right;
	clear: both;
	padding-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/*背景がベージュのブロック*/
#wrapper-category .box-under3 {
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;

}

/*背景が白のブロック（背景違い）*/
#wrapper-category .box-under3-2 {
	height: auto;
	width: 100%;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	float: left;
	margin: 0px;
	padding: 5px 0px;
	clear: both;
}

/*２０番目のブロック（ボーダー違い）*/
#wrapper-category .box-under3-3 {
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	float: left;
}

/* .box-under3, .box-under3-2 一番下の項目 */
#wrapper-category .bottoms {
    border-bottom: 1px dashed #999999;
}

#wrapper-category .left p.arrow {
	float:left;
	width: 20px;
	height: 36px;
	padding-top:40px;
}

.rank_number {
	float:left;
	width:46px;
	height: 36px;
	padding-top:40px;
	padding-left:12px;
}

.rank1 {
	background: url(/static/images/ranking/ranking_1_background_small.jpg) no-repeat left center;
}

.rank2 {
	background: url(/static/images/ranking/ranking_2_background_small.jpg) no-repeat left center;
}

.rank3 {
	background: url(/static/images/ranking/ranking_3_background_small.jpg) no-repeat left center;
}

.rank-other1 {
	background: url(/static/images/ranking/ranking_other1_background_small.jpg) no-repeat left center;
}

.rank-other2 {
	background: url(/static/images/ranking/ranking_other2_background_small.jpg) no-repeat left center;
}

#wrapper-category .left {
	float: left;
	height: 120px;
	width: 100px;
	padding-right: 12px;
	padding-left: 11px;
}



#wrapper-category  .right {
	height: auto;
	width: 500px;
	float: left;
}

#wrapper-category  .right .sub-title {
	margin: 8px 0px 3px;
	padding: 0px;
	display: block;
	width: 450px;
	clear: both;
	color: #333333;
	font-size: 13px;
}

#wrapper-category  .right .sub-title .nick_name {
	color: #666666;
}

#wrapper-category  .right .gaiyo_text {
	margin:10px 0px;
	color: #666666;
}

#wrapper-category  .right .date {
	background: url(/static/images/ranking/ranking_icon_arrow_orange.jpg) no-repeat left center;
	padding-left: 1.5em;
	color: #666666;
}

#wrapper-category  .right .naiyou_title {
	margin-bottom:10px;
}

#wrapper-category  .right .naiyou_body {
	margin-top:0px;
	margin-bottom:10px;
	padding-left: 1.5em;
	line-height: 1.3em;
}

/*フットメニュー*/
#wrapper-category #footer-menu {
	clear: both;
	height: 1.3em;
	margin-bottom: 5px;
}

/*------- list.html用 -------*/
.config-form {
    padding:0;
    margin:0
}
.total-rank-img{
     width:57px;
     height:41px;
     border:none;
}

.no-data{
    text-align:center;
}
#wrapper-category #cont-right .close{
    text-align:center;
}

