
.cart_modal{
	width: 800px;
	padding: 20px;
	position: relative;
	background-color: #fff;
	text-align: left;
}

.cart_modal_closebtn{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	text-decoration: none !important;
}

.cart_modal__title{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}

/* 変更 20160914*/
.cart_modal__name{
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.cart_modal__price{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	font-family: Adihaus;
}

.cart_modal__price .tax{
	font-size: 0.8em;
}

#modal_price{
	font-size: 22px;
}

#modal_sale_price{
	font-size: 22px;
}

#modal_off{
	font-size: 16px;
}

/* 変更ここまで 20160914*/


.cart_modal__item_area{
	float: left;
	width: 480px;
	padding: 0 20px 0 0 ;
	border-right: 1px dotted #c8cbcc;
	box-sizing: border-box;
}

.cart_modal__img_flame{
	float: left;
}

.cart_modal__img{
	width: 200px;
}

.cart_modal__text_wrap{
	float: left;
	width: 259px;
	box-sizing: border-box;
	padding-left: 12px;
}

.cart_modal__attributes{
	font-size: 12px;
	color: #9a9b9b;
	margin-bottom: 5px;
}

.cart_modal__item{
	margin: 5px 0;
}


.cart_modal__step_area{
	display: none;
	float: left;
	margin-right: -100%;
	width: 320px;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
}


a.cart_modal__btn{
	position: relative;
	clear: both;
	width: 100%;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 15px;

}

.cart_modal__btn_text_wrap{
	width: 50%;
	display: inline-block;
}


.cart_modal__btn--view{
	background-color: #000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a.cart_modal__btn--buy{
	background: #025f8e;
	background: -moz-linear-gradient(left,#025f8e,#0286cd);
	background: -webkit-linear-gradient(left,right,#025f8e,#0286cd);
	background: -webkit-linear-gradient(left,#025f8e,#0286cd);
	background: -o-linear-gradient(left,#025f8e,#0286cd);
	background: -ms-linear-gradient(left,#025f8e,#0286cd);
	background: linear-gradient(to right,#025f8e,#0286cd);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none !important;
}

a.cart_modal__btn--view:hover , .cart_modal__btn--buy:hover{
	text-decoration: none;
	opacity: 0.7;
}


a.cart_modal__btn--continue{
	background: 0;
	color: #0286cd;
	font-size: 14px;
	margin-top: 8px;
	padding: 0;
	text-transform: none;
}

.cartButton_load_icon{
	display: none !important;
}


.sidebar__search_loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.5);
}


.loader {
	top: 50%;
	margin: 0 auto;
	margin-top: -5em;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #c8cbcc;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.cart__search_loading{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.cart_modal__item{
	display: none;
}

.cart_modal__item_value {
	font-weight: bold;
	color: #505050;
}

#buyall__before , #buyall__after{
	float: left;
	width: 100%;
	margin-right: -100%;
}


/* ------------------------------ */
/* フォーム */
/* ------------------------------ */

#colorbox, #cboxContent, #cboxLoadedContent, #cboxOverlay, #cboxWrapper{
	overflow:initial !important;
}

/* -------- products -------- */


/* 商品情報 */

	.buynow_tax{
		font-size: 11px;
	}

/* -------- select -------- */

#cboxLoadedContent{
	overflow: initial !important;
}

#buynow .sod_select{
	width: 100%;
	border: none;
	margin-bottom: 15px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

#buynow .sod_select > .sod_label{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top:0;
	left: 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	border: 2px solid #333;
}

/* 右端のアイコン */
#buynow .sod_select:after{
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f107";
	top: 50%;
	margin-top: -7px;
}

/* デフォルトのアイコン削除のため */
#buynow .sod_select:before{
	content:"";
	margin-top: -10px;
}

#buynow .sod_select.open:after {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f106";
}

/* ドロップダウン */
#buynow .sod_select .sod_list_wrapper{
	width: 100%;
	margin: 0;
}

#buynow .sod_select .sod_option{
	padding: 0 10px;
}

/* -------- btn -------- */

/* comingsoon */
.coming_btn{
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	color: #848484;
	border-style: none;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #848484;
	box-sizing: border-box;
	padding-top: 2px;
}

/* cart */
.cart_btn{
	display: block;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-style: none;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	background-color: #0286cd;
	box-sizing: border-box;
	padding-top: 2px;
}

.cart_btn i{
	padding-left: 10px;
	font-size: 24px;
}

/* soldout */
.soldout_btn{
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-style: none;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	background-color: #848484;
	box-sizing: border-box;
	padding-top: 2px;
}


.buynow__pdp{
	text-decoration: none;
	font-size: 12px;
}

.buynow__pdp:hover{
	text-decoration: none;
	color: #999;
}

.buynow__pdp i{
	margin-left: 3px;
}

.buynow__pdp__wrap:hover a{
    position: relative;
}

.buynow__pdp__wrap:hover a:after{
    display:block;
}

.buynow__pdp:after{
	content:"";
	display: block;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
	display:none;
	height:1px;
	background-color:#999;
}





/* ------------------------------ */
/* フォーム */
/* ------------------------------ */

#colorbox, #cboxContent, #cboxLoadedContent, #cboxOverlay, #cboxWrapper{
	overflow:initial;
}

.buyall_open{
	height: 100%;
	box-sizing: border-box;
}

/* -------- all -------- */
.buynow_wrap{
	width: 800px;
	padding: 20px;
	position: relative;
	background-color: #fff;
	text-align: left;
}

.cart_now .cart_modal_products_wrap{
	padding: 15px 0;
	border-top: dotted 1px #9a9b9b;
	position: relative;
	display: table;
}

.cart_now .cart_modal_products_wrap:first-child{
	border-top: none;
}

.cart_now .cart_modal__item_area{
	display: table-cell;
	width: 480px;
	padding: 0 20px 0 0 ;
	border-right: 1px dotted #c8cbcc;
	box-sizing: border-box;
	float: none;
}

.cart_now .cart_modal__text_wrap{
	width: 280px;
}

.cart_now .buynow_select__wrap{
	display: table-cell;
	width: 340px;
	padding: 3px 20px 0 20px;
	box-sizing: border-box;
	vertical-align: middle;
	float: none;
}

.cart_now .buynow_close__btn{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	text-decoration: none !important;
}

.cart_now .cart_modal__title{
	margin-bottom: 15px;
}

/* -------- products -------- */

/* pdp_close */
.cart_now .products__close__btn{
	position: absolute;
	top:10px;
	right:0;
	font-size: 22px;
	cursor: pointer;
}

/* 写真 */
.cart_now .buynow_products__img{
	float: left;
}

.cart_now .cart_modal__img{
	width: 165px;
	box-sizing: border-box;
}

/* 商品情報 */
.cart_now .buynow_products__about{
	float: left;
	width: 259px;
	box-sizing: border-box;
	padding-left: 12px;
}

/* 商品名 */
.cart_now .buynow_products__name{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* 値段 */
.cart_now .cart_modal__price{
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0;
}

.cart_now #buynow_price{
	font-size: 18px;
	font-family: Adihaus;
}

.cart_now .buynow_tax{
	font-size: 11px;
}


/* サイズ・カラー・数量 */
.cart_now .buynow_products__attributes{
	font-size: 12px;
	color: #9a9b9b;
}

.cart_now .buynow_products__item{
	margin: 5px 0;
}


/* 詳細を見る */
.cart_now .buynow__pdp{
	text-decoration: none;
	font-size: 13.5px;
	color: #0286cd !important;
}

.cart_now .buynow__pdp:hover{
	text-decoration: none;
}

.cart_now .buynow__pdp i{
	margin-left: 3px;
}

.cart_now .buynow__pdp__wrap:hover a{
    position: relative;
}

.cart_now .buynow__pdp__wrap:hover a:after{
    display:block;
}

.cart_now .buynow__pdp:after{
	content:"";
	display: block;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
	display:none;
	height:1px;
	background-color:#0286cd;
}

/* -------- select -------- */
#buyall_color_select_parent{
	margin-bottom: 15px;
}

.cart_now .select__wrap{
	margin-bottom: 5px;
}

.cart_now .select__wrap--last{
	margin-bottom: 0;
}

.cart_now .sod_select{
	width: 100%;
	border: none;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

.cart_now .sod_select > .sod_label{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top:0;
	left: 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	border: 2px solid #333;
}

/* 右端のアイコン */
.cart_now .sod_select:after{
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f107";
	top: 50%;
	margin-top: -7px;
}

/* デフォルトのアイコン削除のため */
.cart_now .sod_select:before{
	content:"";
	margin-top: -10px;
}

.cart_now .sod_select.open:after {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f106";
}

/* ドロップダウン */
.cart_now .sod_select .sod_list_wrapper{
	width: 100%;
	margin: 0;
}

.cart_now .sod_select .sod_option{
	padding: 0 10px;
}

/* 合計 */
.buyall_cart__wrap{
	border-top: dotted 1px #9a9b9b;
	padding-top: 17px;
}

.cart_now .buyall_cart__total{
	float: left;
	width: 300px;
}

.buyall_cart__total__list{
	display: inline-block;
	font-size: 15px;
}

#buyall__total{
	font-size: 1.1em;
	letter-spacing: 1px;
}

#buyall__total_price{
	font-size: 1.1em;
}

.cart_now .buyall__error_message{
	color: #f00;
	font-size: 12px;
	margin-top: 3px;
	font-weight: bold;
}

/* -------- btn -------- */

/* comingsoon */
.coming_btn{
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	color: #848484;
	border-style: none;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #848484;
	box-sizing: border-box;
	padding-top: 2px;
}

/* cart */
.cart_btn{
	float: right;
	display: block;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	width: 305px;
	height:50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-style: none;
	outline: none;
	padding: 0;
	margin: 0;
	clear: none;
	background-color: #0286cd;
	box-sizing: border-box;
	padding-top: 2px;
}

.cart_btn i{
	padding-left: 10px;
	font-size: 24px;
}

.cart_btn.standby{
	background: rgb(153, 153, 153);
	cursor: default;
	opacity: 1 !important;
}

/* soldout */
.cart_now .soldout_btn{
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-style: none;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	background-color: #848484;
	box-sizing: border-box;
	padding-top: 2px;
}


/* step2 */
.buyall__item_area{
	float: none;
	width: 100%;
	border-top: 1px dotted #9a9b9b;
	padding: 15px 0;
}

.buyall__item_area:first-child{
	border-top: none;
}

.buyall__text_wrap{
	width: 500px;
	float: left;
	margin-left: 30px;
}

a.buyall_cart__btn{
	width: 300px;
	margin-bottom: 10px;
}

.cart_modal__item > div{
	display: inline-block;
}

.buyall__img{
	width: 160px;
}

.buyall__step_area{
	float: right;
}

.buyall_next__btn{
	text-align: right;

}

.buyall__total__wrap{
	margin-top: 15px;
}

.buyall__total{
	float: left;
}

.buyall__wrap{
	line-height: 45px;
	height: 45px;
	background-color: #000;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
	padding-top: 2px;
	cursor: pointer;
}

.buyall__wrap .buyall{
	text-decoration: none;
	color: #fff;
	display: block;
}

.buy_select_wrap{
	margin: 0 0 20px;
}
