<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.FS2_container_ItemList .thumbnail{width:160px;}
#FS2_GoodsSearchList .thumbnail{width:160px;}
.img {
     max-width: 100%;
     height: auto;
     }


/**--------サムネイル2列表示--------**/
.fs_goods_container{
        width: 47%;
        margin: 1%;
        border: none;
        float: left;
        position: relative;
}
.fs_goods_container th{
        width:100%;
        float:left;
}
.fs_goods_container td{
       width:96%;
       float:left;
       text-align:center;
       padding:0 2%;
       font-size:50%;
}
.fs_goods_container th img{
 width:95%;
}
.FS2_Alternateness_bg {
       background:#fff;
}
#FS2_GoodsSearchList .fs_goods_container:nth-of-type(2n+1),
#FS2_CategoryList .fs_goods_container:nth-of-type(2n+1) {
clear: left;
}
</pre></body></html>