@charset "utf-8";
/* ===================================================================
	コンテンツ
		01 基本設定
		02 パンクズ
		03 エラーエリア
		04 左サイド
		05 右サイド
		06 セット割
		07 チェックボックス・ラジオボタン
		08 ポップアップ用
		09
		10 購入フローフォーム共通設定
=================================================================== */
/* 01 基本設定
--------------------------------------------------------------------*/
#cart:before, #cart:after {
	content: " ";
	display: block;
}
#cart:after {
	clear: both;
}
#cart {
	width: 1000px;
	text-align: left;
	margin: 0 auto 50px;
}
#cart h2 {
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    clear: both;
    border-bottom: 2px #d6d6d6 dotted;
}
#cart_box {
	position: relative;
	width: 990px;
}
#cart .stepimg {
	margin-bottom: 20px;
}
/*EFO　チェック*/

.ok {
	color: #cc0033 !important;
	margin-left: 5px;
}

.errorText{
	color: #cc0033 !important;
}

.back_shopping {
	margin-bottom: 50px;
	text-align: center;
}
.back_shopping_list {}
.back_shopping_item {}
.back_shopping_item + .back_shopping_item {
	margin-top: 5px;
}

/* 02 パンクズ
--------------------------------------------------------------------*/

#cart .bread {
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
	float: left;
	font-size: 10px;
}



/* 03 エラーエリア (ログイン用はmembers.cssに記載)
--------------------------------------------------------------------*/

#cart .error_area {
	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: #cc0033;
}
#cart .error_area p {
	color: #cc0033;
}
#cart .error_area p:before {
	content: "※";
	padding-right: 3px;
}
#cart .errorSlot {
	color: #cc0033;
}
#cart .errorSlot .errorText {
	color: #cc0033;
}
#cart .errorSlot .errorText:before {
	content: "※";
	padding-right: 3px;
}
#cart #left_box .errorSlot {
	background: url("/static/full/images/cart/caution.gif") no-repeat left center;
	padding-left: 17px;
	margin-top: 20px;
	line-height: 20px;
	background-size: 14px;
	font-weight: normal;
}

/* セール時の注意文言 */
#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;
	}
	#cart #left_box .reserve_area p {
		padding: 10px;
	}

/* 04 左サイド
--------------------------------------------------------------------*/
#cart_main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#left_box {
	width: 663px;
	float: left;
	margin-bottom: 50px;
}
#left_box .form_confirm {
	padding: 20px 10px;
}

/* カート内アイテム情報 */

#left_box .detail_area {
	width: 663px;
	border-top: 1px #aeaeae solid;
	border-bottom: 1px #aeaeae solid;
	padding: 15px 0;
	display: block;
	margin-bottom: 20px;
}
#left_box .detail_area td {
	vertical-align: middle;
	line-height: 1.6;
}
#left_box .detail_area .item_photo {
	width: 143px;
}
#left_box .detail_area .item_photo img {
	width: 143px;
	height: auto;
	vertical-align: top;
}
#left_box .detail_area .item_info {
	width: 100%;
	vertical-align: bottom;
}
#left_box .detail_area .item_detail {
	margin-left: 15px;
}
#left_box .detail_area .item_name {
	border-bottom: 1px #a7a7a7 solid;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
}
/* カラー・サイズ */

#left_box .detail_area .color_size {
	width: 505px;
}
#left_box .detail_area .color_size td {
	padding: 10px 0;
}
/* 価格エリア */

#left_box .detail_area .item_price {
	width: 505px;
}
#left_box .detail_area .item_price th {
	text-align: center;
	line-height: 25px;
	border-top: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
}
#left_box .detail_area .item_price td {
	text-align: center;
	min-height: 90px;
	font-size: 17px;
	font-weight: bold;
}
#left_box .detail_area .item_price td .price_discountrate {
	display: block;
	color: red;
}
#left_box .detail_area .item_price td:first-child .price_discountrate {
	text-align: right;
}

/* 数量変更プルダウン */

#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") 45px center no-repeat;
	display: inline-block;
	cursor: pointer;
	width: 76px;
}
#left_box .detail_area .item_price dt span {
	border: 2px #d6d6d6 solid;
	line-height: 26px;
	padding: 0 10px;
	display: inline-block;
	margin-right: 34px;
	width: 18px;
}
#left_box .detail_area .item_price dd {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 42px;
	padding-right: 33px;
}
#left_box .detail_area .item_price dd ul {
	border-right: 2px #d6d6d6 solid;
	border-bottom: 2px #d6d6d6 solid;
	border-left: 2px #d6d6d6 solid;
}
#left_box .detail_area .item_price dd li {
	line-height: 26px;
	border-top: 1px #d6d6d6 solid;
	background-color: #FFF;
	cursor: pointer;
	width: 38px;
}
#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;
	margin: 0 0 0 auto;
	border: 2px #d6d6d6 solid;
	margin-top: 5px;
	font-weight: bold;
}
#left_box .detail_area .item_price .cd span:first-child a {
	margin-top: 0px;
}
#left_box .detail_area .item_price .cd span a:hover {
	font-weight: bold;
}
/* 情報入力 */

#left_box h3 {
	background-color: #d6d6d6;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}
/*ご注文者情報入力*/

#left_box .input_delivery {
	margin: 20px 10px 30px;
	color: #555555;
}
#left_box .input_delivery p {
	margin-bottom: 20px;
}
#left_box .input_delivery ul {
	width: 620px;
	margin: 0 auto;
}
#left_box .input_delivery ul li:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#left_box .input_delivery ul li p {
	line-height: 30px;
	float: left;
	width: 180px;
}
#left_box .input_delivery ul li p.destination input {
	width: 135px;
}
#left_box .input_delivery ul li p:first-child span {
	color: #cc0033;
	margin-left: 3px;
}
#left_box .input_delivery ul li p+p {
	float: left;
	width: 440px;
}
#left_box .input_delivery ul li p+p input {
	border: 2px #d6d6d6 solid;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 5px;
}
#left_box .input_delivery ul li p+p .name {
	width: 25px;
	display: inline-block;
}
#left_box .input_delivery ul li p+p .name+input {
	margin-left: 0;
	margin-right: 5px;
	width: 135px;
}
#left_box .input_delivery ul li p+p .name:after {
	content: ":";
	padding-left: 5px;
}
#left_box .input_delivery ul li .postal_Code .name+input {
	margin-right: 0;
	content: "〒";
}
#left_box .input_delivery .note {
	width: 620px;
	margin: 0 auto 50px auto;
}
#left_box .input_delivery .allconf {
	text-align: center;
	margin-bottom: 50px;
}
/* 数量変更プルダウン */

#left_box .input_delivery dl {
	position: relative;
	display: inline-block;
	width: 141px;
}
#left_box .input_delivery ul li dt {
	background: url("/static/full/images/cart/pulldown.gif") 111px center no-repeat;
	display: inline-block;
	cursor: pointer;
	width: 141px;
}
#left_box .input_delivery ul li dt span {
	border: 2px #d6d6d6 solid;
	line-height: 26px;
	padding: 0 10px;
	display: inline-block;
	margin-right: 34px;
	width: 84px;
	text-align: center;
}
#left_box .input_delivery ul li dd {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 108px;
	padding-right: 33px;
}
#left_box .input_delivery ul li dd ul {
	border-right: 2px #d6d6d6 solid;
	border-bottom: 2px #d6d6d6 solid;
	border-left: 2px #d6d6d6 solid;
	overflow-y: auto;
	height: 200px;
}
#left_box .input_delivery ul li dd li {
	line-height: 26px;
	border-top: 1px #d6d6d6 solid;
	background-color: #FFF;
	cursor: pointer;
	width: 104px;
	text-align: center;
}
#left_box .input_delivery ul li dd li:first-child {
	border-top: none;
}
/* お届け先入力 */

#left_box .input_delivery {} #left_box .input_delivery table {
	padding: 20px 0;
	display: block;
	border-bottom: 1px #adadad solid;
	border-collapse: collapse;
}
#left_box .input_delivery .separate {
	border-collapse: separate;
}
#left_box .input_delivery table tr {} #left_box .input_delivery .select {
	width: 180px;
	padding-left: 10px;
	vertical-align: top;
}
#left_box .input_delivery .address {
	width: 333px;
}
#left_box .input_delivery .edit_address {
	width: 120px;
	vertical-align: bottom;
	background: url("/static/full/images/cart/edit.gif") no-repeat;
	background-position: 10px bottom;
	text-align: right;
	padding-right: 20px;
}
#left_box .input_delivery .edit_address a {
	color: #2423ff;
	text-decoration: underline;
}
#left_box .input_delivery .add_address {
	border-bottom: none;
	border-collapse: separate;
}
#left_box .input_delivery .add_address td {
	line-height: 30px;
	padding-left: 10px;
}
#left_box .input_delivery .add_address td a img {
	margin-right: 7px;
}
/* 配送日時指定 */

#left_box .delivery_date {
	padding: 20px 10px;
}
#left_box .delivery_date table {} #left_box .delivery_date table th {
	width: 190px;
	padding-left: 10px;
	padding: 0 0 20px 10px;
}
#left_box .delivery_date table td {
	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;
}

@media (min-width: 1px) {
	#left_box .delivery_date table td input[type=checkbox] {
		display: none;
		margin: 0;
	}
	#left_box .delivery_date table td input[type=checkbox] + label {
		line-height: 18px;
		padding-left: 20px;
		margin-bottom: 5px;
	}
	#left_box .delivery_date table td input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
	}
	#left_box .delivery_date table td input[type=checkbox] + label::before {
		width: 15px;
		height: 15px;
		background: url("/static/full/images/common/check.gif") no-repeat;
		background-size: 15px;
	}
	#left_box .delivery_date table td input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 0;
		display: block;
		left: 0;
	}
	#left_box .delivery_date table td input[type=checkbox]:checked + label::after {
		width: 15px;
		height: 15px;
		background: url("/static/full/images/common/checked.gif") no-repeat;
		background-size: 15px;
	}
}

#left_box .delivery_date table dl {
	position: relative;
	display: inline-block;
	width: 300px;
}
#left_box .delivery_date table dt {
	background: url("/static/full/images/cart/pulldown.gif") 147px center no-repeat;
	display: inline-block;
	cursor: pointer;
	width: 300px;
}
#left_box .delivery_date table dt span {
	border: 2px #d6d6d6 solid;
	line-height: 26px;
	/*padding: 0 10px;*/
	display: inline-block;
	margin-right: 34px;
	width: 142px;
	text-align: center;
}
#left_box .delivery_date table dd {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 144px;
	padding-right: 33px;
}
#left_box .delivery_date table dd ul {
	border-right: 2px #d6d6d6 solid;
	border-bottom: 2px #d6d6d6 solid;
	border-left: 2px #d6d6d6 solid;
}
#left_box .delivery_date table dd li {
	line-height: 26px;
	border-top: 1px #d6d6d6 solid;
	background-color: #FFF;
	cursor: pointer;
	width: 140px;
	text-align: center;
}
#left_box .delivery_date table dd li:first-child {
	border-top: none;
}

#left_box .delivery_date .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 {
	padding: 20px 10px;
}
#left_box .payment_method table {
	border-top: 1px #adadad solid;
	margin-top: 10px;
	border-collapse: separate;
	padding-top: 10px;
	width: 100%;
}
#left_box .payment_method table:first-child {
	border-top: none;
	margin-top: 0px;
	padding-top: 0;
}
#left_box .payment_method table .select {
	padding-left: 10px;
}
#left_box .payment_method table th {
	padding: 10px 0 10px 45px;
	width: 180px;
}
#left_box .payment_method table td {
	padding: 10px 0;
}
#left_box .payment_method table td input {
	margin: 0;
	border: 2px #d6d6d6 solid;
	height: 26px;
	padding: 0 5px;
}
#left_box .payment_method .security3d {
	margin-left: 35px;
	padding: 1em 0 0 0;
	color: #ff0000;
}
#left_box .payment_method .security3d a {
	text-decoration: underline;
	color: #ff0000;
}
#left_box .payment_method table .expiry {
	font-weight: bold;
}
#left_box .payment_method table .expiry dl {
	width: 180px;
}
#left_box .payment_method table .expiry input+dl {
	margin-left: 0;
}
#left_box .payment_method table .expiry input+dl+input+dl {
	margin-left: 10px;
}
#left_box .payment_method table dl {
	position: relative;
	display: inline-block;
	width: 300px;
}
#left_box .payment_method table dt {
	background: url("/static/full/images/cart/pulldown.gif") 147px center no-repeat;
	display: inline-block;
	cursor: pointer;
	width: 180px;
}
#left_box .payment_method table dt span {
	display: inline-block;
	width: 120px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	margin-right: 34px;
	padding: 0 10px;
	border: 2px #d6d6d6 solid;
}
#left_box .payment_method table dd {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 144px;
	padding-right: 33px;
}
#left_box .payment_method table dd ul {
	border-right: 2px #d6d6d6 solid;
	border-bottom: 2px #d6d6d6 solid;
	border-left: 2px #d6d6d6 solid;
}
#left_box .payment_method table dd li {
	line-height: 26px;
	border-top: 1px #d6d6d6 solid;
	background-color: #FFF;
	cursor: pointer;
	width: 140px;
	text-align: center;
	font-weight: normal;
}
#left_box .payment_method table dd li:first-child {
	border-top: none;
}
#left_box .payment_method table td .addition {
	font-size: 11px;
	color: #747474;
}
#left_box .payment_method table .security input {
	width: 130px;
}
#left_box .payment_method table td .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;
}
#left_box .payment_method table td .explanation a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
}

/* AmazonPay決済 */
.payment_amazon_image {}

.payment_amazon_link {
	color: #000;
	font-size: 12px;
	line-height: 1.2;
}

.payment_amazon_link:link,
.payment_amazon_link:visited,
.payment_amazon_link:hover,
.payment_amazon_link:active {
	text-decoration: underline;
}


/* ポイントのご利用 */

#left_box .point_area {
	padding: 20px 0 20px 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: 400px;
}
#left_box .point_area table td input {
	margin: 0 10px 0 0;
	border: 2px #d6d6d6 solid;
	height: 26px;
	padding: 0 5px;
}
#left_box .point_area table td span {
	display: block;
	position: absolute;
	font-size: 11px;
	color: #747474;
}
#left_box .point_area table td span.check {
	top: 10px;
	left: 330px;
	font-size: 12px;
	color: #000;
}
#left_box .point_area table td span.errorText {
	color: #cc0033;
	top: -12px;
}
/* 優待コード */

#left_box .special_code {
	padding: 20px 0 20px 10px;
}
#left_box .special_code table {
	margin: 10px 0;
}
#left_box .special_code table th {
	padding: 10px 0 10px 35px;
	width: 180px;
}
#left_box .special_code table td {
	padding: 10px 0;
}
#left_box .special_code table td input {
	margin: 0 10px 0 0;
	border: 2px #d6d6d6 solid;
	height: 26px;
	padding: 0 5px;
}
#left_box .special_code table .explanation {
	background: url("/static/full/images/cart/cart_q.gif") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
}
#left_box .special_code table .explanation a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
}

/* 選択クーポン */

#left_box .special_coupon {
	padding: 20px 0 20px 10px;
}
#left_box .special_coupon table {
	margin: 10px 0;
}
#left_box .special_coupon table th {
	padding: 10px 0 10px 35px;
	width: 180px;
}
#left_box .special_coupon table td {
	padding: 10px 0;
}
#left_box .special_coupon table td input {
	margin: 0 10px 0 0;
	border: 2px #d6d6d6 solid;
	height: 26px;
	padding: 0 5px;
}
#left_box .special_coupon table .explanation {
	background: url("/static/full/images/cart/cart_q.gif") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
}
#left_box .special_coupon table .explanation a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
}
#left_box .special_coupon table td ul li {
	margin-bottom: 7px;
}

/* 注文内容確認ページ */

#left_box .confirmation {
	padding: 20px 0;
}
#left_box .confirmation table {} #left_box .confirmation table th {
	width: 180px;
	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;
}
#left_box table .change a {
	width: 58px;
	line-height: 28px;
	display: inline-block;
	border: 2px #d6d6d6 solid;
	text-align: center;
	font-weight: bold;
}
/* ポイントのご利用確認・変更 */

#left_box .point_use {
	padding: 20px 0 20px 10px;
}
#left_box .point_use table {
	width: 652px;
}
/* メールマガジンを受け取る確認・変更 */

#left_box .mailmagazine {
	padding: 13px 0 20px 10px;
}
#left_box .mailmagazine h4 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px #DDD solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#left_box .mailmagazine li {
	padding-left: 10px;
}
#left_box .mailmagazine li:last-child {
	margin-bottom: 20px;
}
#left_box .mailmagazine p {
	padding: 10px 10px 10px 0;
}

/* 注文内容完了ページ */

#thx_area {
	text-align: center;
	padding: 30px 0 30px 0;
	border-top: 1px #aeaeae solid;
}
#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 strong {
	font-size: 50px;
	line-height: 50px;
	padding: 0;
	font-family: 'Droid Serif', serif;
}
.thx #left_box .confirmation {
	padding: 20px 20px 20px 10px;
}
.thx #left_box .confirmation td.address {
	padding: 0 0 0 10px;
}
/* 05 右サイド
--------------------------------------------------------------------*/

#right_box {
	float: right;
	width: 296px;
	z-index: 990;
}
#user_box {
	background-color: #FFF;
	border: 3px #d6d6d6 solid;
	width: 256px;
	padding: 20px 17px;
}
#user_box .price_list {
	width: 256px;
	line-height: 22px;
	border-bottom: 1px #d6d6d6 dotted;
	padding-bottom: 10px;
}
#user_box .price_list dt {
	float: left;
	width: 120px;
}
#user_box .price_list dd {
	float: right;
	width: 136px;
	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: #cc0033;
}
#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 {
	background: url("/static/full/images/cart/cart_postage.gif") no-repeat left center;
	line-height: 26px;
	padding-left: 35px;
	width: 180px;
	margin: 0 auto 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
}
	#user_box .postage_price a {
		color: #ff0000;
	}
#user_box .tos {
	margin-bottom: 10px;
}
#user_box .cart_agreement {
	margin-top: 20px;
}
#user_box .cart_agreement_text a {
	color: #0000ff;
	text-decoration: underline;
}
#user_box .form_checkbox_left input[type=checkbox] + label {
	line-height: 2em;
}

/* ログインエリア */

#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;
}
#user_box .login_area dt {
	/* width: 70px; */
}
#user_box .login_area dd {
	/* width: 170px; */
	/* height: 26px; */
}
#user_box .login_area dd input {
	box-sizing: border-box;
	width: 252px;
	padding: 10px 35px 10px 10px;
}
#user_box .login_area dd .error_message {
	display: block;
	color: #cc0033;
	font-size: 11px;
	line-height: 11px;
	position: absolute;
	top: 2px;
	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 10px;
	text-decoration: underline;
	font-size: 12px;
	padding-left: 20px;
}
#user_box .login_area .forgot a {
	color: #2423ff;
}
#user_box .login_area p.exr_message,
#user_box .login_area p.exr_message a {
	font-size: 12px;
	color: red;
	font-weight: normal;
}
#user_box .login_area p.exr_message a {
	text-decoration: underline;
}

/*#20687 Input ログインフォーム IDクリア･PW可視化 start*/
.clear_form_input,
.password_visibility_input {
	position: relative;
}
.input_clear_button {
	display: none;
}
.input_clear_button.on {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.input_clear_button:before,
.input_clear_button:after{
	content: "";
	display: inline-block;
	height: 2px;
	background-color: #000;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.input_clear_button:before {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.input_clear_button:after {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}
.password_visibility_input .input_general {
	padding: 10px 35px 10px 10px;
}
.password_visibility_input.is_show .password_visibility_button {
	visibility: visible;
}
.password_visibility_button {
	visibility: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: .375rem .75rem;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: transparent;
	position:absolute;
	top:50%;
	right: -5px;
	transform: translateY(-50%);
}
.password_visibility_button:before{
	content: "";
	display:inline-block;
	width:16px;
	height:12px;
	background-image:url(/static/lite/images/common/commonparts/icon_visibility_off.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
}
.password_visibility_input.visible_password .password_visibility_button:before{
	background-image:url(/static/lite/images/common/commonparts/icon_visibility_on.png);
}
/*#20687 Input ログインフォーム IDクリア･PW可視化 end*/

/* 購入・会員登録系ボタン */

#user_box .cart_btn {
	text-align: center;
}
#user_box .cart_btn a {
	background-color: #cc0033;
	display: block;
	color: #FFF;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
}
#user_box .cart_btn a:hover {
	text-decoration: none;
	font-weight: bold;
}
#user_box .cart_btn {
	width: 256px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	/* background-color: #777777; */
	line-height: 50px;
}
#user_box .back_btn {
	width: 252px;
	text-align: center;
	border: 2px #cbcbcb solid;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
}
#user_box .back_btn a {
	display: block;
	color: #5a5655;
	background-color: #FFF;
}
#user_box .back_btn a:hover {
	text-decoration: none;
	font-weight: bold;
}
#user_box .login_area .registration {
	text-align: center;
}
#user_box .login_area .registration a {
	background-color: #000000;
	display: block;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	height: 40px;
	padding: 10px 0;
}
#user_box .login_area .registration a span {
	font-size: 10px;
	font-weight: normal;
}
#user_box .login_area .registration a:hover {
	text-decoration: none;
	font-weight: bold;
}
#user_box .mypege_btn {
	width: 252px;
	text-align: center;
	border: 2px #cbcbcb solid;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 10px;
}
#user_box .mypege_btn a {
	display: block;
	color: #5a5655;
	background-color: #FFF;
}
#user_box .mypege_btn a:hover {
	text-decoration: none;
	font-weight: bold;
}
/* バナーエリア */

#bnr_area {
	width: 258px;
	padding: 0 19px;
}
#bnr_area .title_bg {
	background: url("/static/full/images/cart/bnr_info.gif") no-repeat 5px top;
	/* height: 50px; */

	padding: 0px 0 10px 58px;
	width: 200px;
	margin: 20px 0 10px 0;
	border-bottom: 1px #d6d6d6 solid;
}
#bnr_area .title_bg p {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	color: #5a5655;
}
#bnr_area ul li {
	margin-bottom: 15px;
}
/* 06 セット割
--------------------------------------------------------------------*/

.detail_area .color_size .choose_set {
	text-align: right;
}
/* 07 チェックボックス・ラジオボタン
--------------------------------------------------------------------*/
/* チェックボックス */

.agree_area input[type=checkbox] {
	display: inline-block;
}
.agree_area input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
}
@media (min-width: 1px) {
	.agree_area input[type=checkbox] {
		display: none;
		margin: 0;
	}
	.agree_area input[type=checkbox] + label {
		padding: 7px 0 0 30px;
	}
	.agree_area input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
	}
	.agree_area input[type=checkbox] + label::before {
		width: 22px;
		height: 22px;
		background: url("/static/full/images/cart/check.gif") no-repeat;
		background-size: 22px 22px;
	}
	.agree_area input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 10px;
		display: block;
		left: 0;
	}
	.agree_area input[type=checkbox]:checked + label::after {
		width: 22px;
		height: 22px;
		background: url("/static/full/images/cart/checked.gif") no-repeat;
		background-size: 22px 22px;
	}
}
/* ラジオボタン */

.select input[type=radio] {
	display: inline-block;
}
.select input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}
@media (min-width: 1px) {
	.select input[type=radio] {
		display: none;
		margin: 0;
	}
	.select input[type=radio] + label {
		padding: 0 0 0 35px;
	}
	.select input[type=radio] + label::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 28px;
		height: 28px;
		background: url("/static/full/images/cart/choose.gif") no-repeat;
	}
	.select input[type=radio] + label::before {
		/* background: url("/static/full/images/cart/choose.gif") no-repeat; */
	}
	.select input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 28px;
		height: 28px;
		background: url("/static/full/images/cart/chosen.gif") no-repeat;
	}
}
/* 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;
}
#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: 1000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(168, 168, 168, 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;
}

#noveltyRecordId{
	width:100%;

}
.stocke_area {
	border: 1px #FF0000 SOLID;
	margin-bottom: 10px;
}
.stocke_area h3 {
	background-color: #ff0000!important;
	color: #ffffff;
}
.stocke_area p {
	padding: 10px;
}

/* 10 購入フローフォーム共通設定
-------------------------------------------------*/

.member_entry {}
.member_entry #left_box * {
	box-sizing: border-box;
}

.cart_form {}
.cart_form_heading,
.cart_form_detail {
	display: block;
	width: 100%;
}
.cart_form_heading {
	font-size: 12px;
	background-color: #f4f4f4;
	padding: 15px 20px;
}
.cart_form_detail {
	font-size: 12px;
	padding: 30px 20px;
}
.cart_form_auto {
	flex: 1;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
.cart_form_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: -10px;
	margin-left: -10px;
}
.cart_form_row  > [class*=col_] {
	padding-right: 10px;
	padding-left: 10px;
}
.col_cart_1 {
	flex: 0 0 8.333333333%;
	max-width: 8.333333333%;
}
.col_cart_2 {
	flex: 0 0 16.666666667%;
	max-width: 16.666666667%;
}
.col_cart_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col_cart_4 {
	flex: 0 0 33.333333333%;
	max-width: 33.333333333%;
}
.col_cart_5 {
	flex: 0 0 41.666666667%;
	max-width: 41.666666667%;
}
.col_cart_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col_cart_7 {
	flex: 0 0 58.333333333%;
	max-width: 58.333333333%;
}
.col_cart_8 {
	flex: 0 0 66.666666667%;
	max-width: 66.666666667%;
}
.col_cart_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col_cart_10 {
	flex: 0 0 83.333333333%;
	max-width: 83.333333333%;
}
.col_cart_11 {
	flex: 0 0 91.666666667%;
	max-width: 91.666666667%;
}
.col_cart_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.col_cart_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-height: 1px;
	position: relative;
}
.cart_input_group {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.cart_input_group .cart_form_input {
	flex: 1 1 auto;
	width: 1%;
}
.cart_input_group_inline {
	display: flex;
	flex-flow: row wrap;
	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: flex;
}
.cart_input_group_text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	font-size: 12px;
	text-align: center;
	cursor: default;
	padding: 0 5px 0 0;
}
.cart_input_group_append .cart_input_group_text {
	justify-content: flex-start;
	width: auto;
	padding: 0 0 0 5px;
}
.cart_input_group_addition {
	display: flex;
	align-items: center;
	width: auto;
	color: #747474;
	font-size: 11px;
	padding: 0 0 0 5px;
}
.cart_input_group_explanation {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 0 0 10px;
}
.cart_text {
	font-size: 12px;
}
.cart_text_notes {
	color: var(--color-text-red);
	font-size: 12px;
}
.cart_text_inline {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}
.cart_text.size_xs,
.cart_text_notes.size_xs,
.cart_text_inline.size_xs {
	font-size: 10px;
}
.cart_text.size_sm,
.cart_text_notes.size_sm,
.cart_text_inline.size_sm {
	font-size: 12px;
}
.cart_text.size_md,
.cart_text_notes.size_md,
.cart_text_inline.size_md {
	font-size: 14px;
}
.cart_text.size_lg,
.cart_text_notes.size_lg,
.cart_text_inline.size_lg {
	font-size: 16px;
}

.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: 12px;
	line-height: 1;
	height: 40px;
	background-color: #fff !important;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 3px;
}
.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: 10px 3.20px 10px 10px;
}
.tag.tag_required {
	font-size: 12px;
	color: #fff;
	background-color: #f80d0d;
	border-radius: 30px;
	padding: 2px 8px;
	margin-left: 10px;
}
.cart_form .tag.tag_required {
	position: relative;
	top: -2px;
}
.cart_form_text_help {
	display: block;
	font-size: 12px;
	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: var(--color-text-red);
	font-size: 12px;
}
.cart_form_select {
	display: inline-block;
	position: relative;
}
.cart_form_select:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -11px 0 0;
	position: absolute;
	top: 50%;
	right: 5px;
	pointer-events: none;
	background-color: transparent;
	border-radius: 50%;
}
.cart_form_select:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 12px;
	pointer-events: none;
	transform: rotate(135deg);
}
.cart_form_select.cart_form_select_small {}
.cart_form_select.cart_form_select_small:before {
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
}
.cart_form_select.cart_form_select_small:after {
	width: 4px;
	height: 4px;
	margin-top: -3px;
	right: 9px;
}
.cart_form_select.cart_form_select_medium {}
.cart_form_select.cart_form_select_medium:before {
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
}
.cart_form_select.cart_form_select_medium:after {
	width: 6px;
	height: 6px;
	margin-top: -4px;
	right: 10px;
}
.cart_form_select.cart_form_select_large {}
.cart_form_select.cart_form_select_large:before {
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
}
.cart_form_select.cart_form_select_large:after {
	width: 9px;
	height: 9px;
	margin-top: -6px;
}
.cart_delivery_select {}
.cart_form_select select,
.cart_delivery_select select {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	height: 40px;
	background-color: #fff !important;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 30px 8px 10px;
}
.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;
}
.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;
}
.cart_form_select.cart_form_select_full {
	display: block;
	width: 100%;
}
.cart_form_select .ok {
	right: -32px;
}
.cart_form_select_month .ok,
.cart_form_select_year .ok {
	right: 0;
	bottom: -20px;
}

/* 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: #000 !important;
	font-size: 12px;
	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;
}

/* ご利用規約 */
.order_agree {
	padding: 20px 0 20px 10px;
}
.order_agree_text {
	text-align: left;
	display: block;
	margin: 0 0 20px 0;
}
.order_agree_box {
	width: 100%;
	height: 280px;
	margin: 0 auto;
	padding: 20px;
	border: 1px #d8d8d8 solid;
	background-color: #f1f1f1;
	overflow-y: auto;
}
.order_agree_check {
	text-align: center;
	padding: 20px 0;
}
.order_agree_check label {
	margin-left:0.5em;
}
.agreement_section_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.agreement_section {
	margin-bottom: 40px;
}
.agreement_section:last-child {
	margin-bottom: 0;
}
.agreement_heading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data {}
.agreement_data + .agreement_data {
	margin-top: 30px;
}
.agreement_data_heading {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data_text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 12px;
	counter-reset: decimal decimal-bracket;
}
.agreement_data_text a {
	font-size: 14px;
	text-decoration: underline;
}
.agreement_data_explain {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.agreement_data_list {
	display: table;
	font-size: 14px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.agreement_data_item {
	display: table-row;
	line-height: 1.4;
}
.agreement_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}

.member_entry #left_box .has_feedback .ok {
	top: 0.6rem;
}

/*AmazonPay*/
.layoutType_flexbox {
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
}
#amazonPay .form_confirm_detail .flexbox_item + .flexbox_item {
	line-height:1.4em;
	margin-left:1em;
}
