
/*
 * -----------------------------------------------------
 *  全体
 * -----------------------------------------------------
 */

* {
        padding: 0px;
        margin: 0px;
        font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        scrollbar-width: thin;
}

a{
        outline:none;
}

body {
        overflow: hidden;
        background-color: #e0eaee;
}

 *::selection {
        background: none;
}

*::-moz-selection {
        background: none;
}

#wrapper {
        overflow: hidden;
        background-color: #fff;
        /*background-color: #eee;*/
        display: none;
        background-image: url("/color_simulation/app/images/bg_wrapper.png");
}

.for-pc {
        display: none;
}

/*
 * -----------------------------------------------------
 *  スクロールバー
 * -----------------------------------------------------
 */

/* #sideMenu_scrollOuter_scrollInner {
        height: 615px;
} */

#sideMenu_scrollOuter_scrollInner::-webkit-scrollbar {
        width: 4px;
}

#sideMenu_scrollOuter_scrollInner::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background: #ccc;
}


/* #sideMenu_scrollOuter2_scrollInner {
        height: 637px;
} */

#sideMenu_scrollOuter2_scrollInner::-webkit-scrollbar {
        width: 4px;
}

#sideMenu_scrollOuter2_scrollInner::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background: #ccc;
}



/* #pc-changeInterior-scrollBody_scrollInner {
        height: 470px;
        overflow-x: hidden;
} */

#pc-changeInterior-scrollBody_scrollInner::-webkit-scrollbar {
        width: 4px;
}

#pc-changeInterior-scrollBody_scrollInner::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background: #bbb;
}




/*
 * -----------------------------------------------------
 *  エラーウィンドウ
 * -----------------------------------------------------
 */

#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;
        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: 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: 20px;
        left: 345px;
        width: 400px;
        height: 60px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 5px;
}



.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: 80px;
        left: 0px;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 0.9rem;
        line-height: 24px;
        background-color: none;

}

#pc-modal-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 820px;
        /*height: 720px;*/
        background-color: #000;
        opacity: 0.5;
        z-index: 500;
        display: none;
}


/*
 * -----------------------------------------------------
 *  印刷プレビュー
 * -----------------------------------------------------
 */



#pc-printPreview-area {
        position: absolute;
        top: 35px;
        left: 390px;
        /*margin: 0 auto;*/
        width: 420px;
        height: 800px;
        z-index: 510;
        display: none;
}

#pc-printPreview-canvas {
        position: absolute;
        top: 65px;
        left: 0px;
        width: 420px;
        height: 594px;
}

#pc-printPreview-close {
        position: absolute;
        top: 0px;
        right: 0px;
}

#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: 1rem;
        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;
        cursor: pointer;
}

#pc-printPreview-btnPrint:hover{
        background-color: #4ca6e0;
}

#pc-printPreview-qrCode {
        position: absolute;
        top: 30px;
        left: 314px;
        width: 100px;
        height: 100px;
        z-index: 500;
        transform: scale(0.1);
}


/*
 * -----------------------------------------------------
 *  お気に入り
 * -----------------------------------------------------
 */

 #pc-favorite-area {
         position: absolute;
         top: 64px;
         left: 250px;
         width: 700px;
         height: 688px;
         z-index: 510;
         display: none;
 }

#pc-favorite-modal-title {
          background-image: url("/color_simulation/app/images/title_faborite.png");
          background-size: 503px 48px;
          background-position: left -105px top -10px;
          background-repeat: no-repeat;
          padding-left: 25px;
          left: 230px;
          font-size: 1.4rem;
          width: 233px;
}


#pc-favorite-bodyText2 {
        position: absolute;
        top: 140px;
        left: 0px;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 0.9rem;
        line-height: 28px;
        background-color: none;
        color: #fff;
        font-weight: bold;
        text-shadow: 1px 1px 1px #808080;
}

#pc-favorite-body {
        height: 652px;
        width: 700px;
        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: 0.9rem;
}

.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: 0.9rem;
}

.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;
}

#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: 65px;
        left: 197px;
        width: 1060px;
        height: 725px;
        z-index: 510;
        opacity: 0;
}

#pc-changePlan-body {
        height: 690px;
}

#pc-changePlan-scrollBody {
        position: absolute;
        top: 180px;
        left: 52px;
        width: 1000px;
        height: 450px;
        overflow: hidden;

}


#pc-changePlan-modal-title {
        background-image: url("/color_simulation/app/images/title_plain.png");
        background-size: 380px 28px;
        background-position: left -12px top 9px;
        left: 415px;
        width: 200px;
        padding-left: 35px;
        background-repeat: no-repeat;
        font-size: 1.4rem;
}

.changePlan_thumbnail {
        position: relative;
        float: left;
        margin-right: 15px;
        margin-bottom: 14px;
        width: 310px;
        cursor: pointer;
}


/*
 * -----------------------------------------------------
 *  ヘルプ
 * -----------------------------------------------------
 */

#pc-help-area {
        position: absolute;
        top: 28px;
        left: 67px;
        width: 1066px;
        height: 780px;
        z-index: 510;
        opacity: 0;
}

#pc-help-body {
        height: 744px;
}

#pc-help-image {
        position: absolute;
        top: 70px;
        left: 100px;
        width: 870px;
        overflow: hidden;
}

#pc-help-modal-title {
        background-image: url("/color_simulation/app/images/title_help.png");
        background-size: 503px 48px;
        background-position: left -46px top -10px;
        background-repeat: no-repeat;
        padding-left: 25px;
        left: 337px;
        font-size: 1.4rem;


}


/*
 * -----------------------------------------------------
 *  シリーズ変更
 * -----------------------------------------------------
 */

#pc-changeSeries-area {
        position: absolute;
        top: 65px;
        left: 197px;
        width: 1060px;
        height: 725px;
        z-index: 510;
        opacity: 0;
        /*display: none;*/
}

#pc-changeSeries-scrollBody {
        position: absolute;
        top: 120px;
        left: 50px;
        width: 985px;
        height: 510px;
        overflow: hidden;
        /*background-color: rgba(255, 255, 0, 0.5)*/
        box-sizing: border-box;
}

#pc-changeSeries-modal-title {
        background-image: url("/color_simulation/app/images/title_plain.png");
        background-size: 380px 28px;
        background-position: left -12px top 9px;
        left: 415px;
        width: 200px;
        padding-left: 35px;
        background-repeat: no-repeat;
        font-size: 1.4rem;
}


#pc-changeSeries-annotation {
        position: absolute;
        top: 655px;
        left: 0px;
        font-size: 0.9rem;
        color: #4ba9e3;
        background-color: none;
        width: 100%;
        text-align: center;
}

.pc-changeSeries-images {
        margin-left: 8px;
        margin-right: 6px;
        margin-bottom: 4px;
        cursor: pointer;
}


/*
 * -----------------------------------------------------
 *  インテリアスタイル変更
 * -----------------------------------------------------
 */

#pc-changeInterior-area {
        position: absolute;
        top: 65px;
        left: 197px;
        width: 1060px;
        height: 725px;
        z-index: 510;
        opacity: 0;
}

#pc-changeInterior-body {
        height: 690px;
}

#pc-changeInterior-scrollBody {
        position: absolute;
        top: 145px;
        left: 60px;
        width: 985px;
        height: 470px;
        overflow: hidden;
}

.recommendPlan_thumbnail {
        position: relative;
        float: left;
        margin-right: 15px;
        margin-bottom: 14px;
        width: 225px;
        height: 219px;
        cursor: pointer;
}

.recommendPlan_thumbnail:hover {
        opacity: 0.6;
}

#pc-changeInterior-modal-title {
        background-image: url("/color_simulation/app/images/title_plain.png");
        background-size: 430px 28px;
        background-position: left -12px top 9px;
        left: 321px;
        width: 365px;
        padding-left: 35px;
        background-repeat: no-repeat;
        font-size: 1.4rem;
}

#pc-changeInterior-annotation {
        position: absolute;
        top: 520px;
        right: 30px;
        font-size: 0.7rem;
}


/*
 * -----------------------------------------------------
 *  URLコピー
 * -----------------------------------------------------
 */

#pc-urlCopy-qrCode {
        position: absolute;
        top: 95px;
        right: 65px;
        width: 315px;
        height: 315px;
        z-index: 510;
        background-color: none;
        box-shadow: 0px 0px 0px 15px rgba(255,255,255,1);
        background-color: #fff;
}

#pc-urlCopy-bodyText {
        background-color: none;
        width: 615px;
        left: 30px;
}

#pc-urlCopy-modal-title {
         background-image: url("/color_simulation/app/images/title_urlCopy.png");
         background-size: 503px 48px;
         background-position: left -52px top -10px;
         background-repeat: no-repeat;
         padding-left: 25px;
         left: 330px;
         font-size: 1.4rem;
 }

#pc-urlCopy-area {
        position: absolute;
        top: 150px;
        left: 197px;
        width: 1060px;
        height: 505px;
        z-index: 510;
        display: none;
}

#pc-urlCopy-modal-body {
        height: 470px;
}

#pc-urlCopy-modal-urlText {
        position: absolute;
        left: 70px;
        top: 170px;
        width: 555px;
        height: 100px;
        background-color: #fff;
        /*background-color: red;*/
        border: 1px solid #ccc;
        word-wrap: break-word;
        font-size: 0.8rem;
        box-sizing: border-box;
        padding: 10px 10px 10px 10px;
}

#pc-urlCopy-modal-urlText::selection {
       background: #aed8f2;
}

#pc-urlCopy-modal-btnCopy {
        position: absolute;
        left: 235px;
        top: 285px;
        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;
        cursor: pointer;
}

#pc-urlCopy-modal-doneText {
        position: absolute;
        top: 350px;
        left: -35px;
        width: 75%;
        height: 90px;
        text-align: center;
        font-size: 0.9rem;
        line-height: 28px;
        background-color: none;
        color: red;
        display: none;
}

/*
 * -----------------------------------------------------
 *  シミュレーション画像表示エリア
 * -----------------------------------------------------
 */

#pc-main-area_simulation-image {
        position: absolute;
        top: 0px;
        left: 0px;
}


#preloader_pc {
        position: absolute;
        top: 430px;
        left: 540px;
        z-index: 300;
}
#cacheClear_pc_text {
        position: absolute;
        top: 470px;
        left: 640px;
        width: 500px;
        text-align: center;
        background-color: rgba(255,255,255,0.8);
        color: #666;
        /*color: #fff;*/
        font-weight: bold;
        font-size: 1.2rem;
        display: none;
        /*opacity: 0;*/
        z-index: 150;
        padding-top: 10px;
        padding-bottom: 10px;
}

#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: 820px;
        width: 1600px;
        opacity: 1;
        z-index: 90;
}

#pc-main-area-colorSelect {
        position: absolute;
        box-sizing: border-box;
        font-size: 0.5rem;
        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;
        cursor: pointer;
        z-index: 400;
        overflow: hidden;
}

#pc-main-area-colorSelect-image {
        position: absolute;
        top: 24px;
        left: 36px;
}

#pc-main-area-colorSelect-text {
        position: absolute;
        top: 14px;
        left: 71px;
        width: 93px;
        background-color: none;
        font-size: 0.9rem;
        color: #fff;
        overflow: hidden;
}


#pc-main-area-viewChange {
        position: absolute;
        box-sizing: border-box;
        font-size: 0.8rem;
        top: 745px;
        left: 23px;
        height: 66px;
        width: 94px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        border: 1px solid #e0e0e0;
        background-image: url("/color_simulation/app/images/bg_view.png");
        background-repeat: no-repeat;
        background-position: center 15px;
        opacity: 0.9;
        cursor: pointer;
        z-index: 400;
        overflow: hidden;
        text-align: center;
        line-height: 66px;
        box-sizing: border-box;
        padding-top: 15px;

}

#pc-main-area-viewChange:hover{
        background-color: #ddd;
}

#pc-bottomMenu-area-btn_panorama:hover
{
        background-color: #ddd;
}


/*
 * -----------------------------------------------------
 *  PC用のページ下部のメニュー
 * -----------------------------------------------------
 */

#pc-bottomMenu-area {
        position: absolute;
        top: 820px;
        left: 0px;
        height: 85px;
        width: 1200px;
        z-index: 600;
        background-color: none;
        overflow: visible;
        font-size: 0.5rem;
        background-color: #fff;
        /*background-color: yellow;*/
        /*margin: 0 0 0 40px;*/
}


#pc-bottomMenu-area-btn_panorama{
        position: absolute;
        box-sizing: border-box;
        font-size: 1.0rem;
        top: 745px;
        left: 128px;
        height: 66px;
        width: 94px;
        padding-left: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
        /*border: 1px solid #e0e0e0;*/
        background-image: url("/color_simulation/app/images/bg_panorama.png");
        background-repeat: no-repeat;
        background-position: center 0px;
        opacity: 0.9;
        cursor: pointer;
        z-index: 400;
        overflow: hidden;
        text-align: center;
        line-height: 18px;
        box-sizing: border-box;
        padding-top: 15px;
        display: none;
}


#pc-bottomMenu-area-btn_changeInterior{
        position: absolute;
        top: 15px;
        left: 22px;
        height: 56px;
        width: 125px;
        border: 1px solid #e0e0e0;
        border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
        font-size: 0.8rem;
        box-sizing: border-box;
        padding-top: 12px;
        text-align: center;
        line-height: 17px;
        color: #666;
        /*display: none;*/
        cursor: pointer;
}

#pc-bottomMenu-area-btn_changeSeries{
        position: absolute;
        top: 15px;
        left: 146px;
        height: 56px;
        width: 124px;
        border: 1px solid #e0e0e0;
        font-size: 0.8rem;
        box-sizing: border-box;
        padding-top: 12px;
        text-align: center;
        line-height: 17px;
        color: #666;
        /*display: none;*/
        cursor: pointer;
}

#pc-bottomMenu-area-btn_changePlan{
        position: absolute;
        top: 15px;
        left: 269px;
        height: 56px;
        width: 125px;
        border: 1px solid #e0e0e0;
        border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
        /*border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;*/
        font-size: 0.8rem;
        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;
        border: 1px solid #e0e0e0;
        border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
        font-size: 0.8rem;
        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;
        border: 1px solid #e0e0e0;
        font-size: 0.8rem;
        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;
        border: 1px solid #e0e0e0;
        font-size: 0.8rem;
        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_changePlan:hover,
/*#pc-bottomMenu-area-btn_showRoom:hover,*/
/*#pc-bottomMenu-area-btn_serchShowRoom:hover,*/
#pc-bottomMenu-area-btn_changeInterior:hover,
#pc-bottomMenu-area-btn_help:hover,
#pc-bottomMenu-area-btn_changeSeries:hover
{
        background-color: #eee;
}



#pc-bottomMenu-area-btn_favorite{
        position: absolute;
        top: 15px;
        left: 630px;
        height: 56px;
        width: 75px;
        border: 1px solid #e0e0e0;
        font-size: 0.8rem;
        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;
        border: 1px solid #e0e0e0;
        border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
        font-size: 0.8rem;
        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;
        border: 1px solid #e0e0e0;
        border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
        font-size: 0.9rem;
        box-sizing: border-box;
        padding-top: 10px;
        text-align: center;
        line-height: 18px;
        color: #666;
        /*display: none;*/
        cursor: pointer;
}

#pc-bottomMenu-area-btn_showRoom {
        position: absolute;
        top: 15px;
        left: 873px;
        height: 56px;
        width: 90px;
        border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
        font-size: 0.7rem;
        box-sizing: border-box;
        padding-top: 20px;
        text-align: center;
        line-height: 14px;
        color: #666;
        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;
        border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
        font-size: 0.7rem;
        box-sizing: border-box;
        padding-top: 20px;
        text-align: center;
        line-height: 14px;
        color: #666;
        cursor: pointer;
        background-image: url("/color_simulation/app/images/serchshowroom.png");
}

#pc-bottomMenu-area-btn_logo {
        position: absolute;
        top: 15px;
        left: 1050px;
        height: 56px;
        width: 145px;
        background-color: none;
        cursor: pointer;
}


/*
 * -----------------------------------------------------
 *  サイドメニュー
 * -----------------------------------------------------
 */

#pc-side-menu-area {
        position: absolute;
        top: 14px;
        /*left: 690px;*/
        right: 20px;
        height: 806px;
        width: 485px;
        z-index: 150;
        background-color: none;
        overflow: hidden;
        font-size: 0.5rem;
        opacity: 0;
}

#sideMenu-seriesName-area {
        font-size: 0.9rem;
        margin-bottom: 6px;
        margin-left: 8px;
        color: #666;
}

#sideMenu-seriesName-text {
        font-size: 1.1rem;
        font-weight: bold;
}

#pc-side-menu-area-body {
        position: absolute;
        top: 60px;
        left: 0px;
        height: 748px;
        width: 485px;
        z-index: 150;
        /*background-color: red;*/
        background-color: rgba(255,255,255,0.95);
        overflow: hidden;
        font-size: 0.5rem;
        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: 18px;
        left: 19px;
        height: 87px;
        width: 84px;
        background-color: none;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        /*border: #4ba9e3 solid 1px;*/
        background-image: url("/color_simulation/app/images/back_to_list.png");
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.8;
        color: #fff;
        cursor: pointer;
}

#pc-side-menu-area-colorSelect-image {
        position: absolute;
        top: 15px;
        left: 10px;
}

#pc-side-menu-area-colorSelect-text {
        position: absolute;
        top: 45px;
        left: 7px;
        width: 70px;
        background-color: none;
        font-size:0.9rem;
        color: #fff;
        overflow: hidden;
        line-height: 18px;
        text-align: center;
}

.text-bold {
        font-weight: bold;
        font-size: 1.1rem;
}
.text-bold2 {
        font-weight: bold;
        font-size: 1.2rem;
}

#pc-side-menu-area-header {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 122px;
        width: 485px;
        background-image: url("/color_simulation/app/images/bg_menu.png");
        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: 18px;
        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: 0.9rem;
        line-height: 22px;
        padding-top: 21px;
        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;
        display: none;
}

#pc-side-menu-area-header-hikite-text {
        font-size: 1.1rem;
        font-weight: bold;
}

#pc-side-menu-area-header-title {
        position: absolute;
        top: 14px;
        left: 143px;
        height: 20px;
        width: 233px;
        font-size: 1rem;
        font-weight: bold;
}

#pc-side-menu-area-header-image{
        position: absolute;
        top: 41px;
        left: 143px;
        height: 62px;
        width: 62px;
        border: 1px solid #e5e5e5;
}


#pc-side-menu-area-header-texts {
        position: absolute;
        top: 43px;
        left: 215px;
        height: 30px;
        width: 160px;
        line-height: 12px;
        font-size: 0.7rem;
        /*background-color: green;*/
}

#pc-side-menu-area-header-text1{
        line-height: 12px;
        font-size: 0.7rem;
        /*background-color: blue;*/
        margin-bottom: 5px;
}

#pc-side-menu-area-header-text2{
        line-height: 12px;
        font-size: 0.7rem;
        /*background-color: yellow;*/
}


/*
 * -----------------------------------------------------
 *  選択内容一覧
 * -----------------------------------------------------
 */

#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: red;*/
        overflow: hidden;
        font-size: 0.5rem;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        z-index: 100;
}

#pc-side-menu-area-header2 {
        position: absolute;
        font-size: 0.6rem;
        top: 0px;
        left: 0px;
        height: 52px;
        width: 485px;
        background-image: url("/color_simulation/app/images/bg_colorSelect.png");
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        z-index: 4000;
        opacity: 1;
}

#sideMenu_scrollOuter2 {
        position: absolute;
        top: 60px;
        left: 10px;
        height: 678px;
        width: 476px;
        z-index: 5000;
        background-color: none;
        overflow: hidden;
        font-size: 0.5rem;
}

#pc-side-menu-area-header2-text {
        position: absolute;
        top: 13px;
        left: 160px;
        width: 400px;
        background-color: none;
        font-size: 0.9rem;
        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;
        width: 210px;
        height: 25px;
        font-size: 1rem;
        font-weight: bold;
}

.pc-selectArea-div_img {
        position: relative;
        top: 8px;
        left: 10px;
        width: 62px;
        height: 62px;
        border: 1px solid #e5e5e5;
}

.pc-selectArea-div_texts {
        position: relative;
        top: -64px;
        left: 80px;
        width: 140px;
        height: 32px;
        font-size: 0.7rem;
        line-height: 13px;
        /*background-color: green;*/
}

.pc-selectArea-div_text1 {
        width: 140px;
        font-size: 0.7rem;
        line-height: 13px;
        /*background-color: blue;*/
        margin-bottom: 10px;
}

.pc-selectArea-div_text2 {
        width: 140px;
        font-size: 0.7rem;
        line-height: 13px;
        /*background-color: yellow;*/
}

.pc-selectArea-div {
        width: 228px;
        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-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-image: url("/color_simulation/app/images/side_menu_shadow.png");
        z-index: 5000;
        opacity: 0.3;
}

.sideMenu_line {
        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: 615px;
        width: 473px;
        z-index: 5000;
        background-color: none;
        overflow: hidden;
        font-size: 0.5rem;
        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;
}

.sideMenu_thumbImageOver {
        position: absolute;
        top: 0px;
        left: -10px;
        height: 120px;
        width: 90px;
        z-index: 50;
        opacity: 1;
        cursor: pointer;
}

.sideMenu_thumbImageOver_selected_mb {
        cursor: default;
        background-image: url("/color_simulation/app/images/thumbImageOverSelected.png");
        background-repeat: no-repeat;
}
.sideMenu_thumbImageOver_selected_pc {
        cursor: default;
        background-image: url("/color_simulation/app/images/thumbImageOverSelected2.png");
        background-repeat: no-repeat;
}

.sideMenu_thumbImageOver_notSelect {
        cursor: default;
        background-color: rgba(0,0,0,0.4);
        width: 85px;
}

.sideMenu_thumbName {
        position: absolute;
        top: 92px;
        left: 0px;
        z-index: 20;
        font-size: 0.7rem;
        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: 1rem;
        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: 1rem;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 5px;
        padding-left: 4px;
        padding-top: 10px;
        padding-bottom: 3px;
        font-weight: bold;
}

.sideMenu_annotation {
        font-size: 0.7rem;
        /*margin-left: 20px;*/
        margin-bottom: 3px;
}

.sideMenu_thumbBlock {
        position: relative;
        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  */
