@charset "utf-8";

#simulatorWrapper{/*box解除*/
    display: inherit;
    width: 100%;
    padding: 0;
    position: relative;
}

#suitsList li{
	width: 31%;
}


.pageWrapper h3.listTitle{
	font-size: 1.3em;
}

.simulate_suits_list li {
    width: 23.5%;
    margin-bottom: 5px;
}
.simulate_suits_list li p{
  font-size:90%;
  white-space: nowrap; 
}

.simulate_suits_list li a p {
    padding-top: 0;
    padding-bottom: 0;
}
#customizeItemWrapper {
	margin-bottom: 5px;
	padding: 0;
}

#customizeItemWrapper > *,
#customizeImageWrapper > *{
	margin-right: 10px;
	margin-left: 10px;
}

#customizeItemWrapper h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

#customizeItemWrapper h3 > *{
    width: 100%;
}
#customizeItemWrapper strong{
    font-size: 1.9em;
    /*vertical-align: baseline;*/
}

#customizeItemWrapper .suitSelecter{
    font-size: 80%;
    font-weight: normal;
    width: 250px;
    float: none;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 10px;
}

#customizeItemWrapper strong,
#customizeItemWrapper .suitSelecter{
	line-height: 30px;
	height: 35px;

}

#customizeItemWrapper .suitSelecter em{
	font-size: 1.3em;
	padding-left: 10px;
}

#customizeItemWrapper .suitSelecter span{
	padding-right: 10px;
}

.itemWrapper{
    padding: 5px 0;
    width: auto;
    float: left;
	width: 100%;
}

.itemWrapper > *{
    margin: 0 2.5%;
}

.itemWrapper h4{
	padding-left: 4px;
}
#customizeImageWrapper{/*window幅に合わせて伸縮*/
    width: 100%;

    margin-bottom: 10px;
}

#customizeItem{
	margin: 5px 10px;
	padding: 0;
	font-size: 1.3em;
}

#customizeImage{
  height:520px;

}
#customizeImage p{
   width: 100%;
	margin: 0;
}

#customizeImage p#FBside{
	left: 10px;
	margin-left: 0;
}
.merge
#customizeImage p img{
  /*
    width: 200px;
    max-width: 280px;
    */
    width:50%;
    margin: 0;

}
.merge #customizeImage p img{
  width:100%;
  max-width: 500px;
}

.normalType .itemSelected{
	padding-right: 20px;
	width: auto;
  font-size: 0.7em;
}
.normalType .itemSelector{
	width: 40px;
  font-size: 0.6em;
}

.colorType{
	width: 45%;
	margin-top: 3px;
	margin-bottom: 3px;
}

.itemParts{
	padding-top: 7px;
	padding-bottom: 7px;

}


.colorType .itemParts{
	/*width: 140px;*/
}

.tapeType .itemParts{
	/*width: 100%;*/
}

.colorType .itemSelector,
.tapeType .itemSelector{
	width: 30px;
}

.colorType .itemSelected,
.tapeType .itemSelected{
	padding-left: 10px;
	width: auto;
  vertical-align: middle;
}

.logoType{
	float: left !important;
	margin-bottom: 10px;
	width: 45%;
	/*margin-left: 0 !important;*/
	/*width: auto;*/
}

.colorType,
.logoType{
	margin-right: 5px;
}

.logoType .itemSelected,
.logoType .itemSelector{
	text-align: center;
	width: auto;
	padding-bottom:10px;

}


.logoType .itemSelected p img{
	width: 90%;
	/*height: 90%;*/
}
.itemSelector span{
	width: 50px;
	padding: 12px 0;
	font-size: 0.9em;
}

.itemSelected p:last-child{
	padding: 0;
}

.itemSelector.color-black span{
	width: 50px !important;
	padding: 6px 3px;
}

.colorType .itemSelector span,
.tapeType .itemSelector span,
.colorType ul.items li p,
.tapeType ul.items li p{
	border: 2px solid #FFFFFF;
	cursor: pointer;
	width: 30px;
	height: 30px;
	padding: 0;
	display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}


ul.items li img{
	width: 50px;
}


.colorType ul.items,
.tapeType ul.items{
	padding: 5px 10px;
}

#FBside span{
    width: 80px;
    margin: 5px 0 10px;
    padding: 14px 0;
    font-size: 1.3em;
}


ul.suitsList li a{
	font-size: 1.4em;
}


#jampLink{
	width: 100%;
	text-align: center;
}

#jampLink a{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	zoom: 1;

}

#suitsOption .logo dd{
	 float: none;
	width: auto;
	margin-right: 0;
}

/*body{
	font-size: 18px;
}*/


.itemSelector,
ul.items,
#FBside{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}



/*#suitsOption .color dd,
#suitsOption .logo dd{
	width: 28%
	margin-right: 2px;
}*/

#order #memo{
	width: 200px;
}


#inputSizeData li dt {
    width: 60px;
}
#inputSizeData li dt {
    padding-right: 20px;
    vertical-align: middle;
}
#inputSizeData ul.measure li {
    float: left;
    padding: 5px;
    width: auto;
}
#orderWrapper{
	padding:10px;
	box-sizing: border-box;
}
#order input[type="text"] {
    width: 200px;
}
#order select {
    margin-right: 10px;
}
