@charset "euc-jp";

#productlist span {
    border-bottom: 1px solid;
}

#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 .s_expl{
    color: #353535;
}

.category-list li a {
    border-radius: 50px;
    border: 1px solid #000;
    display: block;
}

.category-list li a::after {
    content: '>';
    margin-left: 5px;
}