/*
イチ押しランキング BEGIN 
*/

.ichioshi-ranking {
    padding: 20px 20px 0;
    max-width: 560px;
    margin: 0 auto;
}

.ichioshi-ranking-head {
    font-weight: bold;
    font-size: 20px;
}

.ichioshi-ranking-head-sub {
    color: #949494;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: -0.9px;
}

.ichioshi-ranking-description {
    color: #949494;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.8px;
}


/*TAB BEGIN*/

.tab {
    overflow: hidden;
    padding: 0 20px 5px;
}

.tab li:hover {
    opacity: 0.65;
}

.tab li {
    background: #ccc;
    float: left;
    color: #fff;
    font-size: 12px;
    position: relative;
    list-style-type: none;
    white-space: nowrap;
    margin: 0;
    width: 33.333333333333%;
    text-align: center;
    padding: 13px 0;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.tab li.select {
    background: #ff0000;
}

.tab li.select:nth-child(2) {
    background: #000082;
}

.tab li.select:nth-child(3) {
    background: #50b4f0;
}

.ranking2 {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 1px;
}

.ranking2 .content {
    padding: 0px;
    text-align: left;
}

.content li {
    padding: 0 20px;
    list-style-type: none;
}

.hide {
    display: none;
}


/*TAB END*/


/*商品概要 （テーブル）*/

.ranking2 table tr {
    background: #fff;
}

.clickable {
    cursor: pointer;
}

.ranking2 tr th {
    vertical-align: top;
    width: 126px;
}

.ranking2 tr td {
    padding: 0 0 0 15px;
    vertical-align: top;
}


/* 商品画像 */

.ranking2 table img:hover {
    opacity: 0.65;
}


/* ランキング ナンバー */

.ranking2 .ranking-nomber {
    display: inline;
    margin-bottom: 2px;
    width: 20px;
    height: auto;
}


/* 商品名 */

.ranking2 .prodact-name {
    color: #006699;
    font-size: 13px;
    margin: 0 0 3px 0;
    line-height: 16px;
}

.ranking2 .prodact-name:hover {
    text-decoration: underline;
}


/* 五つ星 */

.ranking2 .ranking-star {
    display: inline;
}


/* 評価 */

.ranking2 .ranking-value {
    color: #f00;
    font-weight: bold;
    position: relative;
    bottom: 2px;
    font-size: 10px;
}


/* 評価 */

.ranking2 .profile-name {
    background: url('//im.uniqlo.com/jp/spa/user-comment_1449719154422_1456278458684.png') no-repeat left center;
    position: relative;
    padding: 2.6px 0 0 31px;
    font-size: 13px;
    background-size: 29px;
    background-position: 0px 3px;
    min-height: 24px;
    margin-top: 3px;
}


/* レビュー */

.ranking2 .review {
    padding: 3px 0 0px 3px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.4px;
    display: block;
    text-align: justify;
}


/*商品の区切り*/

hr.table-separator {
    height: 1px;
    background-color: #ccc;
    border: none;
    color: #ccc;
    margin: 20px 0;
}

body {
    background: #fff;
}
