﻿@charset "utf-8";
/* CSS Document */

/* ranking */
.ranking.hasItem {display: block;}
.ranking:after {content:"";display:block;clear:both;}

#main .itemList li  {position: relative; clear: none;display: none;}
.ranking li:after {position: absolute; top: 0; left: 0; width: 20px; height: 19px; margin: 0; vertical-align: middle; display: inline-block; visibility: visible;}

#main .itemList li:nth-child(1),
#main .itemList li:nth-child(2),
#main .itemList li:nth-child(3),
#main .itemList li:nth-child(4),
#main .itemList li:nth-child(5),
#main .itemList li:nth-child(6),
#main .itemList li:nth-child(7),
#main .itemList li:nth-child(8),
#main .itemList li:nth-child(9),
#main .itemList li:nth-child(10) {display:inline-block;}

.ranking li:nth-child(1):after {content: url(//www.muji.net/img/store/section/sub/ranking01.png);}
.ranking li:nth-child(2):after {content: url(//www.muji.net/img/store/section/sub/ranking02.png);}
.ranking li:nth-child(3):after {content: url(//www.muji.net/img/store/section/sub/ranking03.png);}
.ranking li:nth-child(4):after {content: url(//www.muji.net/img/store/section/sub/ranking04.png); top: 2px;}
.ranking li:nth-child(5):after {content: url(//www.muji.net/img/store/section/sub/ranking05.png); top: 2px;}
.ranking li:nth-child(6):after {content: url(//www.muji.net/img/store/section/sub/ranking06.png); top: 2px;}
.ranking li:nth-child(7):after {content: url(//www.muji.net/img/store/section/sub/ranking07.png); top: 2px;}
.ranking li:nth-child(8):after {content: url(//www.muji.net/img/store/section/sub/ranking08.png); top: 2px;}
.ranking li:nth-child(9):after {content: url(//www.muji.net/img/store/section/sub/ranking09.png); top: 2px;}
.ranking li:nth-child(10):after {content: url(//www.muji.net/img/store/section/sub/ranking10.png); top: 2px;}

#main .itemList .no1,
#main .itemList .no2,
#main .itemList .no3,
#main .itemList .no4,
#main .itemList .no5,
#main .itemList .no6,
#main .itemList .no7,
#main .itemList .no8,
#main .itemList .no9,
#main .itemList .no10 {display:inline-block;}

.ranking .no1:after {content: url(//www.muji.net/img/store/section/sub/ranking01.png);}
.ranking .no2:after {content: url(//www.muji.net/img/store/section/sub/ranking02.png);}
.ranking .no3:after {content: url(//www.muji.net/img/store/section/sub/ranking03.png);}
.ranking .no4:after {content: url(//www.muji.net/img/store/section/sub/ranking04.png); top: 2px;}
.ranking .no5:after {content: url(//www.muji.net/img/store/section/sub/ranking05.png); top: 2px;}
.ranking .no6:after {content: url(//www.muji.net/img/store/section/sub/ranking06.png); top: 2px;}
.ranking .no7:after {content: url(//www.muji.net/img/store/section/sub/ranking07.png); top: 2px;}
.ranking .no8:after {content: url(//www.muji.net/img/store/section/sub/ranking08.png); top: 2px;}
.ranking .no9:after {content: url(//www.muji.net/img/store/section/sub/ranking09.png); top: 2px;}
.ranking .no10:after {content: url(//www.muji.net/img/store/section/sub/ranking10.png); top: 2px;}

