@charset "utf-8";

/**/
.simulate_suits_list {
	/*overflow: hidden;*/
	position: relative;
}
.simulate_suits_list li{
	/*width: 82px;*/
	width: 9.3%;
}


#simulatorWrapper{
    padding: 0;
    /*max-width: 1000px;*/
    width: 100%;
    margin-bottom: 70px;
}
ul.suitsList li{
	padding: 0 5px;
}
ul.suitsList li a{
	padding: 10px 0;
}
/*#simulatorWrapper ul{
    width: 800px;
}*/

#customizeItemWrapper{
    width: 62%;
    /*width: auto;*/
    /*float: left;*/
    padding: 0;
    margin: 25px 3% 15px 25px;
}
.merge #customizeItemWrapper{
    width: 43%;
    /*width: auto;*/
    /*float: left;*/
    padding: 0;
    margin: 25px 3% 15px 25px;
}
/*
#customizeItemWrapper:after{
	content: "";
	position: absolute;
	border-left: 20px solid rgba(0,0,0,0.4);
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	top: 50%;
	left: 65%;
	margin-top: -10px;
}
*/

#customizeImageWrapper{
	margin: 15px 0;
    /*width: auto;*/
    /*min-width: 260px;*/
   width: 29.5%;
}
.merge #customizeImageWrapper{
	margin: 15px 0;
    /*width: auto;*/
    /*min-width: 260px;*/
   width: 50%;
}




#customizeItem{
	/*min-height: 420px;*/
	padding: 0;
}

.itemWrapper{
	margin: 0 10px;
}

/**
 *     カスタムイメージ
 */
#customizeImage{
    /*height: auto;*/
    /*width: 100%;*/
}

#customizeImage p,
#customizeImage p img{
    width: 98.5%;
    /*max-height: 450px;*/
}

#customizeImage p img{
    margin: 0;
}


.logoType ul.items{
	width: 200px;
}

.itemParts .items li {
    /*margin: 4px 2px;*/
    padding: 10px 5px;
}

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

.itemParts{
    padding-left: 6px;
    padding-right: 6px;
}

.logoType .itemParts{
    margin-bottom: 4px;
    margin-right: 5px;
}
.logoType .itemParts .items li{
    padding: 0;
}


.itemSelector{
	width: 40px;
}


.itemSelector p{
	width: 100%;
   padding: 8px 0 !important;
}

.itemSelector span{
	width: 45px;
	display: block;
}

/** カラー **/

.normalType .itemSelected{
    width: auto;
}



.normalType .itemSelector{
    width: 40px;
}


.colorType{
    width: 33.3%;
    margin-bottom: 5px;
}

.colorType .itemParts{
    width: auto;
    margin-right: 5px;
}

.colorType:last-child{
    margin-right: 0;
}
.colorType .itemSelected{
    /*width: 70%;*/
   width: auto;
}


.colorType .itemSelected p{
    padding: 0;
}

.colorType .itemSelector{
    /*width: 30%;*/
}



/** ロゴ **/
.logoType{
    width: 33.3%;
    float: left !important;
}
.logoType:last-child{
	margin-right: 0;
}

.logoType:nth-of-type(1) {
    float: none;
}

.logoType:nth-of-type(2) {
    float: none;
    margin-left: 0;
}

.logoType .itemSelected{
    width: auto;
    padding-bottom: 4px;
}

.logoType .itemSelected p{
   /*width: 100%;*/
	text-align: center;
   width: auto;
   max-width: 110px;
   min-width: 50px;
}
.logoType .itemSelected p:last-child{
   padding: 0;
   padding-bottom: 5px;
}

.logoType .itemSelected p img{
   width: 98%;
}
.logoType .itemSelector{
    width: auto;
}




#jampLink{
	width: 100%;

	
	text-align: center;
}

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


#order .title_cell{
	width: 80px;
	display: inline-block;
}
