@charset "UTF-8";

.utility{display:none;}

.sub_tit {
    background-color: #858585;
    padding: 10px;
    text-align: center;
    margin: 20px auto 15px;
}
.sub_tit img {
    height: 16px;
}
p.cntxt {
    font-size: 14px;
    color: #666;
    padding: 0 6.5vw;
}

#itemlist {
    margin: 40px auto;
}
#itemlist h3 {
    border-top: 1px solid #c2c2c2;
    padding: 5px 0;
}
.item_list {
    margin: 0 auto 30px;
    width: 100%;
}

.item_list li {
    box-sizing: border-box;
    border-top: 1px dotted #c2c2c2;
    background-position: 4.6vw 4vw;
    background-repeat: no-repeat;
    background-size: 11.25vw;
    padding: 3vw 4.6vw;
}
.item_list li:last-child {
    border-bottom: 1px dotted #c2c2c2;
}

.item_img {
    float: left;
    box-sizing: border-box;
    border: solid 3px #e6e6e6;
    position: relative;
    width: 18.75vw;
    height: 18.75vw;
    margin-right: 3vw;
}
.item_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

    .product_name {
        font-size: 13px;
        font-weight: normal;
        color: #323232;
        display: block;
    }
    .product_name a {
        color: #323232;
    }
    .product_name small {
        font-size: 75%;
        font-weight: normal;
    }
    .product_price {
        font-size: 12px;
        font-weight: bold;
        color: #323232;
        display: block;
    }
    .product_price .tax {
        font-size: 11px;
        font-weight: normal;
    }


dl.example dt {
    margin: 7vw 3vw 3vw;
}
dl.example dd {
    margin: 3vw;
}

ol.step li + li {
    padding-top: 85px;
    background: url(https://www.tvert.jp/smp/img2016/soryo_muryo/bg_step.gif) no-repeat center 20px;
    background-size: 65px;
}



/* ページングの番号を削除 */
.FS2_pagination {
    display: none
}

/* 本公開時、smartphone-reset.css に移動 */
#FS2_groupList {
    background: transparent;
}


.FS2_upper_comment {
    margin: auto;
    padding: 0;
}

.FS2_Sort {
    text-align: center;
    padding: 3vw 0;
    background: transparent;
    margin-bottom: 10px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin: 10px -10px;
}

.FS2_Sort_btn {
    display: inline-block;
    color: #389c9f;
    padding: 0;
    background-color: transparent;
    background: transparent;
    border-radius: 0;
    border: 1px solid #9bcecf;
    box-shadow: none;
    text-shadow: none;
    font-size: 11px;
    line-height: 25px;
    width: 46.875vw;
}

table.FS2_container_ItemList {
    width: 100vw;
    margin: auto 0;
}
table.FS2_container_ItemList tr {
    border-bottom: 1px dotted #c2c2c2;
    background: transparent;
}
table.FS2_container_ItemList tr.FS2_Alternateness_bg {
    background: transparent;
}
.FS2_container_ItemList th {
    padding: 3vw;
    vertical-align: top;
    text-align: left;
}
.fs_goods_container th a {
    display: block;
    box-sizing: border-box;
    border: solid 3px #e6e6e6;
    position: relative;
    width: 18.75vw;
    height: 18.75vw;
}
.fs_goods_container th a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.fs_goods_container td a {
    line-height: 18px;
    font-size: 12px;
    font-style: normal;
    color: #333;
}
.fs_goods_container td .itemPrice {
    font-weight: bold;
    font-size: 12px;
    color: #333;
}
.FS2_special_price,
.FS2_itemPrice_addition {
    font-weight: normal;
    font-size: 12px;
}

/* 並べ替え */
.FS2_sort_menu_container {
    border: 2pc solid #9bcecf;
    background: #fff;
    margin: auto;
    padding: 3vw;
    margin: 0 auto;
    border-radius: 0;
}
.FS2_sort_menu_container .FS2_sort_menu_title {
    background-color: #9bcecf;
    background: #9bcecf;
    border-radius: 0;
    color: #fff;
    font-size: inherit;
    padding: 3px;
}
ul#FS2_sort_menu a {
    color: #333;
}

/* 商品カテゴリ一覧 下層では背景なしにする */
.FS2_contents_container {
    background: transparent;
}
