﻿/* shop.css Version. 1.0.38 */
/* modified date 2017/07/11  */
@charset "utf-8";
@import url("./shop/etc_order.css");
@import url("./shop/season.css");
/*最近チェック*/
#div-recipe-img {
    text-align: center;
    font-size: 100%;
}
#div-recipe-img .recipe-img{
    float: left;
    padding:10px 10px 0px 0px;
/*    width: 130px; */
}
.shop_banner{
    clear: both;
    margin-top: 20px;
    border-top: 15px solid #4f4132;
}
dd#plist{
    margin-top: 20px;
}
/*タイトル＆ソート*/
div#shop-menu h2{
    margin: 10px 0px 0px 0px;
    }
    #sort_filter{
    width: 100%;
    background-color: #f5f0dc;
    height: 50px;
    color: #4f4132;
    }
    table#sort-list{
        font-size: 80%;
        float: left;
        padding: 5px 30px 5px 10px;
    }
    table#sort-list img{
        float: left;
        margin: 0px;
    }
    table#filter-list{
        font-size: 80%;
        float: right;
        padding: 5px 30px 5px 10px;
    }
    table#filter-list img{
        float: left;
        margin: 0px;
    }
/*一覧ページ2個ver*/
div.item-list1_2{
    clear: both;
    float: left;
    width: 49.8%;
    border-right: 2px dotted #4f4132;
    border-bottom: 3px solid #4f4132;
    }
div.item-list2_2{
    width: 49.8%;
    float: left;
    border-bottom: 3px solid #4f4132;
    }
    div.item-cart-in-nol_2{
        clear: both;
        height: 70px;
        text-align: right;
        background-color: #c6b6a1;
        padding: 5px 10px 0px 5px;
    }
    div.item-cart-in_2{
        clear: both;
        padding: 5px 10px 0px 5px;
        height: 70px;
        text-align: right;
        background-color: #c6b6a1;
    }    
    div.item-cart-in_2 input.num,div.item-cart-in-nol_2 input.num{
        padding-top: 5px;
        vertical-align: middle;
        width: 50px;
        }
    div.item-cart-in_2 input.cart_msg,div.item-cart-in-nol_2 input.cart_msg{
        padding: 5px 0px 0px 10px;
        vertical-align: middle;
        background-color : #c6b6a1;
        }   
/*一覧ページ4個ver*/
div.item-list1_4{
    clear: both;
    float: left;
    overflow : hidden;
    width: 24.6%;
    border-right: 2px dotted #4f4132;
    border-bottom: 3px solid #4f4132;
    }
div.item-list2_4{
    width: 24.6%;
    overflow : hidden;
    float: left;
    border-right: 2px dotted #4f4132;
    border-bottom: 3px solid #4f4132;
    }
div.item-list3_4{
    width: 24.6%;
    overflow : hidden;
    float: left;
    border-right: 2px dotted #4f4132;
    border-bottom: 3px solid #4f4132;
    }
div.item-list4_4{
    width: 24.6%;
    overflow : hidden;
    float: left;
    border-bottom: 3px solid #4f4132;
    }
    div.item-cart-in-nol_4{
        clear: both;
        height: 90px;
        text-align: right;
        background-color: #c6b6a1;
        padding: 5px 10px 0px 5px;
    }
    div.item-cart-in_4{
        clear: both;
        padding: 5px 10px 0px 5px;
        height: 90px;
        text-align: right;
        background-color: #c6b6a1;
    }    
    div.item-cart-in_4 input.num,div.item-cart-in-nol_4 input.num{
        padding-top: 5px;
        vertical-align: middle;
        width: 50px;
        }
    div.item-cart-in_4 input.cart_msg,div.item-cart-in-nol_4 input.cart_msg{
        padding: 5px 0px 0px 10px;
        vertical-align: middle;
        background-color : #c6b6a1;
        }          
        div.item-cart-in_4 input.cart_msg,div.item-cart-in-nol_4 input.cart_msg{
            width: 60%;
            height: 60%;
        }
/*一覧ページ*/
div.item-list1{
    clear: both;
    float: left;
    width: 262px;
    border-right: 2px dotted #4f4132;
    border-bottom: 3px solid #4f4132;
    }
div.item-list2{
    width: 262px;
    float: left;
    border-right: 2px dotted #4f4132;
    border-bottom: 3px solid #4f4132;
    }
div.item-list3{
    width: 262px;
    float: left;
    border-bottom: 3px solid #4f4132;
    }
    div.list_image{
        height: 230px;
/*        height: 200px;*/
    }
        p.item_flg{
            z-index: 15;
            position: absolute;
            padding-left: 3px;
            }
        p.item-image,div.item-image{
            position: relative;
            text-align: center;
            margin-top: 10px;
            height: 210px;
/*            height: 180px; */
            overflow:hidden;
            }
        p.item-imageset,div.item-imageset{
            position: relative;
            text-align: left;
            margin: 10px 0px 0px 10px;
            height: 200px;
            overflow:hidden;
            font-size: 90%;
            }
            .myset{
                font-size: 10px;
                line-height: 1.0em;
            }
        p.package {
            position: absolute;
            margin: -3px 3px 0px 3px ;
            }
            p.package img{
                margin-right: 3px;
            }
            div.item-detail h4{
                line-height: 1.0em;
            }
    div.item-detail,div.item-detail-free{
        text-align: left;
        background-color:#faf5ed;
        height: 50px;
        padding: 5px;
        }
        div.item-detail-free{
            font-size: 90%;
        }
        .div_view_area{
            text-align: left;
            background-color:#faf5ed;
            height: 36px;
            padding-right: 3px;
        }
        div.review_title .erase{
            display: none;
        }
        p.review{
            font-size: 70%;
            line-height: 1.0em;
            }
            p.review img{
                vertical-align: bottom;
            }
            p.review a img:hover {
                opacity:1.0;
                filter:alpha(opacity=100);
                -ms-filter: "alpha( opacity=100 )";
                }

        div.div-view{
            float:left;
            margin: 5px 5px 0px 5px;
            }
        div.my-item-del{
            float: right;
            margin: 5px 0px 0px 0px;
            }
        p.my-item-add{
            float: right;
            margin: 10px 5px 0px 0px;
            }
            .item_my_item_add{
                margin: 5px 0px;
            }
            #mylist_info{
                margin: 10px;
                }
                #mylist_info h4{
                    font-size: 110%;
                    margin-bottom: 10px;
                }
                #mylist_info p{
                    margin: 5px 0px 5px 10px;
                }
                #mylist_view{
                    clear: both;
                    position: relative;
                    margin-bottom: 20px;
                }
                .one-price2{
                    float: left;
                    width: 140px;
                    margin: 0px 30px 0px 0px;
                    height: 68px;
                    text-align: right;
                    line-height: 1.1em;
                    padding-top: 30px;
                    }
                .one-price{
                    float: left;
                    width: 140px;
                    margin: 8px 30px 0px 0px;
                    height: 90px;
                    text-align: right;
                    line-height: 1.1em;
                }
                #service-one{
                    font-size: 10px;
                    color: #fff;
                    background-color: #980000;
                    text-align: center;
                    margin: 2px 0px 0px 10px;
                    padding: 1px 5px;
                }
                .default-one{
                    font-size: 70%;
                    margin-top: 6px;
                }
                .service-price-one{
                    color: #980000;
                    font-size: 28px;
                    font-weight: bold;
                    font-family:  "ＭＳ 明朝",serif;
                }
                .yen{
                    font-size: 15px;
                    color: #980000;
                }
                .one-cart-in{
                    width: 220px;
                    float: right;
                    height: 90px;
                }
                .one-cart-in input.num{
                    width: 50px;
                }
                .cartin-one2{
                    margin-top: 25px;
                }
                .cartin-one{
                    margin-top: 15px;
                }

                .one-cart-in select{
                    width: 100px;
                }
                div.one-price-data .cart_msg{
                    vertical-align:bottom;
                }
    div.one-price-data{
        clear: both;
        width: 400px;
        background-image: url("../image/icon/price_cartin.gif");
        background-repeat: no-repeat;
        font-size: 85%;
        height: 90px;
        margin-top: 10px;
        }
    div.price-data{
        clear: both;
        line-height: 12px;
        padding: 5px 5px 0px 0px;
        text-align: right;
        background-color: #eae2d7;
        height: 45px;
        }
        p.service{
            font-size: 70%;
            color: #f00;
            }
        span.prod-price-one{
            text-decoration:line-through;
            font-size: 17px;
            }
        span.prod-price{
            text-decoration:line-through;
            }
            span.default{
                font-size: 75%;
            }
        span.service-price{
            color: #f00;
            font-size: 140%;
            font-weight: bold;
            }
        div.item-cart-in-nol{
            clear: both;
            height: 70px;
            text-align: left;
            background-color: #c6b6a1;
            padding: 5px 0px 0px 5px;
        }
        div.item-cart-in{
            clear: both;
            padding: 5px 0px 0px 5px;
            height: 70px;
            text-align: left;
            background-color: #c6b6a1;
        }
            div.item-cart-in input.num,div.item-cart-in-nol input.num{
                padding-top: 5px;
                vertical-align: middle;
                width: 50px;
                }
            div.item-cart-in input.cart_msg,div.item-cart-in-nol input.cart_msg{
                padding-top: 5px;
                vertical-align: middle;
                background-color : #c6b6a1;
                }
    p.page-no{
        clear: both;
        text-align: center;
        font-size: 120%;
        margin: 10px;
    }
    p.page-no span{
        margin-left: 5px;
        }


/*ＤＩＶページ*/
/*イメージ画*/
#div-header{
    min-height: 156px;
}
#div_header_right{
     float:right;
     width: 605px;
}
#div-datail-view {
    float: left;
    position:relative;
    width: 160px;
    height:150px;
    overflow:hidden;
    z-index: 2;
    padding: 10px 5px 0px 10px;
    }
    #s_t_img{
        display: none;
        position: absolute;
        z-index: 10;
    }
    p#div_title_image  {
        width: 790px;
        height: 180px;
        z-index: 5;
        overflow: hidden;
        }
        #div-title-img{
            clip: rect(0px,790px,180px,0px);
            position: absolute;
            margin: 0px;
            }
    #div-datail-view p {
        position: relative;
        z-index: 2;
        margin-left: 5px;
        }
        #div-datail-view p img:hover {
            opacity:1.0;
            filter:alpha(opacity=100);
            -ms-filter: "alpha( opacity=100 )";
            }
    div#div-datail-thumb {
        float: left;
        margin: 0px;
        z-index: 3;
    }
    ul#div-datail-img-list {
        float: right;
    }
    ul#div-datail-img-list li {
        clear: left;
        padding: 0 4px 0 4px;
        float: left;
        cursor:pointer;
        z-index: 3;
        opacity:0.6;
        filter:alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }
    ul#div-datail-img-list li img {
        border: solid 3px #666;
        height: 35px;
        width: 35px;
    }
    ul#div-datail-img-list li:hover {
        opacity:1;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
    ul#div-datail-img-list li.active {
        opacity:1;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
    div#div-title small{
        font-size: 20px;
    }
div#div-title h2{
    border: none;
    font-size: 250%;
    padding: 10px 0px 0px 10px;
    line-height: 1.0em;
}
div#div-title h2 img{
    vertical-align: bottom;
}
div#catch{
    padding-top: 5px;
    font-size: 80%;
    font-weight: bold;
}
p#div-comment{
    font-size: 80%;
    line-height: 1.5em;
    padding: 5px 0px 0px 10px;
}
p#salt-disp{
    text-align:right;
}
div#out-review{
    font-size: 80%;
}
.fb-like{
    float: left;
    margin-right: 10px;
}
/*div-item*/
div#div-list h3{
    width: 100%;
    clear: both;
    min-height: 30px;
    font-size: 180%;
    font-family:  "ＭＳ 明朝",serif;
    margin: 30px 0px 5px 0px;
    border-bottom: 5px solid #4f4132;
}
div#div-list h4{
    font-size: 100%;
}
div#div-list h5{
    clear: both;
    font-size: 120%;
    font-family:  "ＭＳ 明朝",serif;
    margin: 30px 0px 5px 0px;
    border-bottom: 5px solid #4f4132;
}
p#review{
    margin: 5px 0px 5px 0px;
}

    /* 成分表 */
div#div-component-101{
    clear:both;
    width: 100%;
    }
div#div-component{
    float: right;
    width: 49%;
    }
    p#caption{
        padding-top: 5px;
    }
        p#caption:before{
            content: "■";
        }
    table.component{
        margin: 10px 0px 10px 10px;
        border-style: none;
        border-collapse: collapse;
        border: 1px solid #333;
   }
       table.component th#caption{
        border: 1px solid #333;
        }
       table.component th.type{
        border: 1px solid #333;
        }
    table.component td{
        text-align: right;
        width: 100px;
        padding-right: 5px;
        border-right: 1px solid #333;
    }
        table.component td.salt{
            border-top: 3px double #333;
        }
    table.component th{
        width: 120px;
        height: 20px;
        border-right: 1px solid #333;
    }
        table.component th.salt{
            border-top: 3px double #333;
        }
/* div item */
/*画像切り替え*/
#div-item-image{
    clear: both;
    float: left;
    width: 370px;
    margin-top: 30px;
}
#div-datail-view2 {
    position:relative;
    height:270px;
    overflow:hidden;
    z-index: 2;
    }

    div#div-datail-thumb2 {
        clear: both;
        float: left;
        margin-top: 10px;
        z-index: 3;
    }
    ul#div-datail-img-list2 {
        float: right;
    }
    ul#div-datail-img-list2 li {
        padding: 0 4px 0 4px;
        float: left;
        cursor:pointer;
        z-index: 3;
        opacity:0.6;
        filter:alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }
    ul#div-datail-img-list2 li img {
        border: solid 3px #666;
        height: 45px;
        width: 60px;
    }
    ul#div-datail-img-list2 li:hover {
        opacity:1;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
    ul#div-datail-img-list2 li.active {
        opacity:1;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
/*画像切り替え終了*/
#item-one-detail{
    width: 400px;
    float: right;
    margin-top: 30px;
}
    .content_image{
        clear: both;
    }
    #item-one-detail h3{
        clear: both;
        padding: 5px 0px 0px 0px;
        font-size: 180%;
        font-family:  "ＭＳ 明朝",serif;
    }
    p.item-item-flg img{
        float: left;
        margin-right: 5px;
        }
.naiyo-mod {
    float: right;
}
.naiyo-mod img{
        vertical-align: bottom;
}
    div#item-one-package img{
        float: left;
        vertical-align: bottom;
        margin: 5px 5px 10px 0px;
    }
    p#item-one-review{
        clear: left;
        font-size: 10px;
        margin-bottom: 5px;
    }
td#item-one-detail{
    vertical-align: top;
}
    p#noshi_msg{
        font-weight: bold;
        font-size: 90%;
        margin-bottom: 5px;
    }
    p#comment{
        font-size: 90%;
        margin-bottom: 5px;
    }
    td#item-one-detail span.service-price{
        font-size: 180%;
            }
    td#item-one-detail p.cart-in{
        text-align: right;
            }
div.prod_info_img p{
    float: left;
    text-align: center;
    width: 110px;
    height: 100px;
    }
    div.prod_info_img p img{
        margin-top: 5px;
    }
    div.prod_info_img p.info_act{
        background-color: #efe7db;
        border: 1px solid #4f4132;
    }
div.item-one-use{
    line-height: 1.2em;
    letter-spacing: 1px;
    }
div.item-one-use h5{
    font-size: 130%;
    font-family:  "ＭＳ 明朝",serif;
    margin: 30px 0px 5px 0px;
    border-bottom: 5px solid #4f4132;
    }
div.item-one-use div#div-use{
    margin-right: 10px;
    clear: both;
    width: 49%;
    float: left;
}
div.item-one-use div#hozon,div.item-one-use div#hozon-101{
    width: 49%;
    float: right;
    }
div.item-one-use div#label-list{
    clear: both;
    width: 49%;
    float: left;
}
div.item-one-use div#allergy-list{
    width: 49%;
    float: right;
    }
    /* 成分表 */
div.item-one-use div#div-component{
    width: 100%;
    }
    div#div-component-101 h5{
    clear: both;
    font-size: 120%;
    font-family:  "ＭＳ 明朝",serif;
    margin: 30px 0px 5px 0px;
    border-bottom: 5px solid #4f4132;
    }
    h5#div-item-list{
        clear: both;
        margin-top: 30px;
        font-size: 120%;
        font-family:  "ＭＳ 明朝",serif;
        border-bottom: 5px solid #4f4132;
    }
    #div-etc-image{
        font-size: 100%;
    }
    #div-etc-image td{
        vertical-align: top;
        text-align: center;
        width: 130px;
    }
    div#div-recipe{
        clear: both;
        margin-top: 20px;
    }
    #etc_recipe{
        clear: both;
    }
    #etc_recipe h5,#etc_use_recipe h5{
        margin-top: 20px;
        font-size: 120%;
    font-family:  "ＭＳ 明朝",serif;
        border-bottom: 5px solid #4f4132;
    }

/* modalbox */
p.ret-shop{
    clear: both;
    text-align: center;
    margin: 5px 0px 10px 0px;
}
div#cart_add_detail{
    float: left;
    position: relative;
    width: 425px;
    margin-top: 30px;
    }
    div#cart_add_detail p#modalbox-item-detail{
        font-size: 120%;
        font-weight: bold;
        margin: 15px 0px 0px 30px;
    }
        div#cart_add_detail p#modalbox-item-detail img{
            float:left;
            margin-right: 10px;
        }
    div#cart_add_detail p#modalbox-item-detail span{
        font-size: 90%;
        font-weight: normal;
    }
div#modalbox-cart{
    width: 200px;
    float: right;
    margin: 30px 30px 20px 0px;
    }
    div#modalbox-cart p.leftmenu-title{
        height: 36px;
        }
        div#modalbox-cart p.leftmenu-title img{
            margin: 10px;
            }

div#modalbox-pickup-item{
    clear: both;
    background-image: url("../image/bg_img/main.jpg");
    background-position: top;
    background-repeat: repeat;
    padding: 0px 30px 30px 30px;
    }
    div#modalbox-pickup-item p{
        padding: 20px 0px 15px 0px;
        }
        div#modalbox-pickup-item span{
            border-bottom: 2px dotted #4f4132;
            color: #4f4132;
            font-weight: bold;
            font-size: 18px;
            }
    table#modalbox-pitem{
        width: 100%;
        text-align: center;
        }
    table#modalbox-pitem td{
        width: 32%;
        font-size: 80%;
        }
        table#modalbox-pitem td img{
            padding-left: 10px;
            clear: both;
            float: left;
        }
/*口コミ評価*/
div.review_nowrite{
    margin: 20px 20px 0px 20px;
}
.nowrite_title{
    font-size: 120%;
    color: #4f4132;
    margin-bottom: 20px;
    font-weight: bold;
}
div.review_nowrite ul{
    margin: 0px 0px 20px 50px;
}
div.review_nowrite li{
    margin-bottom: 10px;
}
div.review_title{
    font-size: 150%;
    font-weight: bold;
    height: 30px;
    font-family:  "ＭＳ 明朝",serif;
    color: #4f4132;
    margin: 10px 0px;
    border-bottom: 3px solid #4f4132;
}
/* tab */
/* Tabs
----------------------------------*/
div#review{
    clear: both;
    padding-top: 30px;
}
    div#tabs{
        clear: both;
    }
    div#tab1{
        clear: both;
        font-size: 90%;
    }
    div#tab2{
        clear: both;
        margin: 0px 20px 0px 20px;
    }
    div#tab2 div.review-head{
        margin: 0px 0px 20px 0px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #333;
    }
    div#tab2 span.review-name{
        font-weight: bold;
        font-size: 120%;
        margin-right: 20px;
    }
    .nice_review{
        color: #999;
        font-size: 80%;
        margin-bottom: 15px;
    }
    div#tab2 span.point{
        margin-right: 10px;
    }
    div#tab2 p.review-text{
        font-size: 90%;
    }
    div#tab2 p.review-res{
        font-size: 90%;
        background-color: #efe7db;
        text-align: right;
    }
    #rwrite_form #rerr{
        background-image: url("../image/icon/caution.gif");
        background-repeat: no-repeat;
        background-position-x: 15px;
        padding: 10px 0px 0px 65px;
        visibility: hidden;
        height: 35px;
        border: 3px solid #980000;
    }
    #rwrite_form dt.rimp{
        border: none;
        font-size: 16px;
        color: #4f4132;
        font-weight: bold;
        background-image: url("../image/icon/dtst.gif");
        height: 20px;
        margin: 10px 0px 0px 20px;
        background-repeat: no-repeat;
        padding: 5px 0px 0px 25px;
    }
    #rwrite_form dd{
        margin-left: 30px;
    }
    p.review_info{
       margin: 20px 0px 10px 20px;
    }

/*用途検索*/
div#use_search{
    color: #fff;
    height: 35px;
    background-color: #4f4132;
}
.limit_msg{
    padding: 3px 0px;
    font-size: 10px;
    line-height: 1.0em;
    color: #980000;
}
div#use_search h1{
    font-size: 120%;
    padding: 8px 0px 0px 30px;
}
table#use{
    margin: 10px 40px 20px 30px;
    float: left;
    width: 55%;
    border-collapse: collapse;
}
    td#use_title{
        border-bottom: 3px dotted #4f4132;
    }
    table#use_select td{
        padding-left: 0px;
    }
    table#use_select td img{
        vertical-align: bottom;
    }
table#salt{
    padding-top: 13px;
    width: 180px;
}
    td#salt_title{
        border-bottom: 3px dotted #4f4132;
    }
    table#salt td#salt_search{
        padding-left: 20px;
    }
    table#salt td#salt_search ul{
        list-style-type: none;
        }
    table#salt td#salt_search li img{
        vertical-align: bottom;
    }
div#result{
    clear: both;
        background-image: url("../image/bg_img/main.jpg");
        background-position: top;
        background-repeat: repeat;
        height: 380px;
        overflow: auto;
}
form#search span{
    font-size: 120%;
    font-weight: bold;
}
table#search_result{
}
table#search_result span.name{
    font-size: 100%;
    font-weight: bold;
}
td.result_img{
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
td.result_img a{
    display: block;
}
table#search_result td.result_text{
    height: 100px;
    width: 180px;
}
/*詰め合わせ*/
.limit_text_set{
    font-size: 10px;
    line-height: 1.0em;
    color: #980000;
}
.set_item_area{
    margin: 60px 20px 0px 20px;
}
.set_item_area2{
    margin: 0px 20px 0px 20px;
}
.set_cart_in{
    background-image: url("../image/bg_img/set_cart_in.gif");
    background-repeat: no-repeat;
    width: 640px;
    height: 110px;
    float: left;
    margin-right: 20px;
}
.set_setdetail{
    margin: 5px 0px 0px 0px;
    float: left;
    height: 100px;
}
.setimg p{
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.3em;
}
#details_items{
    width: 100%;
    clear: both;
    text-align: center;
}
#setcont1,#setcont2,#setcont3,#setcont4{
    border-top: 1px solid #000000;
}
.setimg_one{
    height: 110px;
}
.setimg_one img{
    padding-top: 10px;
}
.set_name_num{
    background-color: #c6b6a1;
    padding: 10px 1px;
    height: 70px;
}
.item_set_cont1:hover,.item_set_cont2:hover,.item_set_cont3:hover,.item_set_cont4:hover{
}
.item_set_cont1,.item_set_cont2,.item_set_cont3,.item_set_cont4{
    float: left;
    width: 186px;
    border-bottom: 1px solid #000000;
}
.item_set_cont2,.item_set_cont3,.item_set_cont1{
    border-right: 1px dotted #000000;
}
.item_set_cont1{
    clear: left;
}
#set_change{
    float: right;
    margin-right: 20px;
    font-size: 80%;
}
.setmes{
    font-size: 14px;
}
#setmes{
    clear: both;
    padding: 5px 0px 5px 10px;
}
table#itemset_total{
    border-collapse: collapse;
    margin: 0px 0px 10px 10px;
    width: 330px;
}
table#itemset_total th{
    line-height: 1.1em;
    width: 100px;
    border: 1px solid #000;
    background-color: #4f4132;
    padding: 3px 0px;
    color: #fff;
}
table#itemset_total td{
    line-height: 1.3em;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000;
}
#set_incart{
    float: right;
    width: 240px;
}
#set_incart input{
    vertical-align: bottom;
}
#set_incart img{
    vertical-align: bottom;
}
.set-item-cart-in{
    width: 350px;
    float: left;
    }
#my-item-add-one{
    clear: both;
    }
#item_set_hint p{
    margin-bottom: 3px;
    }
#item_set_info{
    clear: both;
    visibility: hidden;
    width: 690px;
    min-height: 40px;
    margin: 15px 30px 15px 30px;
    background-color: #efe7db;
    border: 3px solid #4f4132;
   }
   #set_sample{
       margin-top: 60px;
   }
#item_set_hint{
    padding: 10px 30px;
    font-size: 85%;
    color: #4f4132;
}
fieldset#set_hint legend{
    margin-left: 10px;
}
#setsum,#setyen{
    font-size: 120%;
}
.review-left{
    clear: both;
    float: left;
    width: 300px;
}
.review-right{
    float: right;
    width: 100px;
}
.review-right img{
    float: left;
    margin-right: 5px;
}
.twitter_btn{
    width: 130px;
    overflow: hidden;
}
/*メール送信*/
div#mail_form {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	width: 400px;
	visibility: hidden;
        margin-left: -300px;
        z-index: 1000;
	}
	div#mail_form h6 {
		text-align: center;
		color: #000;
                font-size: 120%;
		background-color: #fec;
		padding: 8px 0px;
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-top-right-radius: 10px;
		}
	div#mail_form div {
                margin: 10px 0px 5px 10px;
                text-align: left;
		padding: 5px;
		}
                div#mail_form div p{
                    font-size: 110%;
                    margin: 8px 0px;
                }
	div#mail_form input {
		width: 200px;
		}
	div#mail_form textarea {
		width: 350px;
		}
	div#mail_form p#form_close {
		text-align: right;
		margin-top: -1.7em;
		margin-right: 0.5em;
		}
	div#mail_form p#form_close a {
		border: 1px outset #ccc;
		color: #000;
		background-color: #ccc;
		text-decoration: none;
		}
	div#mail_form p#mail_msg {
		font-weight: bold;
		color: #f00;
		background-color: transparent;
		}
/*北の恵み商品*/
#mush_link img{
    float: left;
}
#mush_link h3{
    background-image: url("../image/icon/dtst.gif");
    background-repeat: no-repeat;
    padding-left: 25px;
}
#mush_link p{
    margin: 10px 0px 0px 35px;
}
   #agri{
        margin: 10px 0px 30px 272px;
        width: 246px;
        background-color: #d7dcbe;
        border: 3px solid #566639;
    }
    #agri div{
        margin-top: -5px;
        padding: 10px;
        min-height: 100px;
        color: #566639;
    }
    #agri p{
        font-weight: bold;
        border-bottom: 1px dotted #000;
    }
    #agri span{
        font-size: 90%;
    }
    #div-use-recipe img{
        float: left;
        margin: 0px 10px 10px 10px;
    }
    #div-use-recipe p{
        margin-top: 10px;
    }
    #review_caution{
        border: 1px solid #4f4132;
        background-image: url("../image/bg_img/main.jpg");
        background-repeat: repeat;
        margin-top: 10px;
        padding: 10px;
    }
    .rcaution_title{
        border-bottom: 2px dotted #4f4132;
        color: #4f4132;
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 5px;
    }
    #rwrite_form{
        margin: 10px;
    }
    .guide_view{
    margin-top: 10px;
    overflow: auto;
    border: 2px solid #4f4132;
    }
    #guide_line{
        display: none;
        height: 100px;
        font-size: 70%;
        margin: 0px 10px;
        padding: 10px;
    }
    #guide_line #help{
    }
#help dt{
    background-image: url("../image/icon/dtst.gif");
    background-repeat: no-repeat;
    margin: 35px 0px 5px 25px;
    font-size: 158%;
    font-weight: bold;
    color: #7d6e6e;
    padding-left: 25px;
}
#faq dt{
    background-image: url("../image/icon/dtst.gif");
    background-repeat: no-repeat;
    margin: 10px 0px 5px 5px;
    font-size: 120%;
    font-weight: bold;
    color: #7d6e6e;
    padding-left: 25px;
}
    #guide_line #help dl dt{
        margin: 35px 0px 5px 0px;
        height: 20px;
        background-image: url("../image/icon/dtst.gif");
        background-repeat: no-repeat;
        font-size: 158%;
        font-weight: bold;
        color: #7d6e6e;
        padding-left: 25px;
    }
    #guide_line #help dl dd {
        padding-left: 25px;
    }
    #guide_line #help dl dd li{
        margin: 0px 0px 0px 30px;
    }
    #guide_line #help dl dd ol li{
        list-style-type: decimal;
    }
    #review_caution li{
        font-size: 90%;
        padding: 0px 0px 5px 20px;
        line-height: 1.2em;
    }
/*特設*/
#season-comment{
    margin: 10px 0px;
    line-height: 1.4em;
    font-size: 14px;
}
.left2{
    clear: both;
    width: 394px;
    float: left;
    margin-top: 20px;
    height: 140px;
    }
    .left2_detail{
        width: 380px;
        }
.right2{
    float: right;
    width: 394px;
    margin-top: 20px;
    height: 140px;
}
.season_putitle{
    font-family:  "ＭＳ 明朝",serif;
    font-size: 110%;
    color: #1d2088;
    font-weight: bold;
}
.season_ptitle{
    font-family:  "ＭＳ 明朝",serif;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    margin: 0px 50px 0px 0px;
}
.season_ptitle2{
    font-family:  "ＭＳ 明朝",serif;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    margin: 0px 10px 0px 0px;
}
.season_ptitle3{
    font-family:  "ＭＳ 明朝",serif;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    margin: 0px 20px 0px 0px;
}
.season_ptitle4{
    font-size: 190%;
    font-weight: bold;
    border-bottom: 1px dotted #000000;
    margin: 0px 20px 0px 0px;
    color: #2658a7;
}
ul.season_giftlist{
    margin: 10px 0px 10px 0px;
    padding-left: 10px;
    font-size: 14px;
}
ul.season_giftlist li{
    list-style-type: disc;
    list-style-position: outside;
    margin: 3px 10px;
}
ul.season_giftlist img{
    vertical-align: bottom;
    margin-right: 3px;
}

.season_pmemo{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.season_plink{
    margin-top: 10px;
    font-size: 13px;
    color: #1d2088;
}
.slow_memo{
    margin: 10px 0px;
    font-size: 14px;
    line-height: 1.4em;
}
.slow_img{
    margin-bottom: 30px;
}
.season_item2_cart{
    width: 790px;
    background-color:#bfe1ff;
    padding: 20px 0px;
}
table.season_item2{
    margin: 10px;
    width: 345px;
}
.season_item2_title{
    border-bottom: 1px solid #000000;
    width:750px;
    margin-left:20px;
    font-family:  "ＭＳ 明朝",serif;
    font-size: 26px;
}
.season_item2_title img{
    float:right;
    margin-top: 3px;
}
.season_title{
}
.season_pitem td{
    padding: 5px 0px;
}
.season_pitem3{
    clear: both;
    background-image: url("../image/season/bg_img3.gif");
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0px 30px 0px;
}
.season_pitem5{
    clear: both;
    background-image: url("../image/season/bg_img5.jpg");
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0px 30px 0px;
}
.season_pitem2{
    clear: both;
    background-image: url("../image/season/bg_img2.jpg");
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0px 30px 0px;
}
.season_giftp{
    clear: both;
    background-image: url("../image/season/bg_img4.jpg");
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0px 30px 0px;
}
.season_pitem{
    clear: both;
    background-image: url("../image/season/bg_img.jpg");
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0px 30px 0px;
}
.season_pitem_color{
    clear: both;
    background-color:#d7e9f8;
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0px 30px 0px;
}
.season_pitem_color td{
    padding: 10px;
    }
td.season_item2{
    margin: 10px;
}
.season_pickup{
    width: 250px;
    text-align: center;
}
.season_pickup img{
    margin: 10px;
}
.season_pickup2 img{
    margin: 0px;
    padding: 10px 0px 0px 10px;
}
.season_ppackage img{
    margin-right: 5px;
}
.season_item_detail{
    font-size: 12px;
}
.pseason_item_detail{
    line-height: 1.1em;
}
.season_price{
    text-align: right;
    margin: 0px 50px 0px 0px;
    line-height: 1.0em;
    }
.season_price2{
    text-align: right;
    margin: 0px 10px 0px 0px;
    line-height: 1.0em;
    }
.season_price3{
    text-align: right;
    margin: 0px 20px 0px 0px;
    line-height: 1.0em;
    }
    .season_price .service{
        color: #980000;
    }
.season-cart-in,.season-cart-in-nol{
    text-align: right;
}
.season-cart-in .cart_msg, .season-cart-in-nol .cart_msg{
    vertical-align: bottom;
    margin-right: 50px;
}
.season-cart-in2,.season-cart-in-nol2,.season-cart-in3,.season-cart-in-nol3{
    text-align: right;
}
.season-cart-in2 .cart_msg, .season-cart-in-nol2 .cart_msg{
    vertical-align: bottom;
    margin-right: 10px;
}
.season-cart-in3 .cart_msg, .season-cart-in-nol3 .cart_msg{
    vertical-align: bottom;
    margin-right: 20px;
}
.season_price2 .service,.season_price3 .service{
    color: #980000;
}
#line td{
    border-top: 1px dotted #000000;
}
.border_memo{
    padding: 10px;
    border: 1px solid #969696;
    height: 126px;
}
.border_memo p.border_title{
    color:#005a49;
    font-weight: bold;
    margin-bottom: 10px;
}
.border_memo p.border_title a:visited{
    color:#005a49;
}
.border_memo p.border_title a:link{
    color:#005a49;
}
.border_memo p.right_img{
    float: right;
    margin: 0px 20px;
}
.movie_list{
    margin: 20px 0px;
}
.tomato_line{
    height: 30px;
    background-image: url("../image/season/ds/tomato_line.gif");
    background-repeat:no-repeat;
    margin: 30px 0px 15px 0px;
}
.cream_line{
    height: 30px;
    background-image: url("../image/season/ds/cream_line.gif");
    background-repeat:no-repeat;
    margin: 30px 0px 15px 0px;
}
.demi_line{
    height: 30px;
    background-image: url("../image/season/ds/demi_line.gif");
    background-repeat:no-repeat;
    margin: 30px 0px 15px 0px;
}
.ds_recipe_left{
    width: 135px;
    float: left;
}
.ds_recipe_right{
    width: 655px;
    float: right;
}
.ds_recipe_right span{
    font-size: 14px;
}
.ds_recipe_right table{
    border-collapse: collapse;
    margin-top: 10px;
}
.ds_recipe_title{
    margin-bottom: 10px;
}
.ds_recipe_right table td.ds_recipe_1{
    width: 225px;
    text-align: left;
    padding-right: 20px;
}
.ds_recipe_right table td.ds_recipe_2{
    width: 205px;
}
.ds_recipe_right table td{
    vertical-align: top;
    line-height: 1.2em;
}
.ds_recipe_name{
    color: #7d6e6e;
    border-bottom: 1px dotted #000000;
    margin: 10px 0px 5px 0px;
    font-weight: bold;
    font-size: 14px;
}
.ds_recipe_right ol li{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
    font-size: 12px;
}
.chef{
    margin-top: 40px;
}
.movie_list p{
    float: left;
    text-align: center;
    font-size: 14px;
}
.movie_list .movie1{
    margin-right: 14px;
}
.special_package{
    margin-top: 5px;
}
.special_package img{
    margin-right: 5px;
}
/*商品番号一覧*/
table.itemnum_listr{
    float: right;
    margin: 30px 10px;
    width: 370px;
    text-align: center;
    border-collapse: collapse;
    border: 2px solid #4f4132;
    font-size: 14px;
}
table.itemnum_list{
    margin: 30px 10px;
    width: 370px;
    text-align: center;
    border-collapse: collapse;
    border: 2px solid #4f4132;
    float: left;
    font-size: 14px;
}
table.itemnum_list th,table.itemnum_listr th{
    padding: 5px 0px;
    background-color: #4f4132;
    border: 1px solid #000000;
    color: #ffffff;
}
.scd{
    width: 80px;
}
table.itemnum_list td,table.itemnum_listr td{
    border-left: 1px solid #4f4132;
    border-right: 1px solid #4f4132;
    border-bottom: 1px dotted #4f4132;
    padding: 5px;
    line-height: 1.1em;
}
.scd2{
    background-color: #efe7db;
    font-weight: bold;
    font-size: 22px;
}
.scd3{
    background-color: #efe7db;
    font-weight: bold;
    font-size: 16px;
}
table.itemnum_list .item_yen,table.itemnum_listr .item_yen{
    color: #980000;
}
tr.btm_line{
    border-bottom: 2px solid #4f4132;
}
.no_nmb{
    width: 220px;
    text-align: left;
}
.no_nmb img{
    float: left;
    margin-right: 2px;
}
.no_nmb p{
    margin-top: 15px;
    line-height: 1.3em;
}
div.img_repeat img{
    float: left;
}
p.season_caution{
    margin: 0px 20px 10px 20px;
    font-size: 14px;
    color: #980000;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    background-color: #ffffff;
    border: 3px solid #980000;
}
div#item_banner{
    clear: both;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
}
.special_title{
    margin-top: 10px;
    font-size: 14px;
}
.special_title p{
    margin-top: 10px;
    line-height: 1.3em;
}
.special_title img.wa_img{
    float: left;
    margin-right: 7px;
}
table#special-kai{
    border-collapse: collapse;
}
td#special-thumb-td{
    background-color: #000000;
}
div#special-view {
    width: 790px;
    height:805px;
    overflow:hidden;
    background-color: #000000;
    padding-bottom: 5px;
    }
    div#special-view a img:hover{
        opacity:1.0;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
    div#special-view a :hover{
        cursor: default;
    }

    div#special-view p#simg2,div#special-view p#simg3,div#special-view p#simg4,div#special-view p#simg5{
        position: absolute;
        display:none;
        z-index: 50;
    }
    div#special-view p#simg1{
        z-index: 10;
        position: absolute;
    }

    div#special-thumb img{
        float: left;
    }
    div#special-thumb a img{
        opacity:0.6;
        filter:alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";

    }
    div#special-thumb #stimgi1 {
        opacity:1.0;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
    div#special-thumb a img:hover{
        opacity:1.0;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
    div#special_div{
        width: 790px;
    }
    table#dpo_table{
        border-collapse: collapse;
        border: none;
    }
    div#dpo_div img{
        float:left;
    }
    div.sy_stitle{
        background-color:#dedbb0;
        text-align:center;
        font-size: 20px;
        font-weight: bold;
        padding: 5px 0px;
        margin-top: 10px;
    }
    div.sy_detail{
        font-size: 14px;
        padding: 5px 0px;
        line-height: 1.2em;
    }
    div.sy_cook{
        margin-top: 10px;
    }
    div.sy_cook img{
        float: left;
    }
    table#sp_prod_banner td{
    vertical-align: bottom;
    }
table#sp_prod_banner{
    width: 100%;
    padding-bottom: 20px;
    border-collapse: collapse;
    margin-top: 10px;
}
 .sp_prod_banner{
    width: 199px;
}
 .sp_prod_banner2 img{
     padding-top: 5px;
}
#sp_banner{
    font-size: 12px;
    margin-top: 20px;
}
#sp_banner a{
    color:#4f4132;
}
#sp_banner a:visited{
    color:#4f4132;
}
#sp_banner_table{
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.sp_bt_1{
    width: 395px;
    text-align: left;
    border-right: 2px dotted #000000;
}
.sp_bt_2{
    text-align: right;
}
/*冬セット*/
#fu_prod{
    background-image: url("../image/season/bg_img6.jpg");
    background-repeat: repeat;
    margin-bottom: 0px;
}
    #fu_prodlist{
        margin:0px 25px 0px 25px;
    }

#winter_prod{
    background-image: url("../image/season/bg_img6.jpg");
    background-repeat: repeat;
    margin-bottom: 10px;
}
    #winter_com{
        text-align: left;
        padding: 5px 25px 25px 25px;
        line-height: 1.2em;
        font-size: 14px;
    }
    #winter_prodlist{
        margin:0px 25px 15px 25px;
    }
    #winter_prodbig{
        margin-bottom: 20px;
    }
    #big_top{
        background-image: url("../image/season/winter/big_top.jpg");
        background-repeat: no-repeat;
        height: 15px;
    }
    #big_middle1{
        padding:0px 15px 0px 15px;
        background-image: url("../image/season/winter/big_middle1.jpg");
        background-repeat: repeat-y;
    }
    #big_middle1 p{
        margin: 0px;
        padding: 0px;
        line-height: 1em;
    }
    #fa_image img{
        float: left;
        margin-right: 20px;
    }
    #fu_image img{
        float:left;
    }
    .winter_pnameb{
        padding-top: 20px;
        font-family:  "ＭＳ 明朝",serif;
        font-size: 38px;
        font-weight: bold;
        line-height: 1.0em;
    }
    .winter_pname{
        padding-top: 20px;
        font-family:  "ＭＳ 明朝",serif;
        font-size: 30px;
        font-weight: bold;
    }
    .winter_pack_noshi{
        float:right;
    }
    .winter_pack_noshis img{
        float: right;
        margin-left: 5px;
        margin-top: 10px;
    }
    .winter_pack_noshis{
        margin-bottom: 5px;
    }
    .winter_price, .winter_priceb{
        margin: 15px 0px 10px 0px;
        text-align: right;
        border-bottom: 1px solid #000000;
        float: right;
        width: 340px;
    }
    .winter_price{
        line-height: 1.5em;
    }
    .winter_priceb{
        line-height: 2em;
    }
        .winter_price p.service,.winter_priceb p.service{
            font-size: 14px;
            color:#980000;
        }
        .winter_price .prod-price,.winter_priceb .prod-price{
            font-size:20px;
            font-weight: bold;
            margin: 0px;
            padding:0px;
        }
        .winter_price .service-price-one,.winter_priceb .service-price-one{
            font-size: 35px;
        }
        #winter_bigbg{
            background-image: url("../image/season/winter/rabbit.jpg");
            background-repeat: no-repeat;
            background-position:108% 140%;
            background-position-x: 108%;
            background-position-y: 140%;
        }
        .winter_smallbg{
            background-image: url("../image/season/winter/rabbit.jpg");
            background-repeat: no-repeat;
            background-position:105% 90%;
            background-position-x: 105%;
            background-position-y: 90%;
            background-size: 30%;
        }

        .winter_table{
            width: 340px;
            font-size: 14px;
            border-collapse:separate;
            border-spacing:10px;
            padding: 5px 0px 15px 0px;
        }
        .winter_table th{
            text-align: center;
            width: 90px;
            height: 35px;
            background-color: #ffffff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }
        .winter_table td{
            line-height: 1.2em;
        }
        #big_middle2{
            padding:10px 15px 0px 15px;
            background-image: url("../image/season/winter/big_middle2.jpg");
            background-repeat: repeat-y;
        }
        #big_middle2 .season-cart-in .cart_msg,#big_middle2 .season-cart-in-nol .cart_msg{
            margin: 0px;
            padding: 0px;
            line-height: 1.0em;
        }
    #big_bottom{
        background-image: url("../image/season/winter/big_bottom.jpg");
        background-repeat: no-repeat;
        height: 15px;
    }
    #winter_smalll{
        float: left;
        width: 360px;
    }
    #winter_smallr{
        float: right;
        width: 360px;
    }
    .small_top{
        background-image: url("../image/season/winter/small_top.jpg");
        background-repeat: no-repeat;
        height: 15px;
    }
    .small_middle1{
        padding:0px 15px 0px 15px;
        background-image: url("../image/season/winter/small_middle1.jpg");
        background-repeat: repeat-y;
    }
    .small_bottom{
        background-image: url("../image/season/winter/small_bottom.jpg");
        background-repeat: no-repeat;
        height: 15px;
    }
        #small_middle2{
            padding:10px 15px;
            background-image: url("../image/season/winter/small_middle2.jpg");
            background-repeat: repeat-y;
        }
        #small_middle2 .season-cart-in .cart_msg,#small_middle2 .season-cart-in-nol .cart_msg{
            margin: 0px;
        }
/*クリスマス*/
#bg_img7_top{
            background-image: url("../image/season/bg_img7_top.jpg");
            background-repeat: no-repeat;
            height: 32px;
            margin-top: 15px;
}
#bg_img7_bottom{
            background-image: url("../image/season/bg_img7_bottom.jpg");
            background-repeat: no-repeat;
            height: 33px;
}
#bg_img7_middle{
            background-image: url("../image/season/bg_img7.jpg");
            background-repeat: repeat-y;
}
.season_pitem_christmas{
    margin-top: -32px;
    margin-bottom: -33px;
    width: 790px;
}
.order_form_class{
    background-color: #ffffff;
    top: 3px;
    right: 0%;
}
.ds_print{
    text-align:right;
    padding: 5px;
}
.ds_print a:link{
    color: #4f4132;
    text-decoration: none;
}
.ds_print a:visited{
    color: #4f4132;
    text-decoration: none;
}
#item_set_cont1,#item_set_cont2,#item_set_cont3 {
  position: relative;
}

.prod_feature {
  display: none;
  position: absolute;
  padding: 13px 10px 10px 14px;
  line-height: 1.4em;
  text-align:left;
  width: 150px;
  margin-left: -90px;
  font-size: 13px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #4f4132;
  color: #ffffff;
  z-index: 1000000;
}

.prod_feature:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #4f4132;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
#tkta_img img{
    float: left;
}
        .tkta_table{
            width: 473px;
            font-size: 14px;
            border-collapse:separate;
            border-spacing: 0px 5px;
            padding: 5px 0px 15px 0px;
        }
        .tkta_table td{
            padding-left: 10px;
        }
        .tkta_table th{
            text-align: center;
            width: 90px;
            height: 35px;
            background-color: #ffffff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }
        .tkta_title{
            border-bottom: 1px solid #000000;
            width:480px;
            border-collapse: collapse;
        }
        .tkta_title td img{
            vertical-align: bottom;
            margin-bottom: 3px;
            padding:0px;
        }
        .tkta_title th{
            font-family:  "ＭＳ 明朝",serif;
            font-size: 24px;
            font-weight: bold;
            vertical-align: middle;
            text-align: left;
        }
        h3.cate_list{
            font-family:  "ＭＳ 明朝",serif;
            padding: 10px 10px;
            line-height: 1.0em;
            background-image: url("../image/bg_img/main.jpg");
            background-repeat: repeat-x;
            color: #4f4132;
        }
        table.cate_div_list{
            border-collapse: collapse;
            margin-bottom: 25px;
        }
        .cate_div_list td{
            line-height: 1.0em;
        }
        td.cate_dl_img1 img,td.cate_dl_img2 img,td.cate_dl_img3 img{
            margin-right: 2px;
        }
        ul#sd_caution{
            padding-left:1em;
            color: #666666;
            line-height: 1.5em;
            font-size: 14px;
        }
        ul#sd_caution li{
            text-indent:-1em;
            list-style-type:none;
        }
        #sd_order_area{
            margin: 20px auto;
            width: 490px;
            border: 1px solid #000000;
            padding: 20px;
        }
        #sd_comp{
            border-top: 2px dotted #666666;
            text-align:center;
            margin-top: 5px;
            padding-top: 5px;
            font-size: 14px;
        }
        #sd_comp p#sd_contact{
            margin: 10px 0px;
        }
        #sd_comp span{
            font-weight: bold;
            font-size: 16px;
        }
        #sd_comp p#sd_ot{
            line-height: 1.1em;
            font-size: 12px;
            margin-top: 2px;
        }
        #sd_comp p#sd_tel{
            line-height: 1.3em;
        }
        a.sd_order{
            text-decoration: none;
        }
        #shojin_banner{
            clear: both;
            text-align: center;
            width: 200px;
            padding: 5px 0px;
            border: 1px solid #000000;
            vertical-align: middle;
            background-color: #eeeff3;
        }
        #shojin_banner a{
            display: block;
            colro: #000000;
            text-decoration: none;
        }
        img#shojin_pdf_img{
            border: 1px solid #000000;
            vertical-align: middle;
        }
div#special-viewbbq {
    width: 391px;
    height:294px;
    overflow:hidden;
    margin-top: -485px;
    margin-left: 205px;
    position: absolute;
    text-align:center;
    }
    div#special-viewbbq a img:hover{
        opacity:1.0;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
    div#special-viewbbq a :hover{
        cursor: default;
    }
    div#special-viewbbq p#simg2,div#special-viewbbq p#simg3,div#special-viewbbq p#simg4,div#special-viewbbq p#simg5,div#special-viewbbq p#simg6{
        position: absolute;
        display:none;
        z-index: 50;
    }
    div#special-viewbbq p#simg1{
        z-index: 10;
        position: absolute;
    }
    div#special-thumbbbq{
        margin-left: 35px;
        margin-top: -140px;
    }
    div#special-thumbbbq img{
        float: left;
        margin-bottom: 50px;
    }
    div#special-thumbbbq a img{
        opacity:0.6;
        filter:alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        z-index: 10000;
        padding: 5px;
        background-color: #ffffff;
        margin-left: 5px;
    }
    div#special-thumbbbq #stimgi1 {
        opacity:0.99;
        margin-left: 35px;
        filter:alpha(opacity=99);
        -ms-filter: "alpha( opacity=99 )";
    }
    div#special-thumbbbq a img:hover{
        opacity:0.99;
        filter:alpha(opacity=99);
        -ms-filter: "alpha( opacity=99 )";
        z-index: 10000;
        
    }