@charset "UTF-8";

/* ms-top-ranking-box
--------- --------- --------- */
#contents .ms-top-ranking-box .ranking-list {
	border-top: 1px dotted #e0e0e0;
	padding-top: 10px;
}
#contents .ms-top-ranking-box .ranking-list li {
	margin: 0 0 10px;
	padding: 0 0 10px 38px;
	text-indent: -38px;
	border-bottom: 1px dotted #e0e0e0;
}

#contents .ms-top-ranking-box .icon-rank{
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 28px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}

*+html #contents .ms-top-ranking-box .icon-rank {
	display: inline;
	zoom: 1;
}

#contents .ms-top-ranking-box .icon-rank.rank1{	background-image: url(../img/icon_1.png); }
#contents .ms-top-ranking-box .icon-rank.rank2{ background-image: url(../img/icon_2.png); }
#contents .ms-top-ranking-box .icon-rank.rank3{ background-image: url(../img/icon_3.png); }
#contents .ms-top-ranking-box .icon-rank.rank4{ background-image: url(../img/icon_4.png); }
#contents .ms-top-ranking-box .icon-rank.rank5{ background-image: url(../img/icon_5.png); }

#contents .ms-top-ranking-box .count .up{
	color:#9cda44;
}

#contents .ms-top-ranking-box .count .down{
	color:#f9686f;
}
