@charset "utf-8";
/*
Orbitron
Audiowide
Poppins
Questrial
Michroma
Dosis
Exo
Quicksand
Poiret One
Gruppo
Nixie One
Ultra Expanded
Noto Sans Japanese
Mplus 1p
Rounded Mplus 1c
Sawarabi Gothic
*/
/*
 * 共通
 */
body {
    line-height: 1.6;
    font-family: 'Questrial', 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: 1em;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table, tr, td {
    margin: 0;
    padding: 0;
}
div.container {
    overflow: hidden;
    position: relative;
    width: 950px;
    margin: 0 auto;
    background-color: #ccc;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ul > li > div {
    cursor: pointer;
}

.selectedC {
    box-shadow: 0 0 4px 1px #ff264c;
    border-radius: 4px;
}
.selectedD {
    border: 2px solid #f0395b;
    border-radius: 4px;
}


select {
    background-image: url("/upload/cl/cosmo/img/select_appearance.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    appearance: none; /* デフォルトの矢印を非表示 */
    padding-left: 10px;
    width: 250px;
}



/*
 * ヘッダーメニュー
 */
 div.menu {
    position: relative;
    z-index: 2;
    width: 800px;
    height: 20px;
    text-align: right;
    padding-bottom: 4px;
    background: -webkit-linear-gradient(left, #bbb, #111);
    background: linear-gradient(90deg, #999, #222);
 }
 div.menu span {
    padding: 0 20px 0 0;
    cursor: pointer;
    color: #e6e6e6;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Sawarabi Gothic';
    filter:dropshadow(color=#222,offX=2,offY=2);
    text-shadow: 2px 2px 3px #222;
 }





/*
 * 左側のメニュー
 */
td.nav {
    vertical-align: top;
 }
aside {
    position: relative;
    z-index: 3;
    width: 60px;
}
.setting {
    background: -webkit-linear-gradient(top, #666, #222);
    background: linear-gradient(270deg, #666, #222);
    font-family: 'Questrial', 'Sawarabi Gothic', sans-serif;
    font-weight: 100;
    border-radius: 0 4px 4px 0;
}
.setting > ul > li {
    line-height: 1.2;
    width: 60px;
    height: 60px;
    text-align: left;
    border-bottom: 1px solid #666;
}

.setting > ul > li.parts {
    text-align: center;
    padding-top: 10px;
}
.setting div.icon {
    color: #fff;
    font-size: 13px;
}
.setting div.icon img {
    text-align: center;
    max-width: 48px;
    max-height: 48px;
}

.setting .jp {
    padding: 22px 0 0 5px;
    color: #eee;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -2px;
    filter:dropshadow(color=#222,offX=2,offY=2);
    text-shadow: 2px 2px 3px #222;
}





/*
 * キャンパス
 */
td.model {
    vertical-align: top;
 }
.model-area {

}
canvas {
    border-radius: 4px;
}

td.model .model-area {
    position: relative;
 }
#model-subject {
    position: absolute;
}





/*
 * キャンパス内メニュー
 */
td.model .menu {
    text-align: center;
}
td.model .menu li {
    margin: 5px 0 0 0;
    padding: 3px 0 2px 0;
    display: inline-block;
    width: 70px;
    text-align: center;
    color: #eee;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -2px;
    background: -webkit-linear-gradient(top, #888, #222);
    background: linear-gradient(180deg, #888, #222);
    font-family: 'Questrial', 'Sawarabi Gothic', sans-serif;
    border:solid 1px #ccc;
    border-radius: 3px;
}
td.model .menu li:hover {
    background: -webkit-linear-gradient(top, #999, #333);
    background: linear-gradient(180deg, #999, #333);
    border:solid 1px #fff;
    color: #fff;
}
td.model .menu li:active {
    padding: 2px 0 3px 0;
    background: -webkit-linear-gradient(top, #777, #222);
    background: linear-gradient(180deg, #777, #222);
}





/*
 * 操作エリア
 */
td.section {
    width: 100%;
    padding: 25px 0 0 0;
    vertical-align: top;
}
section {
    margin-left: 20px;
    width: 525px;
    overflow: hidden;
}

section .scroll-wrapper {
    width: calc(100% + 20px);
    padding-right: 20px;
    height: 500px;
    overflow-y: auto;
    display: inline-block;
}

td.section .cover {
    display: none;
    position: absolute;
    background-color: rgba(240, 240, 240, 0.7);
    border-radius: 4px;
}

#scrollUp {
    display: none;
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 30px;
    top: 50px;
}
#scrollDown {
    display: none;
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 30px;
    top: 578px;
}


/*
 * カラー選択ウインドウ
 */
div.selected-color-name {
    margin: 0 0 0 3px;
}
div.color-palette-container {
    margin: 0 0 0 10px;
    text-align: left;
    display: inline-block;
}
div.color-palette-container div.icon {}
div.color-palette-container img.icon {
    display: block;
    margin-top: 0;
    max-width: 50px;
    max-height: 50px;
}

div.color-palette-container .color-palette {
    margin: 0 0 0 0;
    padding: 6px;
}
div.color-dice {
    display: inline-block;
    margin: 3px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    border: solid 1px #fff;
    cursor: pointer;
}
table.color-palette img {
    display: block;
}

hr.parts-section {
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 10px 18px 20px 4px;
}
hr.option-part {
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 10px 36px 30px 6px;
}
hr.option-section {
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 0px 50px 20px 15px;
}
hr.section {
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 6px 7px 1px 7px;
}

div.option-color-palette-container {
    margin: 0 0 0 10px;
    text-align: left;
    display: inline-block;
}
div.option-color-palette-container .color-palette {
    margin: 5px 0 0px 0;
    padding: 6px;
}



div.option_part_parent_group {
    margin: 0 0 5px 5px;
}

div.option_part_design_group {
    display: none;
}





/*
 * オリジナルスライダー
 */
.slide-container {
    /*width: 340px; /* 動的取得 */
    margin: 5px;
    /*padding: 15px 10px;*/
    border-radius: 5px;
    background-color: #fff;
}
.slide-wrapper {
    position: relative;
    overflow: hidden;
}
.slide-container .img-wrapper {
    position: relative;
    left: 0;
    width: 450px;
}
.slide-container .img-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
.slide-container .img-wrapper li {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.slide-control {
    text-align: center;
    margin: 5px 0 10px 0;
}
.slide-control .bar {
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    background-color: #c3ccec;
    height: 3px;
    border-radius: 1px;
}
.slide-control .bar .knob {
    position: absolute;
    left: 0px;
    display: inline-block;
    background-color: #999;
    height: 3px;
    border-radius: 1px;
}
.slide-control img {
    cursor: pointer;
    height: 9px;
}
.slide-control img.prev {
    margin: 0 15px 0 0;
    height: 17px;
}
.slide-control img.next {
    margin: 0 0 0 15px;
    height: 17px;
}





/*
 * モーダルウインド
 */
.modal-win {
    z-index: 30;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 #000;
    text-align: right;
}
.modal-win img.closeX {
    margin: 2px 3px 0 0;
}

/*
 * モーダルウインド（アップロードファイル）
 */
/* draw追加 */
.add-file-show {
    display: block;
}
.add-file-hide {
    display: none;
}
/* draw END */

/* FMSマーキング追加 */
.fms-marking-show {
    display: block;
}
.fms-marking-hide {
    display: none;
}

.color-show {
    display: block;
}

.color-hide {
    display: none;
}

.option-color-show {
    display: block;
}

.option-color-hide {
    display: none;
}

.color {
    display: none;
}

.option-color {
    display: none;
}

/* オプションカラー追加 */
.option-color-show {
    display: block;
}
.option-color-hide {
    display: none;
}


.fms-marking-design-show {
    display: block;
}
.fms-marking-design-hide {
    display: none;
}
.fms-marking-color-show {
    display: block;
}
.fms-marking-color-hide {
    display: none;
}


.marking-show {
    display: block;
}
.marking-hide {
    display: none;
}
.upload-file-wrapper {
    text-align: left;
}
.upload-file {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.upload-file div.img-wrapper {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 15px;
    width: 60px;
    height: 60px;
}
.upload-file img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    cursor: pointer;
    max-width: 60px;
    max-height: 60px;
    border-radius: 3px;
    border: 1px solid #999;
}
.upload-link {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 2px;
    text-align: right;
    vertical-align: middle;
    margin: 10px;
}
#uploadImg {
    cursor: pointer;
    width: 56px;
    height: 56px;
}


div.operation div.info {
    margin: 0 0 0 10px;
    text-align: left;
    color: #379;
}
div.operation .control {
    display: none;
    text-align: left;
    margin: 10px 0 40px 20px;
}

div.operation .delete {
    margin: 0 0 0 10px;
}
div.operation div.arrow {
    display: inline-block;
    margin: 14px 0 0 0;
}
div.operation div.arrow td.link {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 5px;
    background: -webkit-linear-gradient(top, #337399, #eee);
    background: linear-gradient(354deg, #337399, #eee);
    border-radius: 3px;
    border:solid 1px #ccc;
}
div.operation div.arrow img {
    width: 100%;
    height: auto;
}

div.operation .control .lower {
    text-align: center;
}

div.operation div.slide {
    display: inline-block;
    vertical-align: top;
    margin: 60px 0 0 20px;
}
div.operation div.slide div {
    display: inline-block;
    width: 165px;
    margin: 15px 15px 0 0;
}


div.upload {
    text-align: center;
    margin: 3px 0;
}
div.upload .limit {
    margin: 20px 0 30px 0;
}
div.upload .input {
    margin: 5px 0 0 0;
}
div.upload .file {
    text-align: left;
    display: inline-block;
    margin: 0 0 0 0;
}
div.upload h4 {
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 5px 0;
}
#progress {
    text-align: center;
}
#progress p.msg {
    margin: 2px 0 15px 0;
}

#upfile-num {
    display: none;
}





/*
 * モーダルウインド（キープ）
 */
.keep-show {
    display: block;
}
.keep-hide {
    display: none;
}
.keep-win-contents {
    margin: 0 10px 6px 10px;
    text-align: center;
}
.keep-win-contents h3 {
    margin-bottom: 10px;
}

.keep-limited-show {
    display: block;
}
.keep-limited-hide {
    display: none;
}
.keep-limited-win-contents {
    margin: 0 10px 6px 10px;
    text-align: center;
}
.keep-limited-win-contents h3 {
    margin-bottom: 10px;
}

/*
 * モーダルウインド（ボックス）
 */
.box-show {
    display: block;
}
.box-hide {
    display: none;
}
.box-win-contents {
    margin: 0 4px 6px 4px;
    text-align: center;
}
.box-win-contents h3 {
    display: block;
    margin-bottom: 10px;
}
#keep-box-table td {
    vertical-align: top;
}
#keep-box-table img {
    cursor: pointer;
    display: block;
    margin: 0 2px 2px 2px;
    max-width: 190px;
    max-height: 300px;
    border-radius: 4px;
}

/*
 * モーダルウインド（ボックス/画像拡大）
 */
.extension-show {
    display: block;
}
.extension-hide {
    display: none;
}
.extension-win-contents {
    text-align: center;
    margin: -5px 0 10px 0;
}

/*
 * モーダルウインド（カメラ）
 */
.camera-show {
    display: block;
}
.camera-hide {
    display: none;
}
.camera-win-contents {
    text-align: center;
    margin: -5px 0 -3px 0;
}
.camera-win-link {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}
#camera-download {
    color: #333;
}

/*
 * モーダルウインド（注文）
 */
.order-show {
    display: block;
}
.order-hide {
    display: none;
}
.order-win-contents {
    margin: 0 10px 20px 10px;
    text-align: center;
}
.order-win-contents h3 {
    margin-bottom: 20px;
}
.order-win-contents span {
    display: inline-block;
}
.order-win-contents p {
    text-align: left;
    padding-left: 0;
    margin: 5px 0 -5px 23px;
    font-size: 15px;
}

/*
 * モーダルウインド（セーブ）
 */
.save-show {
    display: block;
}
.save-hide {
    display: none;
}
.save-win-contents {
    margin: 0 10px 20px 10px;
    text-align: center;
}
.save-win-contents h3 {
    margin-bottom: 20px;
}
.save-win-contents span {
    display: inline-block;
}
.save-win-contents p {
    text-align: left;
    padding-left: 0;
    margin: 5px 0 -5px 23px;
    font-size: 15px;
}

/*
 * モーダルウインド（ロード）
 */
.load-show {
    display: block;
}
.load-hide {
    display: none;
}
.load-win-contents {
    margin: 0 10px 20px 10px;
    text-align: center;
}
.load-win-contents h3 {
    margin-bottom: 20px;
}
.load-win-contents span {
    display: inline-block;
}
.load-win-contents p {
    text-align: left;
    padding-left: 0;
    margin: 5px 0 -5px 23px;
    font-size: 15px;
}



/*
 * モーダルウインド（注文方法）
 */
.setsumei-show {
    display: block;
}
.setsumei-hide {
    display: none;
}
.setsumei-win-contents {
    margin: 0 10px 20px 10px;
    text-align: center;
}
.setsumei-win-contents h3 {
    margin-bottom: 20px;
}
.setsumei-win-contents span {
    display: inline-block;
}
.setsumei-win-contents p {
    text-align: left;
    padding-left: 0;
    margin: 5px 0 -5px 23px;
    font-size: 15px;
}

#modal-setsumei {
    width: 800px !important;
    left: 20% !important;
    top: 100px !important;
}



/*
 * モーダルウインド（デザイン選択）
 */
.select-design-show {
    display: block;
}
.select-design-hide {
    display: none;
}
.select-design-win-contents {
    max-height: 530px;
    overflow: auto;
    text-align: center;
}
.select-design-win-contents img {
    max-width: 120px;
    max-height: 90px;
    cursor: pointer;
}

/*
 * モーダルウインド（導入方法）
 */
.install-show {
    display: block;
}
.install-hide {
    display: none;
}
.install-win-contents {
    padding: 0 15px 15px 20px;
    overflow: auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}
.install-win-contents .subject {
    line-height: 1;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
}
.install-win-contents .section {
    margin-top: 25px;
}
.install-win-contents .msg {
    margin-left: 10px;
    color: #d33;
}
.install-win-contents table {
    margin: 8px;
}
.install-win-contents td {
    padding: 5px;
    border: 1px solid #ccc;
}
.install-win-contents a {
    margin: 5px;
    color: #49c;
}



/*
 * チュートリアルウインド
 */
.tutorial {
    display: none;
    z-index: 50;
    position: absolute;
}
.tutorial-container {
    margin-top: 18px;
    background-color: #fff;
    border: 3px solid #f77;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    text-align: right;
}
.tutorial img.hint {
    position: absolute;
    top: 0px;
    left: 14px;
}
.tutorial img.closeX {
    margin: 2px 3px 0 0;
}
.tutorial .contents-wrapper {
    margin: 0 10px 20px 20px;
    text-align: center;
}
.tutorial .subject {
    font-weight: bold;
    text-align: center;
    margin: 0 10px 15px 0;
}
.tutorial .contents {
    margin: 10px;
    text-align: left;
}


/*
 * チュートリアルウインド（リンク）
 */
#tutorial-link {
    width: 700px;
    top: 100px;
    left: 50px;
}
#tutorial-link .contents-wrapper {
    margin-top: 20px;
}

/*
 * チュートリアルウインド（プリント）
 */
#tutorial-print {
    width: 400px;
    top: 150px;
    left: 350px;
}
ul.menu {
    position: relative;
}
#tutorial-print-here {
    position: absolute;
    top: -60px;
    left: 25px;
    display: none;
}

/*
 * チュートリアルウインド（プリント追加）
 */
#tutorial-print-add {
    width: 400px;
    top: 200px;
    left: 350px;
}
#tutorial-print-add-here {
    position: absolute;
    top: 7px;
    left: 60px;
    display: none;
}

/*
 * チュートリアルウインド（プリント方法選択）
 */
#tutorial-print-choice {
    width: 400px;
    top: 380px;
    left: 250px;
}
#tutorial-print-choice-here {
    position: absolute;
    top: 150px;
    left: 180px;
    display: none;
}


/*
 * チュートリアルウインド（プリント画像クリック）
 */
#tutorial-print-click {
    width: 400px;
    top: 300px;
    left: 350px;
}
#tutorial-print-click-here {
    position: absolute;
    top: 3px;
    left: 50px;
    display: none;
}

/*
 * チュートリアルウインド（プリント位置選択）
 */
#tutorial-print-select {
    width: 400px;
    top: 300px;
    left: 350px;
}
#tutorial-print-select-here {
    position: absolute;
    top: 115px;
    left: 150px;
    display: none;
}

/*
 * チュートリアルウインド（プリント閉じる）
 */
#tutorial-print-close {
    width: 400px;
    top: 300px;
    left: 350px;
}
#tutorial-print-close-here {
    position: absolute;
    top: 20px;
    left: 335px;
    display: none;
}

/*
 * チュートリアルウインド（保存）
 */
#tutorial-save {
    width: 400px;
    top: 200px;
    left: 350px;
}
#tutorial-save-here {
    position: absolute;
    top: 45px;
    left: 520px;
    display: none;
}

/*
 * チュートリアルウインド（保存メール）
 */
#tutorial-save-mail {
    width: 400px;
    top: 365px;
    left: 350px;
}
#tutorial-save-mail-here {
    position: absolute;
    top: 15px;
    left: 275px;
    display: none;
}

/*
 * チュートリアルウインド（保存完了）
 */
#tutorial-save-done {
    width: 400px;
    top: 365px;
    left: 350px;
}




/*
 * ボタン
 */
.btn {
    padding: 5px 10px;
    background: -webkit-linear-gradient(top, #bbb, #fff);
    background: linear-gradient(0deg, #bbb, #fff);
    border:solid 1px #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.btn-view {
    margin: 0 3px;
    padding: 3px;
    background: -webkit-linear-gradient(top, #579, #def);
    background: linear-gradient(0deg, #579, #def);
    border:solid 1px #ccc;
    border-radius: 3px;
}
.btn-delete {
    margin: 0 3px;
    padding: 3px;
    background: -webkit-linear-gradient(top, #999, #eee);
    background: linear-gradient(0deg, #999, #eee);
    border:solid 1px #ccc;
    border-radius: 3px;
}
.btn-on {/*
    background: -webkit-linear-gradient(top, #69e, #cdf);
    background: linear-gradient(0deg, #69e, #cdf);*/
}
.btn-off {/*
    background: -webkit-linear-gradient(top, #999, #eee);
    background: linear-gradient(0deg, #999, #eee);*/
}
.color-palette .btn {
    margin: 12px 0 0 0;
}
button.btn-on, button.btn-off {
    display: block;
    margin: 10px 0 10px 0;
    padding: 1px 10px;
    border:solid 1px #999;
    border-radius: 3px;
}
.option-color-palette .btn {
    margin: 10px 0 0 5px;
    vertical-align: top;
}





/*
 * ローディング画面
 */
#cover-screen {
    position: absolute;
    z-index: 99;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(248, 248, 248, 0.9);
}
.ajax-loader {
    position: absolute;
    z-index: 100;
}

#loadingMsg {
    position: absolute;
    display: none;
    z-index: 100;
    top: 195px;
    left: 365px;
    color: #479;
    font-size: 25px;
}

#dropmenu {
    list-style-type: none;
    width: 100%;
    padding: 10px;
    /* background: #fff; */
    background-image: linear-gradient(#f4f5f7, #e1e0e6, #f4f5f7);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 2px 1px #9c9c9c;
    border-bottom: 1px #c0c1c3 solid;
    text-align: center;
    margin-top: -65px;
}

.menu {
    list-style-type: none;
    width: 100%;
    padding: 10px;
    background-image: linear-gradient(#f4f5f7, #e1e0e6, #f4f5f7);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 2px 1px #9c9c9c;
    border-bottom: 1px #c0c1c3 solid;
    text-align: center;
    margin-top: -65px;
}




div.menuwidth {
    margin-left: 250px;
    z-index: 9999;
}

#wrapper1 {
    width: 948px;
    margin: 0px auto;
    background-color: rgba( 0, 0, 0, 0.6 );
}

#side {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 360px;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 15px;
    background-color: rgba( 0, 0, 0, 0.6 );
    border-radius: 0px;
    margin-bottom: 10px;
}

.angle {
    margin-left: 100px;
    margin-top:10px;
}

element.style {
    height: 500px !important;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cbcbcb;
    background: #9a9a9a url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #000000;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ffffff;
    background: #000000 url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}

.ui-widget-header {
    border: 1px solid #ffffff;
    background: #cfcfd0 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.2;
    text-decoration: none;
    font-size: 70%;
    list-style: none;
    font-weight: bold;
}

#data-order {
    cursor: pointer;
    cursor: hand;
}

#data-save {
cursor: pointer;
cursor: hand;
}

#data-load {
cursor: pointer;
cursor: hand;
}

#setsumei {
cursor: pointer;
cursor: hand;
}



/*
 * ↓↓ カラー表示方法変更 2019.10.28 ↓↓
 */


/*
 * カラーパターン
 */
.color-pattern-container {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 8px;
    padding-bottom: 2px;
    border-radius: 3px;
}
.color-pattern-add-btn {
    margin-left: 10px;
}
.color-pattern-add-btn button {
    margin-bottom: 4px;
}
.color-pattern {
    overflow: hidden;
    display: block;
    text-align: center;
    padding-bottom: 50px;
}
.color-dice-name {
    margin-top: 40px;
    font-size: 10px;
    text-align: left;
}
.color-pattern .hide {

}
div.color-dice-pattern {
    float: left;
    margin: 4px 3px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.option-color-pattern-container {
    margin: 2px 8px 2px 5px;
    padding: 4px 2px 2px 2px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
}
.option-color-pattern-add-btn {
    margin-left: 10px;
}
.option-color-pattern-add-btn button {
    margin-bottom: 4px;
}
.option-color-pattern {
    display: block;
    padding-bottom: 20px;
}
.option-color-pattern .hide {

}
div.option-color-dice-pattern {
    display: inline-block;
    margin: 4px 3px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #ccc;
    vertical-align: top;
}

.part_color_bar_check_button {
    display: block;
}





/*
 * カラー
 */
div.color-view-container {
    margin: 0 15px;
    text-align: left;
    overflow: auto;
}
div.color-dice-lag {
    display: inline-block;
    margin: 4px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    border: solid 1px #ccc;
}
div.color-dice-mid {
    display: inline-block;
    margin: 4px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #ccc;
}
div.color-dice-sml {
    display: inline-block;
    margin: 3px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

div.body {
    width: 400px;
}

.ui-tabs .ui-tabs-nav li a {
    padding: .4em 0.06em;
}

img.fmsMarkingDesignTypeImage {
    width: 80px;
    border: 1px #000000 solid;
}

.fms_marking_design_type_select_button {
    margin: 0px !important;
}

/*
 * 価格表示
 */
.display_price_area {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 7px 0 0 20px;
    padding: 0 5px;
    background-color: rgba( 0, 0, 0, 0.6 );
    border-radius: 4px;
    color: white;
}

.detail_price_area {
    width: 165px;
    font-size: 14px;
}

.total_price_area {
    width: 176px;
    font-size: 18px;
    border-radius: 4px;
    margin-left: 10px;
}







#header {
    height: 45px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    margin-bottom: 40px;
    pointer-events: none;
    z-index: 2;
    position: relative;
}

#wrapper1{
  width: 950px;
}

#side{
  margin: 15px;
  padding-top: 0;
}

canvas{
  margin-top: 10px;
  border-radius: 0;
  background: #eee;
}

.angle {
    margin-left: 90px;
    margin-top: 16px;
}

.setting{
  border-radius: 0;
  background: #D9D9D9;
}

.setting > ul{
    border-left: solid 2px #000;
}

.setting > ul > li {
  border-bottom: 2px solid #0d0d0d;
}

.color-pattern{
  background: #5c5c5c;
}

.color-pattern-container{
  background: #5c5c5c;
}

div.menuwidth {
  color: #000000;
}

div.container{
    background: none;
}

.ui-widget-content{
  background: #5c5c5c;
  border: 1px solid #000000;
  padding: 0;
}

.slide-container {
  background: #5c5c5c;
}

div.color-dice-pattern{
  border: solid 1px #cccccc;;
  margin: 4px;
}



.option-color-pattern-container {
  background: #5c5c5c;
}

hr.option-part{
  border-top: 1px solid #000000;
}

hr.option-section{
  border-top: 1px solid #000000;
}

#dropmenu {
    list-style-type: none;
    width: 100%;
    height: 30px;
    padding: 0;
    background-image: linear-gradient(#f4f5f7, #e1e0e6, #f4f5f7);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 2px 1px #9c9c9c;
    border-bottom: 1px #c0c1c3 solid;
    text-align: center;
}

.ui-widget-header {
  background: #0D0D0D url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
  color: #D9D9D9;
  font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #D9D9D9;
  border: 1px solid #d9d9d9;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #0d0d0d;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
  background: #0D0D0D url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
  color: #D9D9D9;
}

#tabs{
  height: 584px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{
  color: #D9D9D9;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 4px 4px 0 0;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 1000;
}

.ui-widget-content{
  color: #d9d9d9;
}

input[type="checkbox"]:checked{
background: #1DF2DD;
}

.scrollarea::-webkit-scrollbar {
  font-size: 14px;
  width: 7px;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg,#43e2c6,#3183d0);
  border-radius: 3px;
}

.scrollarea::-webkit-scrollbar-track {
  /* background: rgba(100,100,100, .5); */
  background: #5c5c5c;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}

.logo_3d{
  background: #0A4DA6;
  color: #f9f9f9;
  padding: 5px 5px 0px 5px;
}

.f-em{
  font-size: 110%;
}

.ui-tabs .ui-tabs-panel{
  padding: 1em 0 1em 1em;
}

#select-design-icon, .setting ul li, .keep, .box, .angle td{
  cursor: pointer;
}


#select-design-icon {
    display: none !important;
}

.select-design-switch-parts {
    display: none !important;
}


#modal-fms-marking-design-contents img {
    min-height: 35px;
}


.color-dice-pattern,
.option-color-dice-pattern,
.fms_marking_color_show_button{
    cursor: pointer;
    transition: ease .2s;
}

.color-dice-pattern:hover,
.option-color-dice-pattern:hover,
.fms_marking_color_show_button:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: ease .2s;
}

.selectedC {
  box-shadow: 0 0 4px 1px #006cfc;
  border-radius: 4px;
}

.setting > ul > li.parts {
    width: 58px;
    transition: ease .3s;
}

.setting > ul > li.parts:hover {
    width: 58px;
    transition: ease .3s;
    background: #fff;
}

.angle td{
  width: 50px;
}

.nav{
  padding-left: 4px;
}

 img{
  transition: ease .2s;
}

img:hover{
  transition: ease .2s;
  opacity:0.6;
}

#select-design-icon img{
  transition: ease .2s;
}

#select-design-icon img:hover {
  transform: scale(1.15);
  transition: ease .2s;
}

#data-order :hover, #data-save :hover, #data-load :hover, #setsumei :hover{
  text-decoration: underline;
  text-underline-offset: 6px;
}

aside{
  margin-top: 10px;
}

#link-info {
 display:none;
}

.design_div {
    width: 100px;
    float: left;
    padding: 10px;
}

.design_name {
    margin-top:-10px;
}

.design_change_icon {
    width: 100px;
}

.selected_design_name {
    margin-top: 0px;
}

.design_icon {
}

.slide-control {
 display: none !important;
}

.option_part_select {
min-width:200px;
font-weight:bold;
padding:5px;
font-family: 'Noto Sans JP', sans-serif !important;
}


.menu {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  color: #fff;
  padding: 0;
  font-weight: bold;
}

.menu li {
  position: relative;
  /*width: 100px;*/
  margin-left: 1px;
  padding: 5px;
  /*background: #444444;*/
  color:#000000;
}

.menuSub {
  position: absolute;
  margin-left: -6px;
  padding: 0;
  display: none;
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
}

.menuSub li a {
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.menuSub li a:hover {
  background: #FFCA7B;
  opacity: 0.8;
}