@charset "euc-jp";

h2.list_ttl{
    text-align: center;
}
.listorder{
    text-align: right;
    padding: 20px 0;
    font-size: 12px;
    color: #999;
}
.productlist ul{
    display: flex;
    flex-wrap: wrap;
}
.productlist ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 4%;
}
.productlist ul li .prdimg{
    height: 252px;
    overflow: hidden;
}
.productlist ul li:nth-child(4n) {
    margin-right: 0;
}
#contents .productunit a:hover {
    background: none;
    opacity: 0.7;
        transition : all 0.3s ease 0s;
}

.item_ttl{
    padding-top: 10px;
    line-height: 1.0;
    font-size: 18px; 
    font-weight: normal;
}
.item_ttl a:hover{
    background-color: #fff;
}
.item_prc{
    font-size: 16px;
    line-height: 1.0;
    padding-top: 10px;
}

@media (max-width: 480px){

.listorder{
    text-align: right;
    padding: 10px 0;
    font-size: 12px;
    color: #999;
}

    
.productlist ul li{
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 4%;
}
.productlist ul li:nth-child(2n) {
    margin-right: 0;
}
.productlist ul li .prdimg{
    height: 160px;
}
#contents .productunit a:hover {
    background: none;
    opacity: 0.7;
        transition : all 0.3s ease 0s;
}


#contents .productunit a:hover {
    background: none;
    opacity: 0.7;
        transition : all 0.3s ease 0s;
}
    
.item_ttl{
    padding-top: 10px;
    line-height: 1.2;
    font-size: 14px; 
}
.item_prc{
    font-size: 12px;
    line-height: 1.0;
    padding-top: 5px;
}
}