@charset "utf-8";
/* CSS Document */

/*店舗名ルビ設定_Start*/
#Shop_ruby {
    width: 930px;
    text-align: left;
    font-size: 12px;
    color: #000000;
    margin: 15px 10px 0 10px;
}
/*店舗名ルビ設定_End*/

/*店舗名設定_Start*/
#Shop_title {
    width: 930px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.1px;
    color: #666666;
    margin: 2px 10px 5px 10px;
}
/*店舗名設定_End*/

/*詳細メニュー設定_Start*/
#d_navi {
    width: 930px;
    text-align: left;
    margin: 0 10px 5px 10px;
    clear: both;
    overflow: hidden;
}

    #d_navi .navi_btn {
        float: left;
        width: 94px;
        margin: 0 5px 0 0;
    }
/*詳細メニュー設定_End*/

/*各タイトル設定_Start*/
#d_navititle {
    width: 930px;
    text-align: left;
    margin: 0 10px 10px 10px;
    clear: both;
    overflow: hidden;
}
    #d_navititle .d_title {
        width: 930px;
        float: left;
        border-bottom: 2px solid #00CC00;
    }
/*各タイトル設定_End*/

/*店舗設定_Start*/
#details {
    width: 930px;
    margin: 0 10px 10px 10px;
    text-align: left;
    clear: both;
    overflow: hidden;
}
/*店舗設定_End*/

    /*店舗紹介写真設定_Start*/
    #details .photo {
        display:inline;
        float: left;
        width: 480px;
        height: 320px;
        margin-right: 13px;
        border-top:  1px solid #cdcdcd;
        border-left:  1px solid #cdcdcd;
        border-right:  1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        text-align:center;
    }
    /*店舗紹介写真設定_End*/
    
    /*店舗外観写真設定_Start*/
    #details .photo2_waku {
        float: right;
        width: 432px;
        height: 298px;
        /*margin-top: 2px;*/
        border-top:  1px solid #cdcdcd;
        border-left:  1px solid #cdcdcd;
        border-right:  1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
    }
    #details .photo2_waku .photo2 {
        /*float: right;*/
        width: 420px;
        height: 280px;
        /*border-top:  1px solid #cdcdcd;
        border-left:  1px solid #cdcdcd;
        border-right:  1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        margin-bottom: 10px;*/
        text-align:center;
    }
    /*店舗外観写真設定_End*/

    /*店舗新着写真設定_Start*/
    #details .photo3 {
        float: left;
        width: 150px;
        height: 200px;
        border-top:  1px solid #cdcdcd;
        border-left:  1px solid #cdcdcd;
        border-right:  1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        margin-right: 10px;
    }
    /*店舗新着写真設定_End*/
    
    /*詳細タイトル*/
    #details .d_waku1{
        margin-left:2px;
    }
    
    /*店舗情報設定_Start*/
    #details .main {
        float: right;
        width: 395px;
        height: 290px;
        background:url(../../img/details/img/main_gb.gif) no-repeat;
        padding: 15px 15px 15px 25px;
    }
    /*店舗情報設定_End*/
    
    /*店舗情報2設定_Start*/
    #details .main2 {
        float: left;
        /*width: 495px;*/
        width: 482px;
        clear: both;
    }
        .main2 .d_waku1 {
            float: left;
            width: 930px;
            margin-left: 2px;
            margin-bottom: 2px;
        }
        .main2 .d_waku2 {
            float: left;
            width: 495px;
            margin-top: 10px;
            margin-left: 2px;
            margin-bottom: 2px;
        }
        .main2 tr td {
            vertical-align:top;
        }
    /*店舗情報2設定_End*/
    
    /*各ジャンル拡張設定_Start*/
    .genre_kaku {
        float: right;
        width: 420px;
    }
    
    /*店舗詳細テーブル設定_Start*/
    table.set {
        margin-bottom: 0.5em;
        font-size: 11px;
        /*width: 495px;*/
        width: 482px;
        border-collapse: separate;
        border-spacing: 2px;
    }
    
    table.set th,
    table.set td {
        padding: 4px 6px;
    }
    
    table.set th.t01 {
        width: 90px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #3DA028;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        /*text-align: justify; */
        /*text-justify: distribute-all-lines;*/
    }
    table.set td {
        width: 390px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #F3F3F3;
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.1px;
        font-weight: normal;
        overflow: auto;
        white-space: normal;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break: break-all;
        word-wrap: break-word;
    }
    table.set th.t02 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #008209;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        /*text-align: justify; */
        /*text-justify: distribute-all-lines;*/
    }
    /*店舗詳細テーブル設定_End*/

    /*グルメ詳細テーブル設定_Start*/
    table.set_gourmet {
        margin-bottom: 0.5em;
        font-size: 14px;
        width: 495px;
        border-collapse: separate;
        border-spacing: 2px;
    }
    table.set_gourmet th,
    table.set_gourmet td {
        padding: 4px 6px;
    }
    table.set_gourmet th.t01 {
        width: 80px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #FF6600;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    table.set_gourmet td {
        width: 387px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #F3F3F3;
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.1px;
        font-weight: normal;
        white-space: normal;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break: break-all;
        word-wrap: break-word;
    }
    table.set_gourmet th.t02 {
        width: 80px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #ED6D20;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    /*グルメ詳細テーブル設定_End*/

    /*拡張テーブルのスペース設定_Start*/
    .spase_ext {
        margin-bottom: 0.5em;
        width: 495px;
        height:20px;
    }
    /*拡張テーブルのスペース設定_End*/

    /*温泉詳細テーブル設定_Start*/
    table.set_spa {
        margin-bottom: 0.5em;
        font-size: 14px;
        width: 495px;
        border-collapse: separate;
        border-spacing: 2px;
    }
    table.set_spa th,
    table.set_spa td {
        padding: 4px 6px;
    }
    table.set_spa th.t01 {
        width: 80px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #E13931;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    table.set_spa td {
        width: 387px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #F3F3F3;
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.1px;
        font-weight: normal;
        white-space: normal;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break: break-all;
        word-wrap: break-word;
    }
    table.set_spa th.t02 {
        width: 60px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #C30F24;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    /*温泉詳細テーブル設定_End*/

    /*宿泊詳細テーブル設定_Start*/
    table.set_stay {
        margin-bottom: 0.5em;
        font-size: 14px;
        width: 495px;
        border-collapse: separate;
        border-spacing: 2px;
        word-break:break-all;
        word-wrap: break-word;
    }
    table.set_stay th,
    table.set_stay td {
        padding: 4px 6px;
    }
    table.set_stay th.t01 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #796A56;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    table.set_stay td {
        width: 387px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #F3F3F3;
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.1px;
        font-weight: normal;
        white-space: normal;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break: break-all;
        word-wrap: break-word;
    }
    table.set_stay th.t02 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #614D3F;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    /*宿泊詳細テーブル設定_End*/

    /*英会話拡張テーブル設定_Start*/
    table.set_language {
        margin-bottom: 0.5em;
        font-size: 14px;
        width: 495px;
        border-collapse: separate;
        border-spacing: 2px;
    }
    table.set_language th,
    table.set_language td {
        padding: 4px 6px;
    }
    table.set_language th.t01 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #3399CC;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    table.set_language td {
        width: 387px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #F3F3F3;
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.1px;
        font-weight: normal;
        white-space: normal;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break: break-all;
        word-wrap: break-word;
    }
    table.set_language th.t02 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #036EB8;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    /*英会話拡張テーブル設定_End*/
    
    /*文化・趣味教室拡張テーブル設定_Start*/
    table.set_culture {
        margin-bottom: 0.5em;
        font-size: 14px;
        width: 495px;
        border-collapse: separate;
        border-spacing: 2px;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break:break-all;
        word-wrap: break-word;
    }
    table.set_culture th,
    table.set_culture td {
        padding: 4px 6px;
    }
    table.set_culture th.t01 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #00CCCC;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    table.set_culture td {
        width: 387px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #F3F3F3;
        text-align: left;
        font-size: 12px;
        letter-spacing: -0.1px;
        font-weight: normal;
        white-space: normal;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break: break-all;
        word-wrap: break-word;
    }
    table.set_culture th.t02 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #19B8D3;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    /*文化・趣味教室拡張テーブル設定_End*/

    /*ウェディング拡張テーブル設定_Start*/
    table.set_wedding {
        margin-bottom: 0.5em;
        font-size: 14px;
        width: 495px;
        border-collapse: separate;
        border-spacing: 2px;
    }
    table.set_wedding th,
    table.set_wedding td {
        padding: 4px 6px;
    }
    table.set_wedding th.t01 {
        width: 60px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #FF6699;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    table.set_wedding td {
        width: 387px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #F3F3F3;
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.1px;
        font-weight: normal;
        white-space: normal;
        /* テーブル内での禁則事項を無視する設定用 */
        word-break: break-all;
        word-wrap: break-word;
    }
    table.set_wedding th.t02 {
        width: 84px;
        border-bottom: solid 1px #B2B2B2;
        border-right: solid 1px #B2B2B2;
        background: #EA6189;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        text-align: justify; 
        text-justify: distribute-all-lines;
    }
    /*ウェディング拡張テーブル設定_End*/
    
    /*店舗タイトル設定_Start*/
    #details .d_title {
        width: 393px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em;
        letter-spacing: -0.1px;
        color: #E83928;
        margin-bottom: 10px;
        border-bottom: 4px solid #d1b498;
    }
    /*店舗タイトル設定_End*/
    
    /*店舗紹介文設定_Start*/
    #details .d_midashi {
        width: 393px;
        font-size: 15px;
        line-height: 1.4em;
        letter-spacing: -0.1px;
        /* 2010.07.27 BRS Del */
        /* 均等割付解除 */
        /* text-align:justify; */
        text-justify: newspaper;
        color: #000000;
    }
    /*店舗紹介文設定_End*/
    
    /*拡張機能アイコン設定_Start*/
    #details .d_sign {
        width: 420px;
        float: left;
    }
    
    #details .d_sign1 {
        float: right;
        width: 420px;
        margin-bottom: 5px;
    }
    
       #details .d_sign1 .d_waku {
           float: left;
           width: 80px;
           margin-right: 2px;
           margin-bottom: 5px;
       }
       
       #details .d_sign1 .d_waku_0 {
           float: left;
           width: 80px;
           /*margin-top: 2px;*/
       }
    
    #details .d_sign2 {
       width: 420px;
       float: right;
    }
       
       #details .d_sign2 .d_waku {
           width: 80px;
           margin-right: 5px;
           float: left;
       }
       
       #details .d_sign2 .d_waku_0 {
           width: 80px;
           float: left;
       }
    /*拡張機能アイコン設定_End*/
    
    /*新着情報_Start*/
    #details .d_shinchaku {
        width: 456px;
        height: 202px;
        float: right;
    }
        
        #details .d_shinchaku .d_shin_title{/*新着タイトル*/
            width: auto;
            text-align: left;
            font-size: 14px;
            font-weight: bolder;
            color: #E83928;
            line-height: 1.3em;
            border-left: 10px solid #E83928;
            padding-left: 5px;
            margin: 0 0 10px 0;
        }
        
        #details .d_shinchaku .d_shin_midashi {/*新着見出し*/
            width: auto;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            color: #000000;
            line-height: 1.5em;
            margin-bottom: 5px;
        }
    
        #details .d_shinchaku .d_shin_main {/*新着本文*/
            width: auto;
            text-align: left;
            font-size: 12px;
            color: #000000;
            line-height: 1.5em;
            letter-spacing: -0.1px;
        }
    /*新着情報_End*/
    
    /*おすすめメニュー_Start*/
    .osusume_menu1 {
        float: left;
        width: 302px;
        margin-right: 6px;
        text-align: left;
        font-size: 12px;
    }
    .osusume_menu2 {
        float: left;
        width: 300px;
        text-align: left;
        font-size: 12px;
        /*letter-spacing: -0.1px;*/
    }
        .osusume_menu1 .menu_photo {
            width: 300px;
            height: 200px;
            border-top:  1px solid #cdcdcd;
            border-left:  1px solid #cdcdcd;
            border-right:  1px solid #cdcdcd;
            border-bottom: 1px solid #cdcdcd;
            margin: 0 0 5px 0;
            clear: both;
            overflow: hidden;
            text-align:center;
        }
        .osusume_menu2 .menu_photo {
            width: 300px;
            height: 200px;
            border-top:  1px solid #cdcdcd;
            border-left:  1px solid #cdcdcd;
            border-right:  1px solid #cdcdcd;
            border-bottom: 1px solid #cdcdcd;
            margin: 0 0 5px 0;
            clear: both;
            overflow: hidden;
            text-align:center;
        }
    /*おすすめメニュー_End*/
    
    /*クーポン_Start*/
    .coupon_waku {
        width: 500px;
        height: auto;
        float: left;
        margin-right: 13px;
        border-top:  1px dashed #000000;
        border-left:  1px dashed #000000;
        border-right:  1px dashed #000000;
        border-bottom: 1px dashed #000000;
    }
        .coupon_waku .cou_waku_t {
            width: 500px;
            height: 8px;
            background:url(../../img/details/coupon_waku_top.gif) no-repeat;
        }
        .coupon_waku .cou_waku_b {
            width: 500px;
            height: 8px;
            background:url(../../img/details/coupon_waku_bottom.gif) no-repeat;
        }
        .coupon_waku .coupon_main {
            background:url(../../img/details/coupon_bg.gif) repeat-y;
            width: 480px;
            text-align: center;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.3em;
            padding: 0 10px;
        }
        
        .coupon_waku .coupon_main p.big {
            text-align: center;
            vertical-align: middle;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: -0.2px;
            padding: 4px 0 0 0;
        }
        
        .coupon_waku .coupon_main p.small {
            text-align: center;
            vertical-align: middle;
            font-size: 10px;
            line-height: 1.2em;
            letter-spacing: -0.2px;
            padding: 4px 0 4px 0;
        }
    /*
    .qr_code_waku {
        float: right;
        margin-right: 290px;
        width:125px;
        text-align:center;
        padding-top: 13px;
    }
    
    .qr_code_waku .qr_head {
        font-size: 8px;
    }
    
    .qr_code_waku .qr_tail {
        font-size: 8px;
    }
    
    .qr_code_waku img {
        border: solid 1px #B2B2B2;
        margin: 3px 0 3px 0;
    }
    */

    /*クーポン_End*/

/*温泉＆宿泊詳細情報_Start*/
#details2 {
    float: left;
    width: 930px;
    margin: 0 10px 0 10px;
    text-align: left;
}
    /*温泉詳細情報_Start*/
    #details2 .d_onsen {
        float: left;
        width: 460px;
        height: auto;
        margin-right: 10px;
    }
        /*温泉拡張情報_Start*/
        #details2 .d_onsen .onsen_kakuchou {
            width: 458px;
            height: 28px;
            margin-left: 2px;
            clear: both;
        }
        #details2 .d_onsen .onsen_kakuchou .k_waku {
            float: left;
            width: 28px;
            font-size: 8px;
            text-align: center;
            color: #000000;
            margin-right: 5px;
        }
        /*温泉拡張情報_End*/
        
        #details2 .d_onsen .onsen_title {
            float: left;
            margin-left: 2px;
            margin-bottom: 2px;
            clear: both;
            overflow: hidden;
        }
        #details2 .d_onsen .onsen_waku {
            width: 460px;
            float: left;
            clear: both;
        }
        /*温泉情報テーブル設定_Start*/
        #details2 .d_onsen table.set {
            font-size: 10px;
            margin-top: 0.2em;
            margin-bottom: 0.5em;
            width: 460px;
            border-collapse: separate;
            border-spacing: 2px;
            word-break:break-all;
            word-wrap: break-word;
        }
        #details2 .d_onsen table.set th,
        #details2 .d_onsen table.set td {
            padding: 4px 6px;
        }
        #details2 .d_onsen table.set th.t01 {
            width: 72px;
            border-bottom: solid 1px #B2B2B2;
            border-right: solid 1px #B2B2B2;
            background: #E13931;
            text-align: left;
            font-weight: normal;
            white-space: nowrap;
            font-size: 10px;
            color: #FFFFFF;
            padding-left: 10px;
        }
        #details2 .d_onsen table.set td {
            width: 350px;
            border-bottom: solid 1px #B2B2B2;
            border-right: solid 1px #B2B2B2;
            background: #F3F3F3;
            text-align: left;
            font-weight: normal;
            font-size: 10px;
            white-space: normal;
            word-break: break-all;
            word-wrap: break-word;
        }
        #details2 .d_onsen table.set th.t02 {
            width: 72px;
            border-bottom: solid 1px #B2B2B2;
            border-right: solid 1px #B2B2B2;
            background: #C30F24;
            text-align: left;
            white-space: nowrap;
            font-size: 10px;
            font-weight: normal;
            color: #FFFFFF;
            padding-left: 10px;
        }
        /*温泉情報テーブル設定_End*/
    /*温泉詳細情報_End*/

    /*宿泊詳細情報_Start*/
    #details2 .d_stay {
        float: right;
        width: 460px;
    }
        /*宿泊拡張情報_Start*/
        #details2 .d_stay .stay_kakuchou {
            width: 458px;
            margin-left: 2px;
            clear: both;
        }
        #details2 .d_stay .stay_kakuchou .k_waku {
            float: left;
            width: 28px;
            font-size: 8px;
            text-align: center;
            color: #000000;
            margin-right: 5px;
        }
        /*宿泊拡張情報_End*/
        
        #details2 .d_stay .stay_title {
            float: left;
            margin-left: 2px;
            margin-bottom: 2px;
            clear: both;
            overflow: hidden;
        }
        #details2 .d_stay .stay_waku {
            width: 460px;
            float: right;
            clear: both;
        }
        /*宿泊情報テーブル設定_Start*/
        #details2 .d_stay table.set {
            font-size: 10px;
            margin-top: 0.2em;
            margin-bottom: 0.5em;
            width: 460px;
            border-collapse: separate;
            border-spacing: 2px;
            word-break:break-all;
            word-wrap: break-word;
        }
        #details2 .d_stay table.set th,
        #details2 .d_stay table.set td {
            padding: 4px 6px;
        }
        #details2 .d_stay table.set th.t01 {
            width: 95px;
            border-bottom: solid 1px #B2B2B2;
            border-right: solid 1px #B2B2B2;
            background: #796A56;
            text-align: left;
            white-space: nowrap;
            font-size: 10px;
            font-weight: normal;
            color: #FFFFFF;
            padding-left: 10px;
        }
        #details2 .d_stay table.set td {
            width: 327px;
            border-bottom: solid 1px #B2B2B2;
            border-right: solid 1px #B2B2B2;
            background: #F3F3F3;
            text-align: left;
            font-size: 10px;
            font-weight: normal;
            white-space: normal;
            word-break: break-all;
            word-wrap: break-word;
        }
        #details2 .d_stay table.set th.t02 {
            width: 95px;
            border-bottom: solid 1px #B2B2B2;
            border-right: solid 1px #B2B2B2;
            background: #614D3F;
            text-align: left;
            white-space: nowrap;
            font-size: 10px;
            font-weight: normal;
            color: #FFFFFF;
            padding-left: 10px;
        }
        /*宿泊情報テーブル設定_End*/
    /*宿泊詳細情報_End*/
/*温泉＆宿泊詳細情報_Start*/

/*クチコミリスト_Start*/
#kuchikomi_contents {
    float: left;
    width: 847px;
    margin: 0 0 10px 10px;
}

    /*グローバルナビゲーション設定_Start*/
    .gnavi {
        float:left;
        width: 150px;
        overflow: hidden;
    }

    .gnavi ul li {
        list-style-type: none;
    }
        
        /*検索設定*/
        .gnavi .retrieval_title {
            width: 150px;
            height: 20px;
            margin-bottom: 5px;
        }

        .gnavi .retrieval_title2 {
            width: 150px;
            height: 20px;
            margin-bottom: 4px;
        }

        .gnavi .retrieval_input {
            width: 150px;
            height: 25px;
            margin-bottom: 6px;
        }

        .gnavi .retrieval_map{
            width: 150px;
            height: 80px;
            margin-bottom: 10px;
        }

        .gnavi .r_input {
            width: 100px;
            /*width: 80px;*/
            float:left;
        }

        .gnavi .r_btn {
            width: 50px;
            float:right;
        }

        .gnavi .menu {
            width: 150px;
            margin-bottom: 5px;
        }

        .gnavi .menu .m_dan {
            width: 150px;
            height: 35px;
            margin-bottom: 2px;
        }
        /*
            LEVEL ONE
        */
        .gnavi .menu ul.dropdown {
            position: relative;
            float:left;
        }

        .gnavi .menu ul.dropdown li {
            font-weight:bold;
            float:left;
            zoom:1;
            width:150px;
            height:35px;
            margin-bottom: 2px;
            list-style: none;
            vertical-align:bottom;
        }

        .gnavi .menu ul.dropdown li a {
            display: block;
        }

        /*
            LEVEL TWO
        */
        .gnavi .menu ul.dropdown ul {
            visibility: hidden;
            position: absolute;
            top: 100%; left: 0;
            border: 2px outset #cccccc;
            left: 100%; top: 0;
        }

        .gnavi .menu ul.dropdown ul li {
            width: 250px;
            height: 30px;
            font-weight: normal;
            font-size: 12px;
            border-bottom: 1px solid #333333;
            float: none;
            margin-bottom: 0px;
            background: #cccccc;
        }

        .gnavi .menu ul.dropdown ul li a {
            display: block; 
            text-align: left; 
            text-decoration: none;
            padding-top: 0.7em;
            padding-bottom: 0.7em;
            padding-left: 0.3em;
        }

        .gnavi .menu ul.dropdown ul li a:Hover {
            color: #FFFFFF;
        }

        .gnavi .shiborikomi_title {
            margin-bottom: 5px;
        }
    /*グローバルナビゲーション設定_End*/
    
    .title {
        float: right;
        /*float: left;*/
        width: 687px;
        height: 25px;
        /*height: 30px;*/
        margin: 0 0 5px 0;
        /*margin: 0 0 5px 10px;*/
    }
    
    .kuchikomi_main{
        float: right;
        /*float: left;*/
        width: 685px;
        text-align: left;
        /*margin: 0 0 5px 10px;*/
    }
    
    .kuchikomi_midashi2 {
        float: left;
        width: 665px;
        font-size: 12px;
        letter-spacing: -0.1px;
        margin: 0 0 10px 0;
    }
    .contents {
        float: right;
        width: 665px;
        padding: 10px 10px 5px 10px;
        border-top:  1px solid #C9BC9C;
        border-left:  1px solid #C9BC9C;
        border-right:  1px solid #C9BC9C;
        border-bottom: 1px solid #C9BC9C;
        text-align: left;
    }
    
    .kuchikomi_pageview2 {
        float: left;
        width: 665px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.1px;
        margin: 0 0 5px 0;
    }
    .kuchikomi_pageview2 a:link {
        color: #0000FF;
    }
    .kuchikomi_pageview2 a:visited {
        color: #6600CC;
    }
    .kuchikomi_pageview2 a:hover {
        color: #b6b5b5;
    }
    .kuchikomi_pageview2 a:active {
        color: #FF0000;
    }
        
    .kuchikomi_title {
        float: right;
        width: 615px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.1px;
        margin: 2px 0 0 44px;
        padding: 4px 2px 0 3px;
    }
    .kuchikomi_title a:link {
        color: #0000FF;
    }
    .kuchikomi_title a:visited {
        color: #6600CC;
    }
    .kuchikomi_title a:hover {
        color: #b6b5b5;
    }
    .kuchikomi_title a:active {
        color: #FF0000;
    }
    
/*クチコミリスト_End*/

/*クチコミ詳細_Start*/
    input, textarea {
        margin: 0px;
        font-size: 12px;
        font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    }
    .kuchikomi_midashi {
        float: left;
        /*width: 930px;*/
        width: 684px;
        font-size: 12px;
        letter-spacing: -0.1px;
        margin: 5px 0 10px 0;
    }
    
    .kuchikomi_pageview {
        float: left;
        width: 930px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.1px;
        margin: 0 0 5px 0;
    }
        
    .kuchikomi_pageview a:link {
        color: #0000FF;
    }
    .kuchikomi_pageview a:visited {
        color: #6600CC;
    }
    .kuchikomi_pageview a:hover {
        color: #b6b5b5;
    }
    .kuchikomi_pageview a:active {
        color: #FF0000;
    }
    
    .kuchikomi_title_bar {
        background:url(/img/kuchikomi/kuchikomi_title_bar.gif) no-repeat;
        float: left;
        width: 655px;
        height: 14px;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: -0.1px;
        padding: 4px 0 2px 10px;
    }
    
    /*クチコミ評価*/
    .kuchikomi_hyouka {
        float: left;
        width: 684px;
        height: auto;
        margin: 5px 0 10px 0;
    }
        .kuchikomi_point {
            width: 200px;
            height: 22px;
            font-size: 20px;
            text-align: center;
            letter-spacing: normal;
            padding: 2px 0 0 0;
            border: solid 1px #F30;
            margin: auto;
        }

    /*クチコミフェーズ１_Start*/
    .kuchikomi_main_p {
        float: left;
        width: 665px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        margin-bottom: 10px;
        border-bottom: solid 1px #C9BC9C;
        background:url(/img/kuchikomi/phase1.gif) no-repeat;
        background-position: left center;
    }
    
    .kuchikomi_main_p .kuchikomi_txt {
        float: right;
        width: 615px;
        height: auto;
        font-size: 12px;
        letter-spacing: -0.1px;
        line-height: 1.4em;
        margin: 2px 0 2px 0;
        padding: 4px 2px 4px 3px;
        overflow: hidden;
    }
    
    .kuchikomi_main_p .kuchikomi_left_txt {
        float: left;
        width: 44px;
        height: 50px;
    }

    .kuchikomi_main_p .kuchikomi_title_bar_res
    , .kuchikomi_main_m .kuchikomi_title_bar_res
    , .kuchikomi_main_w .kuchikomi_title_bar_res {
        background:url(/img/kuchikomi/kuchikomi_title_bar_res.gif) no-repeat;
        float: left;
        width: 617px;
        height: 14px;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: -0.1px;
        margin-left: 48px;
        padding: 3px 0 3px 10px;
    }
    .kuchikomi_main_p .kuchikomi_txt_res
    , .kuchikomi_main_m .kuchikomi_txt_res
    , .kuchikomi_main_w .kuchikomi_txt_res {
        float: right;
        width: 605px;
        height: auto;
        font-size: 12px;
        letter-spacing: -0.1px;
        line-height: 1.4em;
        margin: 2px 0 2px 10px;
        padding: 4px 2px 4px 3px;
        overflow: hidden;
    }

/*    .kuchikomi_main_p_end {
        float: left;
        width: 665px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        background:url(/img/kuchikomi/phase1.gif) no-repeat;
        background-position: left center;
    }
    
    .kuchikomi_main_p_end .kuchikomi_txt {
        float: left;
        width: 616px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        font-size: 12px;
        letter-spacing: -0.1px;
        line-height: 1.4em;
        margin: 2px 0 2px 44px;
        padding: 4px 2px 4px 3px;
    }
*/
    /*クチコミフェーズ１_End*/
    
    /*クチコミ女性_Start*/
    .kuchikomi_main_w {
        float: left;
        width: 665px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        margin-bottom: 10px;
        border-bottom: solid 1px #C9BC9C;
        background:url(/img/kuchikomi/women.gif) no-repeat;
        background-position: left center;
    }
    
    .kuchikomi_main_w .kuchikomi_txt {
        float: right;
        width: 615px;
        height: auto;
        font-size: 12px;
        letter-spacing: -0.1px;
        line-height: 1.4em;
        margin: 2px 0 2px 0;
        padding: 4px 2px 4px 3px;
        overflow: hidden;
    }
    
    .kuchikomi_main_w .kuchikomi_left_txt {
        float: left;
        width: 44px;
        height: 50px;
    }
    
    .kuchikomi_main_w_end {
        float: left;
        width: 665px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        background:url(/img/kuchikomi/men.gif) no-repeat;
        background-position: left center;
    }
    /*クチコミ女性_End*/
    
    /*クチコミ男性_Start*/
    .kuchikomi_main_m {
        float: left;
        width: 665px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        margin-bottom: 10px;
        border-bottom: solid 1px #C9BC9C;
        background:url(/img/kuchikomi/men.gif) no-repeat;
        background-position: left center;
    }
    
    .kuchikomi_main_m .kuchikomi_txt {
        float: right;
        width: 615px;
        height: auto;
        text-align: left;
        vertical-align: middle;
        font-size: 12px;
        letter-spacing: -0.1px;
        line-height: 1.4em;
        margin: 2px 0 2px 0;
        padding: 4px 2px 4px 3px;
    }
    
    .kuchikomi_main_m .kuchikomi_left_txt {
        float: left;
        width: 44px;
        height: 50px;
        overflow: hidden;
    }
    /*クチコミ男性_End*/

    /*クチコミ入力フォーム_Start*/
    .kuchikomi_input {
        float: right;
        background:url(/img/kuchikomi/kuchikomi_top_bg.gif) repeat-y;
        width: 246px;
        height: auto;
    }
    
    .kuchikomi_input p.label {
        clear: both;
        color: #604C3F;
        width: 210px;
        padding-left: 12px;
        margin-top:10px;
        margin-left: 12px;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: -0.1em;
        background:url(/img/kuchikomi/kuchikomi_mrk.gif) no-repeat left center;
    }
    
    .kuchikomi_message {
        text-indent : 10px;
    }
    
    .kuchikomi_form01 {
        padding: 0 12px 0 12px;
        width: 222px;
        text-align: left;
        margin: 5px 0 0 0;
        /*margin: 5px 0 0 10px;*/
    }
    
        .kuchikomi_form01 input {
            width: 210px;
            margin: 0;
        }

    .kuchikomi_form02 {
        overflow: hidden;
        color: #000000;
        padding: 0 12px 0 12px;
        width: 222px;
        height: auto;
        font-size: 12px;
        letter-spacing: normal;
        /*letter-spacing: -0.1em;*/
        text-align: center;
        margin: 5px 0 0 0;
    }
    
    .kuchikomi_btn_waku {
        float:left;
        width: 20px;
        height: 22px;
        text-align: center;
        /*margin-top:2px;*/
    }
    
    .kuchikomi_hyoka_waku {
        float: right;
        width: 202px;
        height: 19px;
        font-size: 14px;
        /*font-weight: bold;*/
        text-align: left;
        padding: 3px 0 0 0;
    }
    
    /*
    .kuchikomi_form02 ul li {
        float: left;
        list-style-type: none;
        overflow: hidden;
        width: 222px;
        display: block;
        text-align: left;
    }
    
    .kuchikomi_form02 ul li input{
        margin-top:-2px;
    }
    */
    
    .kuchikomi_form03 {
        overflow: hidden;
        color: #000000;
        padding: 0 12px 2px 12px;
        width: 222px;
        font-size: 12px;
        letter-spacing: -0.1em;
        text-align: left;
        margin: 5px 0 0 0;
    }
    
    .kuchikomi_form03 ul li {
        float: left;
        list-style-type: none;
        overflow: hidden;
        width: 74px;
        display: block;
        text-align: left;
    }
    
    .kuchikomi_form04 {
        padding: 0 12px 5px 12px;
        /*padding: 0 12px 10px 12px;*/
        width: 222px;
        text-align: left;
        /*text-align: center;*/
        margin: 5px 0 0 0;
    }
    
        .kuchikomi_form04  textarea{
            width: 212px;
            height: 100px;
            margin: 0px;
        }
    
    .kuchikomi_form05 table {
        text-align: left;
        margin-left : 10px;
        text-indent : 5px;
    }
    
    .kuchikomi_kiyaku_title {
        width: 222px;
        padding: 5px 12px 0 12px;
        text-align: left;
        color: #604C3F;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: normal;
    }
    .kuchikomi_kiyaku {
        width: 222px;
        padding: 0 12px;
        text-align: left;
        font-size: 11px;
        line-height: 1.5em;
        letter-spacing: -1px;
    }
    
    .kuchikomi_btm {
        padding: 0 12px 10px 12px;
        width: 222px;
        text-align: center;
        background:url(/img/kuchikomi/kuchikomi_bottom_bg.gif) no-repeat left bottom;
    }
    #kuchikomi_kiyaku_title {
        width: 212px;
        padding: 5px 5px 0 5px;
        text-align: center;
        color: #604C3F;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: normal;
    }
    #kuchikomi_chuui {
        width: 212px;
        padding: 0 5px;
        text-align: left;
        font-size: 12px;
        line-height: 1.5em;
        letter-spacing: -1px;
    }
    #kuchikomi_kiyaku {
        width: 212px;
        padding: 0 5px;
        /*background: #FFFFFF;*/
        text-align: center;
        color: red;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5em;
        letter-spacing: -1px;
    }
    /*クチコミ入力フォーム_End*/
    
    /*クチコミTopへ_Start*/
    #kuchikomi_top {
        width: 845px;
        margin: 0 0 5px 10px;
        text-align: right;
        font-size: 10px;
        float: left;
        clear: both;
    }
    
    #kuchikomi_top a {
        text-decoration: none;
    }
    
    #kuchikomi_top a:link {
        color: #755538;
    }
    
    #kuchikomi_top a:visited {
        color: #b6b5b5;
    }
    
    #kuchikomi_top a:hover {
        color: #b6b5b5;
    }
    
    #kuchikomi_top a:active {
        color: #1374d6;
    }
    /*クチコミTopへ_End*/
/*クチコミ詳細_End*/

/*アクセスマップ_Start*/
#map_access {
    width: 630px;
    height: 550px;
    padding: 0 150px 0 150px;
}

#map_access .g_map {
    width: 628px;
    height: 548px;
    border-top:  1px solid #cdcdcd;
    border-left:  1px solid #cdcdcd;
    border-right:  1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

#map_access p {
    font-size: 12px;
    color: #755538;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

#map_access a:link {
    color: #0000FF;
}
#map_access a:visited {
    color: #6600CC;
}
#map_access a:hover {
    color: #b6b5b5;
}
#map_access a:active {
    color: #FF0000;
}
    
/*アクセスマップ_End*/

/*トップへ設定（詳細）_Start*/
#top_go{
    float: left;
    font-size: 10px;
    text-align: right;
    /*width: 853px;*/
    width:903px;
    padding: 0 10px 5px 0;
    margin-left: 10px;
}
#top_go a {
    text-decoration: none;
}

#top_go a:link {
    color: #755538;
}
#top_go a:visited {
    color: #b6b5b5;
}
#top_go a:hover {
    color: #b6b5b5;
}
#top_go a:active {
    color: #1374d6;
}

/*トップへ設定（クチコミ）_Start*/
#top_go2{
    float: left;
    font-size: 10px;
    text-align: right;
    width: 650px;
    padding: 0 10px 5px 0;
}
#top_go2 a {
    text-decoration: none;
}

#top_go2 a:link {
    color: #755538;
}
#top_go2 a:visited {
    color: #b6b5b5;
}
#top_go2 a:hover {
    color: #b6b5b5;
}
#top_go2 a:active {
    color: #1374d6;
}

/*特集ページ設定_Start*/
#d_fet_title {    /*特集用タイトル設定Feature*/
    width: 930px;
    text-align: left;
    margin: 0 10px 0 10px;
    clear: both;
    overflow: hidden;
}
#feat_details {    /*各店舗特集設定*/
    width: 876px;
    margin: 0 10px 10px 10px;
    padding: 30px 25px 15px 25px;
    text-align: left;
    border-left: #000000 2px solid;
    border-bottom: #000000 2px solid;
    border-right: #000000 2px solid;
    clear: both;
    overflow: hidden;
}
    .feature_waku {    /*各店舗特集用枠設定*/
        width: 876px;
        height: 380px
    }
        .fearture_title_waku {
            /*background:url(../img/feature/mrk_title.gif) no-repeat left;*/
            background:url(/img/feature/mrk_title.gif) no-repeat left;
            width: 834px;
            height: 36px;
            padding-left: 42px;
            margin-bottom:9px;
        }
            .feart_ruby {
                color:#CC0066;
                width: 834px;
                height: 8px;
                font-size: 8px;
                letter-spacing: normal;
                text-align: left;
                padding-top: 2px;
            }
            .feart_title {
                width: 834px;
                height: 20px;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: normal;
                text-align: left;
                padding-top: 6px;
            }
            
        .feart_p_waku {
            float: left;
            width: 480px;
            height: 335px;
            margin-right: 20px;
        }
            .feart_p {
                width: 480px;
                height: 320px;
            }
            .feart_caption {
                width: 480px;
                height: 10px;
                font-size: 10px;
                letter-spacing: normal;
                padding-top: 5px;
            }
        .feart_t_waku {
            float: right;
            width: 376px;
            height: 335px;
        }
            .feart_catch {
                width: 361px;
                height: 26px;
                /*background: url(../img/feature/f_bg_red.gif) no-repeat left;*/
                background:url(/img/feature/f_bg_red.gif) no-repeat left;
                font-size: 22px;
                letter-spacing: -1.5px;
                font-weight: bold;
                color:#FF0000;
                padding: 4px 0 0 15px;
                margin-bottom: 20px;
            }
            .feart_hon_t {
                width: 376px;
                height: 270px;
                font-size: 15px;
                letter-spacing: normal;
                line-height: 1.2em;
            }
        .feart_go {
            width: 876px;
            height:10px;
            padding-top: 5px;
            font-size: 10px;
            letter-spacing: normal;
            text-align: right;
        }
        .feart_go a {
            text-decoration: none;
        }
        
        .feart_go a:link {
            color: #755538;
        }
        .feart_go a:visited {
            color: #b6b5b5;
        }
        .feart_go a:hover {
            color: #FF0000;
        }
        .feart_go a:active {
            color: #1374d6;
        }
/*特集ページ設定_End*/

/*2010/10/07_Start*/
    
    
    /*店名, ボタン配置のためにposition設定*/
    .set_position {
        position   : relative;
        margin-top : 0px;
        padding : 20px 0px;
        height : 100px;
        /*border:1px solid;*/
    }
    
    /*ボタンの配置*/
    .btnAddFavorite {
        position   : absolute;
        top        : 0px;
        right      : 10px;
        padding    : 0px;
        margin-top : -15px;
    }
    
    .twice_space {
        padding-left : 2em;
    }
    
    .small_space {
        padding-left : 0.5em;
    }
    
/*お気に入り追加ボタン*/
/*QRコード*/
    .qr_code_waku img {
        position : absolute;
        right    : 10px;
        top      : 10px;
        /*border : solid 1px #B2B2B2;*/
    }
