@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    /*-webkit-appearance: none; /*独自装飾を解除*/
    appearance: none;
}
body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html,body{
    width: 100%;
}
button, input, select, textarea {
    outline: 0;
}
textarea {
    resize: vertical;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* 共通 */
img {
    vertical-align: middle;
    border: 0;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.none {
    display: none;
}
.none_important {
    display: none !important;
}

.txtLink{
	text-decoration: underline;
	font-weight: bold;
	color:#232323;
}
.transparent{
    opacity: 0;
}
.visible{
    visibility: hidden;
}
.custom-list {
    overflow: scroll;
    background-color: #fff;
}
.contents {
    width: 1280px;
    margin: 0 auto;
}
.backImg {
    background: url(../image/simulation/bg-prev-wide.jpg) no-repeat;
    position: relative;
}
.block-step {
    background: url(../image/simulation/bg-prev.jpg) repeat-x;
    position: relative;
    /*position: absolute;*/
}
.hideStep-Block{
    top: -20000px;
    position: fixed;
}
hr.line {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    height: 1px;
    margin: 20px 0;
}
/* 横並び */
.layout2 {
    display: inline-block;
    vertical-align: middle;
}
/* 注意書き */
.caution {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8em;
}
.caution a {
color: #232323;
text-decoration: underline;
}
/* 個ページ 共通 */
nav.areaBread {
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}
nav.areaBread a {
color: #323232;
}
nav.areaBread ul li {
display: table-cell;
font-size: 11px;
color: #969696;
}
nav.areaBread ul li:before {
  content: ">";
  padding: 0 8px;
}
nav.areaBread ul li:first-child:before {
  content: none;
}
/* selectスタイル */
select {
    /* 標準スタイルの削除 */
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    box-sizing: content-box;

    padding: 5px 30px 5px 5px;
    font-size: 12px;
    border: 1px solid #c8c8c8;
    width: 180px;
    line-height: 1.8em;
    background-color: #fff;
    cursor: pointer;
    /*　背景画像の指定　*/
    background: url(../image/btnBG-select.png) #fff right center no-repeat;
    background-size: contain;
}
select::-ms-expand {
    display: none; /* ie用 */
}

/* ヘッダー */
header {
    width: 100%;
    color: #2b2b2b;
    border-bottom: solid 1px #ccc;
    margin-bottom: 1px;
}
header article {
    box-sizing: border-box;
    position: relative;
    padding: 14px 30px;
}
nav#navHd {
    position: absolute;
    right: 20px;
    top: 35px;
}
#simulation nav#navHd , #pageblock nav#navHd , #option nav#navHd {
    top: 20px;
}
nav#navHd ul {
    text-align: right;
    font-size: 12px;
    line-height: 21px;
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
nav#navHd li {
    display: table-cell;
}
nav#navHd li a {
    color: #323232;
}
#tilHd h1 {
padding: 6px 0 4px;
}
#tilHd img {
    display: block;
}
#tilHd h1 {
    font-size: 10px;
    font-weight: normal;
    padding-left: 10px;
}
/* トップページヘッダー */
header#top {
position: fixed;
height: 82px;
top: -1px;
background-color: #fff;
z-index: 100;
}
/* snsボタン */
nav#navHd .snsBox {
    width: 30px;
    padding: 3px;
}
/* フッター */
footer {
    background: #323232;
    padding: 15px;
}
footer .copyright {
    text-align: right;
    font-size: 9px;
    color: #9a9a9a;
}
footer #totop {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 10000;
}
/* トップページフッター */
footer#top {
    background: #fff;
}

/* ナビ ステップ */
h1.StepTil {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #323232;
    border-bottom: solid 2px #323232;
    padding: 15px 0 10px;
}
nav#navStep {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    margin-bottom: 1px;
    /*vertical-align: middle;*/
    text-align: center;
}
#tub-step {
	list-style: none;
	overflow: hidden;
	color: #2b2b2b;
	font-size: 14px;
	width: 1280px;
	margin: -1px auto;
	border-right: solid 1px #ccc;
    z-index: 999;
}
#tub-step li {
	display: table-cell;
	float: left;
	position: relative;
	height: 45px;
	line-height: 46px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: -1px;
}
#tub-step li:nth-child(1) {width: 236px;}
#tub-step li:nth-child(2) {width: 283px;}
#tub-step li:nth-child(3) {width: 293px;}
#tub-step li:nth-child(4) {width: 206px;}
#tub-step li:nth-child(5) {width: 262px;}

#tub-step li.Now {
    background: #323232;
    color: #fff;
    border-bottom: 0;
    height: 47px;
    margin: -1px auto;
}
#tub-step li:after {
    content: "";
    display: block;
    width: 30px;
    height: 54px;
    position: absolute;
    top: 0;
    right: -30px;
    margin-top: -1px;
    background: url(../image/simulation/bg-tab.png) no-repeat;
}
#tub-step li.Now:before {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    background-image: url(../image/simulation/tab-now.png);
    background-repeat: no-repeat;
}
#tub-step li.Now:after {
    content: "";
    display: block;
    width: 30px;
    height: 54px;
    position: absolute;
    top: 0;
    right: -30px;
    margin-top: -1px;
    background: url(../image/simulation/bg-tab-now.png) no-repeat;
    z-index: 999;
}
#tub-step li:last-child:after {
    content: none;
}
#tub-step .Step span {
    padding-left: 5px;
}

/* ナビ navChose */
nav#navChose {
    margin: 15px 15px 15px 0;
}
.button-toggle {
   position: relative;
   width: 152px;
}
.button-toggle li {
    width: 150px;
    display: table;
    background: #fff;
    color: #969696;
}
.button-toggle li div {
	background-color: #969696;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
}
.button-toggle li ul{
	display: none;
}
.button-toggle .Now {
    background: #fff;
    color: #2b2b2b;
}
.button-toggle .li-menu {
    border: solid 1px #969696;
    border-width: 1px 0px 1px 0px;
    margin-bottom: 1px;
}
.button-toggle .submenu {
    float: right;
    padding-right: 25px !important;
    width: 90px;
    margin-bottom: 1px;
}
/* チェックアイコン */
.button-toggle .checkbox {
    display: table-cell;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.button-toggle .check-off {
    background: url(../image/simulation/bg-checkbox.svg) center no-repeat;
}
.button-toggle .check-on {
    background: url(../image/simulation/bg-checkbox-on.svg) center no-repeat;
}
/* リンクボタンアイコン */
.link-R {
    position: relative;
}
.link-R:after {
    position: absolute;
    content: ">";
    padding: 0 1px;
    right: 10px;
}
.menu.Now:after {
    content: none;
}

/* areaCENTER */
.areaCENTER{
    /*min-height: 650px;
    min-height: 713px;
		*/
}
/* step1 step2 layoutFlex  */
.layoutFlex {
    display: -webkit-flex;
    display: flex;

}

/* areaLEFT */
.areaLEFT {
	background-color: #fff;
}
#pageStep1 .areaLEFT {
	width: 175px;
	height: 710px !important;
	overflow-y:scroll;
  overflow-x: hidden;
}
#pageStep2 .areaLEFT {
	width: 236px;
	min-height: 630px !important;
}
#pageStep3 .areaLEFT {
	width: 100%;
}
#pageStep4 .areaLEFT {
	width: 100%;
}
/* main-preview */
#pageStep1 .main-preview {
    width: 1115px;
}
#pageStep2 .main-preview {
    width: 1044px;
}
#pageStep3 .main-preview,
#pageStep4 .main-preview {
    width: 100%;
    background: #fff !important;
}

/* areaRIGHT */
.areaRIGHT {
	width: 220px;
	z-index: 100;
	right: 0;
	position: absolute;
	background-color: #fff;
}
/* コスト */
#areaCost {
    margin: 15px 15px 20px;
    font-size: 11px;
    color: #525252;
}
/* 商品名 */
#areaCost h2.productsData {
    font-size: 11px;
    color: #2a2a2a;
}
#areaCost h2.productsData span {
    display: block;
		font-weight:bold;
    font-size: 15px;
}
/* 金額 */
#areaCost .cost {
    position: relative;
    margin: 15px 0;
}
#areaCost .cost ul {
    min-width: 190px;
}
#areaCost .cost li {
    border-bottom: solid 1px #000;
    line-height: 1.8em;
}
#areaCost .cost .right {
    float: right;
    text-align: right;
}
#areaCost .cost li span {
    padding: 0 7px;
}
#areaCost span.lot {
    font-size: 18px;
    font-weight: bold;
}
#areaCost span.unitPrice {
    font-size: 18px;
    font-weight: bold;
}

#areaCost span.totalPrice {
    font-size: 13px;
    font-weight: bold;
}
#order_total_price{
    margin: 5px 0;
    display: inline-block;
}
.subPrice{
	font-weight: bold;
	font-size: 13px;
}

#txtStep1Caution{
	margin:1em 0em 0em 0em;
}	
.txtStep1Caution2{
	margin: 1em 0 0 0;
}		
/* オプション */
.option li {
    background: #fff;
    margin-bottom: 2px;
    line-height: 1.8em;
    padding: 0 0 8px 0;
    font-size: 11px;
}
.option p {
    display: inline-block;
}
.option p.name {
    min-width: 150px;
}
.d3o-img {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    height: 40px;
}
.d3oImg1 {background: url(../image/simulation/d3oImg1.jpg) center no-repeat;}
.d3oImg2 {background: url(../image/simulation/d3oImg2.jpg) center no-repeat;}

/* チェックボックススタイル */
.option input[type=checkbox] {
  display: none;
}
.option input[type=radio] {
  display: none;
}
.option .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
   margin-bottom: 5px;
}
.option .checkbox:after {
  -webkit-transition: border-color 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  top: 0%;
  left: 0;
  margin-top: 0px;
  width: 16px;
  height: 16px;
  background: #EAEAEA;
  content: '';
}
.option .checkbox:before {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  top: 0%;
  left: 4px;
  margin-top: 0px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 999;
}
.option input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.option input[type=radio]:checked + .checkbox:before {
  opacity: 1;
}
/* サイズ/枚数フォーム */
#areaCost .size li {
    display: inline-block;
    margin: 8px 7px 0 0;
}
#areaCost .size input[type="text"] {
    width: 42px;
    height: 18px;
    margin: 0 2px;
    padding: 3px 5px;
    text-align: right;
}
#areaCost .size select.sizeCount {
    width: 58px;
    height: 32px;
    margin: 0 2px;
    padding: 3px;
    box-sizing: border-box;
}
#areaCost .size span.caption {
    display: inline-block;
    min-width: 20px;
}
#areaCost .size span.order {
    font-size: 11px;
}
/* モーダル サイズ/枚数フォーム */
#startsize-txt {
    text-align: center;
}
.startsize_modal .size li {
    display: inline-block;
    margin: 20px 8px;
}
.startsize_modal .size select.sizeCountMordal {
    width: 110px;
    height: 48px;
    margin: 0 2px;
    padding: 10px;
    box-sizing: border-box;
}
.startsize_modal .size span.caption {
    display: inline-block;
    min-width: 25px;
		font-weight:bold;
		font-size:13px;
}
.startsize_modal select {
    font-size: 16px;
}

/* カラーパレットポップアップエリア */
.popup {
    position: absolute;
    z-index: 1000;
    top: 108px;
    left: 152px;
    width: 160px;
    background: #f5f5f5;
    box-shadow: 1px 1px 3px #969696;
    padding: 10px;
}
.popup article {
    position: relative;
}
.popup h2{
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
#c-name {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-bottom:3px;
}
#btn-choise {
    padding: 5px 8px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
#btn-choise:hover {
    background: #FF5A00;
}

.popup .colorBox {
    display: block;
    width: 100%;
    height: 100px;
    padding: 0;
    margin-bottom: 5px;
    box-shadow: 0px 0px 1px #b7b7b7;
}
.popup .color-sample,
.grade-color-sample {
    display: block;
    margin: 10px 0;
}
.popup .active{
    opacity: 0.6;
}
.popup .color,
.grade_color {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 3px;
		cursor:pointer;
}
.popup .color:hover,
.grade_color:hover {
    opacity: 0.6;
}


/* グラデーション設定 */
#areaGradation {
  font-size: 12px;
}
#areaGradation p {
  margin: 10px 0;
}
#btnOpenGradation {
  cursor: pointer;
  display: block;
  background: #969696;
  padding: 5px 20px 5px 5px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#btnOpenGradation:after {
    position: absolute;
    content: "+";
    padding: 0 1px;
    right: 10px;
}
#btnOpenGradation.hideGradation:after {
    content: "-";
}
#grade_position {
  width: 120px;
}
span#color1 , span#color2 {
  width: 15px;
  height: 15px;
  border: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
}
span#color1.chooseGradation , 
span#color2.chooseGradation {
  border: solid 2px #000;
}
/* input type=range スタイル */
input[type=range] {
  vertical-align: middle;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
}
input[type=range]::-webkit-slider-thumb {
  position: relative;
  width: 8px;
  height: 20px;
  cursor: pointer;
  margin-top: -8px;
}
input[type=range]::-moz-range-thumb {
  width: 8px;
  height: 20px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  cursor: pointer
}
input[type=range]::-moz-range-track {
  height: 4px;
  cursor: pointer;
}

#slider1 {
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  width: 113px;
}
#slider1::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 3px;
  background-color: #000;
}
#slider1::-moz-range-thumb {
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: #000;
}
#slider1::-webkit-slider-runnable-track {
  border-radius: 3px;
  background-color: rgba(0,0,0,0.25);
}
#slider1::-moz-range-track {
  border-radius: 3px;
  background-color: rgba(0,0,0,0.25);
}

#slider1:focus {
  outline: 0
}
#slider1:focus::-webkit-slider-thumb {
  outline: 0;
  border: 0;
  box-shadow: 0 0 1px 2px #000;
}
#slider1:focus::-moz-range-thumb {
  outline: 0;
  border: 0;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.25);
}


/* モーダルウインドウ */
.mordalBox {
  position: fixed;
  z-index: 20000;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 1240px;
  height: 700px;
  box-sizing: border-box;
  padding: 28px 20px;
  margin: -360px 0px 0px -620px;
  color: #323232;
}
#mordalArea {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.8);
}
.tilPricecomment{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.tilMordal {
line-height: 50px;
margin-bottom: 20px;
font-size: 21px;
font-weight: bold;
text-align: center;
border-bottom: 3px solid #232323;
}
.itemCode , .itemName {
font-size: 16px;
font-weight: bold;
line-height: 2.5em;
color: #969696;
}
.itemCode {
padding-right: 8px;
}
.itemComment {
font-size: 14px;
line-height: 1.6em;
letter-spacing: 0.1em;
margin-bottom: 15px;
min-height: 100px;
}
/* モーダル カラーサンプル */
#colorsample-box > ul {
    overflow: auto;
    width: 1200px;
    height: 430px;
    letter-spacing: -1em;
}
#colorsample-box > ul > li {
    display: inline-block;
    text-align: center;
    color: #232323;
    width: 33%;
    padding: 8px 8px 12px 8px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
}
#colorsample-box ul li:nth-child(odd) {
    background: #f7f7f7;
    border: 5px solid #f7f7f7;
}
#colorsample-box ul li:nth-child(even) {
    background-color: #efefef;
    border: 5px solid #efefef;
}
#colorsample-box ul li:hover {
    border: 5px solid #ddd;
}
#colorsample-box ul li figcaption {
    margin: 5px;
    line-height: 1.8em;
    font-size: 13px;
    font-weight: bold;
}
/* モーダル 自分の画像 */
#blockImageUpload label {
text-align: center;
display: block;
margin: 30px 0 -15px;
}
#imgUploader {
padding: 15px;
}
#ai-loader {
position: absolute;
top: 35%;
left: 50%;
margin: -40px 0px 0px -20px;
}
#blockImageUpload h1 {
line-height: 50px;
margin-bottom: 20px;
color: #232323;
font-size:21px;
font-weight: bold;
text-align: center;
border-bottom: 3px solid #232323;
}
#blockImageUpload .cautionBox {
width: 700px;
margin: auto;
padding: 20px 40px;
color: #232323;
font-size: 16px;
background: #fbecd0;
}
#blockImageUpload .cautionBox dt {
line-height: 1.8em;
margin-top: 20px;
}
#blockImageUpload .cautionBox .caution {
margin: 8px 0;
}
/* モーダル クリップアート */
#clipart-box li{
    display: inline-block;
    width: 173px;
    text-align: center;
    margin: 5px 3px;
    border: 1px solid;
    padding: 5px;
    font-size: 12px;
    background-color: #EBEBEB;
    min-height: 95px;
    vertical-align: top;
}
#clipart-box li:hover{
    opacity: 0.6;
}
#clipart-box figure p {
    width: 100%;
    height: 68px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#clipart-box li img{
    max-width: 119px;
    max-height: 68px;
    /*
    width: 100%;
    height: auto;
    */
}
#clipart-box figcaption{
    margin-top: 8px;
    line-height: 120%;
}
/* 起動時の警告ブロック */
#StartUpSizeBlock{
    position: absolute;
    width: 270px;
    left: -310px;
    padding: 20px;
    background: white;
    border: solid 3px black;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

/* ローディング */
/*
div.main-preview{display:none;}
#loading{
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-30px;
	width:100%;
   background-color: #3498DB;
}
*/

.image-suit {
    overflow: hidden;
    box-sizing: border-box;
}
#pageStep1 .image-suit {
    max-width: 100%;
    height: 610px;
    padding: 80px 30px;
    text-align: center;
}

#pageStep2 .image-suit {
    max-width: 100%;
    position: relative;
    padding: 20px 20px 60px;
    margin-bottom: 10px;
}

/* ツール */
.movingTool {
    margin: 0px 0px 8px 20px;
}
.movingTool input[type=button] {
    width: 130px;
    line-height: 40px;
    border: solid 1px #969696;
    background-color: #fff;
    padding-left: 25px;
    color: #232323;
}
.movingTool input[type=button]:hover ,
.movingTool input[type=button].active {
   color: #fff;
 }
input.btnSelect {background: url(../image/simulation/icon-btn-select.png) 12px 10px no-repeat;}
input.btnMove {background: url(../image/simulation/icon-btn-move.png) 12px 10px no-repeat; margin:0 5px;}
input.btnReset {background: url(../image/simulation/icon-btn-reset.png) 12px 10px no-repeat}
.movingTool input[type=button].btnCentering {
    background: url(../image/simulation/icon-btn-center.png) 24px 4px no-repeat #cacaca;
    border-radius: 5px;
    color: #fff;
}

input.btnSelect:hover , .movingTool input[type=button]:nth-child(1).active {
	background: url(../image/simulation/icon-btn-select-hover.png) 12px 10px no-repeat #969696;
}
input.btnMove:hover , .movingTool input[type=button]:nth-child(2).active {
	background: url(../image/simulation/icon-btn-move-hover.png) 12px 10px no-repeat #969696;
}
input.btnReset:hover , .movingTool input[type=button]:nth-child(3).active {
	background: url(../image/simulation/icon-btn-reset-hover.png) 12px 10px no-repeat #969696;
}
.movingTool input[type=button]:nth-child(4).active {
	background: url(../image/simulation/icon-btn-center.png) 24px 4px no-repeat #969696;
	box-shadow: 0px 0px 2px rgba(225, 225, 225, 0.8) inset;
}

.btn-other {
    width: 180px !important;
    line-height: 42px;
    height: 42px;
    display: block;
    color: #fff;
    background: #323232;
    font-size: 11px;
    text-align: center;
    margin-left: 5px;
}
.btn-other a {
    display: block;
    color: #fff;
}
/* 他のカラーパターンを見るボタン */
.btn-colsample {
position: relative;
}

#areaToole {
    display: table;
    border-collapse: collapse;
    margin: 0 15px;
}
#areaToole ul {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
#areaToole li {
    display: table-cell;
    border: solid 1px #969696;
    box-sizing:border-box;
    width: 130px;
    vertical-align: middle;
}
#areaToole li span img {
    padding: 2px;
}
#areaToole .btnBox {
    border-collapse: separate;
    border-spacing: 5px 0;
}
#areaToole .btnBox li:first-child {
   margin-right: 5px;
}
#areaToole .imgBox li {
    height: 55px;
    min-width: 124px;
}
#areaToole .imgBox li.saveImg {
    padding: 2px 10px 0px 5px;
}
#areaToole .imgBox li.saveImg img{
    height: 40px;
}
.open_print , .btn-zoom , #btn_save_img , #btn-back {
    width: 124px;
    height: 55px;
    text-align: center;
}
#areaToole a {
    color: #fff;
}

.imgBox li {
    position: relative;
}
.imgBox .saveImg .btn-close {
    position: absolute;
    background-image: url(../image/simulation/icon-close.png);
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
}

.btn-zoom .movingTool {
    position: relative;
}
.zoomReset{
    color: #000;
    font-size: 10px;
    position: absolute;
    left: -10px;
    bottom: -8px;
    text-decoration: underline;
}
/* 商品詳細 */
#areaDeta {
    margin-top: 20px;
}
#areaDeta nav {
    background: #323232;
    width: 100%;
}
#areaDeta nav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    line-height: 2.5em;
}
#areaDeta nav li {
    display: table-cell;
    vertical-align: middle;
    height: 53px;
}
#areaDeta nav li a {
    display: block;
    color: #fff;
    font-size: 13px;
}
#areaDeta .dataBox section {
    padding: 40px 0;
    color: #323232;
}
#areaDeta .dataBox section:nth-child(odd) {
    background: #f0f0f0;
}
#areaDeta .dataBox section:last-child {
    border-bottom: none;
    box-shadow: none;
}
#areaDeta .dataBox .detaTil {
    font-size: 21px;
    font-weight: normal;
    padding-bottom: .5em;
    border-bottom: solid 1px #ccc;
    margin: 20px 0 40px;
}
#areaDeta .dataBox .detaTil small {
    padding-left: 10px; 
}
#areaDeta .dataBox h4 {
    font-size: 13px;
    margin-bottom: 5px;
}
.dataBox .detaText dl {
    margin: 20px 0;
    font-size: 13px;
}
.dataBox .detaText dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.dataBox .detaText dd ul li{
    margin-bottom: 8px;
}
.dataBox .detaText .txt-small li {
    margin-bottom: 0;
}
/* 製品の詳細 */
#areaDeta .areaDetail {
    width: 800px;
    margin: 0 auto;
}
#areaDeta .areaDetail .detailTxt {
    font-size: 13px;
}
#areaDeta .areaDetail h2.productsData {
    font-size: 16px;
    padding: 8px 0;
}
#areaDeta .areaDetail h2.productsData span {
    display: block;
    font-size: 21px;
}
#areaDeta .ListDetailImg {
    padding: 60px 38px;
}
#areaDeta .ListDetailImg li {
    display: inline-block;
}
#areaDeta .ListDetailImg li a {
    display: block;
    width: 220px;
    height: 220px;
    margin: 10px;
    background: #fff;
}
/* サイズ表 */
.areaSizeChart table{
    border-collapse: collapse;
    border-spacing: 0;
}
.areaSizeChart table th{
    min-width: 95px;
    padding: 0 8px;
    background: #fff;
    border: 2px solid #f0f0f0;
    font-size: 12px;
    font-weight: normal;
    line-height: 2em;
}
.areaSizeChart caption{
   font-size: 10px;
    text-align: right;
}
#size table caption h2 {
    font-size: 17px;
}

.areaSizeChart thead th{
    color: #000;
    background: #c4c4c4;
}
.areaSizeChart{
    margin: 0 auto;
    width: 910px;
}
.areaSizeChart ul.txt-small{
    padding-top: 10px;
}

#areaDeta .areaSizeChart table th {
    min-width: 140px;
}
#areaDeta .areaSizeChart{
    width: 100%;
}
/* ウェア実寸 */
#areaDeta .wearTable {
margin-top: 30px;
}
#areaDeta .wearTable h2 {
font-size: 16px;
font-weight: normal;
}
#areaDeta .wearTable table {
margin-bottom: 20px;
}
#areaDeta .wearTable .btn-Guide {
font-size: 13px;
color: #323232;
text-decoration: underline;
display: block;
width: 135px;
margin-left: auto;
margin-right: 15px;
}
#areaDeta .wearTable .txt-small {
margin-top: -2em;
padding-top: 0;
}

/* 素材 */
#material .right ul li {
    display: inline-block;
    vertical-align: top;
    padding: 220px 20px 20px 20px;
    border: solid 1px #f0f0f0;
    box-sizing: border-box;
    width: 280px;
    min-height: 310px;
    margin-right: 30px;
}
#material .right ul li:nth-child(1) {
    background: url(../image/simulation/catch-material1.jpg) top no-repeat;
}
#material .right ul li:nth-child(2) {
    background: url(../image/simulation/catch-material2.jpg) top no-repeat;
}
#material .right ul li:nth-child(3) {
    background: url(../image/simulation/catch-material3.jpg) top no-repeat;
}

/* ボタンスタイル */
.button {
    cursor: pointer;
}
.button i {
    display: table-cell;
    background: url(../image/icon.png) no-repeat;
}


/* ノーマルボタン */
.button-normal {
	display: block;
	height: 35px;
	width: 165px;
	margin: 6px auto;
	padding: 7px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.8);
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 2em;
	position: relative;
}
.button-normal:hover {
	background-color: #ff5a00;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* 使用不可ボタン */
.button-disabled {
	display: block;
	height: 35px;
	width: 165px;
	margin: 6px auto;
	padding: 7px;
	box-sizing: border-box;
	background-color: #969696;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 2em;
}
.link-print i {
  background-position: -58px -0px;
  height: 22px;
  width: 34px;
  display: block;
  margin: 0 auto;
}
.link-save i {
  background-position: -58px -22px;
  height: 22px;
  width: 34px;
  display: block;
  margin: 0 auto;
}
/* areaDeta帯のボタン */
.link-D i {
    background-position: -28px -24px;
    height: 9px;
    width: 14px;
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}
/* nav-area */
.nav-area {
   display: table;
   table-layout: fixed;
   border-collapse: separate;
   border-spacing: 3px 0;
   width: 100%;
   padding-top: 15px;
}
#pageStep3 .nav-area {
   width: 50%;
   margin: 60px auto;
}
#mordalArea .nav-area {
    margin: 0 auto;
    width: 200px;

}
/* back next confirmボタン */
.btn-prev , .btn-next , .btn-confirm {
    display: table-cell;
    line-height: 55px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.btn-prev {padding-left: 8px;}
.btn-prev:before {
    content: "<";
    position: absolute;
    left: 13px;   
}
.btn-next , .btn-confirm {padding-right: 8px;}
.btn-next:before , .btn-confirm:before {
    content: ">";
    position: absolute;
    right: 13px;   
}
/* 編集するボタン */
.btn-edit {
    width: 240px;
    line-height: 40px;
    border-radius: 3px;
    display: block;
    margin-left: auto;
    margin-top: -35px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* 注文完了用ボタン */
#confirm_submit_block{
    text-align: center;
    margin: 60px auto 100px;
}
#confirm_submit_block p{
    color: red;
    font-weight: bold;
}
#confirm_submit_block input{
    width: 300px;
    line-height: 55px;
    border-radius: 3px;
    display: block;
    color: #fff;
    font-size: 14px;
    margin: auto;
}


/* トップへ戻るボタン */
.btn-totop {
    width: 240px;
    line-height: 40px;
    border-radius: 3px;
    display: block;
    margin: 50px auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.btn-totop a {
color: #fff;
}
#pageStep4 input[type=submit] {
border: none;
}

.btn-close2 {
    position: absolute;
    top: -8px;
    right: -4px;
}
.btn-close2:hover {
	opacity: 1 !important;
}
.btn-close2 i {
    background-position: -0px -45px;
    height: 21px;
    width: 21px;
    display: block;
}
.btn-ctrltext i {
  background-position: -95px -28px;
  height: 13px;
  width: 23px;
  display: block;
  margin: 0 auto;
}
.btn-ctrlart i {
  background-position: -95px -41px;
  height: 13px;
  width: 23px;
  display: block;
  margin: 0 auto;
}
.btn-ctrlimg i {
  background-position: -95px -54px;
  height: 13px;
  width: 23px;
  display: block;
  margin: 0 auto;
}
/* ボタン色 */
.btn_gray {
    background: #969696 !important;
}
.btn-brack {
    background: #000;
}
.btn-orange {
    background: #FF5A00;
}
/* テキスト */
small {
    font-size: 10px;
}
.txt-small {
    font-size: 11px;
}
.txt-bold {
    font-weight: bold;
}
.txt-product {
    width: 330px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin: 0.2em;
}

/* 共通 */
.areaDrag {
    width: 100%;
    height: 100%;
}
.txt-side {
    position: relative;
    font-size: 9px;
    color: #969696;
}
.transparentDrag{
    display: block;
    position: absolute;
    z-index: 1000;
    height: 2000px;
    width: 2000px;
    top: -1000px;
    left: -1000px;
    max-width: none;
}
object[data$=".svg"] {
    max-width: 100%; /* svgサイズ */
}
.txt-side object {
    padding-top: 20px;
}
#pageStep2 .prevBox-s .block-clone,
#pageStep4 .prevBox .block-clone{
    position: relative;
}
/*
#pageStep2 .prevBox-s .front:before , 
#pageStep4 .item-img .front:before {
    position: absolute;
    content: "FRONT SIDE";
    left: 0;
}
#pageStep2 .prevBox-s .back:before , 
#pageStep4 .item-img .back:before {
    position: absolute;
    content: "BACK SIDE";
    left: 0;
}
#pageStep2 .prevBox-s .left:before , 
#pageStep4 .item-img .left:before {
    position: absolute;
    content: "LEFT SIDE";
    left: 0;
}
#pageStep2 .prevBox-s .right:before , 
#pageStep4 .item-img .right:before {
    position: absolute;
    content: "RIGHT SIDE";
    left: 0;
}
*/
/* step1 */
#pageStep1 .image-suit .txt-side {
     display: table-cell;
     width: 430px;
     padding: 3px;
}
/* step2 */
#pageStep2 .image-suit #prevBox ,
#pageStep2 .image-suit .prevBox-s {
    display: inline-block;
    vertical-align: top;
}
#pageStep2 .image-suit .prevBox-s object{
    pointer-events: none;
}
#pageStep2 .image-suit #prevBox {
    border: solid 1px #969696;
    width: 390px;
    height: 500px;
    text-align: center;
    overflow: hidden;
    padding: 15px 20px 75px 20px;
}
#pageStep2 .image-suit .prevBox-s {
    margin-left: 20px;
}
#pageStep2 .image-suit .prevBox-s p {
    overflow: hidden;
}
#pageStep2 .image-suit .prevBox-s .front , 
#pageStep2 .image-suit .prevBox-s .back {
    margin-bottom: 30px;
    width: 180px;
    overflow: hidden;
}
#pageStep2 .image-suit .prevBox-s .left , 
#pageStep2 .image-suit .prevBox-s .right {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
    overflow: hidden;
}
#pageStep2 .image-suit .angle_box {
    position: absolute;
    top: 50%;
    margin-top: -50%;
    width: 100%;
}
#pageStep2 .image-suit .uniform-angle {
    position: relative;
    display: inline-block;
}

/* step2 prevTool */
#pageStep2 .image-suit .prevTool {
    position: absolute;
    bottom: 5px;
    left: 10%;
    padding: 5px 10px;
}
#pageStep2 .image-suit .prevTool span {
    cursor: pointer;
}
div.angle p {
    display: table-cell;
    vertical-align: middle;
}
div.angle span {
    display: block;
    margin: 4px 2px;
}
/* prevToolボタン */
div.angle .btnPrev {
    background: url(../image/simulation/btn-prev.png) no-repeat;
}
#prev-left {
    background-position: -0px -47px;
    height: 47px;
    width: 80px;
}
#prev-back {
    background-position: -0px -94px;
    width: 77px;
    height: 46px;
}
#prev-right {
    background-position: -0px -0px;
    width: 80px;
    height: 47px;
}
#prev-front {
    background-position: -237px -0px;;
    width: 77px;
    height: 46px;
}
#prev-left.active {background-position: -80px -47px;}
#prev-back.active {background-position: -77px -94px;}
#prev-right.active {background-position: -80px -0px;}
#prev-front.active {background-position: -160px -0px;;}

#prev-left:hover {background-position: -80px -47px;}
#prev-back:hover {background-position: -77px -94px;}
#prev-right:hover {background-position: -80px -0px;}
#prev-front:hover {background-position: -160px -0px;;}

div.zoom p {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
}
div.zoom span {
    display: table-cell;
    cursor: pointer;
}
div.zoom i {
  background: url(../image/simulation/btn-zoom.png) no-repeat;
  background-position: -70px -0px;
  height: 19px;
  width: 19px;
  display: block;
  margin: 8px;
}
div.zoom .btnZoom {
    background: url(../image/simulation/btn-zoom.png) no-repeat;
}
.prev-zoomin {
    background-position: -0px -0px !important;
    height: 35px;
    width: 35px;
}
.prev-zoomout {
  background-position: -35px -0px !important;
  height: 35px;
  width: 35px;
}
div.zoom i:hover {
    opacity: 0.6;
}
.prev-zoomin:hover {
    background-position: -0px -35px !important;
    height: 35px;
    width: 35px;
}
.prev-zoomout:hover {
  background-position: -35px -35px !important;
  height: 35px;
  width: 35px;
}
/* step2タブメニュー */
#pageStep2 .areaTab {
    margin: 15px 0;
}
.areaTab .button:hover {
    opacity: 0.6;
}
.areaTab .s2-navChose .content:target {
  display: block;
}
.areaTab .s2-navChose {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.areaTab .s2-navChose a {
  border-radius: 6px 6px 0 0;
  display: inline-block;
  line-height: 32px;
  font: sans-serif;
  text-align: center;
  color: black;
  margin-left: 4px;
  text-decoration: none;
  padding: 0 10px;
}
.areaTab .s2-navChose .content {
  border: 1px solid lightgray;
  padding: 10px;
}
.areaTab .s2-navChose p {
    display: table-cell;
    border: solid 1px #ccc;
    background: #f0f0f0;
    font-size: 9px;
    padding: 6px 0px 2px;
    box-shadow: 0px 0px 1px #ccc;
}
/* タブ レタリング ツールチップ */
.tooltipBox {
    display: none;
    width: 210px;
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 5px;
    padding: 5px 8px;
    border-radius: 2px;
    background: rgba(0,0,0,0.8);
    font-size: 11px;
    color: #fff;
}
.tooltipBox:after {
    position: absolute;
    top: -12px;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,0.8);
    content: "";
}
.tooltipBox.ctrltext:after {left: 30px;}
.tooltipBox.ctrlart:after {left: 108px;}
.tooltipBox.ctrlimg:after {left: 182px;}

/***********************
STEP 2
***********************/
.areaTab .tabTitleArea{
    line-height: 0;
    border-bottom: solid 1px #ccc;
}
.areaTab .tabTitleArea li.active{
    background-color: #fff;
    border: solid 1px;
    border-color: #ccc #ccc #fff #ccc;
    border-radius: 3px 3px 0 0;
    margin: 0 0 -1px;
}
.areaTab .tabTitleArea li{
    display:    inline-block;
    font-size: 10px;
    position: relative;
    text-align: center;
    width: 23px;
    padding: 8px 0;
}
.areaTab .tabTitleArea .tabTitle i {
    display: block;
    height: 13px;
    margin: 0 auto;
    width: 13px;
}
.areaTab .tabTitleArea .btn-tab-ctrltext i{background-position: -105px -2px;}
.areaTab .tabTitleArea .btn-tab-ctrlart i{background-position: -92px -2px;}
.areaTab .tabTitleArea .btn-tab-ctrlimg i{background-position: -92px -15px;}

.areaTab .tabContentForm {
    background-color: #fff;
    padding: 20px 3px;
    position: relative;
    height: 710px !important;
    overflow-y: scroll;
    overflow-x: hidden;    
}
.tabContentForm .c-name {
    color: #000;
    padding: 0px 13px;
    border: solid 2px #000;
    margin: 5px 0 8px;
    line-height: 30px;
    font-weight: bold;
}
.areaTab .tabContentArea div {
  margin-bottom: 30px;
}
.areaTab .tabContentArea h2 {
    margin-bottom: 8px;
    color: #232323;
    font-size: 12px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
.areaTab .tabContentArea .btn-L-Font {
    border: solid 1px #ccc;
    background: #f0f0f0;
    font-size: 13px;
    padding: 8px 5px 5px;
    text-align: center;
    box-shadow: 0px 0px 1px #ccc;
}
.areaTab .tabContentArea input[type="text"] {
    width: 165px;
    height: 35px;
    padding-left: 2px;
    font-size: 11px;
}
.areaTab .tabContentArea select {
  margin-bottom: 5px
}
.areaTab .tabContentArea input[type="button"] {
background: #232323;
border: none;
width: 100%;
height: 40px;
vertical-align: middle;
color: #fff;
text-align: center;
}
.btn_txtEnter {
    width: 36px !important;
    margin-left: 2px;
    font-size: 12px;
    -webkit-appearance: none;
}
.btn_txtAllOk {
    margin-top: 30px;
    font-size: 13px;
    -webkit-appearance: none;
}
.txtAttention{
    font-size: 12px;
    color: red;
    text-align: left;
    width: 780px;
    margin-bottom: 10px;
}
/* タブ レタリング書体 */
.areaTab .LetteringStyle {
    height: 170px;
}
/* タブ レタリング書体 ポップアップエリア */
.areaTab .tabContentArea .popupBox {
    position: absolute;
    z-index: 1000;
    top: 150px;
    left: 0;
    width: 98%;
    background: #fff;
    box-shadow: 1px 1px 3px #969696;
}
.areaTab .tabContentArea .srcollBox {
    overflow: auto;
    max-height: 520px;
    padding: 10px;
}
.areaTab .tabContentArea .popupBox img {
    max-width: 100%;
}
/* タブ レタリング ラジオボタン */
.tabContentArea .LetteringFont input ,
.tabContentArea .LetteringStyle input {
	display: none;
}
.tabContentArea .LetteringFont label ,
.tabContentArea .LetteringStyle label {
	display: block;
	float: left;
	cursor: pointer;
	width: 100%;
	margin: 5px 0;
	border: 2px solid #ccc;
	box-sizing: border-box;
	background: #fff;
	color: #232323;
	text-align: center;
	line-height: 1em;
	transition: .2s;
}
.tabContentArea .LetteringStyle label {
	width: 48%;
	height: 50px;
	margin: 1%;
	padding: 3px;
}
.LetteringFont input[type="radio"]:checked + label ,
.LetteringStyle input[type="radio"]:checked + label {
	border: solid 2px #232323;
	box-sizing: border-box;
}
/* タブ レタリングカラー */
.tabContentArea .Lettering-color p {
	font-size: 12px;
}
.tabContentArea .Lettering-color .color-plt {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 3px;
}
.tabContentArea .Lettering-color .Now {
    width: 29px;
    height: 29px;
    border: solid 2px #232323;
    box-sizing: border-box;
}
  .transparent{
    opacity: 0;
  }
  #pageStep2 #blockImageUpload{
    border: 1px solid #f0f0f0;
    position: relative;
  }
  #pageStep2 #blockImageUpload .caution{
    color: #c71444;
    font-size: 12px;
  }

  /* STEP2 font */
/*  
  @font-face {
    font-family: 'H-1';
    src: url('../fonts/H-1.woff') format('woff');
  }
  @font-face {
    font-family: 'H-5';
    src: url('../fonts/H-5.woff') format('woff');
  }
  @font-face {
    font-family: 'H-15';
    src: url('../fonts/H-15.woff') format('woff');
  }
  @font-face {
    font-family: 'H-21';
    src: url('../fonts/H-21.woff') format('woff');
  }
  @font-face {
    font-family: 'H-22';
    src: url('../fonts/H-22.woff') format('woff');
  }
  @font-face {
    font-family: 'H-23';
    src: url('../fonts/H-23.woff') format('woff');
  }
  @font-face {
    font-family: 'H-24';
    src: url('../fonts/H-24.woff') format('woff');
  }
  @font-face {
    font-family: 'H-25';
    src: url('../fonts/H-25.woff') format('woff');
  }
  @font-face {
    font-family: 'H-26';
    src: url('../fonts/H-26.woff') format('woff');
  }
  @font-face {
    font-family: 'H-27';
    src: url('../fonts/H-27.woff') format('woff');
  }
  @font-face {
    font-family: 'H-28';
    src: url('../fonts/H-28.woff') format('woff');
  }
  @font-face {
    font-family: 'H-29';
    src: url('../fonts/H-29.woff') format('woff');
  }
  @font-face {
    font-family: 'H-30';
    src: url('../fonts/H-30.woff') format('woff');
  }
  @font-face {
    font-family: 'H-31';
    src: url('../fonts/H-31.woff') format('woff');
  }
  @font-face {
    font-family: 'H-32';
    src: url('../fonts/H-32.woff') format('woff');
  }

  .text{
    font-size: 44px;
    position: absolute;
    white-space: pre;
  }
*/

/* step3 step4共通 */
  #pageStep3 h1 , #pageStep3 h2 , 
  #pageStep4 h1 , #pageStep4 h2 {
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: normal;
    color: #323232;
    border-bottom: solid 2px #323232;
    padding: 15px 0 10px;
  }
#pageStep4 h3 {
    font-size: 14px;
    margin: 30px 0 5px;
    font-weight: normal;
    color: #323232;
}
#pageStep4 .taxPrice{
	 font-size: 14px;
	 font-weight: normal;
}
#pageStep4 .totalPrice{
	 font-size: 21px;
}
.prevBox {
    padding: 30px 20px 10px;
    display: table;
}
.prevBox dt.item-img , .prevBox dd.custom-info {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}
.prevBox .item-img {
    width: 500px;
    background: #f0f0f0;
}
.prevBox .item-img .front , 
.prevBox .item-img .back {
    width: 400px;
    margin: 40px auto;
}
.prevBox .item-img .left , 
.prevBox .item-img .right {
    width: 140px;
    margin: 40px 0 40px 75px;
    display: inline-block;
}
.prevBox .custom-info {
    padding-left: 50px;
    width: 690px;
}
p.product-list {
    font-weight: bold;
    min-width: 200px;
}
p.product-list span {
    padding-right: 8px;
    font-size: 11px;
    line-height: 2.5em;
}
p.selectTil {
    line-height: 2em;
    padding: 20px 0 5px;
}
.custom-info .print-block{
    margin-left: auto;
    display: table;
}
.custom-info .open_print{
    border: solid 1px #969696;
    box-sizing: border-box;
    width: 130px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    display: table-cell;
}
.custom-info ul {
    background: #fff;
}
.custom-info li {
    width: 100%;
    padding: 8px 0;
    border-bottom: solid 1px #ddd;
    font-size: 12px;
}
.custom-info li p {
    display: inline-block;
}
.letteringDetail {
margin: 10px 0;
padding-left: 1em;
border-left: solid 1px #969696;
}
.letteringDetail dt {
color: #969696;
}
.letteringDetail span {
padding: 0 20px 0 5px;
}
/* step4 サイズ・数量 */
.custom-info .size-total , 
.custom-info {
margin-bottom: 20px;
display: table;
border-collapse: collapse;
}
.order-total {
margin-bottom: 20px;
}
.custom-info .size-total div , 
.custom-info .order-total div {
display: table-cell;
width: 90px;
text-align: center;
font-size: 12px;
box-sizing: border-box;
border: 1px solid #ddd;
}
.custom-info .order-total div {
width: auto;
}
.custom-info .order-total div.rightBox {
display: block;
width: 344px;
margin-left: auto;
margin-right: 3px;
margin-bottom: 20px;
}
.order-total div.total-price p.h-list {
background: #232323;
border: 1px solid #232323;
color: #fff;
}
.custom-info .order-total div p {
display: inline-block;
vertical-align: top;
min-width: 160px;
line-height: 45px;
}
.size-total p.h-list {
background: #cfcfcf;
border: 1px solid #cfcfcf;
line-height: 20px;
}
.order-total p.h-list {
background: #cfcfcf;
border: 1px solid #cfcfcf;
}
.size-total .count {
line-height: 32px;
}
.order-total .count {
text-align: right;
padding: 0 10px;
}
.count span {
font-size: 18px;
font-weight: bold;
}
#areaPaymentFee{
	display:none;
}
.areaGradation{
	display:none;
}
/* ローディング表示 */
#dispLoading{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    background-color: rgba(0,0,0,0.8);
}
#dispLoading div{
    display: block;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 400px;
    text-align: center;
}
#dispLoading div p{
    margin: 1em 0 0 0;
    color:  white;
    font-weight: bold;
}
.startsize_modal{
    position: absolute;
		width: 1200px;
    height: 570px;
    top: -150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#areaGradSet{
	display:none;
	padding-top:5px;
}

.boxComp{
	min-height:400px;
	margin-top:100px;
}