<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.item .subject{
    margin-top:20px;
    margin-bottom:20px;
}
.item .subject A.itemlink{
    color:#000000;
    text-decoration:none;
}
.item .subject A.itemlink:hover{
    color:#000000;
    text-decoration:none;
}
.item .summary{
    line-height:20px;
    margin-bottom:20px;
}
.item .summary A.itemlink{
    color:#818181;
    text-decoration:none;
}
.item .summary A.itemlink:hover{
    color:#636161;
    text-decoration:none;
}

/*{layoutlist_2*/
.layoutlist_2 .item,.layoutlist_4 .item{
    margin-top:44px;
    border-bottom:1px solid #b2b2b2;
}
/*}*/

/*{layoutlist_3*/
.layoutlist_3 .item{
    margin-top:44px;
    width:47.7%;
    float:left;
    overflow: hidden;
}
.layoutlist_3 .space{
    margin-top:44px;
    width:4.6%;
    float:left;
}
/*}*/

/**/
.product_list_item div.img:nth-child(1) {
    position: relative;
}
.product_list_item div.img:nth-child(2) {
    left: 0;
    position: absolute;
    top: 0;

}
.product_list_item div.img:nth-child(1) img, .product_list_item div.img:nth-child(2) img {
    height: auto;
    width: 100%;
}
.product_list_item div.img:nth-child(2) a {
    height: 100%;
    opacity: 1;
    transition: opacity 0.35s ease-in-out 0s;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    display: block;
}
.product_list_item div.img:nth-child(2) a:hover {
    opacity: 0;
}

.block_body .btn{
    color:#ffffff;
    line-height:32px;
    padding:0px 30px;
    background: #5b5b5b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin:0px 2px;
    cursor: pointer;
    display: inline-block;
    float:left;
}
.block_body .btn a{
    color:#ffffff;
    text-decoration: none;
}
.layoutlist_4 .item{padding-bottom:20px;}
.layoutlist_4 .subject{margin-bottom:10px;}
.layoutlist_4 .delline{text-decoration: line-through;}
.layoutlist_4 .pricearea{text-align: center;margin-bottom:10px;}
.layoutlist_4 .price{color:#818181;font-size:12px;margin:0px 5px;}
.layoutlist_4 select{height:20px;border:1px solid #e2e2e2;}
.layoutlist_4 .standarea &gt;div{float: left;margin:0px 3px;}
.layoutlist_4 .buybtn {cursor:pointer;width:99%;margin:8px auto;line-height: 24px;color:#fff;background-color: #555555;text-align: center;}
.layoutlist_4 .buybtn.disabled{background-color: #e2e2e2;cursor: not-allowed;}

.layoutlist_4 .showN{display: none;}
.layoutlist_4 .showY{display: block;}</pre></body></html>