@charset "utf-8";

#relationitem .Corner2 li {
    width: 24%;
    margin-right: 1.33333%
}

#relationitem .Corner2 li:hover {
    opacity: 0.6;
}

#relationitem .Corner2 li:nth-of-type(4n) {
    margin-right: 0
}

#relationitem ul {
    list-style: none;
}

#relationitem .brandname {
    font-size: 10px;
    color: #a5a5a5;
    height: 15px;
}

#relationitem .itemname {
    font-size: 14px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    display: block;
}

#relationitem .price {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

#relationitem .saleprice.salepricebox {
    color: #f5222d;
    font-weight: bold;
}

#relationitem .price_down {
    background-color: #f5222d;
    display: inline-block;
    color: #fff;
    padding: 4px;
    margin-top: 2%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

#relationitem .price::after {
    content: '（税込）';
    font-size: 10px;
}

@media screen and (max-width:520px) {

    #relationitem .Corner2 li,
    #relationitem .Corner1 li {
        width: 49%;
        margin-right: 2%
    }

    #relationitem .Corner2 li:nth-of-type(2n) {
        margin-right: 0;
    }
}

