@charset "utf-8";

#simulatorWrapper {/*window幅に合わせて伸縮*/
	/* width: 100%; */
	padding: 0;
}

ul.suitsList li{
	width: auto;
}
ul.suitsList li a{
	padding: 14px 5px;
}

.simulate_suits_list li{
	width: 15.5%;
}

#customizeItemWrapper {
	width: 50%;
	/* width: 100%; */
	padding: 0;
	padding-right: 15px;
	margin: 15px 0 15px 10px;
}

#customizeItemWrapper h3{
	margin-bottom: 0;
}

#customizeItemWrapper strong{
	margin-bottom: 5px;
	font-size: 2em;
}

#customizeItemWrapper em{
	/*text-align: center;*/
	float: left;
	width: 94%;
	padding: 5px 10px;
	display: block;
}

#customizeItemWrapper .suitSelecter{
	padding: 6px 0;
	float: none;
	width: 100%;
}

#customizeItem{
/* width: 90%; */
	padding: 0 10px;
	/* margin-right: 20px; */
	margin-top: 10px;
}

.itemWrapper{
	padding: 5px 0 3px;
}

.itemParts{
	padding-left:6px;
	margin-left:5px;
}

.colorType{
	width: 48%;
	margin-bottom: 5px;
	margin-left:5px;

}

.itemSelector{
	width: auto;
	/*width: 40px !important;*/
}

.itemSelector span{
	width: 40px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.normalType .itemSelected{
	width: auto;
}
.normalType .itemSelector{
	width: 40px;
}

.colorType td.itemSelector{
	/*width: 36px;*/
}

.colorType .itemSelected{
	/*width: 68%;*/
	width: auto;
}

.colorType .itemSelector span,
.tapeType .itemSelector span,
.colorType ul.items li p,
.tapeType ul.items li p{
    height: 28px !important;
    width: 28px !important;
}
ul.items{
	padding-left: 6px;
}
ul.items li img{
    width: 50px;
}

.logoType{
    float: left !important;
    margin-bottom: 5px;
}
.logoType .itemParts .items li{
	padding: 0;
}

.logoType .itemSelected {
    width: auto;
}

.logoType .itemSelector {
    width: 40px;
}

.logoType .itemSelected p{
   width: auto;
   max-width: 100px;
   min-width: 50px;
   margin: 0 auto;
	text-align: center;
}


#customizeImageWrapper {
	width: 45%;
	height: auto;
	margin-top: 16px;
	margin-bottom: 10px;
}

#customizeImage{
	padding-bottom: 30px;
}

#customizeImage p{
	top: 30px;
	left: 0;
}

#customizeImage p img {
	width: 100%;
	margin: 0;
	padding: 30px 0 20px;
}

#customizeImage p#FBside{
	top: 0;
	width: 100%;
    margin-left: 0;
    padding: 5px 5px 0;
}

#FBside span{
	float: left;
    width: 43%;
    margin: 5px 5px 0;
    padding: 10px 0;
}


#jampLink{
	/* float: left; */
	display: inline;
	width: auto;
}
#jampLink a{
	width: 35%;
	display: inline-block;

}
#inputSizeData ul.measure li {
    border: medium none;
    float: left;
    padding: 5px;
    width: auto;
}
#inputSizeData li dt {
    display: block;
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
}
#orderWrapper{
	padding:10px;
	box-sizing: border-box;
}
#orderWrapper input {
    /*height: 20px;*/
    font-size: 1.3em;
}
#orderWrapper select {
    height: 30px;
    font-size: 1.3em;
}
#orderWrapper ul.listbox {
    margin-bottom: 10px;
    margin-top: 0;
}
/*#submitbtn{
	position: relative;
	bottom: 50px;
}*/
#orderWrapper .title_cell{
	width: 80px;
	display: inline-block;
}
#orderWrapper #memo{
	width: 400px;
}
