
/*
 * -----------------------------------------------------
 *  全体
 * -----------------------------------------------------
 */

.for-mobile {
        display: none;
}

#mb-wrapper {
        height: 500px;
        background-color: #fff;
        display: none;
        overflow-y: scroll;
        width: 100%;
}

#mb-header-area {
        margin-top: 1px;
        width: 100%;
        background-color: none;
        height: 35px;
        overflow: hidden;
}

#testCanvas {
        margin: 0;
        padding: 0;
}





/*
 * -----------------------------------------------------
 *  タブ部分
 * -----------------------------------------------------
 */

#mb-main-area {
        position: relative;
        z-index: 100;
        margin-top: 8px;
        box-sizing: border-box;
        /*background-color: yellow;*/
        width: 100%;
}

#tab_l {
        width: 45%;
        height: 56px;
        background-color: red;
        float: left;
        margin-left: 3%;
        margin-right: 3%;
        box-sizing: border-box;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        background-color: #4BA9E3;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size:0.8rem;
        padding-top: 10px;
        overflow: hidden;
        line-height: 1.1rem;
}

#tab_r {
        width: 45%;
        height: 44px;
        float: left;
        margin-right: 3%;
        /*box-sizing: border-box;*/
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        background-color: #D0EBFB;
        text-align: center;
        color: #437BAD;
        font-weight: bold;
        font-size:0.8rem;
        padding-top: 10px;
        overflow: hidden;
        line-height: 1.1rem;
}

#tab_bottom {
        width: 100%;
        height: 5px;
        margin-top: 0px;
        background-color: #4BA9E3;
        float: left;
}

#mb-thumb-area-page {
        color: #fff;
        font-weight: bold;
        background-color: #4BA9E3;
        display: none;
        height: 30px;
        line-height: 26px;
        float: left;
        width: 100%;
        text-align: center;
}

/*
 * -----------------------------------------------------
 *  サムネイルエリア
 * -----------------------------------------------------
 */

#mb-thumb-area-back {
        position: absolute;
        top: 7px;
        left: 7px;
        width: 50px;
        display: none;
}

#mb-thumb-area {
        position: relative;
        clear: both;
        background-color: #F5F5F5;
        overflow-x: hidden;
        overflow-y: auto;
        height: 650px;
        /* height: 100%;         */
        box-sizing: border-box;
        text-align: center;
        width: 100%
}
#mb-thumb-area-inner {
        /*background-color: green;*/
        width: 400px;
}


#mb-thumb-area-text {
        padding-top: 15px;
        color: #666;
        line-height: 1.0rem;
        height: 20px;
        /*background-color: red;*/
        font-size: 0.8rem;
        display: none;
        background-color: none;
}

/*
 * -----------------------------------------------------
 *  help
 * -----------------------------------------------------
 */

#mb-help-area {
        display: none;
        min-height: 300px;
        height: auto;
}

#mb-help-image {
        width: 90%;
        margin-top: 70px;
        margin-left: 5%;
        margin-bottom: 20px;
}


/*
 * -----------------------------------------------------
 *  スマホ　メニュー
 * -----------------------------------------------------
 */

#mb-menu-btn-interiorStyle {
        /*color: #ccc;*/
}

#mb-menu-btn-series {
        /*color: #ccc;*/
        line-height: 33px;
}

#mb-menu-btn-plan {
        line-height: 33px;
}

#mb-menu-area {
        height: 468px;
        top: 40px;
        display: none;
}

.mb-menu-btn {
        position: relative;
        top: 75px;
        width: 80%;
        height: 55px;
        background-color: #fff;
        margin: 5px auto;
        text-align: center;
        font-size: 0.9rem;
        line-height: 18px;
        box-sizing: border-box;
        padding-top: 11px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        font-weight: bold;
}

.mb-menu-btn2 {
        position: relative;
        float: left;
        top: 65px;
        width: 39%;
        height: 75px;
        background-color: #fff;
        text-align: center;
        font-size: 0.9rem;
        line-height: 60px;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 20px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        font-weight: bold;
        margin-top: 30px;
}

#mb-menu-btn-selectResult {
        margin-left: 10%;
        margin-right: 2%;
        background-image: url("/color_simulation/app/images/icon_colorSelect2.png");
        background-repeat: no-repeat;
        background-position: 15px 30px;
        background-size: 20px 20px;
}

#mb-menu-btn-urlCopy {
        background-image: url("/color_simulation/app/images/urlcopy.png");
        background-repeat: no-repeat;
        background-position: -15px 20px;
}

.mb-menu-btn3 {
        position: relative;
        float: left;
        top: 60px;
        width: 50%;
        height: 88px;
        background-color: rgba(75, 169, 227, 0.8);
        text-align: center;
        font-size: 0.8rem;
        line-height: 20px;
        box-sizing: border-box;
        padding-top: 35px;
        padding-left: 0px;
        border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
        margin-top: 30px;
        color: #fff;
}

#mb-menu-btn-showRoom {
        background-image: url("/color_simulation/app/images/mb/btn_showRoom.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 88px;
        z-index: 100;
}

#mb-menu-btn-searchShowRoom {
        background-image: url("/color_simulation/app/images/mb/btn_searchShowRoom.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px 88px;
        z-index: 100;
}

#mb-menu-center {
        position: absolute;
        top: 380px;
        left: 49%;
        width: 13px;
        height: 88px;
        margin: 0 auto;
        background-image: url("/color_simulation/app/images/mb/bg_dot.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px 88px;
        z-index: 200;
}


/*
 * -----------------------------------------------------
 *  スマホ　シリーズ変更
 * -----------------------------------------------------
 */

#mb-changeSeries-area {
        height: 420px;
        top: 40px;
        display: none;
}

#mb-changeSeries-innerDiv {
        width: 98%;
        margin: 70px auto;
        background-color: none;
        overflow: scroll;
        height: 343px;
        text-align: center;
}


#mb-changeSeries-title {
        padding-left: 0px;
        background-color: none;
        /*width: 300px;*/
        background-image: url("/color_simulation/app/images/mb/title_changeSeries.png");
        /*background-repeat: no-repeat;*/
        background-repeat: repeat-x;
        margin: 10px auto;
        background-position: center bottom;
}

.mb-changeSeries-images {
        margin-top: 4px;
        margin-left: 8px;
        margin-right: 6px;
        margin-bottom: 0px;
        width: 60%;
}


/*
 * -----------------------------------------------------
 *  スマホ　インテリアスタイル変更
 * -----------------------------------------------------
 */

#mb-changeInterior-area {
        height: 420px;
        top: 40px;
        display: none;
}

#mb-changeInterior-innerDiv {
        width: 96%;
        margin: 70px auto;
        padding-left: 2%;
        padding-top: 3px;
        background-color: none;
        overflow: scroll;
        height: 343px;
        text-align: center;
}


#mb-changeInterior-title {
        padding-left: 0px;
        background-color: none;
        width: 280px;
        background-image: url("/color_simulation/app/images/mb/title_changeInterior.png");
        /*background-repeat: no-repeat;*/
        background-repeat: no-repeat;
        margin: 10px auto;
        background-position: center bottom;
}

.mb-changeInterior-images {
        margin-top: 4px;
        margin-left: 8px;
        margin-right: 6px;
        margin-bottom: 0px;
        width: 60%;
}

.mb-recommendPlan_thumbnail {
        position: relative;
        float: left;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 2%;
        width: 45%;
        cursor: pointer;
}


/*
 * -----------------------------------------------------
 *  スマホ　URLコピー
 * -----------------------------------------------------
 */

#mb-urlCopy-area {
        height: 420px;
        top: 100px;
        display: none;
}

#mb-urlCopy-title {
        background-image: url("/color_simulation/app/images/mb/title_urlCopy.png");
        padding-left: 30px;
}

#mb-urlCopy-text {
        position: relative;
        top: 10px;
        font-size: 0.7rem;
        margin: 70px auto;
        background-color: none;
}

#mb-urlCopy-urlTextForm {
        position: relative;
        top: -40px;
        width: 99%;
        height: 80px;
        word-break: break-all;
}

#mb-urlCopy-innerDiv {
        width: 80%;
        margin: 70px auto;
}

#mb-urlCopy-btn {
        background-color: #39b1ff;
        width: 170px;
        height: 50px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        margin: -10px auto;
        background-image: url("/color_simulation/app/images/mb/icon_urlCopy.png");
        background-repeat: no-repeat;
        background-size: 12px 14px;
        background-position: 28px 17px;
        box-sizing: border-box;
        padding-left: 20px;
}

#mb-urlCopy-message {
        width: 100%;
        text-align: center;
        color: red;
        margin-top: 15px;
        margin-left: 5px;
        display: none;
}


/*
 * -----------------------------------------------------
 *  スマホ　選択結果画面
 * -----------------------------------------------------
 */

#mb-selectList-area {
        display: none;
}

#mb-selectList-body {
        width: 92%;
        margin-top: 70px;
        height: 88%;
        overflow: scroll;
        padding-left: 7%;
}

.mb-selectList-body-chipArea {
        float: left;
        min-height: 20%;
        width: 28.7%;
        margin-bottom: 2%;
        margin-right: 2%;
        background-color: none;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        font-size: 0.9rem;
        font-weight: bold;
        color: #000;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
}

.mb-selectList-body-chipArea-image {
        width: 80%;
}

.mb-selectList-body-chipArea-text1 {
        padding: 0 10px 0 10px;
        font-weight: normal;
        font-size: 0.7rem;
}

.mb-selectList-body-chipArea-text2 {
        padding: 5px 10px 0 10px;
        font-weight: normal;
        font-size: 0.7rem;
}


/*
 * -----------------------------------------------------
 *  スマホ　拡大表示
 * -----------------------------------------------------
 */

#mb-zoomImage-area {
        border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0px;
        left: 0px;
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        opacity: 1;
        z-index: -10;
}

#mb-zoomImage-canvas {
        margin-top: 45px;
}


/*
 * -----------------------------------------------------
 *  スマホ　キッチンプラン選択
 * -----------------------------------------------------
 */

#mb-plan-area {
        display: none;
}

 #mb-plan-body {
         width: 92%;
         margin-top: 70px;
         height: 88%;
         overflow: scroll;
         padding-left: 7%;
 }

.mb-selectList-body-images {
        width: 93%;
}


/*
 * -----------------------------------------------------
 *  お気に入り
 * -----------------------------------------------------
 */

#mb-favorite-area {
        top: 10%;
        height: 550px;
        background-image: url("/color_simulation/app/images/mb/bg_favorite2.png");
        background-repeat: repeat-x;
        display: none;
}

#mb-favorite-title {
        background-image: url("/color_simulation/app/images/mb/title_favorite.png");
        padding-left: 35px;
}

#mb-favorite-canvas {
        margin-top: 0px;
        margin-left: 0px;
        float: left;
}

#mb-favorite-body {
        position: relative;
        width: 99%;
        margin-top: 70px;
        height: 88%;
        overflow: hidden;
}

#mb-favorite-inner{
        position: relative;
        top: 0px;
        left: 0px;
        width: 330px;
        height: 500px;
        background-image: url("/color_simulation/app/images/mb/bg_favorite.png");
        background-repeat: no-repeat;
        background-size: 157px 306px;
        background-position: 10px 140px;
}

#mb-favorite-body-text {
        position: absolute;
        top: 25px;
        left: 160px;
        float: left;
        height: 70px;
        width: 165px;
        font-size: 0.75rem;
        color: #fff;
}

.mb-favorite-body-save {
        position: absolute;
        float: left;
        background-color: #39b1ff;
        height: 65px;
        width: 65px;
        font-size: 1rem;
        color: #fff;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        text-align: center;
        line-height: 65px;
}

.mb-favorite-body-display {
        position: absolute;
        float: left;
        background-color: #fff;
        border: 2px solid #39b1ff;
        height: 65px;
        width: 65px;
        font-size: 1rem;
        color: #39b1ff;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        text-align: center;
        line-height: 65px;
        font-weight: bold;
        box-sizing: border-box;
}

#mb-favorite-body-save0 {
        top: 170px;
        left: 175px;
}

#mb-favorite-body-display0 {
        top: 170px;
        left: 255px;
}

#mb-favorite-body-save1 {
        top: 272px;
        left: 175px;
}

#mb-favorite-body-display1 {
        top: 272px;
        left: 255px;
}

#mb-favorite-body-save2 {
        top: 374px;
        left: 175px;
}

#mb-favorite-body-display2 {
        top: 374px;
        left: 255px;
}


/*
 * -----------------------------------------------------
 *  スマホ　ウィンドウ共通
 * -----------------------------------------------------
 */

#mb-modal_bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 600;
        opacity: 0.5;
        display: block;
        display: none;
}

.mb-modal {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        background-color: rgba(255, 255,255,0.8);
        z-index: 700;
        overflow-x: hidden;
        overflow-y: hidden;
        display: block;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

.mb-modal-header {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 13px;
        color: #000;
        text-align: center;
        line-height: 55px;
        z-index: 700;
        background-image: url("/color_simulation/app/images/mb/bg_line.png");
        background-size: 63px 13px;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        font-size: 1rem;
}

.mb-modal-closeDiv {
        position: absolute;
        right: 5px;
        top: 5px;
        background-color: #ccc;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        border: 1px #a3a3a3 solid;
        width: 45px;
        height: 32px;
        background-image: url("/color_simulation/app/images/close.png");
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: 8px 1px;

}

.mb-modal-header-bgImage{
        position: absolute;
        top: 0px;
        z-index: 100;
}

.mb-modal-title {
        height: 45px;
        width: 200px;
        background-image: url("/color_simulation/app/images/mb/title_plain.png");
        background-repeat: no-repeat;
        margin: 10px auto;
        background-position: center bottom;
}


/*
 * -----------------------------------------------------
 *  カラー選択ウィンドウ
 * -----------------------------------------------------
 */

#mb-color_select {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        background-color: rgba(255, 255,255,0.8);
        z-index: 700;
        overflow-x: hidden;
        overflow-y: hidden;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        display: none;
}

#mb-color_select_header {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 44px;
        color: #fff;
        text-align: center;
        line-height: 44px;
        z-index: 700;
        background-image: url("/color_simulation/app/images/bg_colorSelect.png");
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        font-size: 1rem;
}

#mb-color_select_text {
        font-size: 0.7rem;
}

#mb-color_select_inner {
        position:relative;
        top: 44px;
        left: 0;
        width: 95%;
        height: 92%;
        background-color: none;
        z-index: 700;
        opacity: 0.8;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-left: 7%;
        margin-bottom: 30px;
}

#mb-color_select_scrollOuter {
        position: absolute;
        background-color: none;
        padding-bottom: 20px;
        padding-top: 10px;
}

#mb-color_select_header_icon{
        position: relative;
        width: 17px;
        height: 17px;
        top: 3px;
}

.mb-color_select_chipArea {
        float: left;
        min-height: 20%;
        width: 28.7%;
        margin-bottom: 2%;
        margin-right: 2%;
        background-color: #fff;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        font-size: 0.7rem;
        color: #000;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
}

.mb-color_select_chipArea_image {
        width: 80%;
}

#mb-color_select_header_close {
        position: absolute;
        right: 5px;
        top: 5px;
        background-color: #ccc;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        border: 1px #a3a3a3 solid;
        width: 45px;
        height: 32px;
}

#mb-color_select_header_close_image {
        width: 30px;
        height: 30px;
        margin-left: -2px;
        margin-top: 1px;
}


/*
 * -----------------------------------------------------
 *  タブメニュー内
 * -----------------------------------------------------
 */

 #tab_menu {
         margin-top: -30px;
         width: 100%;
         background-color: #dedede;
         height: 46px;
         line-height: 46px;
         color: #666;
         overflow-x: hidden;
         overflow-y: hidden;
         z-index: 400;
 }

#tab_menu_inner {
        width: 1000px;
        height: 46px;
        white-space: nowrap;
        display: table;
}

.tabBtn {
        margin: 6px 0 0 5px;
        padding: 0 6px 0 6px;
        height: 39px;
        min-width: 80px;
        background-color: #f0f0f0;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        color: #000;
        float: left;
        font-size: 1rem;
        text-align: center;
        line-height: 43px;
        overflow:hidden;
        display: table-cell;
        white-space:nowrap; /* なくても大丈夫nowrapでも */
}

.tabBtn_active {
        margin: 6px 0 0 5px;
        padding: 0 6px 0 6px;
        height: 40px;
        min-width: 80px;
        background-color: #ffffff;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        color: #4ba9e3;
        float: left;
        text-align: center;
        line-height: 43px;
        display: table-cell;
        white-space:nowrap;
        font-weight: bold;
        font-size: 1rem;
}


/*
 * -----------------------------------------------------
 *  ヘッダ内
 * -----------------------------------------------------
 */

#mb-logo {
        height:36px;
        width: 118px;
        float: left;
}

#mb-top {
        height:32px;
        width: 50px;
        float: right;
        margin-top: 2px;
        opacity: 0.5;
        /*display: none;*/
}

#mb-help {
        height:32px;
        width: 50px;
        float: right;
        margin: 2px 0 0 10px;
        display: none;
}

#mb-menu {
        height:32px;
        width: 80px;
        float: right;
        margin: 2px 10px 0 10px;
        display: none;
        opacity: 0.5;
        background-color: #f5f5f5;
}


/*
 * -----------------------------------------------------
 *  シミュレーション画像まわり
 * -----------------------------------------------------
 */

#mb-preloader {
        position: relative;
        top: 10px;
        z-index: 500;
        background-color: none;
        width: 50px;
}

#mb-main-area_simulation-image{
        position: relative;
        text-align: center;
        width: 100%;
        background-color: none;
}

#mb-mainImage_canvas_0 {
        position: absolute;
        top: 2px;
        left: 0px;
        z-index: 0;
        display: none;
}

#mb-mainImage_canvas_1 {
        position: absolute;
        top: 2px;
        left: 0px;
        z-index: 0;
        display: none;
}

#mb-mainImage_canvas_rollover {
        position: absolute;
        top: 2px;
        left: 0px;
        z-index: 100;
        opacity: 0;
}

#mb-mainImage_image_rollover {
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 1;
        z-index: 90;

}

#mb-main-area_colorSlectBtn {
        position: relative;
        bottom: 55px;
        left: 10px;
        z-index: 200;
        width: 104px;
        height: 45px;
        border: 1px #4ba9e3 solid;
        background-image: url("/color_simulation/app/images/bg_colorSelect.png");
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        font-size: 0.8rem;
        color: #fff;
        line-height: 0px;
        text-align: center;
}

#mb-main-area_colorSlectBtn_text {
        position: relative;;
        top: -3px;
}

#mb-main-area {
        position: relative;
        z-index: 100;
        margin-top: 8px;
        box-sizing: border-box;
        background-color: yellow;
}

#mb-main-area_colorSlectBtn_icon {
        width: 15px;
        height: 15px;
        margin-top: 14px;
}

#mb-main-area_zoomBtn {
        position: absolute;
        background-color: rgba(255, 255,255,0.8);
        bottom: 58px;
        right: 10px;
        z-index: 200;
        width: 50px;
        height: 45px;
        border: 1px #d2cfcd solid;
        background-image: url("/color_simulation/app/images/mb/btn_zoom.png");
        background-size: 28px 28px;
        background-position: 11px 9px;
        background-repeat: no-repeat;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        font-size: 0.7rem;
        color: #fff;
        line-height: 0px;
        text-align: center;
        margin-bottom: -50px;
}

#mb-main-area_favoriteBtn {
        position: absolute;
        background-color: rgba(255, 255,255,0.8);
        bottom: 58px;
        right: 70px;
        z-index: 200;
        width: 50px;
        height: 45px;
        border: 1px #d2cfcd solid;
        background-image: url("/color_simulation/app/images/mb/btn_favorite.png");
        background-size: 30px 20px;
        background-position: 11px 14px;
        background-repeat: no-repeat;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        font-size: 0.7rem;
        color: #fff;
        line-height: 0px;
        text-align: center;
        margin-bottom: -50px;
}


/*
 * -----------------------------------------------------
 *  チップ画像まわり
 * -----------------------------------------------------
 */

#chip_menu {
        background-color: #fff;
        height: 500px;
        color: white;
        border-top: solid #fff 2px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0 0 0 10px;
        display: none;
}

#chip_menu_inner {
        -webkit-overflow-scrolling: touch;
}

#chip_menu_outer {
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 300px;
        overflow: hidden;
}
