@charset "utf-8";
#suitsOption .tapeupperdl dt:first-child{
margin-bottom:27px;

}
#orderWrapper input,
#orderWrapper select{
  margin-top:0;
}
#chTable tr td{
	padding-top:2px;
}
.suitswet  #chFormContainer>dl{
display:none;
}
.switch{

}
.switch span{
	font-size:16px;
	vertical-align: top;
	line-height: 1.9;
}
.switch__label {
    width: 50px;
    position: relative;
    display: inline-block;
}
.switch__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    height: 31px;
    overflow: hidden;
}
.switch__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    top: 0;
    left: 0;
    border: 1.5px solid #E5E5EA;
    border-radius: 30px;
    background-color: #fff;
}
.switch__content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.switch__input {
    display: none;
}
.switch__circle {
    display: block;
    top: 2px;
    left: 2px;
    position: absolute;
    -webkit-box-shadow: 0 2px 6px #999;
            box-shadow: 0 2px 6px #999;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    background-color: #fff;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.switch__input:checked ~ .switch__circle {
    left: 21px;
}
.switch__input:checked ~ .switch__content:after {
    background-color: #00c4cc;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.switch2__label {
    width: 44px;
    position: relative;
    display: inline-block;
}
.switch2__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    height: 20px;
    -webkit-transition: all .1s .4s;
       -moz-transition: all .1s .4s;
        -ms-transition: all .1s .4s;
         -o-transition: all .1s .4s;
            transition: all .1s .4s;
    overflow: hidden;
}
.switch2__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 0;
    left: 0;
    border: 1.5px solid #000000;
    border-radius: 20px;
    background-color: #fff;
}
.switch2__content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.switch2__input {
    display: none;
}
.switch2__circle {
    display: block;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #000000;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.switch2__input:checked ~ .switch2__circle {
    left: 29px;
    background-color: #fff;
}
.switch2__input:checked ~ .switch2__content {
    border-color: transparent;
    -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;
            transition: all 0s;
}
.switch2__input:checked ~ .switch2__content:after {
    background-color: #0078D7;
    width: 100%;
}
.switch3__label {
    width: 37px;
    position: relative;
    display: inline-block;
    padding-top: 3px;
}
.switch3__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 7px;
    height: 14px;
    background-color: rgba(34,31,31,.26);
    -webkit-transition: all .1s .4s;
       -moz-transition: all .1s .4s;
        -ms-transition: all .1s .4s;
         -o-transition: all .1s .4s;
            transition: all .1s .4s;
    overflow: hidden;
}
.switch3__content:after {
    content: "";
    display: block;
    position: absolute;

    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.switch3__input {
    display: none;
}
.switch3__circle {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #F1F1F1;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    -webkit-box-shadow: 0 2px 2px #ccc;
            box-shadow: 0 2px 2px #ccc;
}
.switch3__input:checked ~ .switch3__circle {
    left: 18px;
    background-color: #009688;
}
.switch3__input:checked ~ .switch3__content {
    border-color: transparent;
    -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;
            transition: all 0s;
}
.switch3__input:checked ~ .switch3__content:after {
    background-color: rgba(0,150,136,.5);
    width: 100%;
}

#chTableWrapper{
	padding:13px 20px;
	background:#ddd;
	margin-bottom:30px;

}
#chFormContainer{
	padding-bottom:30px;
}
#chTableWrapper dl{
	margin-top:20px;
	display:table;
}
#chTableWrapper dt{
	padding-left:64px;
	width:133px;
	display:table-cell;
}
#chTableWrapper dd{
	display:table-cell;
}
#chTable{

	margin-top:20px;
	width:100%;
	box-sizing: border-box;

	padding:20px;
}
#chTable .chUnderLine{
	text-decoration: underline;
}
#chTable .chUnderLine:hover{
	cursor:pointer;
}
#chTable th,
#chTable td{

}
#chTable th{
	text-align: center;
}
#chTable tr:nth-child(even){
	background: #f3f3f3;
	}
#chTable tr:nth-child(odd){
	background: #ddd;
}
#chTable tr:first-child{

}

#chTable tr td:first-child{
	width:50px;
	text-align: right;
	border-right:1px solid #333;
	padding-right:5px;
}
#chTable tr td:nth-child(2){
	width:120px;
	padding-left:10px;
}
#chTable tr td:nth-child(3),
#chTable tr td:nth-child(4){
	text-align: center;
}
#chTable tr td:nth-child(5){
	visibility: hidden;
}
#chTable tr td:nth-child(3) input{
	width:80px;
	padding-left:10px;
}
#chTable tr td:nth-child(4) select{
	width:73px;
}
#chTable tr td:nth-child(5).show{
	visibility: visible;
}
#checkResultMsg{


}
#checkContainer{
	box-sizing: border-box;
	border:1px solid #333;
	width:400px;
	margin-left:0;
	margin-top:20px;
	padding:10px 20px 10px 20px;
	background:#eee;

}
#checkResultUl{
	margin-left:30px;
}
#chartClearBt{
	text-align: center;
}

#simulatorWrapper{
	 width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #afaeb1;
    position: relative;
		color:white;
/*
    background: -moz-linear-gradient(top, #0e0f10 0%, #30363b 70%, #51545c 100%);
    background-image: url(../../images/simulation/simulator_bg.png);
*/
    border: 1px solid #B2B2B2;
/*
    -webkit-box-shadow : 0 2px 5px rgba(0,0,0,0.7);
    box-shadow: 0 2px 5px rgba(0,0,0,0.7);
*/
    /*display: box; /* 標準 */
    /*display: -moz-box; /* Firefox */
    /*display: -webkit-box; /* Webkit系 */
    /*display: -ms-flexbox; /* IE */
    /*display: -o-flexbox; /* Opera */
}

#simu_label{
	font-weight:bold;
	font-size:20px;
	text-shadow: 1px 1px 1px #333;
	color:#fefefe;
}

/**
 * 	リストページ
 */

.pageWrapper h3.listTitle{
	width: 100%;
	text-align: left;
	margin: 20px 0 10px;
	line-height: 30px;
	border-bottom: 2px solid #666666;
	background: #eee;
	cursor: pointer;
	padding: 6px;
	font-size:1em;
}
.pageWrapper h3.listTitle:hover,
.pageWrapper h3.listTitle:focus,
.pageWrapper h3.listTitle:active{
	/*background: #d6f0f5;*/
}

.pageWrapper ul.simulate_suits_list{
	display: none;
}
.pageWrapper ul.simulate_suits_list.able{
	display: block;
	animation: show 1s linear 0s;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.simulate_suits_list{
	text-align: center;
	width: auto;
	font-size: 1.2em;
}

.simulate_suits_list li{
	/*border: 1px solid #666666;*/
	/*height: 300px;*/
	width: 9.3%;
	float: left;
	font-size: 90%;

   background: #FFFFFF;
	margin: 0 3px 5px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    background: linear-gradient(top bottom, #ffffff 0%, #ffffff 50%, #cccccc 70%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.7, #cccccc), color-stop(0.5, #ffffff), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #cccccc 70%, #ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #cccccc 70%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #cccccc 70%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #cccccc 70%, #ffffff 100%);
}
.simulate_suits_list li p{
	color: #888888;
	font-weight: bold;
	font-size:93%;
}

.simulate_suits_list.able li{
	height: auto;
}
.simulate_suits_list li.no_suit{
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	width: auto;
	line-height: 50px;
	box-shadow: none;
	background: none;
	border: none;
}
.simulate_suits_list li.no_suit:hover,
.simulate_suits_list li.no_suit:active,
.simulate_suits_list li.no_suit:focus{
	color: #FFFFFF;
	box-shadow: none;
	background: none;
	border: none;
}


.simulate_suits_list li:hover,
.simulate_suits_list li:active,
.simulate_suits_list li:focus{
	box-shadow: 0 0 4px 2px rgba(0,151,224,0.8);
    background: linear-gradient(top bottom, #ffffff 0%, #ffffff 50%, #aaaaaa 70%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.7, #aaaaaa), color-stop(0.5, #ffffff), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #aaaaaa 70%, #ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #aaaaaa 70%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #aaaaaa 70%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #aaaaaa 70%, #ffffff 100%);
	color: #0097E0;
}

.simulate_suits_list li a{
	color: #333333;
	padding: 0 0 10px;
	display: block;
	height: 100%;
}
.simulate_suits_list li a p{
	padding: 0 4px;
}

/**
 * 	リストページここまで
 */



#customizeItemWrapper{
    width: 100%;
    padding: 20px 40px 20px 20px;
    text-align: left;
    float: left;

    /*-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
     box-flex: 1; */
}


#customizeImageWrapper{
    float: left;
    /*height: 500px;*/
    /*width: 320px;*/
}

/**
 *     item部分Wrap
 */

#customizeItemWrapper h3{
	width: auto;
	display: inline-block;
}

#customizeItemWrapper strong{
    float: left;
    font-size: 220%;
    text-shadow: 0px 1px 2px rgba(0,0,0,1);
    letter-spacing: 0.05em;
}

#customizeItemWrapper .suitSelecter{
    float: none;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;

   background: rgba(0,0,0,0.3);
   box-shadow: 0 0 2px 2px rgba(0,0,0,0.3) inset;
	position: relative;
	  cursor: pointer;
		box-sizing: border-box;
}
#customizeItemWrapper .suitSelecter span{
	padding-right: 4px;
    float: right;
    color: #000000;
}


ul.suitsList{
	display: none;
	position: absolute;
	height: auto;
	width: 100%;
	z-index: 1000;
	right: 0;
	top:100%;
    background: rgb(0,0,0);
   font-size: 0.8em;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
}
ul.suitsList li{
	border: 1px solid #AAAAAA;
	margin: 3px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
ul.suitsList li:hover{
    background: rgba(255,255,255,0.2);
}
ul.suitsList li a{
	padding: 8px 4px;
	color: #FFFFFF;
	display: block;
	width: 100%;
}

/**
 *     item部分
 */
#customizeItem{
    margin: 10px auto 0;
    padding: 10px;
    /*background: #666;*/
   background: rgba(0,0,0,0.3);
   box-shadow: 0 0 2px 2px rgba(0,0,0,0.3) inset;
}

.itemWrapper{
    padding: 5px 0;
    /*border-bottom: 1px dotted rgba(255,255,255,0.3);*/
}
.itemWrapper:first-child{
	padding-top: 10px;
}
.itemWrapper:last-child{
	padding-bottom: 10px;
}
.itemWrapper h4{
    margin: 0 5px 3px;
		font-size: 14px;
    font-weight: normal;
    border-bottom: none;
    padding: 0px;

}
.itemWrapper h4:after {
    content: ":";
}

.itemParts{
    position: relative;
    padding: 5px 5px 5px 10px;
    background: #383838;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
div.itemParts.oneType{
    background:transparent; 
}

.itemParts .selected{
    width: 100%;
}

ul.items{
	padding-left: 6px;
	padding-right: 6px;
}

ul.items li {
    float: left;
    border: 1px solid #aaaaaa;
}

ul.items li:hover,
ul.items li:focus,
ul.items li:active {
    background: rgba(255,255,255,0.2);
	box-shadow: 0 0 4px 3px rgba(0,151,224,0.8);
}

ul.items li img{
    width: 100px;
}

.itemParts .items{
    display: none;
    position: absolute;
    z-index: 10;

    top: 98%;

    left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
   background: #555; /* 古いブラウザ用 */
    background: rgb(20,20,20);

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
}

.itemParts .items li{
    margin: 2px 4px 2px 2px;
    padding: 10px 4px;

    cursor: pointer;

    background: #666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
		font-size:0.8em;
}

.itemParts .items li.active{
    /*background: #999;*/
   background: rgba(255,255,255,0.2);
	box-shadow: 0 0 4px 3px rgba(0,151,224,0.8);

}
.itemParts .items li:last-child{
	margin-right: 2px;
}

.colorType ul.items li,
.tapeType ul.items li{
    border: none;
}

.logoType ul.items{
	padding-left: 4px;
	padding-right: 4px;
}
.logoType .itemParts{
	padding: 0;
}


.itemSelected{
    line-height: 1.2em;
    font-size: 0.8em;
}


.itemSelected p:last-child{
    padding: 3px;
}

.itemSelector span{
    box-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

.logoType .itemSelector span,
.normalType .itemSelector span{
    display: block;
    padding: 7px 0;
    cursor: pointer;
    text-align: center;
    /*background: #555;*/

	/*width: 100px;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;

    border: solid 1px #fff;

   background: #555; /* 古いブラウザ用 */
    background: linear-gradient(top bottom, #999999 0%, #555555 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #555555), color-stop(0.00, #999999));
    background: -webkit-linear-gradient(top, #999999 0%, #555555 100%);
    background: -moz-linear-gradient(top, #999999 0%, #555555 100%);
    background: -o-linear-gradient(top, #999999 0%, #555555 100%);
    background: -ms-linear-gradient(top, #999999 0%, #555555 100%);

}
.itemSelector span:hover,
.itemSelector span:active,
.itemSelector span:focus{
	box-shadow: 0 0 4px 3px rgba(0,151,224,0.8);
}

/** 通常 **/
.normalType .itemSelected{
    width: 80%;
}

.normalType .itemSelector{
    width: 20%;
		font-size:0.8em;
}



/** カラー **/
.colorType{
    width: 32%;
    float: left;
}

.colorType .itemParts table,
.tapeType .itemParts table{
    margin-left: 2px;
}

.colorType .itemSelected{
    /*width: 65%;*/
    padding: 0 0 0 3px;
}

.colorType .itemSelector,
.tapeType .itemSelector{
    width: 35px;
}


.colorType .itemSelector span,
.tapeType .itemSelector span,
.colorType ul.items li p,
.tapeType ul.items li p{
	border: 2px solid #FFFFFF;
	cursor: pointer;
	width: 25px;
	height: 25px;
	padding: 0;
	display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.colorType ul.items li span,
.tapeType ul.items li span{
	display: none;
}

.colorType ul.items li,
.tapeType ul.items li{
    padding: 0;
}

/** ロゴ **/
.logoType{
    width: 49%;
}
.logoType:nth-of-type(1) {
    float: left;
}

.logoType:nth-of-type(2) {
    float: right;
    margin-left: 2%;
}

.logoType .itemSelected{
    width: 60%;
}

.logoType .itemSelector{
    width: 40%;
		font-size:0.8em;
}

.logoType .itemSelected p img{
   width: 98%;
}

/**
 *     カスタムイメージ
 */
#customizeImage{
    position: relative;
    width: auto;
    height: 572px;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;

    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;

    background: linear-gradient(top bottom, #ffffff 0%, #cccccc 70%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.7, #cccccc), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 70%, #ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 70%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 70%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 70%, #ffffff 100%);
}

#customizeImage p{
    position: absolute;
    top: 0;
    left: 20px;
}

#customizeImage p img{
    width: 280px;
    margin-left: 20px;
}

/* front side　切替 */
#FBside{
    margin-left: -20px;
    padding: 5px 5px 0;
}
.merge #FBside{
  display:none;
}

#FBside span{
    display: block;
    width: 70px;
    margin: 5px 5px 0;
    padding: 8px 0;
    /*font-weight: bold;*/
    color: #DDDDDD;
    background: #999;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

#FBside span.disable{
    background: #000;
    color: #ffffff;
    /*text-shadow: -1px -1px 1px rgba(0,0,0,0.4);*/
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4) inset;*/
}
/*
#FBside span.disable:before{
	content: "- ";
}

#FBside span.disable:after{
	content: " -";
}*/

#FBside span.able{
   cursor: pointer;
   /*box-shadow: 1px 1px 1px rgba(0,0,0,0.8);*/
   /*text-shadow: 1px 1px 1px rgba(0,0,0,0.8);*/
}



/**
 * 	オーダースーツ注文ページ
 */

#orderWrapper{
	text-align: left;
	margin-bottom: 50px;
}

#orderWrapper h3{
    font-size: 150%;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 0 0 5px;
}

#orderWrapper h4{
	height: 20px;
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 12px;
}

#orderWrapper ul.listbox{
	margin-top: 10px;
	margin-bottom: 40px;
	background: #ddd;
	border: 1px solid #aaa;



}

#orderWrapper ul.listbox li{
	padding: 16px 12px;
	border-bottom: 1px dotted #AAAAAA;
	line-height: 16px;
}
#orderWrapper ul.listbox li:last-child{
	border: none;
}
#orderWrapper ul.listbox li dl{
	/*margin-bottom: 10px;*/
}
#orderWrapper ul.listbox li.suitOption dl{
	margin-bottom: 10px;
}

#orderWrapper h5{
	margin-bottom: 10px;
	padding-left: 5px;
}
#orderWrapper dl{
	/*margin-bottom: 10px;*/

	/*padding-left: 10px;*/
}
#suitsOption dl.fleft50{
	float: left;
	width: 50%;
}
#suitsOption dt{
	font-weight: bold;
	line-height: 30px;
	padding-left: 8px;
	margin-bottom: 10px;
	border-left: 3px solid #666666;
	background: rgba(100,100,100,0.4);
}

#suitsOption #productName dt{
	font-weight: bold;
	line-height: 1;
	padding-left: 0;
	margin-bottom: 0;
	border-left: 0;
	background: transparent;
}
/*#suitsOption dt:before{
	content : '';
	width: 0;
	height: 0;
	position: absolute;
	vertical-align: middle;
	display: block;
	border-top: 5px solid transparent;
	border-left: 5px solid #FFFFFF;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
}*/

#orderWrapper select{
	padding: 5px 6px;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	width: 160px;
}

.inputSizeData > li{
	width: auto;
	/*margin: 0 10px;*/
}
.inputSizeData li dl{
	display: table;

}

.inputSizeData li dt,
.inputSizeData li dd{
	display: inline-block;
}
.inputSizeData li dd{
	display: block;
	margin-bottom: 4px;
	padding-left: 14px;
}
.inputSizeData li dt{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 160px;
	padding-right: 14px;
	border-right: 1px dotted #666666;
}

.inputSizeData .d_date{
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
}

.inputSizeData .title{
	width: 120px;
	text-align: right;
}

.inputSizeData ul.measure{
	margin: 0 10px;
	width: auto;
}
.inputSizeData ul.measure li{
	float: left;
	width: auto;
	border: none;
	width: 40%;
	padding: 5px 5px;
}
.inputSizeData ul.measure li label{
	display: inline-block;
	border: none;
	width: 80px;
	text-align: right;
}
.inputSizeData ul.measure li select{
	margin-left: 10px;
}


#suitsOption li.fleft50{
	float: left;
	width: 50%;
}

#suitsOption li.colorName .fleft50{
	float: left;
	width: 50%;
}
#suitsOption .item-color span,
#suitsOption .item-tape span,
#suitsOption .item-tapeupper span,
#suitsOption .item-tapelower span,
#suitsOption .item-stitch span {
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    height: 25px;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 3px;
    width: 25px;
}

#suitsOption .color dl{
	margin-right: 10px;
	/*float: left;*/
}
#suitsOption .color:last-child dl{
	margin-right: 0;
}
#suitsOption .color:last-child dl.tapeupperdl{
	margin-bottom:20px;
}
#suitsOption .tapeupperdl .item-tapeupper{
	margin-top:-16px;
}

#suitsOption .color dt,
#suitsOption .color dd{
    display: inline;
}
#suitsOption .color dt{
	display: block;
}
#suitsOption .color dd,
#suitsOption .logo dd{
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#suitsOption .color .tapeupper+dd{
	float:none;
}
#suitsOption .logo dd.item-logo div{
	padding: 8px 5px 10px;
	text-align: center;
	margin-bottom: 6px;
	/*background:#555555; */

	background: rgba(0,0,0,0.2);
	border-radius: 3px;
}
#suitsOption #productName{
	font-size: 1.3em;
	background: #FDFDFD;
	background: rgba(255,255,255,0.2);
	border-bottom: 2px solid #AAAAAA;
}
#suitsOption #productName dt,
#suitsOption #productName dd{
	float: left;
	font-weight: bold;

}

#memo dl{
	vertical-align: top;
}


#order input[type="submit"] {
    background-color: #003d60;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 10px 0 0;
    min-width: 10em;
    padding: 14px 5px;
    width: auto;
}

#order input[type="submit"]:hover,
#order input[type="submit"]:focus,
#order input[type="submit"]:active{
	 opacity:.6;
	 zoom: 1;
    position: relative;
    top: 2px;
    left: 2px;
}
#order input[type="text"]{
	margin-right: 15px;
	/*width:150px;*/
}

#order #memo{
	width: 400px;
	height: 7em;
	resize: vertical;
	max-height: 25em;
}

/**
 * 	オーダースーツ注文完了ページ
 */


#complite h3{
    font-size: 150%;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 0 0 5px;
    text-align: left;
}



/**
 * カラー用指定スタイル
 */


.color-black, .color-rd_black{
	background: #000000 !important;
}

.color-rd_blue{
	background: #0097E0 !important;
}

.color-rd_yellow{
	background: #FFE100 !important;
}

.color-rd_orange{
	background: #EB6100 !important;
}

.color-rd_red{
	background: #E60012 !important;
}

.color-cnrd_black{
	background: #000000 url(../../images/simulation/cnrd_pattern.png) !important;
}

.color-cdx_black{
	background: #000000 !important;
}

.color-cdx_orange{
	background: #f68b1e !important;
}

.color-sk_black{
	background: #000000 !important;
}

.color-dark_grey{
	background: #615F5F;
}

.color-navy{
	background: #004177;
}

.color-royal{
	background: #0056A7;
}

.color-green{
	background: #007458;
}

.color-red{
	background: #d71519;
}

.color-orange{
	background: #EA5504;
}

.color-k_green{
	background: #7FBE26;
}

.color-k_orange{
	background: #F08300;
}

.color-k_yellow{
	background: #F9E600;
}

.color-k_pink{
	background: #d85690;
}

.color-ice_blue{
	background: #A3C3E0;
}
.color-blue{
	/* background: #124a9f; */
	background: #2da5ed;
}

.color-powder{
	background: #8799e8;
}

.color-baby_pink{
	background: #ECB1CC;
}

.color-white{
	background: #FFFFFF;
}
.color-grey{
	background: #949597;
}
.color-mud{
	background: #594b3d;
}

.color-sk_grey{
	background: #9FA0A0;
}

.color-olive{
	background: #716f3c;
}

.color-violet{
	background: #802b54;
}
.color-charcoal{
	background: #594a3a;
}
.color-yellow{
	background: #f6e54d;
}
.color-water{
	background: #7dc2e5;
}
.color-fl-pink{
	background: #d96298;
}
.color-silver{
	background: #949597;
}


.color-rainbow{
	background: -ms-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	background: -webkit-linear-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet));
	background: -webkit-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet));
	background: linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
}

.color-rainbow_dark{
	background: -ms-linear-gradient(left, #a30000, #8f3d00, #a3a300, #009e00, #00009e, #320057, #dd13dd);
	background: -moz-linear-gradient(left, #a30000, #8f3d00, #a3a300, #009e00, #00009e, #320057, #dd13dd);
	background: -webkit-linear-gradient(linear, left center, right center, from(#a30000), color-stop(14%, #8f3d00), color-stop(28%, #a3a300), color-stop(42%, #009e00), color-stop(56%, #00009e), color-stop(70%, #320057), to(#dd13dd));
	background: -webkit-gradient(linear, left center, right center, from(#a30000), color-stop(14%, #8f3d00), color-stop(28%, #a3a300), color-stop(42%, #009e00), color-stop(56%, #00009e), color-stop(70%, #320057), to(#dd13dd));
	background: linear-gradient(left, #a30000, #8f3d00, #a3a300, #009e00, #00009e, #320057, #dd13dd);
}

.color-p_bisyamon{
	background: #000000 url(../../images/simulation/pattern/p_bisyamon_pattern.png) !important;
}

.color-p_iruka{
	background: #000000 url(../../images/simulation/pattern/p_iruka_pattern.png) !important;
}

.color-p_mendako{
	background: #000000 url(../../images/simulation/pattern/p_mendako_pattern.png) !important;
}

.color-p_ryugu{
	background: #000000 url(../../images/simulation/pattern/p_ryugu_pattern.png) !important;
}

.color-p_bisyamon{
	background: #000000 url(../../images/simulation/pattern/p_bisyamon_pattern.png) !important;
}

.color-p_wave_blue{
	background: #000000 url(../../images/simulation/pattern/p_wave_blue_pattern.png) !important;
}

.color-p_wave_pink{
	background: #000000 url(../../images/simulation/pattern/p_wave_pink_pattern.png) !important;
}

.color-p_seigaiwave_blue{
	background: #000000 url(../../images/simulation/pattern/p_seigaiwave_blue_pattern.png) !important;
}

.color-p_seigaiwave_pink{
	background: #000000 url(../../images/simulation/pattern/p_seigaiwave_pink_pattern.png) !important;
}

.color-p_seabee_blue{
	background: #000000 url(../../images/simulation/pattern/p_seabee_blue_pattern.png) !important;
}

.color-p_seabee_pink{
	background: #000000 url(../../images/simulation/pattern/p_seabee_pink_pattern.png) !important;
}

.color-p_sakura{
	background: #000000 url(../../images/simulation/pattern/p_sakura_pattern.png) !important;
}

.color-p_sango{
	background: #000000 url(../../images/simulation/pattern/p_sango_pattern.png) !important;
}

.color-p_hishi{
	background: #000000 url(../../images/simulation/pattern/p_hishi_pattern.png) !important;
}

.color-p_shikaku{
	background: #000000 url(../../images/simulation/pattern/p_shikaku_pattern.png) !important;
}

.color-p_haibisukasu{
	background: #000000 url(../../images/simulation/pattern/p_haibisukasu_pattern.png) !important;
}

.color-p_peizuri{
	background: #000000 url(../../images/simulation/pattern/p_peizuri_pattern.png) !important;
}

.color-p_ame_kaminari{
	background: #000000 url(../../images/simulation/pattern/p_ame_kaminari_pattern.png) !important;
}
.color-scs-gold{
	background: #000000 url(../../images/simulation/pattern/scs-gold.png) !important;
}
.color-scs-silver{
	background: #000000 url(../../images/simulation/pattern/scs-silver.png) !important;
}
.color-scs-blue{
	background: #000000 url(../../images/simulation/pattern/scs-blue.png) !important;
}
.color-p_hop_blu{
	background: #000000 url(../../images/simulation/pattern/hop_blu.png) !important;
}
.color-p_hop_pnk{
	background: #000000 url(../../images/simulation/pattern/hop_pnk.png) !important;
}
.color-p_mon_ppl{
	background: #000000 url(../../images/simulation/pattern/mon_ppl.png) !important;
}
.color-p_mon_pnk{
	background: #000000 url(../../images/simulation/pattern/mon_pnk.png) !important;
}
.color-p_bop_pnk{
	background: #000000 url(../../images/simulation/pattern/bop_pnk.png) !important;
}
.color-p_bop_blu{
	background: #000000 url(../../images/simulation/pattern/bop-blu.png) !important;
}
.color-p_tiedie{
	background: #000000 url(../../images/simulation/pattern/tiedie.png) !important;
}
.color-p_lah_pnk{
	background: #000000 url(../../images/simulation/pattern/p_lah_pnk.png) !important;
}
.color-p_lah_nvy{
	background: #000000 url(../../images/simulation/pattern/p_lah_nvy.png) !important;
}
.color-pn_ice{
	background: #000000 url(../../images/simulation/pattern/pn_ice.png) !important;
}
.color-pn_leaf{
	background: #000000 url(../../images/simulation/pattern/pn_leaf.png) !important;
}
.color-pn_cosmo{
	background: #000000 url(../../images/simulation/pattern/pn_cosmo.png) !important;
}
.color-pn_solor{
	background: #000000 url(../../images/simulation/pattern/pn_solor.png) !important;
}
.color-pn_dis{
	background: #000000 url(../../images/simulation/pattern/pn_dis.png) !important;
}
.color-pn_nebula{
	background: #000000 url(../../images/simulation/pattern/pn_nebula.png) !important;
}
.color-pn_aloha{
	background: #000000 url(../../images/simulation/pattern/pn_aloha.png) !important;
}
.color-pn_flower{
	background: #000000 url(../../images/simulation/pattern/pn_flower.png) !important;
}
.color-pn_fresh{
	background: #000000 url(../../images/simulation/pattern/pn_fresh.png) !important;
}
.color-pn_paint{
	background: #000000 url(../../images/simulation/pattern/pn_paint.png) !important;
}
.color-pn_pink{
	background: #000000 url(../../images/simulation/pattern/pn_pink.png) !important;
}
.color-pn_blue{
	background: #000000 url(../../images/simulation/pattern/pn_blue.png) !important;
}
.color-pn_karakusa{
	background: #000000 url(../../images/simulation/pattern/pn_karakusa.png) !important;
}
.color-pn_yosegi{
	background: #000000 url(../../images/simulation/pattern/pn_yosegi.png) !important;
}
.color-pn_kohana{
	background: #000000 url(../../images/simulation/pattern/pn_kohana.png) !important;
}
.color-pn_cat{
	background: #000000 url(../../images/simulation/pattern/pn_cat.png) !important;
}
.color-pn_margaret{
	background: #000000 url(../../images/simulation/pattern/pn_margaret.png) !important;
}


/*******option***********/
#opcheckBox{
  background:#ddd;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:24px;
  height:50px;
}
#optionContainer{
  padding-left:50px;
  padding-bottom:20px;
  background:#eee;
  display:none;
}

.offset{
  margin-left:200px;
  
}
#optionContainer table th{
  font-weight:normal;
  text-align:right;
}
#optionContainer table td{
  padding-left:20px;
}
#optionContainer > div{
  border-bottom:1px dotted #333;
  padding:10px 0;
}
#optionContainer >p{
  font-size:14px;
  padding-left:7px;
}
.hide{
  display:none;
}
#sizecaution{
    margin:-20px auto 0;
    width:78%;
}
#sizecaution p{
    font-size:16px;
}
#backSelected,#frontSelected,#cc65Selected{
    font-size:12px;
    text-align:right;
    padding-right:10px;
}