/** 2024.08 updata **/
tbody>tr.jokashitsu>td:nth-child(4),
tbody>tr.jokashitsu>td:nth-child(7),
tbody>tr.jokashitsu>td:nth-child(9),
tbody>tr.jokashitsu>td:nth-child(11),
tbody>tr.jokashitsu>td:nth-child(13) {
    background-image: none;
    background-color: inherit;
}

tbody>tr.jokashitsu>td.kashitsu {
    background-color: rgba(221, 60, 102, 1);
    color: #fff;
}
tbody>tr.jokashitsu>td.jokashitsu {
    background-image: linear-gradient(90deg, rgba(5, 0, 255, 1), rgba(221, 60, 102, 1));
    color: #fff;
}

.new_hg90,
.new_hg,
.new_tw,
.new_tw50,
.new_co, {
    position: absolute;
    top: 4px;
    right: 80px;
}
thead>tr:nth-child(2)>td{

}
thead>tr:nth-child(1)>td.hg90,
thead>tr:nth-child(1)>td.hg,
thead>tr:nth-child(1)>td.tw,
thead>tr:nth-child(1)>td.tw50,
thead>tr:nth-child(1)>td.co,
thead>tr:nth-child(1)>td.cz{
    width: 260px;
}

@media only screen and (max-width: 480px) {
    table.tbl>thead>tr:nth-child(1)>td.hg90,
    table.tbl>thead>tr:nth-child(1)>td.hg,
    table.tbl>thead>tr:nth-child(1)>td.tw,
    table.tbl>thead>tr:nth-child(1)>td.tw50,
    table.tbl>thead>tr:nth-child(1)>td.co,
    table.tbl>thead>tr:nth-child(1)>td.cz{
        width: 155px !important;
    }
}

.ss-product-tag{
    display: flex;
    li{
        margin-right: 10px;
    }
    li:last-child{
        margin-right: 0;
    }
    li.clr_model{
        background-color: #fc6c6c;
        color: #fff;
        padding: 7px 10px 5px;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 480px) {
    .ss-product-tag{
        display: flex;
        li.clr_model{
            background-color: #fc6c6c;
            color: #fff;
            padding: 7px 10px 5px;
            font-size: 10px;
            font-weight: bold;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
        }
    }
}