@charset "utf-8";

.cart_title{
	font-size:22px;
	font-family: "Yu Mincho", "YuMincho", serif;
	text-align:center;
}
.cart_title2{
	text-align:center;
	font-size:116%;
	margin:100px 0 0 0;
}

.cart_tbl{
	width:100%;
	margin:30px 0 0 0;
}
.cart_tbl p{
	line-height:140%;
}
.cart_tbl th{
	border-bottom:2px solid #000;
	color:#000;
	text-align:center;
	padding:15px;
}
.cart_tbl td{
	border-bottom:1px solid #dedede;
	padding:15px;
    vertical-align:middle;
}
.cart_tbl .noborder td{
	border-bottom:none;
	padding:15px 15px 0 15px;
}
.cart_tbl .option_tr td{
	padding:0 15px 15px 15px;
}
.cart_tbl td.cart_tbl_del{
	width:50px;
}
.cart_tbl td.cart_tbl_img{
	position:relative;
	overflow:hidden;
}

.cart_tbl_s{
	margin:20px 0 70px 0;
}
.cart_tbl_s th{
	padding:5px 10px;
	line-height:130%;
    vertical-align:middle;
}
.cart_tbl_s td{
	padding:10px;
	line-height:130%;
}

.cart_img{
	position:absolute;
	top:15px;
	left:15px;
	width:120px;
}
.cart_img img{
	width:100%;
	height:auto;
}
.cart_item{
	padding:0 0 0 140px;
	min-height:75px;
	line-height:130%;
}
.cart_item p{
	line-height:140%;
	font-size:15px;
}
.cart_item .red{
	color:#B70617;
	margin:0 10px 0 0;
}
.cart_item .cate{
	color:#000;
	font-size:15px;
	font-weight:bold;
}
.cart_item .icon{
	border:1px solid #AAAAAA;
	color:#AAAAAA;
	font-size:12px;
	padding:0 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:0 0 0 5px;
}
.cart_tbl td.cart_tbl_num{
	width:50px;
	text-align:right;
}
.cart_tbl td.cart_tbl_price{
	text-align:right;
	width:120px;
}

.cart_tbl td.center{
	text-align:center;
}
.numbox{
	width:50px;
	text-align:right;
}
.cart_left{
	width:820px;
	float:left;
}
.cart_right{
	float:right;
	width:350px;
}
.cart_tbl2{
	width:100%;
	margin:0 0 30px 0;
}
.cart_tbl2 th{
	text-align:left;
	padding:15px 5px;
	border-bottom:1px solid #dedede;
	font-weight:normal;
    vertical-align:middle;
}
.cart_tbl2 td{
	border-bottom:1px solid #dedede;
	padding:15px;
    vertical-align:middle;
}
.cart_tbl2 input[type='text']{
	width:185px;
	height:30px;
}
.cart_tbl2 input[type='submit']{
	width:120px;
	height:35px;
}
.cart_drivecost{
	margin:30px 10px 0 10px;
	font-weight:bold;
	color:#B70617;
}

.cart_attantion{
	margin:15px auto;
	color:#B70617;
	font-size:12px;
	line-height:120%;
	width:100%;
}

.cart_coupon_p{
	margin:10px 10px 0 10px;
}
.cart_attend2{
	line-height:150%;
}
.cart_attend2 span{
	font-weight:bold;
}
.cart_attend2 span.under{
	font-weight:normal;
	text-decoration:underline;
}
#total{
	font-weight:bold;
	font-size:200%;
}

.cart_none{
	text-align:center;
	margin:100px 0;
	line-height:150%;
}

.cart_delbtn{
	width:50px;
	background:#959595;
	color:#FFF;
	text-align:center;
	display:block;
	padding:7px 0;
	font-size:82%;
	transition:1.0s;
	border:none;
	-webkit-appearance: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.cart_delbtn:hover{
	background:rgba(144,144,144,0.6);
}

.cart_backbtn{
	margin:30px 0 0 0;
	width:200px;
	position: relative;
}
.cart_backbtn a{
	background:#959595;
	color:#FFF;
	text-align:center;
	display:block;
	padding:10px 0 10px 20px;
	transition:1.0s;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.cart_backbtn a::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
	transition:0.7s;
}
.cart_backbtn a:hover{
	background:rgba(144,144,144,0.8);
}
.cart_backbtn a:hover::before{
	left: 10px;
}
.cart_orderbtn_gray_p{
	color:#B70617;
	font-size:92%;
}
.cart_orderbtn_gray_p i{
	margin:0 5px;
}
.cart_orderbtn_gray{
	background:#959595;
	color:#FFF;
	text-align:center;
	display:block;
	padding:20px 0;
	transition:1.0s;
	font-size:138%;
	border:3px solid #FF0000;
	margin:10px 0;
}

.cart_orderbtn{
	margin:0 0 20px 0;
	position: relative;
	font-weight:bold;
	letter-spacing:5px;
}
.cart_orderbtn a{
	background:#B70617;
	color:#FFF;
	text-align:center;
	display:block;
	padding:20px 0;
	transition:1.0s;
	font-size:138%;
	border:3px solid #B70617;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
}
.cart_orderbtn a::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition:0.7s;
}
.cart_orderbtn a:hover{
	background:rgba(231,74,70,0.8);
}
.cart_orderbtn a:hover::before{
	right: 10px;
}
.option_btnarea{
	position:relative;
	margin:-10px 0 0 280px;
	z-index:100;
}
.option_btnarea input[type="submit"]{
	width:130px;
	height:25px;
	margin:0;
	background:#959595;
	color:#FFF;
	border:none;
	font-size:88%;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	transition:1.0s;
}
.option_btnarea input[type="submit"]:hover{
	background:rgba(144,144,144,0.6);
}
.option_btnarea input[type="submit"].error{
	background:#B70617;
}
.option_more{
	position:relative;
	margin:-20px 0 0 140px;
	color:#3a97e6;
	cursor: pointer;
	font-size:92%;
	z-index:99;
}
.option_error{
	position:relative;
	margin:-20px 0 0 140px;
	color:#B70617;
	cursor: pointer;
	font-size:92%;
	z-index:99;
}
.option_data{
	display:none;
	font-size:82%;
	margin:10px 0 0 0;
}
.option_data li{
	margin:0 0 5px 140px;
}

@media(max-width: 1030px) {
	.cart_left{
		width:62%;
	}
	.cart_right{
		width:38%;
	}
}
@media(max-width: 768px) {
	.cart_title{
		padding:15px 0 15px 5px;
	}

	.cart_title2{
		margin:50px 0 0 0;
	}

	.cart_tbl{
		font-size:82%;
		margin:0;
	}
	.cart_tbl th{
		padding:5px;
	    vertical-align:middle;
	}
	.cart_tbl td{
		padding:5px;
	}
	.cart_tbl .noborder td{
		padding:5px 5px 0 5px;
	}
	.cart_tbl .option_tr td{
		padding:0 5px 5px 5px;
	}

	.cart_tbl td.cart_tbl_del{
		width:20px;
	}
	.cart_tbl td.cart_tbl_img{
		width:auto;
	    vertical-align:top;
	}
	.cart_img{
		position:relative;
		top:0px;
		left:0px;
		width:100px;
	}
	.cart_img img{
		width:100%;
		height:auto;
	}
	.cart_item{
		padding:0px;
		min-height:auto;
	}
	.cart_item p{
		font-size:13px;
	}
	.cart_item .cate{
		font-size:14px;
	}
	.cart_item .icon{
		font-size:10px;
		padding:0 5px;
	}

	.cart_tbl td.cart_tbl_num{
		width:20px;
		text-align:right;
	}
	.numbox{
		width:20px;
	}
	.cart_tbl td.cart_tbl_price{
		text-align:right;
		width:50px;
	}
	
	.cart_attantion{
		margin:15px auto;
		width:92%;
	}

	.cart_left{
		width:100% !important;
		float:none;
	}
	.cart_right{
		float:none;
		width:92%;
		margin:0px auto;
	}
	.cart_tbl2{
		font-size:92%;
	}
	.cart_tbl2 input[type='text']{
		width:100%;
	}
	.cart_tbl2 input[type='submit']{
		width:100%;
	}
	.cart_backbtn{
		margin:20px 0 20px 2%;
		width:50%;
		position: relative;
		font-size:92%;
	}
	.cart_backbtn a{
		padding:10px 0 10px 10px;
		transition:1.0s;
	}
	.cart_backbtn a::before{
		left:10px;
	}
	.cart_delbtn{
		width:20px;
		height:20px;
		line-height:20px;
		background:#959595;
		color:#FFF;
		text-align:center;
		display:block;
		padding:0;
		font-size:82%;
		transition:1.0s;
		border:none;
		-webkit-appearance: none;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

	.option_data{
		display:none;
		font-size:92%;
		margin:10px 0;
	}
	.option_data li{
		margin:0;
	}
	.option_btnarea{
		position:absolute;
		margin:0;
		right:5px;
		z-index:100;
	}

	.option_error,
	.option_more{
		margin:10px 0;
		width:100%;
		font-size:100%;
	}

}

/*---------------------------------*/

.cart_subtitle{
	margin:50px 0;
	color:#000;
	padding:5px;
	border-bottom:2px solid #000;
}
.cart_subtitle2{
	margin:50px 0 30px 0;
	color:#000;
	padding:5px;
	border-bottom:2px solid #000;
}
.cart_subtitle_cen{
	text-align:center;
	font-size:154%;
	line-height:150%;
	margin:30px 0;
}
.cart_sub_p{
	text-align:center;
	margin:50px 0;
}
.cart_sub_p3,
.cart_sub_p2{
	text-align:left;
	line-height:160%;
	margin:0 50px;
}
@media(max-width: 768px) {
	.cart_sub_p3,
	.cart_sub_p2{
		text-align:left;
		line-height:160%;
		margin:0 10px;
	}
}
.cart_sub_p3 h3,
.cart_sub_p2 h3{
	margin:30px 0 10px 0;
}
.cart_sub_p3 .box{
	background:#f2f2f2;
	padding:20px;
	margin:10px 0;
}
.cart_sub_p2 ul{
	background:#f2f2f2;
	padding:20px;
	margin:10px 0;
}
.cart_sub_p_box{
	background:#f2f2f2;
	padding:20px;
	margin:10px 50px;
}
.cart_sub_p_box p{
	line-height:150%;
}
.cart_sub_p_box p.red,
.cart_sub_p_box p.bold{
	font-weight:bold;
}
.cart_souryo{
	font-size:82%;
	line-height:120%;
}
.cart_sub_box{
	background:#f2f2f2;
	padding:20px;
	margin:10px 0;
}
.cart_sub_box ol{
	padding:10px 20px 0 20px;
}
@media(max-width: 768px) {
	.cart_subtitle{
		margin:0 0 20px 0;
	}
	.cart_subtitle2{
		margin:10px 0 10px 0;
		padding:20px 5px 5px 5px;
	}
	.cart_sub_p{
		text-align:center;
		margin:10px auto 20px auto;
		width:96%;
		font-size:92%;
		line-height:150%;
	}
	.cart_sub_p2{
		margin:0 5px;
	}
	.cart_sub_p_box{
		margin:5px 10px;
		padding:15px;
	}
	.cart_sub_p_box p{
		font-size:92%;
	}
	.cart_sub_box{
		background:#f2f2f2;
		padding:10px;
		margin:5px 0;
		font-size:88%;
	}
	.cart_sub_box ol{
		padding:10px 0px 0 20px;
	}
}

.cart_login_box{
	width:350px;
	margin:50px auto;
}
.cart_login_box dl{
	margin:0 0 10px 0;
}
.cart_login_box dt{
	margin:10px 0 5px 0;
	background:#D9E5FF;
	padding:10px;
	font-weight:bold;
	position:relative;
}
.cart_login_box dt .hissu{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:5px;
	margin:auto;
	background:#B70617;
	color:#fff;
	font-weight:normal;
	font-size:82%;
	padding:0 5px;
	height:20px;
	line-height:20px;
}
.cart_login_box dd{
	padding:0 5px;
}

.form_zipbtn{
	height:40px;
	margin:5px 0 5px 10px;
}

.cart_login_box1 input[type="text"],
.cart_login_box input[type="text"],
.cart_login_box1 input[type="email"],
.cart_login_box input[type="email"],
.cart_login_box input[type="number"],
.cart_login_box input[type="tel"],
.cart_login_box1 input[type="password"],
.cart_login_box input[type="password"]{
	width:100%;
	height:40px;
	margin:5px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #e2e2e2;
	padding:0 10px;
	background:#FFF;
	-webkit-appearance: none;
	border-radius: 0;
	font-size:107%;
}

.cart_login_box select,
.cart_login_box input[type="text"],
.cart_login_box input[type="email"],
.cart_login_box input[type="number"],
.cart_login_box input[type="tel"]{
	background:#FFF0F5;
}

.cart_login_box input[type="number"].zip{
	width:80px;
}
.cart_login_box select{
	width:100%;
	height:45px;
	border:1px solid #e2e2e2;
	-webkit-appearance: none;
	border-radius: 0;
	padding:0 0 0 10px;
	font-size:107%;
}
.cart_login_box select.birth_y{
	width:80px;
	text-align:center;
	margin:0 10px 5px 0;
}
.cart_login_box select.birth_md{
	width:50px;
	text-align:center;
	margin:0 10px 5px 0;
}
.cart_login_box1 input[type="submit"],
.cart_login_box input[type="submit"]{
	width:100%;
	height:45px;
	margin:10px 0 5px 0;
	background:#B70617;
	color:#FFF;
	border:none;
	font-size:107%;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	transition:1.0s;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.cart_login_box1 input[type="submit"]:hover,
.cart_login_box input[type="submit"]:hover{
	background:rgba(231,74,70,0.7);
}
.cart_login_box select{
	width:100%;
	height:45px;
	border:1px solid #e2e2e2;
	-webkit-appearance: none;
	border-radius: 0;
}
.cart_login_box textarea{
	width:100%;
	height:150px;
	border:1px solid #e2e2e2;
	-webkit-appearance: none;
	border-radius: 0;
}
.cart_login_box1 input[type="submit"].gray,
.cart_login_box input[type="submit"].gray{
	background:#959595;
	-webkit-appearance: none;
}
.cart_login_box1 input[type="submit"].gray:hover,
.cart_login_box input[type="submit"].gray:hover{
	background:rgba(149,149,149,0.7);
}
.cart_login_box h4{
	margin:30px 0 15px 0;
}

.cart_login_box1{
	float:left;
	margin:0 2% 0 8%;
	width:40%;
	border:2px solid #e4e4e4;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.cart_login_box2{
	float:right;
	margin:0 8% 0 2%;
	width:40%;
	border:2px solid #e4e4e4;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.cart_login_box1 h4,
.cart_login_box2 h4{
	text-align:center;
	background:#e4e4e4;
	padding:15px 0;
}
.cart_login_box_inner{
	padding:20px;
	height:340px;
}
.cart_login_box2 .new_btn{
	margin:40px 0 20px 0;
}
.cart_login_box2 .new_btn a{
	height:60px;
	line-height:60px;
}

.pass_ress{
	text-align:right;
	font-size:88%;
	margin:5px 0 30px 0;
}
.facebook_btn{
	margin:20px 0 10px 0;
	text-align:center;
}
.facebook_btn a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	background:#3e6eaf;
	color:#FFF;
	cursor: pointer;
	transition:1.0s;
}
.facebook_btn a:hover{
	background:rgba(62,110,175,0.7);
}

.line_btn{
	margin:10px 0 10px 0;
	text-align:center;
}
.line_btn a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	background:#07b53b;
	color:#FFF;
	cursor: pointer;
	transition:1.0s;
}
.line_btn a:hover{
	background:rgba(7,181,59,0.7);
}

.new_btn{
	margin:40px 0 10px 0;
	text-align:center;
}
.new_btn a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	background:#B70617;
	color:#FFF;
	transition:1.0s;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
}
.new_btn a:hover{
	background:rgba(231,74,70,0.7);
}
.new_btn_p{
	text-align:center;
	font-size:92%;
	line-height:150%;
	margin:20px 0 0 0;
}

@media(max-width: 768px) {
	.cart_login_box{
		width:100%;
		margin:0 auto 20px auto;
	}
	.cart_login_box h4{
		margin:10px 5px;
	}
	.cart_login_box dl{
		margin:0 0 10px 0;
	}
	.cart_login_box .submit_btn{
		width:94%;
		margin:20px auto;
	}
	.pass_ress{
		text-align:right;
		font-size:88%;
		margin:5px 0 10px 0;
	}

	.cart_login_box1,
	.cart_login_box2{
		float:none;
		width:90%;
		margin:20px auto 40px auto;
	}
	.cart_login_box_inner{
		padding:15px;
		height:auto;
	}
	.cart_login_box2 .new_btn{
		margin:30px 0;
	}
}
/*---------------------------------*/
.otodoke_btn{
	padding:20px 0 10px 0;
}

.otodoke_box{
	display:none;
}
/*---------------------------------*/
.cart_payment_box{
	width:610px;
	margin:70px auto 0px auto;
	position:relative;
	padding:20px 20px;
	transition:0.8s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
a:hover .cart_payment_box{
	background:#DDDDDD;
}
.cart_payment_box h4,
a .cart_payment_box h4{
	padding:0 10px;
	height:40px;
	line-height:40px;
	font-weight:normal;
	font-size:118%;
	color:#FFF;
	background:#000;
	width:40%;
	text-align:center;
	margin:0 0 15px 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	letter-spacing: 2px;
	float:left;
}
.cart_payment_box img,
a .cart_payment_box img{
	margin:0 0 0 20px;
}
.cart_payment_box p,
a .cart_payment_box p{
	line-height:160%;
	color:#464646;
}
@media(max-width: 768px) {
	.cart_payment_box{
		width:94%;
		margin:20px auto;
		position:relative;
		padding:3%;
		text-align:center;
	}
	.cart_payment_box h4,
	a .cart_payment_box h4{
		width:94%;
		text-align:center;
	}
	.cart_payment_box p,
	a .cart_payment_box p{
		text-align:left;
	}
	.cart_payment_box img,
	a .cart_payment_box img{
		margin:0 0 10px 0;
	}

}
/*---------------------------------*/

.cart_sizeselect:before,
.cart_sizeselect:after {
	content: " ";
	display: table;
}

.cart_sizeselect:after {
	clear: both;
}

.cart_sizeselect{
	*zoom: 1;
	width:700px;
	margin:30px auto 0px auto;
	position:relative;
	padding:10px 20px 10px 10px;
	transition:0.8s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position:relative;
}
.cart_sizeselect_tbl{
	display:table;
}
.cart_sizeselect_l{
	height:220px;
	border:3px solid #c1bfbf;
}
.cart_sizeselect_l .cart_sizeselect_tbl{
	height:220px;
}
a:hover .cart_sizeselect{
/*
	background:#DDDDDD;
*/
}
.cart_sizeselect_btn{
	text-align:right;
	font-weight:bold;
	margin:0 0 0 auto;
	color:#2E2D6F;
	font-size:88%;
	padding:5px 15px 5px 10px;
	position:relative;
}
.cart_sizeselect_btn:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:10px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #2E2D6F;
	border-right: solid 2px #2E2D6F;
	transform: rotate(45deg);
}
.cart_sizeselect_img{
	float:none !important;
	display:table-cell;
	vertical-align:middle;
	line-height:0;
	padding:0 20px;
	border-right:2px solid #CCCCCC;
}
.cart_sizeselect_box{
	float:none !important;
	display:table-cell;
	vertical-align:middle;
	width:420px;
	padding:0 0 0 20px;
}

.cart_sizeselect_box h4,
a .cart_sizeselect_box h4{
	font-weight:bold;
	font-size:124%;
	color:#464646;
	margin:0 0 10px 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	letter-spacing: 2px;
	text-align:left;
}
.cart_sizeselect_box p,
a .cart_sizeselect_box p{
	line-height:140%;
	color:#464646;
	text-align:left;
}

.old_nonesize_sec{
	margin:30px 0;
}
.cart_makesize .old_nonesize_sec select{
	margin:0 0 30px 0;
}
.old_nonesize_sec .cart_sizeselect{
	margin:0px auto;
}
@media(max-width: 768px) {
	.cart_sizeselect{
		width:94%;
		margin:10px auto;
		position:relative;
		padding:5px 10px;
	}
	.cart_sizeselect_btn{
		position:relative;
		bottom:0px;
		right:0px;
		font-size:88%;
		padding:5px 20px 5px 0px;
		margin:5px;
	}
	.cart_sizeselect_img{
		width:26%;
		padding:0 10px 0 0;
		line-height:0;
	}
	.cart_sizeselect_img img{
		width:100%;
	}
	a .cart_sizeselect_box h4{
		margin:0;
	}
	.cart_sizeselect_l{
		height:auto;
	}
	.cart_sizeselect_l .cart_sizeselect_tbl{
		height:auto;
	}
	.cart_sizeselect_tbl{
		display:table;
		margin:10px 0;
	}
	.cart_sizeselect_box{
		float:none;
		width:100%;
		padding:10px 0 10px 10px;
	}
	a .cart_sizeselect p,
	a .cart_sizeselect_box p{
		font-size:90%;
		line-height:140%;
		margin:0 0 10px 0;
	}
}
/*---------------------------------*/
.cart_conf_order{
	padding:0 20px;
}

.cart_conf_exp{
	border:2px solid #000;
	padding:20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:20px 0;
	position:relative;
}
.cart_conf_exp h3{
	margin:0 0 15px 0;
}
.cart_conf_exp h4{
	float:left;
	margin:0 50px 0 0;
}
.cart_conf_exp .onetime_attantion{
	margin:20px 0 30px 0;
}
.cart_conf_exp_chk{
	margin:0 0 5px 0;
}
.cart_conf_exp .cart_conf_exp_chk h4{
	width:320px;
}
.cart_conf_exp_p{
	position:absolute;
	right:10px;
	bottom:5px;
	margin:10px 0;
	line-height:25px;
	cursor: pointer;
}
.cart_conf_exp_p span{
	display:inline-block;
	background:#000;
	color:#FFF;
	border-radius:50%;
	width:25px;
	height:25px;
	line-height:25px;
	margin:0 10px 0 0;
	text-align:center;
	font-weight:bold;
}
.cart_conf_exp .cart_conf_exp_more{
	display:none;
	margin:20px 0 0 0;
}
.cart_conf_exp .cart_conf_exp_more p{
	line-height:180%;
}
.cart_conf_exp .cart_conf_exp_more p span{
	text-decoration:underline;
}

.cart_conf_exp .exp_sale{
	font-size:12px;
	line-height:150%;
	margin:0 0 10px 0;
	background:#B70617;
	color:#FFF;
	text-align:center;
	padding:5px;
}
.cart_conf_exp .exp_sale span{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

@media(max-width: 768px) {
	.cart_conf_exp{
		width:94%;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:15px 15px 45px 15px;
		margin:20px auto;
	}
	.cart_conf_exp h4{
		float:none;
		margin:0 0 5px 0;
		line-height:150%;
	}
	.cart_conf_exp .cart_conf_exp_chk h4{
		width:100%;
	}

	.cart_conf_exp_p{
		position:absolute;
		bottom:0;
		top:auto;
		font-size:14px;
	}
	.cart_conf_exp_chk{
		margin:0 0 15px 0;
	}
	.cart_conf_exp_p span{
		width:20px;
		height:20px;
		line-height:20px;
		margin:0 5px 0 0;
	}
	.cart_conf_exp .onetime_attantion{
		margin:10px 0 5px 0;
	}
}
.cart_conf_title{
	margin:0 0 20px 0;
	font-size:18px;
}

.cart_conf_box{
	float:left;
	width:31.33%;
	margin:30px 2% 0 0;
	position:relative;
}
.cart_conf_box dl{
	margin:0 20px;
}
.cart_conf_box dt{
	margin:20px 0 5px 0;
}

.cart_conf_box dd{
}
.cart_conf_box h4{
	margin:0 0 30px 0;
	line-height:25px;
	font-size:18px
}
.cart_editbtn{
	width:80px;
	position:absolute;
	left:120px;
	top:0;
}
.cart_editbtn a{
	margin-top:-5px;
	display:block;
	background:#FFF;
	color:#000;
	border:2px solid #000;
	text-align:center;
	padding:5px 0;
	font-size:88%;
	transition:1.0s;
	cursor: pointer;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	font-weight:bold;
}
.cart_editbtn a:hover{
	background:rgba(231,74,70,0.7);
}
.cart_conf_p{
	margin:30px auto 10px auto;
	text-align:center;
	font-size:100%;
	color:#000;
	font-weight:bold;
}
.cart_conf_p a{
	color:#000;
	text-decoration:underline;
}
.cart_conf_p a:hover{
	text-decoration:none;
}
.cart_conf_submit{
	text-align:center;
}

.cart_conf_submit input[type="button"],
.cart_conf_submit input[type="submit"]{
	width:60%;
	height:55px;
	margin:10px auto 50px auto;
	background:#B70617;
	color:#FFF;
	border:none;
	font-size:107%;
	-webkit-appearance: none;
	transition:1.0s;
	cursor: pointer;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.cart_conf_submit input[type="button"]:hover,
.cart_conf_submit input[type="submit"]:hover{
	background:rgba(231,74,70,0.7);
}
#cart_checkerr{
	color:#B70617;
	text-align:center;
}
@media(max-width: 768px) {
	.cart_conf_order{
		padding:0;
	}
	.cart_conf_title{
		margin:0 3% 20px 3%;
	}
	.cart_conf_box{
		float:none;
		width:100%;
		margin:0;
		padding:0 0 20px 0;
		position:relative;
		font-size:92%;
	}
	.cart_conf_box dt{
		margin:20px 0 5px 0;
	}
	.cart_conf_box h4{
		margin:0 3%;
		line-height:25px;
	}
	.cart_editbtn{
		width:70px;
		position:absolute;
		left:140px;
		top:0;
	}
	.cart_editbtn a{
		padding:0;
		margin:0;
	}
	.cart_conf_submit input[type="button"],
	.cart_conf_submit input[type="submit"]{
		width:90%;
	}
}
/*---------------------------------*/
.cart_thanksbox{
	width:440px;
	margin:70px auto 100px auto;
	width:
}
.cart_thanks{
	text-align:center;
	line-height:180%;
	color:#B70617;
}

.cart_thanksdetail{
	margin:0 0 70px 0;
}
.cart_thanksdetail p{
	line-height:200%;
	text-align:center;
}
.cart_thanksdetail p.left{
	text-align:left;
}
.cart_thanks_link{
	text-align:center;
	margin:20px 0;
}

.home_btn{
	text-align:center;
}
.home_btn a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	margin:10px 0 5px 0;
	background:#B70617;
	color:#FFF;
	border:none;
	font-size:107%;
	transition:1.0s;
	cursor: pointer;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.home_btn a:hover{
	background:rgba(231,74,70,0.7);
}
@media(max-width: 768px) {
	.cart_thanksbox{
		width:94%;
		margin:30px auto 0 auto;
	}
	.cart_thanksdetail{
		margin:0 0 30px 0;
	}
}

/*---------------------------------*/
.cart_sizebox{
	width:600px;
	margin:30px auto;
}
.cart_sizebox2{
	width:800px;
}
.cart_sizebox h4{
	margin:20px 0;
	position:relative;
}
.cart_sizebox_p{
	margin:20px 0;
	text-align:center;
	line-height:150%;
}
.cart_sizebox_bold{
	margin:20px 0;
	text-align:center;
	line-height:150%;
	font-weight:bold;
}
.cart_sizebox_bold2{
	margin:20px 0;
	text-align:center;
	line-height:150%;
	font-weight:bold;
	font-size:138%;
}
@media(max-width: 374px) {
	.cart_sizebox_bold2{
		font-size:118%;
	}
}
.cart_sizebox_step{
	background:#000;
	color:#FFF;
	padding:10px 15px;
	margin:20px 0 5px 0;
	font-weight:bold;
	font-size:128%;
	line-height:140%;
}
.cart_sizebox_step span{
}
.cart_sizebox_p2{
	margin:0 0 20px 0;
	text-align:left;
	line-height:150%;
	border:1px solid #CCCCCC;
	padding:10px;
	background:#f1f1f1;
}
.cart_sizebox_list{
	border-bottom:2px solid #000;
}
.cart_sizebox_list2{
	padding:10px;
	background:#EEEEEE;
	border-bottom:2px solid #000;
}
.cart_sizebox_list2 p{
	text-align:center;
	line-height:150%;
}
@media(max-width: 768px) {
	.cart_sizebox_list2{
		padding:10px 5px;
	}
	.cart_sizebox_list2 p{
		text-align:left;
		font-size:88%;
	}
}
.cart_sizebox_list .radiobox{
	margin:15px 0;
	padding:0 0 0 30px;
	position:relative;
	line-height:150%;
}
.cart_sizebox_list .radiobox input[type='radio']{
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
}
.cart_sizebox_list .radiobox .bold{
	font-weight:bold;
}

.cart_sizebox .cart_size_red{
	color:#B70617;
	text-align:center;
	margin:0 0 5px 0;
}
.cart_sizebox .cart_size_p{
	text-align:left;
	margin:10px 20px 0 20px;
	line-height:150%;
}
.cart_sizebox .cart_size_p2{
	text-align:left;
	margin:10px 20px 0 20px;
	line-height:150%;
	color:#B70617;
	font-size:88%;
}

.cart_sizebox .cart_size_ti{
	float:left;
	width:270px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:10px 0 10px 30px;
	border-top:1px solid #dedede;
	line-height:50px;
	text-align:left;
	position:relative;
}
.cart_sizebox .cart_size_ti3{
	padding:10px 0;
}
.cart_sizebox .cart_size_ti3 h4{
	margin:0;
}
.cart_sizebox .cart_size_ti2 .required,
.cart_sizebox .cart_size_ti .required{
	color:#FFF;
	background:#B70617;
	height:25px;
	line-height:25px;
	font-size:88%;
	padding:0 5px;
	margin:15px 0 0 0;
}
.cart_sizebox .cart_size_ti2 .required{
	position:absolute;
	right:0;
	margin:15px 5px 0 0;
}
.cart_sizebox .cart_size_ti_p{
	float:left;
	width:100px;
	padding:10px 0;
	border-top:1px solid #dedede;
	line-height:50px;
	text-align:center;
}
.sodetake_more{
	display:none;
}
.sodetake_more2{
	display:none;
}
.wrist_more{
	display:none;
}
.wrist_more2{
	display:none;
}
.cart_sizebox .cart_size_ti span.sodetake_more_btn,
.cart_sizebox .cart_size_ti span.wrist_more_btn{
	position:relative;
	left:10px;
	background:#000;
	color:#FFF;
	padding:2px 5px;
	font-size:88%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
.cart_sizebox .cart_size_ti span{
	position:absolute;
	right:10px;
	color:#999999;
	font-size:92%;
}
.cart_sizebox .cart_size_ti span.cm:after{
	content:"cm";
}
.cart_sizebox .cart_size_ti span.cart_size_ti_sub2{
	position:absolute;
	top:70px;
	right:10px;
	color:#999999;
	font-size:92%;
}

.cart_sizebox .cart_size_ti2{
	float:left;
	width:120px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:10px 0 10px 30px;
	border-top:1px solid #dedede;
	line-height:50px;
	text-align:left;
	position:relative;
}
.cart_size_inputbox_p{
	font-size:88%;
	margin:0 0 10px 0;
	line-height:150%;
	text-align:center;
}
.cart_size_span{
	color:#999999;
	font-weight:normal;
	position:absolute;
	top:0;
	left:35%;
}
.cart_size_span2{
	color:#999999;
	font-weight:normal;
	position:absolute;
	left:37%;
}

.size_viewbtn{
	width:100%;
	height:40px;
	margin:0 auto 20px auto;
}

.cart_size_input_none{
	border:none !important;
}

@media(max-width: 768px) {
	.cart_size_inputbox_p{
		margin:20px 0 10px 0;
		text-align:left;
	}
	.cart_sizebox2 h4{
		width:100%;
		margin:10px 0;
	}
	.cart_size_span{
		left:28%;
	}
	.cart_size_span2{
		color:#999999;
		font-weight:normal;
		position:relative;
		left:0;
		right:0;
		display:block;
		width:100%;
		text-align:right;
		margin:10px 0 0 0;
	}
	.cart_sizebox .cart_size_ti2 .required,
	.cart_sizebox .cart_size_ti .required{
		font-size:78%;
		padding:0 3px;
	}
}
.cart_sizebox .cart_size_question2,
.cart_sizebox .cart_size_question,
.cart_sizebox .cart_size_question_youtube{
	position:absolute;
	right:20px;
	top:22px;
	display:block;
	background:#000;
	color:#FFF;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	font-size:116%;
	cursor: pointer;
}

.cart_sizebox p.cart_size_input{
	float:left;
	width:330px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:10px 30px 10px 0;
	border-top:1px solid #dedede;
	line-height:50px;
	text-align:left;
	position:relative;
}
.cart_sizebox p.cart_size_input2{
	float:left;
	width:480px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:10px 30px 10px 0;
	border-top:1px solid #dedede;
	line-height:50px;
}
.cart_sizebox div.cart_size_input3{
	float:left;
	width:480px;
	padding:10px 30px 10px 0;
	border-top:1px solid #dedede;
	height:140px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.cart_sizebox div.cart_size_input3 label{
	padding:5px 0;
	display:inline-block;
}
.cart_size_q{
	display:inline-block;
	background:#000;
	color:#FFF;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	font-size:116%;
	cursor: pointer;
}
.cart_size_q span{
	display:none;
	position:absolute;
}
.tokusyu_comment{
	display:none;
	background:#EFEFEF;
	padding:20px;
	line-height:150%;
}

.cart_sizebox .cart_size_detail2,
.cart_sizebox .cart_size_detail{
	padding:0 0 10px 0px;
	text-align:center;
	border-top:none;
	display:none;
}
.cart_sizebox .cart_size_detail2{
	font-size:92%;
}
.cart_sizebox .cart_size_detail img{
	max-width:100%;
}



.cart_sizebox input[type="text"],
.cart_sizebox input[type="number"]{
	width:50%;
	height:40px;
	margin:5px 20px 5px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #e2e2e2;
	background:#FFF;
	font-size:136%;
	-webkit-appearance: none;
	border-radius: 0;
}

.cart_sizebox input[type="number"]{
	text-align:right;
	padding:0 10px;
}
.cart_sizebox select{
	width:90%;
	height:45px;
	border:1px solid #e2e2e2;
	font-size:116%;
	-webkit-appearance: none;
	border-radius: 0;
	position:relative;
	padding:0 10px;
}

.cart_sizebox select.form{
	width:50%;
	margin:5px 20px 5px 0;
	padding:0 0 0 10px;
}
.cart_sizebox .cart_size_last{
	margin:10px 0 40px 0;
	text-align:center;
}
.cart_sizebox textarea{
	width:100%;
	height:150px;
	border:1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}

.cart_makesize .size_submit,
.cart_sizebox .size_submit{
	width:100%;
	height:45px;
	margin:10px 0 5px 0;
	background:#B70617;
	color:#FFF;
	border:none;
	font-size:107%;
	-webkit-appearance: none;
	border-radius: 0;
	transition:1.0s;
	cursor: pointer;
	position:relative;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.cart_sizebox .size_submit2{
	width:100%;
	height:41px;
	margin:10px 0 5px 0;
	background:#FFF;
	border:2px solid #B70617;
	color:#B70617;
	font-weight:bold;
	font-size:107%;
	-webkit-appearance: none;
	border-radius: 0;
	transition:1.0s;
	cursor: pointer;
	position:relative;
}
.cart_makesize .size_submit{
	max-width:100%;
	width:400px;
	margin:10px auto 5px auto;
}

.cart_makesize .size_submit:before,
.cart_sizebox .size_submit:before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
	transition:0.7s;
}
.cart_makesize .size_submit:hover,
.cart_sizebox .size_submit:hover{
	background:rgba(231,74,70,0.7);
}
.cart_makesize .size_submit:hover:before,
.cart_sizebox .size_submit:hover:before{
	right: 10px;
}

.cart_step2,
.cart_step{
	background:#000;
	padding:20px 0;
	width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.cart_step2 ul,
.cart_step ul{
	position: relative;
	left: 50%;
	float: left;
}
.cart_step2 li,
.cart_step li{
	position: relative;
	left: -50%;
	float: left;
	font-weight:bold;
	position:relative;
	padding:0 40px 0 25px;
	color:#c1c1c1;
}
.cart_step2{
	padding:10px 0;
	margin:40px 0 0 0;
}
.cart_step2 li{
	height:40px;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
	margin:auto;
}
.cart_step2 li.two{
	line-height:120%;
}
.cart_step2 li.two .pc{
	display:inline-block;
}
.cart_step2 li a,
.cart_step li a{
	color:#c1c1c1;
}
.cart_step2 li.active,
.cart_step li.active{
	color:#C7B760;
}
.cart_step2 li:before ,
.cart_step li:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}
.cart_step2 li:last-child:before ,
.cart_step li:last-child:before {
	border:none;
}

.cart_size_morebtn,
.cart_size_morebtn2{
	background:#000;
	color:#FFF;
	width:100%;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:20px 0;
}
.cart_size_morebtn2{
	display:block;
}
.cart_size_formbox{
	display:none;
}
@media(max-width: 768px) {
	.cart_sizebox{
		width:94%;
		margin:20px auto;
		font-size:92%;
	}
	.cart_sizebox .cart_size_ti{
		float:left;
		width:40%;
		padding:5px;
	}
	.cart_sizebox .cart_size_ti_sodetake,
	.cart_sizebox .cart_size_ti_vrist{
		line-height:30px;
	}
	.cart_sizebox .cart_size_ti2{
		float:left;
		width:40%;
		padding:5px;
	}

	.cart_sizebox .cart_size_ti span.vrist_more_btn{
		position:absolute;
		bottom:15px;
		left:50px;
		height:20px;
		line-height:20px;
		text-align:center;
		width:80px;
	}

	.cart_sizebox .cart_size_ti span.sodetake_more_btn,
	.cart_sizebox .cart_size_ti span.wrist_more_btn{
		bottom:-24px;
		left:-30px;
	}
	.cart_sizebox .cart_size_ti span{
		right:5px;
	}
	.cart_sizebox input[type="text"],
	.cart_sizebox input[type="number"]{
		margin:5px 10px 5px 0;
	}
	.cart_sizebox p.cart_size_input{
		float:left;
		width:60%;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:5px;
		border-top:1px solid #dedede;
		line-height:50px;
		text-align:left;
		position:relative;
	}
	.cart_sizebox p.cart_size_input2,
	.cart_sizebox div.cart_size_input3{
		float:left;
		width:60%;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:5px;
		border-top:1px solid #dedede;
		line-height:50px;
		text-align:left;
		position:relative;
	}
	.cart_sizebox div.cart_size_input3{
		height:auto;
	}
	.cart_sizebox .cart_size_p,
	.cart_sizebox .cart_size_p2{
		margin:10px 2% 0 2%;
		line-height:150%;
		font-size:88%;
	}

	.cart_sizebox .cart_size_red{
		font-size:88%;
		margin:0 0 5px 0;
	}


	.cart_sizebox .cart_size_question2,
	.cart_sizebox .cart_size_question,
	.cart_sizebox .cart_size_question_youtube{
		position:absolute;
		right:0;
		top:15px;
		font-size:116%;
	}
	.cart_sizebox .cart_size_last{
		text-align:left;
		line-height:150%;
	}

	.cart_step2,
	.cart_step{
		font-size:88%;
		padding:5px;
		margin:70px 0 0 0;
	}
	.cart_step ul{
	}
	.cart_step2 li,
	.cart_step li{
		font-weight:normal;
		padding:5px 20px 5px 5px;
	}
	.cart_step2{
		padding:0;
		margin:0 0 20px 0;
	}
	.cart_step2 li{
		font-size:88%;
		width:50%;
		height:35px;
		line-height:35px;
		text-align:center;
		vertical-align:middle;
		margin:auto;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		border-bottom:1px solid #FFF;
		padding:0 20px 0 0;
	}
	.cart_step2 li.two{
		line-height:120%;
		padding:2px 20px 0 0;
	}
	.cart_step2 li.active{
		font-size:100%;
		font-weight:bold;
	}

	.cart_sizebox2 .cart_size_ti{
		padding:10px 5px 0px 5px;
		line-height:110%;
	}
	.cart_sizebox2 .cart_size_ti_p{
		float:left;
		width:30%;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:10px 5px 0px 5px;
		border-top:1px solid #dedede;
		line-height:110%;
		text-align:center;
	}
	.cart_sizebox2 p.cart_size_input{
		width:100%;
		border:none;
	}

}


.size_backbtn{
	margin:30px 0 0 0;
	width:180px;
	position: relative;
	font-size:92%;
}
.size_backbtn a{
	background:#FFF;
	color:#000;
	text-align:center;
	display:block;
	padding:10px 0 10px 10px;
	transition:1.0s;
	border:2px solid #000;
	border-radius:30px;
}
.size_backbtn a::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
	transition:0.7s;
}
.size_backbtn a:hover{
	background:rgba(144,144,144,0.8);
}
.size_backbtn a:hover::before{
	left: 10px;
}
.err_msg{
	color:#B70617;
	margin:5px 0;
	padding:0;
	line-height:100%;
}
.sizeerr_msg{
	color:#B70617;
	margin:0 0 5px 0;
	padding:0;
	line-height:100%;
	text-align:center;
}

/*-----------------------*/

.imgload_img{
	width:50%;
	margin:20px auto 10px auto;
	text-align:center;
	position:relative;
	padding:0;
}
.imgload_img img{
	max-width:100%;
}
.img_del_btn2,
.img_del_btn{
	position:absolute;
	right:-10px;
	top:0px;
	text-align:center;
}
.img_del_btn2 .del_no{
	display:none;
}
.img_del_btn2 a,
.img_del_btn a{
	color:#FFF;
	font-weight:bold;
	font-size:92%;
	background:#c1c1c1;
	padding:5px 9px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	transition: all 0.5s ease;
}
.img_del_btn2 a:hover,
.img_del_btn a:hover{
	background:rgba(193,193,193,0.6);
}

.cart_lasttime_p{
	text-align:right;
	font-size:88%;
	margin:0 0 10px 0;
}

.cart_oldselect{
	margin:50px 0 20px 0;
	width:100%;
}
.cart_oldselect ul{
	width:100%;
}
.cart_oldselect li{
	float:left;
	width:48%;
	margin:0 1% 0 1%;
	background:#DDD;
	color:#333333;
	border:1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.cart_oldselect li.active{
	background:#000;
	color:#FFF;
}
.cart_oldselect li input{
	vertical-align:middle;
	height:50px;
}
.cart_size_form_p{
	font-weight:bold;
	text-align:center;
	margin:30px 0;
}

.cart_size_comment{
	margin:10px 0;
	text-align:center;
}

.cart_err{
	margin:30px 0;
	border:3px solid #CC0000;
	padding:20px 0;
	text-align:center;
	font-weight:bold;
	color:#CC0000;
	font-size:120%;
	display:none;
}


/*-------------------------*/
.cart_makesize{
	width:1080px;
	margin:20px auto;
	text-align:center;
}
.cart_makesize h2{
	margin:20px 0 0 0;
	text-align:left;
	border-bottom:2px dotted #000;
	padding:10px;
}
.cart_makesize .select_p{
	margin:20px 0 0 0;
}
.cart_makesize .select_p span{
	font-weight:bold;
	color:#B70617;
}
.cart_makesize select{
	margin:5px 0 20px 0;
	width:60%;
	height:40px;
	padding:5px;
	border:2px solid #000;
}
.cart_makesize_list{
}
.cart_makesize_select{
	margin:10px 0;
	position:relative;
}
.cart_makesize_select label{
	display:block;
	width:100%;
	border:2px solid #000;
	padding:10px;
	text-align:left;
	cursor: pointer;
}
.cart_makesize_select label:hover{
	background:#000;
	color:#FFF;
}

.cart_makesize_select .cart_makesize_bookmark{
	position:absolute;
	top:9px;
	right:85px;
	background:#000;
	color:#FFF;
	padding:5px;
	font-size:82%;
}

.cart_makesize_select_btn{
	position: absolute;
	right: 0px;
	top:10px;
	background:#FFF;
	padding:3px 20px 3px 5px;
	border:1px solid #EEEEEE;
	background:#EEEEEE;
	width:55px;
}
.cart_makesize_status{
	position: absolute;
	right: 0px;
	top:10px;
	background:#FFF;
	padding:3px 5px;
	border:1px solid #EEEEEE;
	width:70px;
}
.cart_remake_status{
	position: absolute;
	right: 90px;
	top:12px;
	background:#FFF;
	padding:3px 5px;
	width:72px;
}
.open,
.close{
	content: '';
}

.close:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 5px;
	top: 3px;
}
.open:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 5px;
	top: 7px;
}

.cart_makesize_selectbox{
	position:relative;
	display:none;
}
.cart_makesize_selectbox h3{
	position:absolute;
	top:30px;
	left:30px;
}
.cart_makesize_imgbox{
	position:relative;
	height:594px;
	text-align:center;
}
.cart_makesize_imgbox img{
	height:100%;
	width:auto;
}
@media(max-width: 768px) {
	.cart_makesize{
		width:96%;
		margin:20px auto;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.cart_makesize select{
		width:96%;
		height:40px;
		margin:20px 0;
	}
	.cart_makesize_select label{
		padding:10px 5px;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.cart_makesize_select_btn{
		position: absolute;
		right: 2px;
		top:2px;
		background:#FFF;
		padding:3px 20px 3px 5px;
		border:1px solid #EEEEEE;
		background:#EEEEEE;
		width:55px;
	}
	.cart_makesize_status{
		position: absolute;
		right: 2px;
		top:2px;
		background:#FFF;
		padding:3px 5px;
		border:1px solid #EEEEEE;
		background:#EEEEEE;
		width:70px;
	}
	.cart_remake_status{
		position: absolute;
		right: 2px;
		top:30px;
		background:#FFF;
		padding:3px 5px;
		width:72px;
	}

	.cart_makesize_imgbox{
		height:auto;
		width:100%;
	}

	.cart_makesize_select .cart_makesize_bookmark{
		position:absolute;
		top:auto;
		bottom:2px;
		right:0px;
		background:#000;
		color:#FFF;
		padding:2px 5px;
		font-size:78%;
	}

}
.make_img img{
	max-width:100%;
	height:auto;
}

.make_size{
	position:absolute;
}
.status{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:500px;
	height:50px;
	line-height:50px;
	background:#CCCCCC;
	text-align:center;
	z-index:99;
}
.status_none{
	display:none;
}
/*シャツ*/
.kitake{
	top:290px;
	left:720px;
	text-align:left;
}
.chest{
	top:465px;
	right:660px;
	text-align:right;
}
.waist{
	top:522px;
	right:660px;
	text-align:right;
}
.sodetake{
	top:255px;
	right:715px;
	text-align:right;
}
.upperarm{
	top:120px;
	left:750px;
	text-align:left;
}
.shoulder{
	top:70px;
	left:460px;
	width:160px;
	text-align:center;
}
.neck{
	top:120px;
	left:460px;
	width:160px;
	text-align:center;
}
.wakimawari{
	top:140px;
	right:720px;
	text-align:right;
}
.wrist{
	top:470px;
	left:750px;
	text-align:left;
}

/*ジャケット*/
.kitake2{
	top:270px;
	left:710px;
	text-align:left;
}
.chest2{
	top:455px;
	right:670px;
	text-align:right;
}
.waist2{
	top:512px;
	right:670px;
	text-align:right;
}
.sodetake2{
	top:255px;
	right:700px;
	text-align:right;
}
.upperarm2{
	top:112px;
	left:730px;
	text-align:left;
}
.shoulder2{
	top:70px;
	left:450px;
	width:160px;
	text-align:center;
}
.sodehaba{
	top:455px;
	left:720px;
	text-align:left;
}
.wakimawari2{
	top:130px;
	right:730px;
	text-align:right;
}
.jaketosuso{
	top:515px;
	left:650px;
	text-align:left;
}


/*パンツ*/
.ptwaist{
	top:80px;
	left:465px;
	width:160px;
	text-align:center;
}
.hip{
	top:235px;
	right:670px;
	text-align:right;
}
.thigh{
	top:255px;
	left:660px;
	text-align:left;
}
.mataue{
	top:165px;
	right:630px;
	text-align:right;
}
.panttake{
	top:180px;
	left:630px;
	text-align:left;
}
.matashita{
	top:335px;
	right:630px;
	text-align:right;
}
.hizahaba{
	top:390px;
	left:660px;
	text-align:left;
}
.susohaba{
	top:510px;
	left:450px;
	width:100px;
	text-align:center;
}

/*スカート*/
.skwaist{
	top:130px;
	left:465px;
	width:160px;
	text-align:center;
}
.hip2{
	top:285px;
	right:680px;
	text-align:right;
}
.sktake{
	top:285px;
	left:650px;
	text-align:left;
}

/*ベスト*/
.kitake3{
	top:285px;
	left:690px;
	text-align:left;
}
.chest3{
	top:288px;
	right:630px;
	text-align:right;
}
.waist3{
	top:390px;
	right:630px;
	text-align:right;
}

@media(max-width: 768px) {
	.make_size{
		position:relative;
		top:0 !important;
		left:0 !important;
		text-align:left !important;
		margin:10px;
		font-size:108%;
	}

	.status{
		position:relative;
		display:block;
		top:0;
		left:0;
		right:0;
		margin:auto;
		width:100%;
		height:40px;
		line-height:40px;
		background:#CCCCCC;
		text-align:center;
		z-index:9999;
	}
	.status_none{
		display:none;
	}

}

/*ワンタイム*/
.onetime_box{
	width:80%;
	margin:0px auto;
}
.onetime_box p{
	line-height:150%;
	padding:0 0 5px 0;
}
.onetime_box p span{
	text-decoration:underline;
}
.onetime_box_title h2{
	font-size:280%;
	margin:0 0 10px 0;
	color:#B70617;
}
.onetime_box_title h2 span{
	margin:0 20px 0 0;
}

.onetime_box_title p{
	font-size:116%;
	margin:0 0 30px 0;
}
.onetime_box_p{
	color:#001C58;
	font-size:220%;
	font-weight:bold;
}
.onetime_box_p2{
	color:#001C58;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}
.onetime_box_p3{
	font-size:138%;
	font-weight:bold;
	text-align:center;
}

.onetime_attantion{
	background:#EEEEEE;
	padding:20px 25px 15px 25px;
	margin:20px 0 50px 0;
}
.onetime_attantion h3{
	color:#000;
	margin:0 0 5px 0;
}
.onetime_attantion p{
	font-weight:bold;
	margin:0 0 10px 0;
}
.onetime_attantion li{
	margin:0 0 5px 0;
	line-height:150%;
}
.onetime_attantion_tbl{
	margin:10px 0 0 0;
}
.onetime_attantion_tbl table{
	width:31.3%;
	margin:0 1%;
	float:left;
}
@media(max-width: 768px) {
	.onetime_attantion_tbl table{
		width:100%;
		margin:10px 0;
		float:none;
		font-size:13px;
		line-height:120%;
	}
}
.onetime_btn_area{
	width:90%;
	margin:30px auto;
}

.onetime_btn1{
	width:60%;
	float:left;
	position:relative;
}
.onetime_btn1 a{
	background:#B70617;
	color:#FFF;
	text-align:center;
	display:block;
	padding:20px 0;
	transition:1.0s;
	font-size:126%;
	font-weight:bold;
}
.onetime_btn1 a:hover{
	background:rgba(231,74,70,0.8);
}
.onetime_btn1 span{
	position:absolute;
	top:8px;
	left:15px;
	text-decoration:none !important;
	background:#FFF;
	color:#B70617;
	border-radius: 30px;
	text-align:center;
	font-size:12px;
	width:50px;
	height:50px;
	line-height:120%;
	padding:10px 0 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-weight:bold;
}
.onetime_btn2{
	float:right;
	width:38%;
}
.onetime_btn2 a{
	background:#959595;
	color:#FFF;
	text-align:center;
	display:block;
	padding:20px 0;
	transition:1.0s;
	font-size:126%;
}
.onetime_btn2 a:hover{
	background:rgba(144,144,144,0.8);
}

.onetime_btn3{
	width:38%;
	margin:0px auto;
}
.onetime_btn3 a{
	background:#959595;
	color:#FFF;
	text-align:center;
	display:block;
	padding:15px 0;
	transition:1.0s;
	font-size:126%;
}
.onetime_btn3 a:hover{
	background:rgba(144,144,144,0.8);
}
.onetime_tbl{
	width:90%;
	margin:30px auto;
	border-top:1px solid #CCCCCC;
}
.onetime_tbl td{
	vertical-align:middle;
}
.onetime_tbl th,
.onetime_tbl td{
	border-bottom:1px solid #CCCCCC;
	padding:10px;
}
.onetime_tbl .td_img{
	width:240px;
	text-align:center;
}
.onetime_tbl .td_btn{
	width:30%;
}
.onetime_tbl img{
	width:200px;
	height:auto;
}
.onetime_tbl .onetime_btn1,
.onetime_tbl2 .onetime_btn3{
	width:100%;
	margin:0;
}

.onetime_tbl2{
	width:100%;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:30px 0;
}
.onetime_tbl2 .onetime_btn1 a,
.onetime_tbl2 .onetime_btn3 a{
	width:180px;
}
.onetime_tbl2 th{
	background:#EEEEEE;
}
.onetime_tbl2 th,
.onetime_tbl2 td{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:10px;
	vertical-align:middle;
}

.onetime_next_btn{
	width:30%;
	margin:10px 0 30px auto;
}
.onetime_next_btn a{
	background:#959595;
	color:#FFF;
	text-align:center;
	display:block;
	padding:10px 0;
	transition:1.0s;
	font-size:126%;
}
.onetime_next_btn a:hover{
	background:rgba(144,144,144,0.8);
}
.onetime_ul{
	margin:10px 0;
}
.onetime_ul li{
	margin:10px 0;
	font-weight:bold;
}
.item{
	border:1px solid #CCCCCC;
	padding:20px 0 0 0;
	margin:0 0 30px 0;
}

@media(max-width: 768px) {
	.onetime_box{
		width:94%;
		margin:20px auto;
	}
	.onetime_box p{
		font-size:92%;
		padding:0 0 5px 0;
	}
	.onetime_box_title h2{
		font-size:150%;
		margin:0 0 10px 0;
		padding:30px 0 0 0;
	}
	.onetime_box_title p{
		font-size:100%;
		margin:0 0 20px 0;
	}
	.onetime_box p.onetime_box_p,
	.onetime_box p.onetime_box_p2{
		font-size:120%;
	}

	.onetime_btn1{
		width:100%;
		float:none;
	}
	.onetime_btn1 a{
		font-size:100%;
	}
	.onetime_btn1 a{
		font-size:100%;
	}
	.onetime_campagin_btn a{
		padding:35px 0 10px 0 !important;
	}
	.onetime_btn1 span{
		width:80%;
		height:auto;
		margin:auto;
		right:0;
		padding:0 20px;
		line-height:20px;
	}
	.onetime_btn2{
		width:100%;
		float:none;
	}
	.onetime_btn2 a{
		font-size:100%;
		padding:15px 0;
	}

	.onetime_btn3{
		width:100%;
		float:none;
	}
	.onetime_btn3 a{
		font-size:100%;
		padding:15px 0;
	}

	.onetime_attantion{
		background:#EEEEEE;
		padding:10px;
		margin:20px 0 20px 0;
		font-size:92%;
	}

	.onetime_tbl{
		width:100%;
		margin:20px auto;
		border-top:1px solid #CCCCCC;
	}
	.onetime_tbl td{
		vertical-align:middle;
	}
	.onetime_tbl th,
	.onetime_tbl td{
		border-bottom:1px solid #CCCCCC;
		padding:10px;
	}
	.onetime_tbl .td_img{
		width:50px;
		text-align:center;
	}
	.onetime_tbl .td_btn{
		width:45%;
	}
	.onetime_tbl .td_txt{
		text-align:center;
	}
	.onetime_tbl img{
		width:50px;
		height:auto;
	}
	.onetime_tbl .onetime_btn1{
		width:100%;
	}
	.onetime_tbl .onetime_btn1 a{
		padding:10px 0;
	}
	.item{
		padding:0 10px;
		margin:0 0 30px 0;
	}

	.onetime_box_p3{
		text-align:left;
		margin:10px 0;
	}

	.onetime_tbl2{
		width:100%;
		border-top:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		margin:30px 0;
		font-size:92%;
	}
	.onetime_tbl2 .onetime_btn1 a{
		width:100%;
	}
	.onetime_tbl2 th,
	.onetime_tbl2 td{
		width:50%;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #CCCCCC;
		padding:10px;
		vertical-align:middle;
		font-weight:normal;
	}
	.onetime_tbl2 th{
		text-align:left;
	}
	.onetime_tbl2 td{
		text-align:center;
	}
	.onetime_tbl2 th.title{
		font-weight:bold;
		background:#EEEEEE;
		text-align:center;
	}
	.onetime_tbl2 .onetime_btn3 a{
		width:100%;
	}

}

.red{
	color:#B70617;
}

.cart_conf_p2{
	text-align:left;
	font-size:92%;
	width:720px;
	margin:20px auto;
	color:#999999;
}
.cart_conf_p2 p{
	margin:5px 0 0 0;
}
@media (max-width: 768px) {
	.cart_conf_p2{
		width:94%;
	}
}

/*---------------------*/
.option_copy_h2{
	float:left;
	text-align:left;
	margin:50px 0;
	font-size:128%;
	line-height:50px;
}
.option_h2{
	margin:50px 0 10px 0;
	font-size:128%;
	background:#EEEEEE;
	padding:15px;
}
.option_login{
	margin:30px 0 0 0;
	text-align:center;
}

@media (max-width: 768px) {
	.option_h2{
		margin:30px 0 10px 0;
		padding:10px;
	}
}
.option_btn_top{
	width:600px;
	margin:0px auto 50px auto;
}
.option_btn_box{
	text-align:center;
}
.option_btn_box .copy_btn3,
.option_btn_box .copy_btn2{
	margin:30px auto 0 auto;
	width:450px;
}

.option_btn_box .btn a{
	margin:30px auto 0 auto;
	display:block;
	width:450px;
	height:50px;
	line-height:50px;
	background:#FFF;
	border:2px solid #B70617;
	color:#B70617;
	transition:1.0s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.option_btn_box .btn a:hover{
	background:#B70617;
	color:#FFF;
}
@media (max-width: 768px) {
	.option_btn_top{
		width:100%;
		margin:50px auto 0 auto;
	}
	.option_btn_box{
		float:none;
		width:100%;
		text-align:center;
	}
	.option_btn_box .btn a,
	.option_btn_box .copy_btn3,
	.option_btn_box .copy_btn2{
		margin:10px auto 0 auto;
		width:90%;
	}
}

.copy_btn{
	width:170px;
}
.copy_btn a{
	display:block;
	color:#FFF;
	background:#B70617;
	font-size:88%;
	padding:7px 0;
	text-align:center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.copy_btn a:hover{
	background:rgba(231,74,70,0.8);
}
.copy_btn2{
	width:300px;
	height:50px;
	font-size:100%;
	text-align:center;
	display:block;
	color:#FFF;
	background:#B70617;
	padding:7px 0;
	border:none;
	transition:1.0s;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.copy_btn2:hover{
	background:rgba(231,74,70,0.8);
}

.copy_btn3{
	width:300px;
	height:50px;
	font-size:100%;
	text-align:center;
	display:block;
	color:#B70617;
	background:#FFF;
	padding:7px 0;
	border:none;
	transition:1.0s;
	-webkit-appearance: none;
	cursor: pointer;
	border:2px solid #B70617;
}
.copy_btn3:hover{
	color:#FFF;
	background:#B70617;
}

@media (max-width: 768px) {
	.option_copy_h2{
		float:none;
		text-align:center;
		margin:20px 0;
		line-height:130%;
	}
	.option_btn_box{
		margin:20px 0;
		float:none;
	}

	.copy_btn2{
		width:90%;
		height:45px;
		font-size:100%;
		margin:0px auto;
	}
	.copy_btn{
		width:100px;
		margin:0 10px;
	}

}

.p_gray_small{
	color:#777777;
	margin:5px 0 0 0;
	text-align:center;
	font-size:88%;
}
.cart_sub_p_bold{
	font-weight:bold;
	text-align:center;
	margin:50px 0;
}
.cart_p_box{
	width:610px;
	text-align:left;
	margin:50px auto;
	line-height:150%;
}
.cart_p_box p span{
	font-weight:bold;
}
.cart_p_box p span.under{
	font-weight:normal;
	text-decoration:underline;
}
@media (max-width: 768px) {
	.p_gray_small{
		margin:0 3%;
		text-align:left;
	}
	.cart_sub_p_bold{
		font-weight:bold;
		text-align:left;
		margin:50px 3% 10px 3%;
	}
	.cart_p_box{
		width:94%;
	}
	.cart_p_box p{
		font-size:90%;
	}
}

/*-----------------------*/
.cart_lastbox{
	position:relative;
	padding:0 0 100px 0;
}
.cart_lastbox2{
	position:relative;
	padding:0 0 350px 0;
}
.cart_osusumelist{
	width:780px;
	position:absolute;
	top:150px;
	left:0;
	background:#EEEEEE;
	padding:0 20px 20px 20px;
}
.cart_osusumelist_box{
	padding:30px 0 0 0;
}
.cart_osusumelist h2{
	text-align:center;
	font-size:126%;
	color:#000;
	margin:0;
}
.cart_osusumelist p{
	text-align:center;
	font-size:88%;
	line-height:140%;
	margin:0 0 10px 0;
}
.cart_osusumelist ul{
	padding:0;
	overflow:hidden;
}
.cart_osusumelist li{
	width:32%;
	margin:0 1.3% 0 0;
	float:left;
}
@media(max-width: 1199px) {
	.cart_osusumelist{
		width:60%;
		padding:0 0 20px 0;
	}
}
.category_itemlist_detail{
/*
	border:1px solid #cacaca;
*/
	padding:15px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position:relative;
	min-height:230px;
}
.category_itemlist_detail .img{
	margin:0;
	height:200px;
	overflow:hidden;
}
.cart_osusumelist .category_itemlist_detail .img{
	height:130px;
	margin:0 0 5px 0;
}
.category_itemlist_detail .img img{
	width:100%;
}
.category_itemlist_detail .detail{
	font-size:88%;
	color:#3f3f3f;
	line-height:130%;
	height:68px;
	overflow:hidden;
}
.category_itemlist_detail p.title{
	text-align:left;
	height:60px;
	overflow:hidden;
}
.cart_osusumelist li a .category_itemlist_detail{
	transition:0.8s;
	min-height:auto;
	height:180px;
	overflow:hidden;
	position:relative;
}
.cart_osusumelist li a .category_itemlist_detail2{
	height:240px;
	min-height:auto;
}

.cart_osusumelist li a:hover .category_itemlist_detail{
	background:rgba(187,187,187,0.5);
}
.cart_osusumelist li a .category_itemlist_detail .link{
/*
	position:absolute;
	bottom:0;
	left:0;
	right:0;
*/
	margin:5px auto 0;
	width:220px;
	max-width:100%;
	text-align:center;
	background:#959595;
	color:#FFF;
	padding:5px 0;
	font-size:92%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.item_list_noimage{
	width:100%;
	height:150px;
	line-height:150px;
	border:1px solid #FFF;
	text-align:center;
	color:#DDDDDD;
	font-size:120%;
	margin:0 0 10px 0;
	background:#FFF;
}

@media (max-width: 768px) {
	.cart_osusumelist h2{
		font-size:100%;
		margin:0 0 20px 0;
	}
	.cart_osusumelist p{
		text-align:left;
	}
	.cart_osusumelist{
		width:100%;
		position:relative;
		top:30px;
		left:0;
		background:#EEEEEE;
		padding:0px 5px 20px 5px;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.cart_osusumelist li a .category_itemlist_detail{
		height:110px;
		min-height:auto;
	}
	.cart_osusumelist li a .category_itemlist_detail2{
		height:165px;
		min-height:auto;
	}
	.cart_osusumelist li a .category_itemlist_detail .img{
		margin:0 0 5px 0;
		height:80px;
	}
	.cart_osusumelist li a .category_itemlist_detail .title{
		font-size:12px;
	}
	.cart_osusumelist li a .category_itemlist_detail .link{
		width:100%;
		padding:5px 0;
		font-size:12px;
	}
	.category_itemlist_detail{
		padding:0;
	}
	.category_itemlist_detail .link{
		margin:0px auto;
		left:0;
		right:0;
		padding:3px 0;
	}
	.item_list_noimage{
		height:80px;
		line-height:80px;
		margin:0 0 5px 0;
	}
	.category_itemlist_detail{
		height:160px;
	}

	.cart_lastbox2{
		padding:0 0 100px 0;
	}

}

.cart_tbl2 th.coupon_th{
	position:relative;
}
.del_coupon_btn{
	position:absolute;
	left:-30px;
	top:0;
	bottom:0;
	margin:auto;
	height:26px;
}
.del_coupon_btn input[type='submit']{
	width:26px;
	height:26px;
	line-height:26px;
	padding:0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size:26px;
}
@media (max-width: 768px) {
	.del_coupon_btn{
		position:absolute;
		left:0;
		right:0;
	}
	.cart_tbl2 th.coupon_th{
		padding:15px 5px 15px 25px;
	}
	.del_coupon_btn input[type='submit']{
		width:20px;
		height:20px;
		line-height:20px;
		font-size:82%;
	}
}

a .size_bunner{
	width:90%;
	margin:30px auto;
	border:2px solid #000;
	background:#000;
	color:#FFF;
	text-align:center;
	font-size:150%;
	padding:10px 0 0 0;
	font-weight:bold;
	line-height:150%;
	letter-spacing:5px;
	position:relative;
}
a:hover .size_bunner{
	background-color:rgba(38,62,113,0.8);
}
a .size_bunner span{
	color:#FFF000;
	font-size:160%;
	line-height:160%;
	letter-spacing:10px;
}
a .size_bunner:after{
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 5px #FFf;
	border-right: solid 5px #FFf;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -15px;
	transition:0.7s;
}
a:hover .size_bunner:after{
		right: 15px;
}
@media(max-width: 768px) {
	a .size_bunner{
		width:94%;
		margin:10px auto;
		font-size:120%;
		line-height:120%;
		letter-spacing:0px;
		padding:10px 0 5px 0;
	}
	a .size_bunner span{
		font-size:140%;
		line-height:120%;
		letter-spacing:0;
		
	}
	a .size_bunner:after{
		width: 10px;
		height: 10px;
		border-top: solid 3px #FFf;
		border-right: solid 3px #FFf;
		right: 10px;
	}
	a:hover .size_bunner:after{
		right: 10px;
	}
}


.checklistbox{
	margin:20px 0 10px 0;
	border:2px solid #B70617;
	padding:10px 20px;
}
.checklistbox p{
	margin:15px 0;
	line-height:140%;
}
.checklist_p{
	color:#B70617;
	text-align:center;
	margin:5px 0;
	display:none;
}
.checklistbox_p{
	text-align:center;
	font-weight:bold;
	font-size:108%;
	margin:0 0 20px 0;
	line-height:140%;
}
.check_err{
	color:#B70617;
	text-align:center;
	font-size:118%;
	font-weight:bold;
	margin:0 0 20px 0;
}
@media(max-width: 768px) {
	.checklistbox{
		padding:2px 10px;
	}
	.checklist_p{
		text-align:left;
	}
}

.cart_attention{
	border:2px solid #B70617;
	padding:20px;
	margin:20px 0;
	line-height:130%;
}
.cart_attention2{
	border:2px solid #B70617;
	padding:10px 20px;
	margin:20px 0;
	color:#B70617;
	line-height:130%;
}
@media(max-width: 768px) {
	.cart_attention{
		padding:15px;
	}
}
.cart_attention p.bold,
.cart_attention2 p.bold{
	color:#B70617;
	line-height:130%;
	position:relative;
	padding:0;
	font-weight:bold;
	margin:0 0 5px 0;
}
.cart_attention p{
	color:#B70617;
	line-height:130%;
	position:relative;
	padding:0 0 0 30px;
}
.cart_attention p.bk{
	color:#000;
	line-height:130%;
	padding:0;
}
.cart_attention p.bk span{
	color:#B70617;
}
.cart_attention p input[type='checkbox']{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.option_cart_tbl td{
	line-height:130%;
}
.option_cart_tbl .th_day{
	width:12%;
	text-align:center;
}
.option_cart_tbl .th_order{
	width:12%;
	text-align:center;
}
.option_cart_tbl .th_item{
	text-align:center;
}
.option_cart_tbl .td_item{
	position:relative;
}
.option_cart_tbl .td_item .option_error,
.option_cart_tbl .td_item .option_more{
	position:absolute;
	right:15px;
	top:20px;
	margin:0;
}
.option_cart_tbl tr:nth-child(n+7){
	display:none;
}

.order_more_btn{
	margin:0 0 0 auto;
	width:200px;
	display:block;
	background:#CCCCCC;
	text-align:center;
	padding:10px 0;
}
@media(max-width: 768px) {
	.option_cart_tbl .th_order,
	.option_cart_tbl .td_order{
		display:none;
	}
	.option_cart_tbl td{
		line-height:100%;
	}
	.option_cart_tbl .td_item .option_error,
	.option_cart_tbl .td_item .option_more{
		position:relative;
		top:0;
		right:0;
	}
	.order_more_btn{
		margin:10px 10px 0 auto;
	}
}


.cart_sub_step{
	margin:0 0 30px 0;
}
.cart_sub_step h2{
	text-align:center;
	font-weight:bold;
	color:#000;
}
.cart_sub_step ul{
}
.cart_sub_step ul li{
	position:relative;
	float:left;
	width:46%;
	margin:1% 2%;
	padding:10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #000;
	text-align:center;
}
.cart_sub_step ul li p{
	color:#000;
	margin:0 0 5px 0;
}
.cart_sub_step ul li.active{
	border:2px solid #000;
	background:#EEEEEE;
	font-weight:bold;
}

.cart_sub_step ul li:before{
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -12%;
    width: 0;
    height: 0;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #000;
}
.cart_sub_step ul li:last-child:before{
	display:none;
}

.cart_size_nonebox{
	margin:20px 0;
	background:#EEEEEE;
	padding:10px;
}
.cart_size_nonebox h4{
	margin:0 0 5px 0;
}
.cart_size_nonebox p{
	padding:5px;
	font-size:92%;
}

.cart_size_none_title{
	border:1px solid #000;
	padding:10px;
	background:#EEEEEE;
}
.cart_size_none_title span{
	color:#000;
	margin:0 20px 0 0;
}

/*--------------------*/
.add_check .small{
	line-height:150%;
	font-size:14px;
	margin:0 0 20px 0;
}
.add_check label{
	margin:5px 0;
	line-height:150%;
	position:relative;
	padding:0 0 0 30px;
	display:block;
}
.add_check label span{
	font-weight:bold;
}
.add_check label input{
	position:absolute;
	left:5px;
	top:5px;
	margin:auto;
}
.add_check_confirm{
	line-height:150%;
	padding:0 10px;
}

/*--------------------*/

.popup .popup_detail{
	padding:15px;
}
.popup .popup_detail .caption{
	background:#000;
	color:#FFF;
	line-height:100%;
	font-size:148%;
	text-align:left;
	padding:10px 15px;
	margin:0 0 20px 0;
	position:relative;
}
.popup .popup_detail .caption_center{
	background:#000;
	color:#FFF;
	line-height:140%;
	font-size:148%;
	text-align:center;
	padding:10px 15px;
	margin:0 0 20px 0;
	position:relative;
}
.popup .popup_detail .caption_red{
	color:#B70617;
	font-size:148%;
	line-height:140%;
	text-align:center;
	position:relative;
	width:100%;
	margin:30px 0;
}
.popup .popup_detail .caption_red i{
	font-size:40px;
	margin:0 0 20px 0;
}
.popup .popup_detail .small{
	font-size:13px;;
	position:absolute;
	right:10px;
	bottom:5px;
	font-weight:normal;
}

.popup .popup_detail p{
	line-height:180%;
	color:#000;
	text-align:center;
}
.popup .popup_detail p span{
	text-decoration:underline;
}
.popup .popup_detail p.priceoff{
	font-weight:bold;
	color:#B70617;
	font-size:200%;
}
.popup .popup_detail p.link{
	font-size:138%;
	font-weight:bold;
	margin:5px 0;
}
.popup .popup_detail p.btn,
.popup .popup_detail p.red_btn{
	width:70%;
	margin:20px auto 0 auto;
}
.popup .popup_detail p.bold{
	font-weight:bold;
}
.popup .popup_detail p.btn a{
	width:100%;
	display:block;
	background:#959595;
	color:#FFF;
	padding:0;
	text-align:center;
	border:none;
	font-size:100%;
	transition:1.0s;
	-webkit-appearance: none;
	border-radius: 0;
}
.popup .popup_detail p.red_btn a{
	width:100%;
	display:block;
	background:#B70617;
	color:#FFF;
	padding:10px 0;
	text-align:center;
	border:none;
	font-size:100%;
	transition:1.0s;
	-webkit-appearance: none;
	border-radius: 0;
}

.popup .popup_detail .btn_area ul{
}
.popup .popup_detail .btn_area ul li{
	width:50%;
	float:left;
}
.popup .popup_detail .btn_area ul li p.btn,
.popup .popup_detail .btn_area ul li p.red_btn{
	width:90%;
	margin:30px auto;
}
.popup .popup_detail .btn_area ul li p.btn a,
.popup .popup_detail .btn_area ul li p.red_btn a{
	width:100%;
	padding:5px 0;
	position:relative;
}
.popup .popup_detail .btn_area ul li p.btn a span{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.popup .popup_detail .btn_area ul li p.red_btn a:after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition:0.7s;
}
.popup .popup_detail .attantion{
	text-align:left;
	font-size:12px;
}


@media(max-width: 767px) {
	.popup .popup_detail{
		padding:2%;
	}
	.popup .popup_detail p{
		line-height:150%;
	}
	.popup .popup_detail p.priceoff{
		font-size:200%;
	}
	.popup .popup_detail p.link{
		margin:5px 0;
	}

	.popup .popup_detail .btn_area ul li{
		width:100%;
		float:none;
	}

	.popup .popup_detail .caption_center{
		font-size:18px;
	}

	.popup .popup_set p{
		text-align:left;
	}

}

.cart_coupon_title{
	font-weight:bold;
	color:#000
}
.cart_coupon_bordernone{
	border-bottom:none !important;
	padding-bottom:0 !important;
}
.cart_coupon_btn a{
	display:block;
	width:100%;
	padding:5px 0;
	background:#000;
	text-align:center;
	font-size:14px;
	color:#FFF;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border:2px solid #000;
}
.cart_coupon_btn a:hover{
	border:2px solid #3a97e6;
}
.coupon_form{
	margin:0 0 15px 0;
	text-align:center;
}
.coupon_form input{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.coupon_form input[type='text']{
	width:65%;
	height:40px;
	border:1px solid #DDDDDD;
	margin:0;
}
.coupon_form input[type='submit']{
	border:1px solid #DDDDDD;
	width:30%;
	height:40px;
	margin:0;
}
.popup .popup_detail .caption2{
	background:#EEEEEE;
	color:#333333;
	line-height:100%;
	text-align:left;
	padding:10px;
	margin:0 0 15px 0;
	position:relative;
}

.coupon_list{
}
.coupon_list ul{
	display: flex;
	flex-wrap: wrap;
}
.coupon_list ul li{
	width:48%;
	margin:0 1% 1% 1%;
}
.coupon_list ul li a{
	display:block;
	width:100%;
	border:1px solid #DDDDDD;
	border-radius:5px;
	padding:10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.coupon_list ul li a:hover{
	background:#EFEFEF;
}
.coupon_list ul li h3{
	text-align:center;
}
.popup .popup_detail .coupon_list ul li p.price{
	text-align:center;
	font-weight:bold;
	font-size:13px;
}
.popup .popup_detail .coupon_list ul li table{
	text-align:left;
	font-size:11px;
	color:#000;
}
.popup .popup_detail .coupon_list ul li table th{
	width:55px;
	font-weight:normal;
	padding:2px 0;
}
.popup .popup_detail .coupon_list ul li table td{
}

@media(max-width: 767px) {
	.coupon_list ul li{
		float:none;
		width:94%;
		margin:10px auto;
	}
}
