@charset "euc-jp";

#productlist span {
    opacity: 0.7;
}

#contents .unstyled {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contents .unstyled li{
    box-sizing: border-box;
    width: 47%;
}

#contents .unstyled li img {
    width: 100%;
    object-fit: contain;
}

#contents .unstyled li .name {
    color: #ba9760;
}

#contents .unstyled li .s_expl{
    color: #353535;
}