

/*
 * -----------------------------------------------------
 *  全体
 * -----------------------------------------------------
 */

@page {
        size: A4;
        margin: 5mm;
}

* {
        padding: 0px;
        margin: 0px;
        font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a{
        outline:none;
}

body {
        overflow: hidden;
        background-color: #fff;
}

 *::selection {
        background: none;
}

*::-moz-selection {
        background: none;
}

#wrapper {
        background-color: #fff;
        top: 0px !important;
        left: 0px !important;
        height: 1550px !important;
        width: 1108px !important;
        transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
}

/*　Edgeのみに適応　*/
@supports (-ms-ime-align:auto) {
        #wrapper {
                background-color: #fff;
                top: 0mm !important;
                left: 0mm !important;
                width: 189mm !important;
                height: 280mm !important;
                -ms-transform: scale(1) !important;
        }
}


.for-pc {
        display: none;
}





/*
 * -----------------------------------------------------
 *  エラーウィンドウ
 * -----------------------------------------------------
 */
#errorWindow {
        position: absolute;
        top: 293px;
        left: 397px;
        width: 406px;
        min-height: 30px;
        z-index: 510;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
        box-sizing: border-box;
        padding: 20px 20px 20px 20px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        display: none !important;
        padding-bottom: 60px;
}

#errorWindow-ok {
        position: relative;
        left: 100px;
        top: 30px;
        width: 150px;
        height: 40px;
        background-color: #39b1ff;
        color: #fff;
        text-align: center;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        box-sizing: border-box;
        padding-top: 8px;
        padding-left: 0px;
        border: 1px solid #ccc;
        cursor: pointer;
}


/*
 * -----------------------------------------------------
 *  モーダルウィンドウ共通
 * -----------------------------------------------------
 */
.pc-modal-header {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 24px;
        background-color: none;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        background-image: url("/color_simulation/app/images/bg_modal_h.png");
}
.pc-modal-body {
        position: absolute;
        top: 24px;
        left: 0px;
        width: 100%;
        height: 100px;
        /*background-color: none;*/
        background-color: rgba(255, 255, 255, 0.8);
}

.pc-modal-footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 12px;
        background-color: none;
        border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
        background-image: url("/color_simulation/app/images/bg_modal_h.png");
}

.pc-modal-title {
        position: absolute;
        top: 15px;
        left: 231px;
        width: 346px;
        height: 33px;
        /*background-color: red;*/
        /*background-image: url("/color_simulation/app/images/title_urlCopy.png");*/
        text-align: center;
        box-sizing: border-box;
        padding-top: 5px;
        /*padding-left: 25px;*/
}



.pc-close {
        position: absolute;
        top: 8px;
        right: 8px;
        height: 52px;
        width: 52px;
        background-color: #ccc;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        border: #a3a3a3 solid 1px;
        background-image: url("/color_simulation/app/images/close.png");
        opacity: 1;
        cursor: pointer;
        z-index: 100;
}

.pc-modal-bodyText {
        position: absolute;
        top: 75px;
        left: 0px;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        background-color: none;

}

#pc-modal-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
        z-index: 500;
        display: none !important;
}


/*
 * -----------------------------------------------------
 *  印刷プレビュー
 * -----------------------------------------------------
 */

#pc-printPreview-area {
        position: absolute;
        top: 0px !important;
        left: 0px !important;
        width: 1008px !important;
        height: 2000px !important;
        z-index: 510;
        /*background-color: red;*/
        display: block !important;
        /*opacity: 0;*/
        /*opacity: 1;*/

        /*top: 0px;
        left: 290px;*/
}

/*　Edgeのみに適応　*/
@supports (-ms-ime-align:auto) {
        #pc-printPreview-area {
                position: absolute;
                top: 0mm !important;
                left: 0mm !important;
                width: 189mm !important;
                height: 290mm !important;
                z-index: 510;
                display: block !important;
        }
}



#pc-printPreview-canvas {
        position: absolute;
        top: 0px !important;
        left: 0px;
        width: 1108px !important;
        height: 1567px !important;
}

/*　Edgeのみに適応　*/
@supports (-ms-ime-align:auto) {
        #pc-printPreview-canvas {
                top: 5mm !important;
                left: 0mm !important;
                width: 189mm !important;
                height: 280mm !important;
        }
}





#pc-printPreview-close {
        position: absolute;
        top: 0px;
        right: 0px;
        display: none !important;
}

#pc-printPreview-btnPrint {
        position: absolute;
        top: 672px;
        left: 100px;
        width: 235px;
        height: 60px;
        background-color: #39b1ff;
        text-align: center;
        box-sizing: border-box;
        padding-top: 20px;
        padding-left: 30px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        background-image: url("/color_simulation/app/images/icon_print.png");
        background-repeat: no-repeat;
        background-position: 55px 18px;
        display: none !important;
}
#pc-printPreview-btnPrint:hover{
        background-color: #4ca6e0;
}

#pc-printPreview-qrCode {
        position: absolute;
        top: 20px !important;
        left: 880px;
        width: 100px;
        height: 100px;
        z-index: 500;
        transform: scale(0.3);
}

/*　Edgeのみに適応　*/
@supports (-ms-ime-align:auto) {
        #pc-printPreview-qrCode {
                position: absolute;
                top: 0mm !important;
                left: 138mm !important;
                /*left: 450px !important;*/
                /*width: 100px !important;*/
                /*height: 100px !important;*/
                z-index: 5000;
                transform: scale(0.25) !important;
        }
}


/*
 * -----------------------------------------------------
 *  お気に入り
 * -----------------------------------------------------
 */

 #pc-favorite-area {
         position: absolute;
         top: 64px;
         left: 250px;
         width: 700px;
         height: 688px;
         z-index: 510;
         display: none !important;
 }

#pc-favorite-modal-title {
          background-image: url("/color_simulation/app/images/title_faborite.png");
          padding-left: 25px;
          left: 160px;
}


#pc-favorite-bodyText2 {
        position: absolute;
        top: 140px;
        left: 0px;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 15px;
        /*font-weight: bold;*/
        line-height: 28px;
        background-color: none;
        color: #fff;
        font-weight: bold;
        text-shadow: 1px 1px 1px #808080;
}

#pc-favorite-body {
        height: 652px;
        width: 700px;
        /*bg_favorite.png*/
        /*background-color: red;*/
        background-image: url("/color_simulation/app/images/bg_favorite.png");

}

#pc-favoriteList-canvas {
        position: absolute;
        top: 132px;
        left: 0px;
        width: auto;

}

.pc-favoriteList-inner-btn-save {
        position: absolute;
        width: 90px;
        height: 47px;
        background-color: #39b1ff;
        box-sizing: border-box;
        text-align: center;
        line-height: 48px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
}

.pc-favoriteList-inner-btn-save:hover {
        background-color: #4ca6e0;
}

.pc-favoriteList-inner-btn-read {
        position: absolute;
        width: 90px;
        height: 47px;
        background-color: #fff;
        border: 1px solid #39b1ff;
        box-sizing: border-box;
        text-align: center;
        line-height: 48px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        color: #39b1ff;
        cursor: pointer;
        display: none;
        font-size: 14px;
}

.pc-favoriteList-inner-btn-read:hover {
        background-color: #eee;
}

#pc-favoriteList-inner-btn-save0 {
        top: 553px;
        left: 42px;
}

#pc-favoriteList-inner-btn-save1 {
        top: 553px;
        left: 255px;
}

/*213*/

#pc-favoriteList-inner-btn-save2 {
        top: 553px;
        left: 468px;
}

#pc-favoriteList-inner-btn-read0 {
        top: 553px;
        left: 141px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

#pc-favoriteList-inner-btn-read1 {
        top: 553px;
        left: 354px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

#pc-favoriteList-inner-btn-read2 {
        top: 553px;
        left: 567px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}


/*
 * -----------------------------------------------------
 *  プラン変更
 * -----------------------------------------------------
 */

#pc-changePlan-area {
        position: absolute;
        top: 172px;
        left: 197px;
        width: 806px;
        height: 472px;
        z-index: 510;
        display: none !important;
        opacity: 0 !important;
        /*opacity: 1;*/

}

#pc-changePlan-body {
        height: 436px;
        /*background-color: yellow;*/
}

#pc-changePlan-scrollBody {
        position: absolute;
        top: 80px;
        left: 58px;
        width: 720px;
        /*width: 300px;*/
        height: 330px;
        /*background-color: red;*/
        overflow: hidden;
}

#pc-changePlan-modal-title {
        background-image: url("/color_simulation/app/images/title_plain.png");
        left: 280px;
        width: 200px;
        padding-left: 35px;

}

.changePlan_thumbnail {
        position: relative;
        float: left;
        margin-right: 15px;
        margin-bottom: 14px;
        width: 218px;
        height: 284px;
        cursor: pointer;
}



/*
 * -----------------------------------------------------
 *  ヘルプ
 * -----------------------------------------------------
 */

#pc-help-area {
        position: absolute;
        top: 123px;
        left: 197px;
        width: 806px;
        /*height: 574px;*/
        height: 586px;
        z-index: 510;
        display: none !important;
        opacity: 0;
}

#pc-help-body {
        height: 550px;
        /*background-color: yellow;*/
}

#pc-help-scrollBody {
        position: absolute;
        top: 80px;
        left: 58px;
        width: 720px;
        /*width: 300px;*/
        height: 425px;
        /*background-color: red;*/
        overflow: hidden;
}

#pc-help-modal-title {
        background-image: url("/color_simulation/app/images/title_help.png");
        padding-left: 30px;
}


/*
.recommendPlan_thumbnail {
        position: relative;
        float: left;
        margin-right: 15px;
        margin-bottom: 14px;
        width: 220px;
        height: 198px;
        cursor: pointer;
}

.recommendPlan_thumbnail:hover {
        opacity: 0.6;
}


#pc-changeInterior-annotation {
        position: absolute;
        top: 520px;
        right: 30px;
        font-size: 12px;
}*/


/*
 * -----------------------------------------------------
 *  インテリアスタイル変更
 * -----------------------------------------------------
 */

#pc-changeInterior-area {
        position: absolute;
        top: 123px;
        left: 197px;
        width: 806px;
        /*height: 574px;*/
        height: 586px;
        z-index: 510;
        display: none !important;
        opacity: 0 !important;
}

#pc-changeInterior-body {
        height: 550px;
        /*background-color: yellow;*/
}

#pc-changeInterior-scrollBody {
        position: absolute;
        top: 80px;
        left: 58px;
        width: 720px;
        /*width: 300px;*/
        height: 425px;
        /*background-color: red;*/
        overflow: hidden;
}

.recommendPlan_thumbnail {
        position: relative;
        float: left;
        margin-right: 15px;
        margin-bottom: 14px;
        width: 220px;
        height: 198px;
        cursor: pointer;
}

.recommendPlan_thumbnail:hover {
        opacity: 0.6;
}

#pc-changeInterior-modal-title {
        background-image: url("/color_simulation/app/images/title_plain.png");
}

#pc-changeInterior-annotation {
        position: absolute;
        top: 520px;
        right: 30px;
        font-size: 12px;
}


/*
 * -----------------------------------------------------
 *  URLコピー
 * -----------------------------------------------------
 */

#pc-urlCopy-modal-title {
         background-image: url("/color_simulation/app/images/title_urlCopy.png");
         padding-left: 25px;
 }

#pc-urlCopy-area {
        position: absolute;
        top: 193px;
        left: 197px;
        width: 806px;
        height: 430px;
        z-index: 510;
        display: none !important;
        /*border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;*/
        /*background-color: rgba(255, 255, 255, 0.8);*/
        /*background-color: red;*/

}

#pc-urlCopy-modal-body {
        height: 394px;
}

#pc-urlCopy-modal-urlText {
        position: absolute;
        left: 93px;
        top: 170px;
        width: 623px;
        height: 74px;
        background-color: #fff;
        border: 1px solid #ccc;
        word-wrap: break-word;
        font-size: 14px;
        box-sizing: border-box;
        padding: 10px 10px 10px 10px;
        /*line-height: 16px;*/
}

#pc-urlCopy-modal-urlText::selection {
       background: #aed8f2;
}



#pc-urlCopy-modal-btnCopy {
        position: absolute;
        left: 279px;
        top: 280px;
        width: 235px;
        height: 60px;
        background-color: #39b1ff;
        color: #fff;
        text-align: center;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        box-sizing: border-box;
        padding-top: 18px;
        padding-left: 30px;
        border: 1px solid #ccc;
        background-image: url("/color_simulation/app/images/icon_copy.png");
        background-repeat: no-repeat;
        background-position: 55px 18px;

}

#pc-urlCopy-modal-doneText {
        position: absolute;
        top: 343px;
        left: 0px;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 14px;
        line-height: 28px;
        background-color: none;
        color: red;
        display: none;
}

/*
 * -----------------------------------------------------
 *  シミュレーション画像表示エリア
 * -----------------------------------------------------
 */

#preloader_pc {
        position: absolute;
        top: 380px;
        left: 570px;
        z-index: 300;
}

#mainImage_canvas_0 {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        display: none;
}

#mainImage_canvas_1 {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        display: none;
}

#mainImage_canvas_rollover {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
        opacity: 0;
}

#mainImage_image_rollover {
        position: absolute;
        left: 0px;
        height: 826px;
        width: 1200px;
        opacity: 1;
        z-index: 90;
}


/*
#mainImage_image_rollover2 {
        position: absolute;
        left: 0px;
        height: 826px;
        width: 1200px;
        opacity: 1;
        z-index: 105;
        animation: flash 2.5s infinite linear;
        -webkit-animation: flash 1.8s infinite linear;
        -moz-animation: flash 1.8s infinite linear;
}*/

#pc-main-area {
        display: none;
}

#pc-main-area-colorSelect {
        position: absolute;
        box-sizing: border-box;
        font-size: 8px;
        top: 750px;
        right: 20px;
        height: 70px;
        width: 200px;
        background-color: none;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        border: #4ba9e3 solid 1px;
        background-image: url("/color_simulation/app/images/bg_colorSelect.png");
        opacity: 0.8;
        /*text-align: center;*/
        /*padding-top: 9px;*/
        cursor: pointer;
        z-index: 400;
        overflow: hidden;

}

#pc-main-area-colorSelect-image {
        position: absolute;
        top: 21px;
        left: 40px;
}

#pc-main-area-colorSelect-text {
        position: absolute;
        top: 14px;
        left: 71px;
        width: 93px;
        background-color: none;
        /*background-color: red;*/
        font-size: 1.5em;
        /*text-align: justify;*/
        color: #fff;
        overflow: hidden;
}

/*#pc-main-area-colorSelect-text-bold {
        font-weight: bold;
        font-size: 1.2em;
}*/

/*
 * -----------------------------------------------------
 *  PC用のページ下部のメニュー
 * -----------------------------------------------------
 */

#pc-bottomMenu-area {
        position: absolute;
        top: 820px;
        left: 0px;
        height: 85px;
        width: 1200px;
        z-index: 600;
        background-color: none;
        overflow: hidden;
        font-size: 8px;
        background-color: #fff;
        display: none !important;
}

#pc-bottomMenu-area-btn_changeInterior{
        position: absolute;
        top: 15px;
        left: 22px;
        height: 56px;
        width: 125px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 12px;
        text-align: center;
        line-height: 17px;
        color: #ccc;
        /*cursor: pointer;*/
}


#pc-bottomMenu-area-btn_changeSeries{
        position: absolute;
        top: 15px;
        left: 146px;
        height: 56px;
        width: 124px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        /*border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;*/
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 12px;
        text-align: center;
        line-height: 17px;
        /*color: #666;*/
        color: #ccc;
        /*cursor: pointer;*/
}

#pc-bottomMenu-area-btn_changePlan{
        position: absolute;
        top: 15px;
        left: 269px;
        height: 56px;
        width: 125px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 12px;
        text-align: center;
        line-height: 17px;
        color: #666;
        cursor: pointer;
}


#pc-bottomMenu-area-btn_saveImage{
        position: absolute;
        top: 15px;
        left: 408px;
        height: 56px;
        width: 75px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 34px;
        text-align: center;
        line-height: 17px;
        color: #666;
        cursor: pointer;
        background-image: url("/color_simulation/app/images/saveimage.png");
}


#pc-bottomMenu-area-btn_print{
        position: absolute;
        top: 15px;
        left: 482px;
        height: 56px;
        width: 75px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        /*border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;*/
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 34px;
        text-align: center;
        line-height: 17px;
        color: #666;
        cursor: pointer;
        background-image: url("/color_simulation/app/images/print.png");
}


#pc-bottomMenu-area-btn_urlCopy{
        position: absolute;
        top: 15px;
        left: 556px;
        height: 56px;
        width: 75px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        /*border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;*/
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 34px;
        text-align: center;
        line-height: 17px;
        color: #666;
        cursor: pointer;
        background-image: url("/color_simulation/app/images/urlcopy.png");
}

#pc-bottomMenu-area-btn_urlCopy:hover,
#pc-bottomMenu-area-btn_saveImage:hover,
#pc-bottomMenu-area-btn_print:hover,
#pc-bottomMenu-area-btn_favorite:hover,
#pc-bottomMenu-area-btn_changeInterior:hover,
#pc-bottomMenu-area-btn_showRoom:hover,
#pc-bottomMenu-area-btn_serchShowRoom:hover,
#pc-bottomMenu-area-btn_help:hover
/*#pc-bottomMenu-area-btn_backTop:hover*/
{
        background-color: #eee;
}


#pc-bottomMenu-area-btn_favorite{
        position: absolute;
        top: 15px;
        left: 630px;
        height: 56px;
        width: 75px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        /*border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;*/
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 34px;
        text-align: center;
        line-height: 17px;
        color: #666;
        cursor: pointer;
        background-image: url("/color_simulation/app/images/favorite.png");
}

#pc-bottomMenu-area-btn_help{
        position: absolute;
        top: 15px;
        left: 704px;
        height: 56px;
        width: 75px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 34px;
        text-align: center;
        line-height: 17px;
        color: #666;
        background-image: url("/color_simulation/app/images/help.png");
        cursor: pointer;
}

#pc-bottomMenu-area-btn_backTop {
        position: absolute;
        top: 15px;
        left: 791px;
        height: 56px;
        width: 74px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        border: 1px solid #e0e0e0;
        border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
        font-size: 14px;
        box-sizing: border-box;
        padding-top: 10px;
        text-align: center;
        line-height: 18px;
        /*color: #666;*/
        color: #ccc;
        /*cursor: pointer;*/
        /*background-image: url("/color_simulation/app/images/help.png");*/
}


#pc-bottomMenu-area-btn_showRoom {
        position: absolute;
        top: 15px;
        left: 873px;
        height: 56px;
        width: 90px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        /*border: 1px solid #e0e0e0;*/
        border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
        font-size: 11px;
        box-sizing: border-box;
        padding-top: 20px;
        text-align: center;
        line-height: 14px;
        color: #666;
        /*color: red;*/
        cursor: pointer;
        background-image: url("/color_simulation/app/images/showroom.png");
}

#pc-bottomMenu-area-btn_serchShowRoom {
        position: absolute;
        top: 15px;
        left: 960px;
        height: 56px;
        width: 90px;
        /*background-color: red;*/
        /*border: 1px solid red;*/
        /*border: 1px solid #e0e0e0;*/
        border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
        font-size: 11px;
        box-sizing: border-box;
        padding-top: 20px;
        text-align: center;
        line-height: 14px;
        color: #666;
        /*color: red;*/
        cursor: pointer;
        background-image: url("/color_simulation/app/images/serchshowroom.png");
}


/*
 * -----------------------------------------------------
 *  サイドメニュー
 * -----------------------------------------------------
 */

#pc-side-menu-area {
        position: absolute;
        top: 14px;
        left: 690px;
        height: 806px;
        width: 485px;
        z-index: 150;
        background-color: none;
        /*background-color: red;*/
        overflow: hidden;
        font-size: 8px;
        /*border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;*/
        /*display: none;*/
        opacity: 0;
}
#pc-side-menu-area-body {
        position: absolute;
        top: 60px;
        left: 0px;
        height: 748px;
        width: 485px;
        z-index: 150;
        background-color: rgba(255,255,255,0.95);
        /*background-color: none;*/
        overflow: hidden;
        font-size: 8px;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        z-index: 100;
}

#pc-side-menu-area-close {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 52px;
        width: 52px;
        background-color: #bdbdbd;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        border: #a3a3a3 solid 1px;
        background-image: url("/color_simulation/app/images/close.png");
        opacity: 0.8;
        cursor: pointer;
}

#pc-side-menu-area-colorSelect {
        position: absolute;
        box-sizing: border-box;
        top: 0px;
        right: 60px;
        height: 54px;
        width: 135px;
        background-color: none;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        border: #4ba9e3 solid 1px;
        background-image: url("/color_simulation/app/images/bg_colorSelect.png");
        opacity: 0.8;
        /*text-align: center;*/
        /*padding-top: 9px;*/
        cursor: pointer;
}

#pc-side-menu-area-colorSelect-image {
        position: absolute;
        top: 15px;
        left: 10px;
}

#pc-side-menu-area-colorSelect-text {
        position: absolute;
        top: 7px;
        left: 41px;
        width: 93px;
        background-color: none;
        /*background-color: red;*/
        font-size: 1.5em;
        /*text-align: justify;*/
        color: #fff;
        overflow: hidden;
}

.text-bold {
        font-weight: bold;
        font-size: 1.2em;
}

#pc-side-menu-area-header {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 122px;
        width: 485px;
        /*background-color: red;*/
        background-image: url("/color_simulation/app/images/bg_menu.png");

        /*border-bottom: solid #000 1px;*/
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        z-index: 4000;
        opacity: 1;
}

#pc-side-menu-area-header-hikite {
        position: absolute;
        top: 17px;
        right: 30px;
        width: 84px;
        height: 87px;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        background-color: #ebf7ff;
        border: rgba(75, 169, 227, 0.8) 1px solid;
        color: #4ba9e3;
        font-size: 14px;
        line-height: 18px;
        padding-top: 25px;
        padding-left: 12px;
        box-sizing: border-box;
        background-image: url("/color_simulation/app/images/bg_hikite.png");
        background-repeat: no-repeat;
        background-position: 59px 30px;
        cursor: pointer;
}

#pc-side-menu-area-header-hikite-text {
        font-size: 18px;
        font-weight: bold;
}


#pc-side-menu-area-header-title {
        position: absolute;
        top: 14px;
        left: 143px;
        height: 20px;
        width: 233px;
        /*background-color: #ccc;*/
        font-size: 16px;
        font-weight: bold;
}

#pc-side-menu-area-header-image{
        position: absolute;
        top: 41px;
        left: 143px;
        height: 62px;
        width: 62px;
        border: 1px solid #e5e5e5;
        /*background-color: red;*/
}

#pc-side-menu-area-header-text1{
        position: absolute;
        top: 43px;
        left: 215px;
        height: 30px;
        width: 160px;
        /*background-color: blue;*/
        line-height: 12px;
        font-size: 12px;
}
#pc-side-menu-area-header-text2{
        position: absolute;
        top: 75px;
        left: 215px;
        height: 30px;
        width: 160px;
        /*background-color: blue;*/
        line-height: 12px;
        font-size: 12px;
}

/*
 * -----------------------------------------------------
 *  選択内容一覧
 * -----------------------------------------------------
 */

#pc-side-menu-area-body2 {
        position: absolute;
        top: 60px;
        left: 0px;
        height: 748px;
        width: 485px;
        z-index: 150;
        background-color: rgba(255,255,255,0.95);
        /*background-color: none;*/
        overflow: hidden;
        font-size: 8px;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        z-index: 100;
}

#pc-side-menu-area-header2 {
        position: absolute;
        font-size: 10px;
        top: 0px;
        left: 0px;
        height: 52px;
        width: 485px;
        /*background-color: red;*/
        background-image: url("/color_simulation/app/images/bg_colorSelect.png");

        /*border-bottom: solid #000 1px;*/
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        z-index: 4000;
        opacity: 1;
}

#sideMenu_scrollOuter2 {
        position: absolute;
        /*top: 130px;*/
        top: 60px;
        left: 10px;
        height: 689px;
        width: 476px;
        z-index: 5000;
        background-color: none;
        /*background-color: yellow;*/
        overflow: hidden;
        font-size: 8px;
        /*display: none;*/
}
#pc-side-menu-area-header2-text {
        position: absolute;
        top: 13px;
        left: 155px;
        width: 400px;
        background-color: none;
        /*background-color: red;*/
        font-size: 1.5em;
        /*text-align: justify;*/
        color: #fff;
        overflow: hidden;
}
#pc-side-menu-area-header2-image {
        position: absolute;
        top: 15px;
        left: 125px;
}

.pc-selectArea-div_title {
        position: relative;
        top: 5px;
        left: 11px;
        /*background-color: #eee;*/
        width: 210px;
        height: 25px;
        font-size: 16px;
        font-weight: bold;
}


/*.pc-selectArea-div_text1
.pc-selectArea-div_text2
.pc-selectArea-div_img*/

.pc-selectArea-div_img {
        position: relative;
        top: 8px;
        left: 10px;
        /*background-color: #eee;*/
        width: 62px;
        height: 62px;
        border: 1px solid #e5e5e5;
}

.pc-selectArea-div_text1 {
        position: relative;
        top: -64px;
        left: 80px;
        /*background-color: #eee;        */
        width: 140px;
        height: 32px;
        font-size: 12px;
        line-height: 13px;
}

.pc-selectArea-div_text2 {
        position: relative;
        top: -63px;
        left: 80px;
        /*background-color: #eee;*/
        width: 140px;
        height: 32px;
        font-size: 12px;
        line-height: 13px;
}

.pc-selectArea-div {
        width: 230px;
        height: 108px;
        float: left;
        background-color: #fff;
        margin-right: 3px;
        margin-bottom: 3px;
        box-sizing: border-box;
        box-shadow: 0 0 0 1px #e0e0e0 inset;
        /*border: 1px #e0e0e0 solid;*/
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        cursor: pointer;
}

.pc-side-menu-area-shadow {
        position: absolute;

        bottom: -1px;
        left: 0px;
        height: 10px;
        width: 485px;
        /*background-color: red;*/
        background-image: url("/color_simulation/app/images/side_menu_shadow.png");
        z-index: 5000;
        opacity: 0.3;
}

.sideMenu_line {
        /*background-color: red;*/
        width: 420px;
        height: 12px;
        margin-left: 19px;
        background-image: url("/color_simulation/app/images/bg_line.png");
}

#sideMenu_scrollOuter {
        position: absolute;
        top: 124px;
        left: 13px;
        height: 620px;
        width: 465px;
        z-index: 5000;
        background-color: none;
        /*background-color: yellow;*/
        overflow: hidden;
        font-size: 8px;
        display: none;
}

.sideMenu_thumbImage {
        position: absolute;
        top: 5px;
        left: 5px;
        height: 80px;
        width: 80px;
        z-index: 10;
}

.sideMenu_thumbDisplayArea {
        position: relative;
        float: left;
        width: 90px;
        margin-right: 0px;
        margin-bottom: 0px;
        /*box-shadow: 0 0 0 1px blue inset;*/
        /*padding-left: 50px;*/
        /*background-color: yellow !important;*/
}

.sideMenu_thumbImageOver {
        position: absolute;
        top: 0px;
        left: -10px;
        height: 120px;
        width: 90px;
        z-index: 50;
        opacity: 1;
        cursor: pointer;
        /*background-color: rgba(255,0,0,0.5);*/
}

.sideMenu_thumbImageOver_selected {
        cursor: default;
        background-image: url("/color_simulation/app/images/thumbImageOverSelected.png");
        background-repeat: no-repeat;

}

.sideMenu_thumbImageOver_notSelect {
        cursor: default;
        background-color: rgba(0,0,0,0.4);
        width: 90px;
}

.sideMenu_thumbName {
        position: absolute;
        top: 92px;
        left: 0px;
        z-index: 20;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        text-align: center;
        background-color: none;
        width: 80px;
}

.sideMenu_headLineFirst {
        position: relative;
        left: 5px;
        width: 254px;
        min-height: 17px;
        background-color: none;
        color: #000;
        font-size: 16px;
        line-height: 18px;
        margin-top: 0px;
        margin-bottom: 5px;
        padding-left: 4px;
        padding-top: 20px;
        padding-bottom: 3px;
        font-weight: bold;
}

.sideMenu_headLine {
        position: relative;
        left: 5px;
        width: 300px;
        min-height: 17px;
        background-color: nones;
        color: #000;
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 5px;
        padding-left: 4px;
        padding-top: 10px;
        padding-bottom: 3px;
        font-weight: bold;

}

.sideMenu_thumbBlock {
        position: relative;
        /*width: 300px;*/
        min-height: 50px;
        background-color: none;
        clear: both;
        margin-bottom: 10px;
        padding-bottom: 10px;
}

.sideMenu_thumbBlock:after {
        display: block;
        clear: both;
        content: "";
}


/*
 * -----------------------------------------------------
 *  デバッグログ
 * -----------------------------------------------------
 */
#debagLog {
        width: 86%;
        margin-left: 4%;
        height: 250px;
        background-color: rgba(0,0,0,0.5);
        border: none;
        color: #ccc;
        padding: 1% 3% 3% 3%;
}

#debagLog::selection {
       background: #aaa;
}


/*
 * -----------------------------------------------------
 *  index
 * -----------------------------------------------------
 */



#testBtn {
        position: absolute;
        top: 150px;
        left: 850px;
        height: 50px;
        width: 160px;
        z-index: 50;
        background-color: #ccc;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
}

#testBtn2 {
        position: absolute;
        top: 350px;
        left: 850px;
        height: 150px;
        width: 160px;
        z-index: 5000;
        background-color: blue;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
}


#testBtn3 {
        position: absolute;
        top: 550px;
        left: 850px;
        height: 150px;
        width: 160px;
        z-index: 5000;
        background-color: red;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
}


/*  EOF  */
