h3{
	margin:30px 0 20px;
}

h4{
	margin:40px 0 20px;
	clear:both;
}
.no_margin {
	margin: 0px;
	padding: 0px;
}

#value_total h2{
	clear:both;
}
#value_total ul{
	display:inline-block;
	width:910px;
	margin-right:-10px;
}
@media (max-width: 480px){
    #value_total ul{
		width:100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		height: 450px;
	}
}

#value_total li{
	width:291px;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 10px 10px 0;
	text-align:center;
}
@media (max-width: 480px) {
    #value_total li{
		width: 70%;
		float: none;
		display: inline-block;
		vertical-align: top;
		height: 100%;
	}
	
 }
#value_total .option_detail li{
	width:215px;
	height:425px;
}


#value_total li label{
	cursor:pointer;
	display:block;
	padding:19px;
}
@media (max-width: 480px) {
    #value_total li label{
	padding: 10px 10px 30px;
	height: 100% !important;
	}
	#value_total li:nth-child(1) label{
		padding: 10px 10px 20px;
	}
}

#value_total .option_detail li label{
	height:387px;
}
@media (max-width: 480px) {
	#value_total li p{
		white-space: normal;
	}
}

#value_total li label p{
	margin-bottom:10px;
}

#value_total li label p + p{
	color:#6CB82B;
	text-align:left;
	border-bottom:1px solid #6CB82B;
	font-size:12px;
}
@media (max-width: 480px) {
	#value_total li label p + p{
		font-size:14px;
	}
}


/*送料地域別*/
#value_total li label p + p.carriage{
	color: #6CB82B;
	text-align: left;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#value_total li label p + p +p{
	font-size:11px;
	line-height:120%;
	margin-bottom:10px;
	border:none;
	color:#333333;
}
@media (max-width: 480px) {
    #value_total li label p + p +p{
		font-size:12px;
	}
}

#value_total li label p.txt_s{
	font-size:12px;
	line-height:120%;
	display:block;
	margin-bottom:5px;
}
#value_total li label p.price{
	color:#B20000;
	font-size:18px;
	text-align:right;
}

#value_total li label p.price span{
	font-size:14px;
	color:#B20000;
}

#value_total li label input{
	margin-bottom:20px;
}

#value_total li label.checked{
	background: #EBF5E0;
}
.non-img{
	display:none;
}
.annotation2 {
	margin-bottom: 15px;
	font-size: xx-small;
}
/* 2021.4.30 */
@media (min-width: 481px) {
    .annotation2{
		margin-left: 30px;
	}
}

.option_btn{
	cursor:pointer;
}
/* 2021.4.30 */
@media (min-width: 481px) {
	.option_btn{
		margin-top:20px;
		margin-bottom:20px;
	}
}
@media (max-width: 480px) {
	.option_btn img{
		width: 100%;
		height: auto;
	}
	.customFeatureBtn{
		margin-top: 20px;
		color: #fff !important;
	}

	.optionBtnSp{
		background-color:	#65CB00;
		color: #fff;
		text-align: center;
        padding: 12px;
		border-radius: 7px;
		letter-spacing: 3px;
		margin-top: -20px;
		
	}

}
.option_btn:hover{
	opacity:0.6;
}

.option_detail{
	display:none;
}

.txt_total{
	text-align:center;
	font-size:30px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:30px;
}
@media (max-width: 480px) {
    .txt_total{
		font-size: 20px;
		padding-bottom: 0;
		margin-bottom: 15px;
		width: 100%;
	}
 }

.txt_total span{
	color:#6EB92B;
	font-size:60px;
}
@media (max-width: 480px) {
    .txt_total span{
		color:#6EB92B;
		font-size:30px;
	}
 }

#value_total dl{
	width:600px;
	display:inline-block;
	clear:both;
	margin:0 150px 30px;
}
@media (max-width: 480px) {
    #value_total dl{
		margin: 0;
		margin-bottom: 10px;
		width: 100%;
	}
 }
#value_total dt{
	font-size:16px;
	width:200px;
	float:left;
	padding-top:20px;
}
@media (max-width: 480px) {
    #value_total dt{
		padding:0;
		font-weight: bold;
	}
 }


#value_total dd{
	float:right;
	width:400px;
	white-space: normal;
}
@media (max-width: 480px) {
    #value_total dd{
		float:none;
		width: 100%;
	}
 }

#value_total dd input{
	border:1px solid #ccc;
	height:35px;
	line-height:35px;
	width:350px;
	padding:10px;
	margin-bottom:10px;
}
@media (max-width: 480px){
    #value_total dd input{
		width: 100%;
		padding: 10px 0;
	}
}
table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:30px;
}

td,th{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	line-height:160%;
	padding:10px;
}
th{
	background:#EBF5E0;
	width:30%;
}

.submit_btn{
width:900px;
height:80px;
border:0;
background:url(../images/0enidou/custom_btn02_off.png);
margin-bottom:10px;
cursor:pointer;
}
@media (max-width: 480px) {
	.submit_btnSp{
		background-color:	#00BFFF;
		color: #fff;
        padding: 12px;
		border: 0;
		border-radius: 7px;
		letter-spacing: 3px;
		width: 100%;
		cursor:pointer;
		margin: 10px 0;
		font-weight: bold;
		-webkit-appearance: none;
	}

}


.submit_btn:hover{
	opacity:0.6;
}


.btn_area{
	display:inline-block;
	width:100%;
	margin-top:40px;
	
}

.btn_area p{
	float:left;
}

.btn_area p + p{
	float:right;
}


#to_pagedown_box_bottom{
	margin-bottom:30px;
	text-align:right;
}

.error_col p em{
	color:#FF0000;
}

.cus_return{
width:440px;
height:60px;
border:0;
background:url(../images/custom/custom_btn05_off.png);
margin-bottom:10px;
cursor:pointer;
float:left;
}
.cus_send{
width:440px;
height:60px;
border:0;
background:url(../images/custom/custom_btn06_off.png);
margin-bottom:10px;
cursor:pointer;
float:right;
}

.cus_return:hover{
background:url(../images/custom/custom_btn05_on.png);
}
.cus_send:hover{
background:url(../images/custom/custom_btn06_on.png);
}

.cb{
	clear:both;
}

#value_total .paym_dl dt{
	padding-top:0px;
}
@media (max-width: 480px) {
    #value_total .paym_dl dt{
		margin-bottom: 10px;
		width: 100%;
	}
 }

#value_total .paym_dl dd p{
	padding-top:15px;
}


#value_total dd input.radio{
	border:none;
	height: inherit;
	line-height: inherit;
	width: inherit;
	padding:0px 20px 0 0;
	margin:0px 10px 0 0;
	text-align:left;
	position:relative;
	top:2px;
}


#value_total dd p{
	height: inherit;
	line-height:160%;
	padding:0px;
}
@media (max-width: 480px) {
    #value_total dd p{
		text-align: left;
	}
}
@media (max-width: 480px){
	.inputContactFormText {
		width: 100%;
		font-size: 14px;
	}
	.creditcardText{
		font-size: 14px;
	}
}



.f18{
	font-size:18px;
}

/* 2021.4.30 ここから追加 */
/* custum input.html */
@media (max-width: 480px) {
    .color_list li img , .battery_list li img , .tire_list li img , .light_list li img , .winker_list li img , .gear_list li img , .stand_list li img , .grip_list li img , .mirror_list li img{
		width: 100%;
		height: auto;
	}
	

}