@charset "UTF-8";
@import "css/common.css";

/*デザインのCSS*/
@import "css/blue3.css";

/*拡張CSS*/
@import "css/advanced.css";

/*ランキングリスト*/
.contents ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d4976e;
	background: none;
	font-weight: normal;
}

.contents ul.ranking2 li{
	list-style-type: none;
        float:left;
        margin-right:15px;

}


.contents ul.ranking li.end{ border: none; }
.contents ul.ranking p{	margin: 10px 0; }


.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	height: 24px!important;
	padding: 5px 0 0 30px!important;
}

.no1,.no2,.no3,.no4,.no5{
       	font-weight: bold!important;
}

/*ベスト3は赤文字*/
.no1,.no2,.no3{
	font-size: 1.2em!important;
	color: #ff0000!important;
}


/*王冠画像*/
.no1{ background: url(./images/icon-rank01-01.gif) left top no-repeat; }
.no2{ background: url(./images/icon-rank01-02.gif) left top no-repeat; }
.no3{ background: url(./images/icon-rank01-03.gif) left top no-repeat; }
.no4{ background: url(./images/icon-rank01-04.gif) left top no-repeat; }
.no5{ background: url(./images/icon-rank01-05.gif) left top no-repeat; }
.no6{ background: url(./images/icon-rank01-06.gif) left top no-repeat; }
.no7{ background: url(./images/icon-rank01-07.gif) left top no-repeat; }
.no8{ background: url(./images/icon-rank01-08.gif) left top no-repeat; }
.no9{ background: url(./images/icon-rank01-09.gif) left top no-repeat; }
.no10{ background: url(./images/icon-rank01-10.gif) left top no-repeat; }