





/*
 * -----------------------------------------------------
 *  モーダルウィンドウ共通
 * -----------------------------------------------------
 */
.pc-modal-header2 {
        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-body2 {
        position: absolute;
        top: 24px;
        left: 0px;
        width: 100%;
        height: 100px;
        background-color: rgba(255, 255, 255, 0.8);
}

.pc-modal-footer2 {
        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-title2 {
        position: absolute;
        top: 15px;
        left: 231px;
        width: 346px;
        height: 33px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 5px;
}



.pc-close2 {
        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-bodyText2 {
        position: absolute;
        top: 75px;
        left: 0px;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 0.9rem;
        line-height: 24px;
        background-color: none;

}



/*
 * -----------------------------------------------------
 *  全体
 * -----------------------------------------------------
 */

* {
        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: #e0eaee;
}

 *::selection {
        background: none;
}

*::-moz-selection {
        background: none;
}

#wrapper {
        overflow: hidden;
        background-color: #fff;
        display: none;
}

.for-pc {
        display: none;
}



/*
 * -----------------------------------------------------
 *  アイコンの設定
 * -----------------------------------------------------
 */

.icon-image {
        margin-left: 10px;
        cursor: pointer;
}

.icon-top {
  width: 482px;
}

.icon-interior {
  width: 220px;
  margin-top: 10px;
}

.icon-plan {
  width: 316px;

}
/* .icon-series {
  width: 460px;
} */






/*
 * -----------------------------------------------------
 *  エラーウィンドウ
 * -----------------------------------------------------
 */

#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: 67px;
        left: 0px;
        width: 100%;
        height: 12px;
        /*background-color: #000;*/
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
        background-image: url("/color_simulation/app/images/bg_modal_h2.png");
        z-index: 100;
}
.pc-modal-body {
        position: absolute;
        top: 74px;
        left: 0px;
        width: 100%;
        height: 580px;
        background-color: #EDEDED;
        /*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_h2.png");
}

.pc-modal-title {
        position: absolute;
        top: -20px;
        left: 13px;
        width: 1024px;
        height: 80px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 5px;
}

.pc-modal-title3 {
        position: absolute;
        top: -20px;
        left: 13px;
        width: 1024px;
        height: 80px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 5px;
}



.pc-back {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 52px;
        width: 52px;
        background-color: #fff;
        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        border: #D9D9D9 solid 1px;
        background-image: url("/color_simulation/app/images/pc-back.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: 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");
          padding-left: 25px;
          left: 160px;
}

#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: 172px;
        left: 197px;
        width: 806px;
        height: 472px;
        z-index: 510;
        opacity: 0;
}

#pc-changePlan-body {
        height: 436px;
}

#pc-changePlan-scrollBody {
        position: absolute;
        top: 80px;
        left: 58px;
        width: 720px;
        height: 330px;
        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: 28px;
        left: 67px;
        width: 1066px;
        height: 780px;
        z-index: 510;
        opacity: 0;
        display: none;
}

#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");
        padding-left: 30px;
        left: 360px;
        background-position: -120px 38px;
}


/*
 * -----------------------------------------------------
 *  シリーズ変更
 * -----------------------------------------------------
 */

#pc-changeSeries-area {
        position: absolute;
        top: 123px;
        left: 197px;
        width: 860px;
        height: 586px;
        z-index: 510;
        opacity: 0;
        /*display: none;*/
}

#pc-changeSeries-scrollBody {
        position: absolute;
        top: 80px;
        left: 45px;
        width: 810px;
        height: 425px;
        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");
        left: 250px;
}


#pc-changeSeries-annotation {
        position: absolute;
        top: 520px;
        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;
}


/*
 * -----------------------------------------------------
 *  インテリアスタイル変更
 * -----------------------------------------------------
 */

#pc-changeInterior-area {
        position: absolute;
        top: 123px;
        left: 197px;
        width: 806px;
        height: 655px;
        z-index: 510;
        opacity: 1;
        /*background-color: #EDEDED!important;*/
}

/*#pc-changeInterior-body {
        height: 550px;
}*/

#pc-changeInterior-scrollBody {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 765px;
        height: 518px;
        overflow: hidden;
        background-color: none;
        box-sizing: border-box;
}

.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: 470px;
        right: 30px;
        font-size: 0.7rem;
}




/*
 * -----------------------------------------------------
 *  シミュレーション画像表示エリア
 * -----------------------------------------------------
 */

#pc-main-area {
        background-color: #F5F5F5;
        height: 820px;
}

#pc-main-area_simulation-image {
        position: absolute;
        top: 0px;
        left: 0px;
}


#preloader_pc {
        position: absolute;
        top: 430px;
        left: 540px;
        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.5;*/
        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用のページ下部のメニュー
 * -----------------------------------------------------
 */

#pc-bottomMenu-area {
        position: absolute;
        top: 820px;
        left: 0px;
        height: 85px;
        width: 1200px;
        z-index: 600;
        background-color: none;
        overflow: hidden;
        font-size: 0.5rem;
        background-color: #fff;
        /*background-color: yellow;*/
        /*margin: 0 0 0 40px;*/
}

#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.7rem;
        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.7rem;
        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.7rem;
        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.7rem;
        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.7rem;
        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.7rem;
        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.7rem;
        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: 10px 10px 10px 10px / 10px 10px 10px 10px;
        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;
}

#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: 17px;
        left: 18px;
        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/bg_colorSelect.png");
        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: 10px;
        left: 10px;
        width: 93px;
        background-color: none;
        /*font-size:2em;*/
        color: #fff;
        overflow: hidden;
        line-height: 18px;
}

.text-bold {
        font-weight: bold;
        font-size: 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: 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;
        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-text1{
        position: absolute;
        top: 43px;
        left: 215px;
        height: 30px;
        width: 160px;
        line-height: 12px;
        font-size: 0.7rem;
}
#pc-side-menu-area-header-text2{
        position: absolute;
        top: 75px;
        left: 215px;
        height: 30px;
        width: 160px;
        line-height: 12px;
        font-size: 0.7rem;
}


/*
 * -----------------------------------------------------
 *  選択内容一覧
 * -----------------------------------------------------
 */

#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: 689px;
        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_text1 {
        position: relative;
        top: -64px;
        left: 80px;
        width: 140px;
        height: 32px;
        font-size: 0.7rem;
        line-height: 13px;
}

.pc-selectArea-div_text2 {
        position: relative;
        top: -63px;
        left: 80px;
        width: 140px;
        height: 32px;
        font-size: 0.7rem;
        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-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: 620px;
        width: 465px;
        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 {
        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: 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_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  */
