@charset "UTF-8";

body {
    font-size: 62.5%;
}

#rankingMain {
    width: 730px;
    height: 270px;
    /*border-bottom: 1px solid #acacac;*/
}

#RankingFrame {
    width:730px;
    height: 250px;
    margin: 0 auto;
    font-size: 1em;
}

#RankingFrame li {
    float: left;
    margin-left: 22.5px;
    width: 128px;
    height: 248px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 0.9em;
    text-align: left;
}
#RankingFrame li:first-child {
    margin-left: 0;
}
#RankingFrame li img {
    margin: 20px 0 22px;
}
.itemName {
    line-height: 1.4em;
    margin: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#RankingFrame li p.rank1 {
    display: block;
    width: 128px;
    height: 25px;
    background: url(../images/top/ranking/rank1.png) 46px 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#RankingFrame li p.rank2 {
    display: block;
    width: 128px;
    height: 25px;
    background: url(../images/top/ranking/rank2.png) 46px 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#RankingFrame li p.rank3 {
    display: block;
    width: 128px;
    height: 25px;
    background: url(../images/top/ranking/rank3.png) 46px 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#RankingFrame li p.rank4 {
    display: block;
    width: 128px;
    height: 25px;
    background: url(../images/top/ranking/rank4.png) 46px 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#RankingFrame li p.rank5 {
    display: block;
    width: 128px;
    height: 25px;
    background: url(../images/top/ranking/rank5.png) 46px 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}