@charset "utf-8";

/* ===================================================================
	コンテンツ
		01 基本設定
		02 購入フローフォーム共通設定
		03 エラーエリア
		04 左サイド
		05 右サイド
		06 セット割
		07 チェックボックス・ラジオボタン
		08 ポップアップ用
=================================================================== */


/* 01 基本設定
--------------------------------------------------------------------*/

.cart:before,
.cart:after {
	content: " ";
	display: block;
}
.cart:after {
	clear: both;
}
.cart {}
#cart_box {
	position: relative;
	width: 1080px;
}
.cart .stepimg {
	margin-bottom: 20px;
}

/*ERROR*/

.errorTextbox {
	text-align: center;
	margin: 0 auto 15px;
}


.sampleValue {
	color: #999;
}

.ast {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.4;
}
.back_shopping {
	margin-bottom: 50px;
	text-align: center;
}
/*最近カートに入れたアイテム*/
.section_pastcart {
	margin-bottom:40px;
}
.pastcart_heading {
	font-size: 18px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	text-align: left;
	margin: 0 0 50px;
	padding: 0 0 15px;
	border-bottom: 2px solid #9ea4a4;
}
/*ラッピングアイテム*/
.section_wrappiing {
	padding: 40px 0 0;
}
#wrapping_container .goods_item {
	max-width:25%;
}
.wrapping_title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}
.wrapping_subtitle {
	display:block;
}
.wrapping_subtitle a {
	display:inline-block;
	text-decoration:underline;
}

/* 02 購入フローフォーム共通設定
--------------------------------------------------------------------*/

.cart_form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cart_form_heading {
	max-width: 240px;
	-webkit-flex-basis: 240px;
	-ms-flex-preferred-size: 240px;
	flex-basis: 240px;
	padding: 28px 5px 15px 5px;
}
.cart_form_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 5px 15px 5px;
}
.cart_form_auto {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px 0 10px;
}
.cart_form_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: -10px;
	margin-left: -10px;
}
.cart_form_row  > [class*=col_] {
	padding-right: 10px;
	padding-left: 10px;
}
.col_cart_1 {
	-ms-flex: 0 0 8.333333333%;
	flex: 0 0 8.333333333%;
	max-width: 8.333333333%;
}
.col_cart_2 {
	-ms-flex: 0 0 16.666666667%;
	flex: 0 0 16.666666667%;
	max-width: 16.666666667%;
}
.col_cart_3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col_cart_4 {
	-ms-flex: 0 0 33.333333333%;
	flex: 0 0 33.333333333%;
	max-width: 33.333333333%;
}
.col_cart_5 {
	-ms-flex: 0 0 41.666666667%;
	flex: 0 0 41.666666667%;
	max-width: 41.666666667%;
}
.col_cart_6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col_cart_7 {
	-ms-flex: 0 0 58.333333333%;
	flex: 0 0 58.333333333%;
	max-width: 58.333333333%;
}
.col_cart_8 {
	-ms-flex: 0 0 66.666666667%;
	flex: 0 0 66.666666667%;
	max-width: 66.666666667%;
}
.col_cart_9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col_cart_10 {
	-ms-flex: 0 0 83.333333333%;
	flex: 0 0 83.333333333%;
	max-width: 83.333333333%;
}
.col_cart_11 {
	-ms-flex: 0 0 91.666666667%;
	flex: 0 0 91.666666667%;
	max-width: 91.666666667%;
}
.col_cart_12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col_cart_auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-height: 1px;
	position: relative;
}
.cart_input_group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.cart_input_group .cart_form_input {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}
.cart_input_group_inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cart_form_inline .cart_input_group {
	width: auto;
}
.cart_input_group_inline .cart_form_input {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.cart_input_group_prepend,
.cart_input_group_append {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cart_input_group_text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	font-size: 14px;
	text-align: center;
	padding: 0 5px 0 0;
}
.cart_input_group_append .cart_input_group_text {
	-ms-flex-pack: start; /*IE10*/
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: auto;
	padding: 0 0 0 5px;
}
.cart_input_group_addition {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	color: #747474;
	font-size: 11px;
	padding: 0 0 0 5px;
}
.cart_input_group_explanation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	padding: 0 0 0 10px;
}

.cart_address_info {
	font-size: 12px;
	line-height: 1.6;
}
.cart_form_detail #id {
	font-size: 14px;
	line-height: 40px;
}
.cart_form_detail .radio_box {
	line-height: 40px;
}
.cart_form .error_message {
	display: block;
	color: #ff3300;
	font-size: 12px;
}
.cart_form_input {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	background-image: none;
	padding: 0 12px;
	border: 1px solid #a6a6a6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cart_form_input::-webkit-input-placeholder,
.cart_form_input::-moz-placeholder,
.cart_form_input:-moz-placeholder,
.cart_form_input:-ms-input-placeholder {
	color: #ccc;
}
.has_feedback .cart_form_input {
	padding: 0 32px 0 12px;
}
.cart_form .tag.tag_required {
	position: relative;
	top: -2px;
}
.cart_form_text_help {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}
.cart_form_text_register {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}
.cart_form_text_note {
	color: #ff0000;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.cart_form_select {
	/* overflow: hidden; */
	display: inline-block;
	font-size: 14px;
	position: relative;
	border: 1px solid #a6a6a6;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* .cart_form_select:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	display: block;
	content: "";
	background: url(/static/full/images/common/mypage_select.png) center no-repeat;
	pointer-events: none;
	border-left: 1px solid #ccc;
} */

.cart_select {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(/static/full/images/common/mypage_select_arrow.png) right center no-repeat;
	background-size: 40px;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cart_form_radio {
	display: inline-block;
	vertical-align: middle;
}
.cart_form_radio + .cart_form_radio {
	margin-left: 20px;
}
.cart_form .radio_checkbox_parallel .radio_leftside input[type="radio"] + label {
	font-size: 14px;
	margin-right: 20px;
}
.cart_form .radio_checkbox_parallel .radio_leftside input[type="radio"] + label:last-child {
	margin-right: 0;
}
.cart_form .checkbox_parallel .check_leftside input[type="check"] + label {
	font-size: 14px;
}
.cart_form_input.wide_xs,
.cart_form_select.wide_xs,
.cart_form_radio.wide_xs {
	width: 120px;
}
.cart_form_input.wide_sm,
.cart_form_select.wide_sm,
.cart_form_radio.wide_sm {
	width: 210px;
}
.cart_form_input.wide_md,
.cart_form_select.wide_md,
.cart_form_radio.wide_md {
	width: 570px;
}
.cart_form_input.wide_lg,
.cart_form_select.wide_lg,
.cart_form_radio.wide_lg {
	width: 800px;
}

/* Safari対応ハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .cart_form_text--name {
		display: inline;
	}
	::i-block-chrome, .cart_form_input.wide_sm {
		width: 220px;
	}
}
_::-webkit-full-page-media, _:future, :root .cart_form_text--name {
	display: inline;
}
_::-webkit-full-page-media, _:future, :root .cart_form_input.wide_sm {
	width: 225px;
}

.search_zip {
	display: inline-block;
	color: #2423ff !important;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 1em;
	text-decoration: underline !important;
}
.value {
	position: relative;
	display: inline-block;
	font-size: 14px;
	min-height: 30px;
	line-height: 30px;
}
.value dt {
	font-size: 14px;
	background: url("/static/full/images/cart/pulldown.gif") 96px center no-repeat;
	background-size: 38px;
	display: inline-block;
	cursor: pointer;
	padding: 0;
}
.value #stateOrRegionUl dt span {
	font-size: 14px;
	width: 96px;
}
.value dt span {
	font-size: 14px;
	border: 1px #a6a6a6 solid;
	line-height: 38px;
	height: 38px;
	padding: 0 5px;
	display: inline-block;
	margin-right: 38px;
	text-align: center;
}

.value dd {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.value #stateOrRegionUl dd {
}
.value dd ul {
	border-top: 1px #a6a6a6 solid;
	border-right: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
	border-left: 1px #a6a6a6 solid;
	overflow-y: auto;
	max-height: 170px;
	box-sizing: border-box;
	margin-top: -1px;
}
.value dd ul.card {
	border-right: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
	border-left: 1px #a6a6a6 solid;
	overflow-y: auto;
	height: auto;
}
.value dd li {
	line-height: 23px;
	border-top: 1px #a6a6a6 solid;
	background-color: #FFF;
	cursor: pointer;
	text-align: center;
}
.value dd li:first-child {
	border-top: none;
}
.allconf {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	padding: 40px 0;
}
.required {
	display: inline-block;
	color: #ff3300;
	font-size: 11px;
	margin: 0 0 0 5px;
}

/* 03 エラーエリア (ログイン用はmembers.cssに記載)
--------------------------------------------------------------------*/

.cart .error_area {
	height: 26px;
	background: url("/static/full/images/cart/caution.gif") no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #f30;
}
.cart .error_area p {
	color: #f30;
	line-height: 26px;
}
.cart .error_area p:before {
	content: "※";
	padding-right: 3px;
}
.cart .errorSlot {
	color: #f30;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
}
.cart .errorSlot .errorText {
	color: #f30;
}
.cart .errorSlot .errorText:before {
	content: "※";
	padding-right: 3px;
}

/* セール時の注意文言 */

.cart #left_box #cart_info {
	border: 1px #ff0000 solid !important;
	margin-top: 5px;
	margin-bottom: 10px;
}
.cart #left_box #cart_info h3 {
	background-color: #ff0000;
	color: #ffffff;
}
.cart #left_box #cart_info p {
	color: #ff0000;
	padding: 10px;
}

/* 予約商品の注意文言 */

.cart #left_box .reserve_area {
	border: 1px #FF0000 SOLID;
	margin-bottom: 10px;
}
.cart #left_box .reserve_area h3 {
	background-color: #ff0000;
	color: #ffffff;
	padding: 5px 10px;
	margin-bottom: 0;
	border-bottom: none;
}
.cart #left_box .reserve_area p {
	padding: 10px;
	line-height: 26px;
	margin-bottom: 0;
}

/* 04 左サイド
--------------------------------------------------------------------*/

#cart_main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#left_box {
	width: 760px;
	float: left;
	margin-bottom: 50px;
}

/* カート内アイテム情報 */

#left_box .detail_area {
	width: 100%;
	border-bottom: 1px #aeaeae solid;
	padding: 0 0 15px 0;
	display: block;
	margin-bottom: 15px;
}
#left_box .cart_confirm,
#left_box .cart_complete {
	margin-bottom: 44px;
}
#left_box .cart_complete .detail_area:last-child,
#left_box .cart_confirm .detail_area:last-child {
	border-bottom: none;
}
#left_box .caption {
	line-height: 23px;
}
#left_box .detail_area td {
	vertical-align: middle;
	line-height: 1.6;
}
#left_box .detail_area .item_brand {
	padding-bottom: 2px;
	color: #a0a0a0;
	font-family: "Jost", sans-serif;
	font-size: 13px;
}
#left_box .detail_area .item_photo {
	width: 143px;
	padding-right: 15px;
}
#left_box .detail_area .item_photo img {
	vertical-align: top;
}
#left_box .detail_area .item_info {
	width: 100%;
	vertical-align: bottom;
}
#left_box .detail_area .item_detail {
	width: 100%;
}
#left_box .detail_area .item_name {
	/*	border-bottom: 1px #a7a7a7 solid;*/
	padding-bottom: 2px;
	font-size: 14px;
}
#left_box .leadtext {
	padding: 15px 0;
}

/* カラー・サイズ */

#left_box .detail_area .color_size {
	width: 100%;
}
#left_box .detail_area .color_size td {
	padding: 10px 0;
}

/* 価格エリア */

#left_box .detail_area .item_price {
	width: 100%;
}
#left_box .detail_area .item_price th {
	text-align: center;
	line-height: 25px;
	border-top: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
	width: 25%;
}
#left_box .cart_confirm .detail_area .item_price th,
#left_box .cart_complete .detail_area .item_price th {
	width: 33%;
}
#left_box .detail_area .item_price td {
	text-align: center;
	height: 90px;
	font-size: 17px;
	font-weight: bold;
}

/* 数量変更プルダウン */

#left_box .detail_area .item_price dl {
	position: relative;
	display: inline-block;
	width: 76px;
}
#left_box .detail_area .item_price dt {
	background: url("/static/full/images/cart/pulldown.gif") 38px center no-repeat;
	background-size: 38px auto;
	display: inline-block;
	cursor: pointer;
	width: 76px;
}
#left_box .detail_area .item_price dt span {
	height: 38px;
	padding: 0 10px;
	width: 38px;
}
#left_box .detail_area .item_price dd {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
}
#left_box .detail_area .item_price dd ul {
	border: 1px #a6a6a6 solid;
	margin-top: -2px;
	max-height: none;
	box-sizing: border-box;
}
#left_box .detail_area .item_price dd li {
	line-height: 26px;
	border-top: 1px #a6a6a6 solid;
	background-color: #FFF;
	cursor: pointer;
}
#left_box .detail_area .item_price dd li:first-child {
	border-top: none;
}
#left_box .price_off {
	color: red;
	line-height: 26px;
}
#left_box .p_down {
	text-decoration: line-through;
	line-height: 26px;
}

/* 変更・削除ボタン */

#left_box .detail_area .item_price .cd {
	font-size: 12px;
	/*
	width: 130px;
	padding-right: 10px;
*/
}
#left_box .detail_area .item_price .cd span {}
#left_box .detail_area .item_price .cd span a {
	display: block;
	width: 58px;
	line-height: 28px;
	border-radius: 50px;
	border: 1px #111 solid;
	margin: 5px auto 0;
	background: #111;
	color: #fff;
}
#left_box .detail_area .item_price .cd span:first-child a {
	margin: 0 auto;
}
#left_box .detail_area .item_price .cd span a:hover {
	font-weight: bold;
}

/*novel*/

.novelty_empty {
	font-size: 14px;
	color: #F00;
}
select::-ms-expand {
	display: none;
}
#noveltyRecordId {
    display: inline-block;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    background: url(/static/full/images/common/detailsearch_select_arrow.png) right center no-repeat;
    background-size: 38px;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    padding: 0 43px 0 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* 情報入力 */

#left_box .subtitle {
	font-size: 18px;
	line-height: 1.6;
	border-bottom: 1px solid #c1c1c1;
}

/*ご注文者情報入力*/

.input_delivery {
	margin-bottom: 44px;
}
.input_delivery .address_list {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.input_delivery .address_info {
	font-size: 12px;
	line-height: 1.6;
}
.input_delivery .select {
	width: 180px;
	padding-left: 10px;
	vertical-align: top;
	display: table-cell;
	line-height: 1.6;
}
.input_delivery .address {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
}
.input_delivery .edit_address {
	width: 120px;
	display: table-cell;
	vertical-align: bottom;
	padding-right: 10px;
}
.input_delivery .edit_address a {
	background-position: left bottom;
	display: block;
	line-height: 24px;
	padding-left: 30px;
	text-decoration: underline;
}
.input_delivery .edit_address a {
	color: #2423ff;
	background: url("/static/full/images/common/edit.gif") no-repeat;
	margin-bottom: 5px;
}
.input_delivery .edit_address a+a {
	color: #000;
	background: url("/static/full/images/common/delete.gif") no-repeat;
	background-position: left bottom;
}
.input_delivery .add_address {
	border-bottom: none;
	border-collapse: separate;
}
.input_delivery .add_address .select {
	line-height: 28px;
}
.input_delivery .add_address .address {
	line-height: 28px;
}
.input_delivery .add_address .select a {
	display: block;
	line-height: 28px;
}
.input_delivery .add_address .select a img {
	margin-right: 7px;
}

/* 配送日時指定 */

#left_box .delivery_date {
	margin-top: 10px;
	margin-bottom: 44px;
	padding: 0 10px;
	line-height: 1.6;
}
#left_box .delivery_date table {}
#left_box .delivery_date table th {
	width: 190px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 20px 10px;
}
#left_box .delivery_date table td {
	vertical-align: middle;
	padding: 0 0 20px;
}
#left_box .delivery_date table td input[type=checkbox] {
	/*	display: inline-block;*/
}
#left_box .delivery_date table td input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	/*	line-height: 30px;*/
	cursor: pointer;
}
.form_delivery .pulldown_area {
	position: relative;
	display: inline-block;
	width: 210px;
}
.form_delivery .pulldown_area dt {
	background: url("/static/full/images/cart/pulldown.gif") 172px center no-repeat;
	background-size: 38px auto;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}
.form_delivery .pulldown_area span {
	border: 1px #a6a6a6 solid;
	padding: 0 10px;
	display: inline-block;
	width: 172px;
	text-align: center;
}
.form_delivery .pulldown_area dd {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;

}
.form_delivery .pulldown_area dd ul {
	border-top: 1px #a6a6a6 solid;
	border-right: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
	border-left: 1px #a6a6a6 solid;
	margin-top: -1px;
}
.form_delivery .pulldown_area dd li {
	line-height: 26px;
	border-top: 1px #a6a6a6 solid;
	background-color: #FFF;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.form_delivery .pulldown_area dd li:first-child {
	border-top: none;
}
.form_delivery .value input[type="checkbox"] {
	margin-right: .5em;
	vertical-align: top;
}
#left_box .delivery_date p {
	font-size: 11px;
	padding: 0 10px;
}

/* お支払い方法選択 */

#left_box .payment_method {
	width: 100%;
	border-top: 1px #adadad solid;
	border-collapse: separate;
	padding: 20px 0 10px;
	margin: 10px 0;
}
#left_box .payment_method_wrapper .payment_method:first-of-type {
	border-top: none;
	padding-top: 10px;
}
#left_box .payment_method_wrapper {
	margin-bottom: 44px;
}
#left_box .payment_method_inner {}
#left_box .payment_method .payment_method_inner .select {
	min-width: 220px;
	height: 43px;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}
#left_box .payment_method .payment_method_inner .select img {
	vertical-align: middle;
}
/*#left_box .payment_method .payment_method_inner .cart_form_heading {
	min-width: 185px;
	text-align: left;
	padding-left: 45px;
}*/
#left_box .payment_method .payment_method_inner .value dt {
	background: url("/static/full/images/cart/pulldown.gif") 142px center no-repeat;
	background-size: 38px auto;
	display: inline-block;
	cursor: pointer;
	width: 180px;
	z-index: 1;
}
#left_box .payment_method .payment_method_inner .value dt span {
	width: 142px;
}
#left_box .payment_method .payment_method_inner .value dd {
	z-index: 2;
}
#left_box .payment_method .payment_method_inner dd .addition {
	font-size: 11px;
	vertical-align: middle;
	color: #747474;
	margin-left: 1em;
}
#left_box .payment_method .payment_method_inner .security input {
	width: 130px;
}
#left_box .payment_method .payment_method_inner dd .explanation {
	background: url("/static/full/images/cart/cart_q.gif") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	margin-left: 30px;
	background-size: 15px;
	line-height: 15px;
	font-size: 12px;
	vertical-align: middle;
}
#left_box .payment_method .payment_method_inner dd .explanation a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
}

/* ポイントのご利用 */

#left_box .point_area {
	padding: 0 0 44px 10px;
}
/*#left_box .point_area p {}
#left_box .point_area p span {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
	font-size: 20px;
}
#left_box .point_area table {
	margin: 10px 0;
}
#left_box .point_area table th {
	padding: 10px 0 10px 35px;
	width: 180px;
}
#left_box .point_area table td {
	position: relative;
	width: 515px;
}*/
.point_area_text {
	margin: 0 0 10px 0;
}
.point_area_num {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px;
}
.cart_point_input {
	width: 192px;
	height: 40px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 8px 5px;
}

#left_box .point_area table td span.errorText {
	color: #f30;
	top: -12px;
}
.point_area_text--inline {
	font-size: 12px;
	margin-left: 10px;
}
.point_area_text_help {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

/* 優待コード */

#left_box .special_code {
	margin-top: 10px;
	margin-bottom: 44px;
	padding: 0 0 0 10px;
}
.special_code_text {
	margin: 0 0 10px 0;
}
.special_code_input {
	width: 192px;
	height: 40px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 8px 5px;
}
.special_code_text_help {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}
.special_code_text_bold {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
/* 選択クーポン */
#left_box .special_coupon {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 0 0 10px;
}
.cart_coupon_text {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.cart_coupon_list {}
.cart_coupon_item {}
.cart_coupon_item + .cart_coupon_item {
	margin-top: 8px;
}

/* 注文内容確認ページ */

#left_box .confirmation {
	line-height: 23px;
	margin-top: 10px;
	margin-bottom: 44px;
}
#left_box .confirmation table {
	width: 100%;
}
#left_box .confirmation table th {
	width: 180px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}
#left_box .confirmation table td {
	width: 333px;
	vertical-align: top;
}
#left_box table .change {
	width: 130px;
	padding-right: 10px;
	text-align: right;
}
.btn_edit_change {
	display: inline-block;
	width: 58px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	background-color: #000;
	border-radius: 5px;
	border: 1px #000 solid;
}
.btn_edit_change:hover {
	color: #fff;
	text-decoration: none;
}

/* ポイントのご利用確認・変更 */

#left_box .point_use {
	margin: 10px 0 44px  0;
}
#left_box .point_use td {
	vertical-align: middle;
	line-height: 30px;
}
#left_box .point_use table {
	/*	width: 652px;*/
	width: 100%;
}

/* ニュース レターを受け取る確認・変更 */

#left_box .mailmagazine {
	margin-top: 10px;
	margin-bottom: 44px;
	padding: 0 0 0 10px;
	line-height: 1.6;
}
#left_box .mailmagazine .agree_area {
	margin: 10px 0;
}
#left_box .mailmagazine p {}

#left_box .mailmagazine .allRelease {
	border: none;
	background-color: #999999;
	padding: 2px 20px;
	margin: 10px 10px 10px 0;
	color: #fff;
	border-radius: 10px;
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.8);
}

/* 注文内容完了ページ */

#thx_area {
	text-align: center;
	padding: 30px 0 30px 0;
	border-bottom: 1px #aeaeae solid;
	margin-bottom: 30px;
}
#thx_area p {
	text-align: center;
}
#thx_area .order_num {
	margin: 20px 0;
	font-size: 15px;
}
#thx_area .order_num span {
	font-weight: bold;
}
/*.thx_area_title {
	font-size: 50px;
	line-height: 50px;
	padding: 0;
}*/
.thx #left_box .confirmation {
	padding: 0px 20px 0px 10px;
}
.thx #left_box .confirmation td.address {
	padding: 0 0 0 10px;
}

/* 05 右サイド
--------------------------------------------------------------------*/

#right_box {
	float: right;
	width: 280px;
	z-index: 990;
}
#user_box {
	background-color: #FFF;
	border: 3px #d6d6d6 solid;
	width: 280px;
	padding: 20px 17px;
}
#user_box .price_list {
	width: 240px;
	line-height: 22px;
	border-bottom: 1px #d6d6d6 dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#user_box .price_list dt {
	float: left;
	/*	width: 120px;*/
	width: 60%;
}
#user_box .price_list dd {
	float: right;
	/*	width: 136px;*/
	width: 40%;
	text-align: right;
}
#user_box .price_list dd.offPrice {
	color: #ff0000;
}
#user_box .price_total {
	font-weight: bold;
	line-height: 50px;
}
#user_box .price_total.last {
	color: #f30;
}
#user_box .price_total dt {
	float: left;
	/*width: 110px;*/
	width: 50%;
	font-size: 16px;
}
#user_box .price_total dt span {
	font-size: 11px;
}
#user_box .price_total dd {
	float: left;
	/*width: 146px;*/
	width: 50%;
	text-align: right;
	font-size: 25px;
}
#user_box .postage_price {
	text-align: center;
}
#user_box .postage_price span {
	/*	background: url("/static/full/images/cart/cart_postage.gif") no-repeat left center;*/
	line-height: 26px;
	/*	padding-left: 35px;*/
	margin: 0 auto;
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
	display: inline-block;
}
#user_box .postage_price a {
	color: #ff0000;
}
#user_box .campaign_list {
	margin: 10px 0;
	line-height: 1.6;
}
.campaign_heading {
	margin-bottom: 5px;
}
.campaign_data {}
.campaign_data--item {
	color: #ff0000;
	line-height: 1.2;
}
.campaign_data--item + .campaign_data--item {
	margin-top: 2px;
}
.campaign_data--text {
	color: #ff0000;
}

/* ログインエリア */

#user_box .login_area {
	margin-top: 30px;
}
#user_box .login_area p {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}
#user_box .login_area dl {
	/* display: table; */
	/* width: 240px; */
	margin: 0 auto 5px;
	position: relative;
}
#user_box .login_area dt,
#user_box .login_area dd {
	/* display: table-cell; */
	vertical-align: baseline;
	margin-bottom: 3px;
}
#user_box .login_area dt {
	/* width: 70px; */
}
#user_box .login_area dd {
	/* width: 170px;
	height: 26px; */
}
#user_box .login_area dd input {
	width: 100%;
	height: 40px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 3px;
	border: 1px solid #ddd;
	padding: 8px 5px;
}
#user_box .login_area dd .error_message {
	display: block;
	color: #f30;
	font-size: 11px;
	/* position: absolute;
	top: 0;
	right: 0; */
}
#user_box .login_area .forgot {
	background: url("/static/full/images/cart/cart_q.gif") no-repeat left center;
	line-height: 16px;
	display: block;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 12px;
	padding-left: 20px;
	line-height: 1.6;

}
#user_box .login_area .forgot a {
	color: #2423ff;
}

/* ご利用規約 */
.cart_agreement {
	margin-bottom: 15px;
}
.cart_agreement_check {}
.cart_agreement_text {
	line-height: 1.4;
	margin-bottom: 10px;
}
.cart_agreement_link {
	color: #000;
	text-decoration: underline;
}

/* 購入・会員登録系ボタン */

#user_box .cart_btn a {
	line-height: 50px;
	width: 100%;
	margin: 20px 0 0;
}
#user_box .back_btn {
	border: none;
}
#user_box .back_btn a {
	line-height: 50px;
	width: 100%;
	padding: 0;
	margin-top: 15px;
}
#user_box .login_area .registration {
	text-align: center;
}
#user_box .login_area .registration a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	padding: 11px 0 8px;
	line-height: 15px;
	width: 100%;
	/* background: #333;
	border: 1px solid #333; */
}
#user_box .login_area .registration a span {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#user_box .login_area .registration a:hover {
	text-decoration: none;
	font-weight: bold;
}
#user_box .mypege_btn a {
	display: block;
	width: 100%;
	line-height: 52px;
}

/* バナーエリア */

#bnr_area {
	width: 280px;
	text-align: center;
}
#bnr_area .title_bg {
	background: url("/static/full/images/cart/bnr_info.gif") no-repeat 15px center;
	padding: 20px 0 10px 75px;
	margin: 10px 0;
	border-bottom: 1px #d6d6d6 solid;
	text-align: left;
}
#bnr_area .title_bg p {
	font-size: 13px;
	font-weight: bold;
	color: #5a5655;
}
#bnr_area ul {
	padding: 0 10px;
}
#bnr_area ul li {
	margin-bottom: 15px;
}
#bnr_area li img {
	max-width: 276px;
}

/* 06 セット割
--------------------------------------------------------------------*/

.detail_area .color_size .choose_set {
	text-align: right;
}

/* 07 チェックボックス・ラジオボタン
--------------------------------------------------------------------*/

#cart input[type="checkbox"] + label {
	line-height: 24px;
}
.form_checkbox_left input[type="checkbox"] + label {
		padding:0 0 0 25px;
}
.form_checkbox_left .allCheck {
		padding:0 0 0 25px;
		display:inline-block;
		content:"";
		background:rgba(0, 0, 0, 0) url(../images/common/formparts/bg_checkbox.gif) no-repeat;
		background-size:24px auto;
		background-position:left top;
}
.form_checkbox_left .allCheck.active:before ,
.form_checkbox_left input[type="checkbox"] + label:before {
		position:absolute;
		top:0;
		left:0;
}

/* 08 ポップアップ用
--------------------------------------------------------------------*/

#popup-content1,
#popup-content2 {
	margin: 0;
	border: 2px solid #d6d6d6;
	width: 400px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 9999;
	padding-bottom: 20px;
	text-align: center;
}
#popup-content1 p,
#popup-content2 p {
	text-align: left;
	padding: 15px 15px 10px 15px;
	font-size: 11px;
	line-height: 20px;
}
#popup-content1 p span {
	text-align: left;
	color: rgb(200, 18, 32);
}
#popup-content1 span {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
#popup-content1 .close_btn,
#popup-content2 .close_btn {
	text-decoration: underline;
	margin-top: 30px;
	background: #333333;
	color: #FFFFFF;
	padding: 5px;
}
#popup-overlay {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
.reserve_area p:before {
	content: "" !important;
	padding-right: 0 !important;
}
.reserve_area p {
	line-height: 1.2;
}
.cart_u_text_indent {
	margin-left: 1em;
	text-indent: -1em;
}
.section_directrecommend {
	/*	width:1000px;*/
	width: 1190px;
	text-align: left;
	margin: 0 auto 50px;
}
.section_directrecommend .item_container li:nth-of-type(5) a {
	margin: 0;
}

/* AUかんたん決済info */
.payment_method_info {
	padding-left: 35px;
}
.payment_method_info a {
	display: inline-block;
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
	background: url(/static/full/images/cart/cart_q.gif) left center no-repeat;
	padding: 5px 10px 5px 20px;
}
.payment_method_image {
	width: 320px;
	height: auto;
	vertical-align: middle;
}

/*==== ↓キャリア決済 ====*/

#thx_area.carrier_paylp {
	text-align: left;
	border: none;
	padding: 0 34px;
	text-align: center;
	margin: 60px 0;
}
#thx_area.carrier_paylp strong {
	font-size: 100%;
	font-weight: normal;
}
#thx_area.carrier_paylp .submitbtn {
	color: #fff;
	font-weight: bold;
	background: #000;
	border-radius: 3px;
	padding: 10px 60px;
}

/*==== ↑キャリア決済 ====*/

#order_amazonPay .layoutType_flexbox {
	justify-content:start;
}
#order_amazonPay .flexbox_item {}
#order_amazonPay .flexbox_item + .flexbox_item {
	margin-left:calc(190px - 74px);
}
#order_amazonPay .payment_method_inner {
	padding-left:10px;
}

.linkcre_paylp {}
.thx_area_ttl {
	font-size:18px;
	font-weight:bold;
}
.thx_area_text {
	margin:30px auto;
}

/* XX ヘッダー/フッターの項目非表示用
--------------------------------------------------------------------*/
.header_info,
.header_caution,
.header_sub_nav,
.header_bottom,
.footer_logo,
.footer_sitemap_main,
.footer_official {
	display: none!important;
}
.header_top_inner {
	-webkit-justify-content: center;
	justify-content: center;
}
.bread {
	visibility: hidden;
}
.footer_sitemap_content {
	padding: 0;
}
.footer_sitemap_sub {
	display: block;
	width: 1200px;
	margin: 0;
}
.footer_nav_block {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.footer_nav_list:before,
.footer_nav_list:after {
	content: none;
}
.footer_nav_list {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}
.footer_nav_item {
	padding: 0 10px;
}
