@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: 1050px;
	font-size: 14px;
	text-align: left;
	margin: 0 auto 50px;
}
#cart h2 {
	text-align: left;
	padding: 62px 0 26px;
	font-size: 32px;
}
#cart_box {
	position: relative;
	width: 960px;
}
#cart h2 img {
	margin-bottom: 10px;
}
/*EFOチェック*/
.ok {
	color: #cc0033;
	margin-left: 5px;
}
.back_shopping {
	margin-bottom: 50px;
}
.back_shopping a {
	width:383px;
}

/*==== バスケットバナー用 ====*/
.comp_foot_bnr {
	text-align:center;
	margin: 0 auto 40px;
}

/*==== CheckBox ====*/
#cart_main input[type=checkbox] {
	display: inline-block;
}
#cart_main input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
}
@media (min-width: 1px) {
#cart_main input[type=checkbox] {
	display: none;
	margin: 0;
}
#cart_main input[type=checkbox] + label {
	padding: 3px 0 0 30px;
}
#cart_main input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
}
#cart_main input[type=checkbox] + label::before {
	width: 15px;
	height: 15px;
	background: url("/static/full/images/default/check.png") no-repeat;
	background-size: 15px 15px;
}
#cart_main input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 10px;
	display: block;
	left: 0;
}
#cart_main input[type=checkbox]:checked + label::after {
	width: 15px;
	height: 15px;
	background: url("/static/full/images/default/checked.png") no-repeat;
	background-size: 15px 15px;
}
}



/* 02 パンクズ
--------------------------------------------------------------------*/

#cart .bread {
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
	width: 1050px;
	float: left;
	font-size: 11px;
}
	#cart .bread {

	}
	#cart .bread li {
		float: left;
		padding-right: 5px;
	}
		#cart .bread li a {
			background: url("/static/full/images/default/bread_arrow.gif") right center no-repeat;
			display: block;
			padding-right: 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;
}
#left_box .cart_contents_text {
	font-size: 14px;
    margin-bottom: 24px;
}

/* セール時の注意文言 */
#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;
	}

/* 配送日 棚卸し時の文言 */
#left_box .inventories {
	color: #cc0033;
	font-weight: bold;
	display: block;
	padding: 1em 1em 0 1em;
}
/*---- #31120_倉庫移管に伴う案内文言領域 ----*/
.cart_input_mainteTextBox {
	padding:0px 0px 50px;
}
.cart_input_mainteText_textArea {
	color:#cc0033;
	font-weight:bold;
}
.attention_credit {
	color:#cc0033;
	font-weight:bold;
	line-height: 1.5em;
	padding: 0px;
}

/* 04 左サイド
--------------------------------------------------------------------*/
#cart_main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#left_box {
	width: 714px;
	float: left;
	margin-bottom: 50px;
}
/* カート内アイテム情報 */

#left_box .detail_area {
	width: 714px;
	/* border-top: 1px #aeaeae solid;
	border-bottom: 1px #aeaeae solid; */
	padding: 15px 0 0;
	display: block;
	margin-bottom: 20px;
}
#left_box .detail_area .item_photo {
	width: 143px;
}
#left_box .detail_area .item_detail {
	margin-left: 25px;
}
#left_box .detail_area .item_brand {
	line-height: 33px;
}
#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: 556px;
}
#left_box .detail_area .color_size td {
	padding: 17px 0;
}
/* 価格エリア */

#left_box .detail_area .item_price {
	width: 556px;
}
#left_box .detail_area .item_price th {
	text-align: center;
	line-height: 33px;
	border-bottom: 1px #d6d6d6 solid;
}
#left_box .detail_area .item_price td {
	text-align: center;
	line-height: 90px;
	font-size: 16px;
	/* font-weight: bold; */
}
/* 数量変更プルダウン */

#left_box .detail_area .item_price dl {
	position: relative;
	display: inline-block;
	width: 76px;
}
#left_box .detail_area .item_price dt {}
#left_box .detail_area .item_price dt span {
	border: 1px #d6d6d6 solid;
	line-height: 26px;
	padding: 0 34px 0 10px;
	display: inline-block;
	width: 18px;
	border-radius: 4px;
}
#left_box .detail_area .item_price dt span:after {
	position: absolute;
		display: block;
		content: '';
		width: 6px;
		height: 6px;
		top: 50%;
		right: 15px;
		margin-top: -3px;
		border-bottom: 1px solid #707070;
		border-right: 1px solid #707070;
		transform: rotate(45deg) translateY(-50%);
		transition: all .4s ease-in-out;
		transform-origin: 50% 0;
}
#left_box .detail_area .item_price dd {
	display: none;
	position: absolute;
	left: 6px;
	width: 42px;
	padding-right: 33px;
}
#left_box .detail_area .item_price dd ul {
	border-right: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
	border-left: 1px #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;
	height: auto;
	line-height: 28px;
	margin: 0 0 0 auto;
	/* border: 2px #d6d6d6 solid; */
	margin-top: 5px;
	text-decoration: underline;
}
#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: #333333; */
	line-height: 40px;
	/* padding-left: 15px; */
	/* font-weight: bold; */
	font-size: 32px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	color: #333333;
}
/*ご注文者情報入力*/
#left_box .separate_area{
    padding: 0px 0 50px 0;
}

#left_box .input_delivery_title {
    padding: 28px 0 0 0;
    margin: 0 0 25px 0!important;
}
#cart_main #left_box h3 {
    padding: 26px 0 0 0;
    margin: 0 0 24px 0!important;
	font-size: 20px;
    border-top: solid 1px #E6E6E6;
}

#left_box .input_delivery {
	margin: 20px 0px 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: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: 1px #d6d6d6 solid;
	height: 40px;
	line-height: 40px;
	margin: 0 0 5px 0;
	padding: 0 5px;
	border-radius: 4px;;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: 90%;
}
.gorder #left_box .input_delivery ul li p+p input {	/*ゲスト購入*/
	width: auto;
	border-radius: 0;
	border: 2px #d6d6d6 solid;
	height: 26px;
	line-height: 26px;
	margin: 0 0 5px 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 {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 141px;
	border: none;
	background: url("/static/full/images/cart/pulldown.svg");
	background-repeat: no-repeat;
	background-size: 10px 5px;
	background-position: right 10px center;
	border: 1px #d6d6d6 solid;
	border-radius: 4px;
}
.gorder #left_box .input_delivery ul li dt {	/*ゲスト購入*/
	border: 2px #d6d6d6 solid;
	background: url("/static/full/images/cart/pulldown.gif") 111px center no-repeat;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
	width: 141px;
}
#left_box .input_delivery ul li dt span {
	line-height: 26px;
	padding: 0 10px;
	display: inline-block;
	margin-right: 34px;
	width: 84px;
	text-align: center;
}
.gorder #left_box .input_delivery ul li dt span {	/*ゲスト購入*/
	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: 141px;
	padding-right: 33px;
}
#left_box .input_delivery ul li dd ul {
	border-right: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
	border-left: 1px #d6d6d6 solid;
	overflow-y: auto;
	height: 200px;
    width: 141px !important;
}
#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: 0px;
	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: 20px 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: 0px;
}
#left_box .input_delivery .add_address td a img {
	margin-right: 14px;
}
/* 配送日時指定 */

#left_box .delivery_date {
	margin-top: 0px;
	margin-bottom: 50px;
}
#left_box .delivery_date table {} #left_box .delivery_date table th {
	width: 190px;
	padding: 0 0 20px 0px;
}
#left_box .delivery_date table td {
	padding: 0 0 20px;
}
#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 {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 170px;
	border: none;
	background: url("/static/full/images/cart/pulldown.svg");
	background-repeat: no-repeat;
	background-size: 10px 5px;
	background-position: right 10px center;
	border: 1px #d6d6d6 solid;
    border-radius: 4px;
}
#left_box .delivery_date table dt span {
	line-height: 26px;
	padding: 0 5px;
	display: inline-block;
	margin-right: 34px;
	width: 130px;
	text-align: center;
}
#left_box .delivery_date table dd {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 170px;
	padding-right: 33px;
}
#left_box .delivery_date table dd ul {
	border-right: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
	border-left: 1px #d6d6d6 solid;
}
#left_box .delivery_date table dd li {
	line-height: 26px;
	border-top: 1px #d6d6d6 solid;
	background-color: #FFF;
	cursor: pointer;
    width: 168px;
	text-align: center;
}
#left_box .delivery_date table dd li:first-child {
	border-top: none;
}
/* お支払い方法選択 */

#left_box .payment_method {
	padding: 10px 0 20px;
}
#left_box .payment_method.registered-card {
	padding: 20px 0;
}
#left_box .payment_method.registered-card img {
	padding-left:35px;
}
#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: 0px;
}
#left_box .payment_method table th {
	padding: 10px 0 10px 45px;
	/*width: 175px;*/
	width: 250px;
}
#left_box .payment_method table td {
	padding: 10px 0;
}
#left_box .payment_method table td input {
	margin: 0;
	border: 1px #d6d6d6 solid;
	height: 26px;
	padding: 0 5px;
    border-radius: 4px;
}
#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;
}
select::-ms-expand {
	display: none;
}/*
#left_box .payment_method table dt {
	background: url("/static/full/images/cart/pulldown.svg") 147px center no-repeat;
background-position: right 10px center;
	display: inline-block;
	cursor: pointer;
	width: 180px;
}
*/
#left_box .payment_method table dt {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 170px;
	border: none;
	background: url("/static/full/images/cart/pulldown.svg");
	background-repeat: no-repeat;
	background-size: 10px 5px;
	background-position: right 10px center;
	border: 1px #d6d6d6 solid;
    border-radius: 4px;
}
#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;
}
#left_box .payment_method table dd {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
    width: 170px;
	padding-right: 33px;
}
#left_box .payment_method table dd ul {
	border-right: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
	border-left: 1px #d6d6d6 solid;
}
#left_box .payment_method table dd li {
	line-height: 26px;
	border-top: 1px #d6d6d6 solid;
	background-color: #FFF;
	cursor: pointer;
    width: 168px;
	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 {
    position: absolute;
	padding: 8px 0 19px;
/*	margin: 0px 0 19px;*/
	font-size: 11px;
	color: #747474;
}
.gorder #left_box .payment_method table td .addition {
	position: static;
}
#left_box .payment_method table .card_number,
#left_box .payment_method table .security,
#left_box .payment_method table .nominee {
	position: relative;
    padding-bottom: 28px;
}
#left_box .payment_method table td .addition_security {
	position: absolute;
	top: 35px;
	left: 0;
}
#left_box .payment_method table .security input {
	width: 130px;
}
#left_box .payment_method table td .explanation {
	background: url("/static/full/images/cart/cart_q.svg") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	background-size: 15px;
	line-height: 15px;
}
#left_box .payment_method table td .explanation a {
	font-size: 12px;
	color: #4C9ED9;
	text-decoration: underline;
	cursor: pointer;
}
.pay_docomo .docomo_logo {
    display: block;
    margin: 0 0 5px 5px;
}
/* ポイントのご利用 */

#left_box .point_area {
	padding: 0px 0 50px 0px;
}
#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: 20px 0 0px 0;
}
#left_box .point_area table th {
	padding: 10px 0 10px 0;
	width: 155px;
}
#left_box .point_area table td {
	position: relative;
	width: 400px;
}
#left_box .point_area table td input {
	margin: 0 10px 0 0;
	border: 1px #d6d6d6 solid;
	height: 40px;
	padding: 0 5px;
}
#left_box .point_area table td span {
	display: block;
	position: absolute;
    padding: 8px 0 0;
	font-size: 11px;
	color: #747474;
}
#left_box .point_area table td span.check {
	top: 10px;
	right: 0;
	font-size: 12px;
	color: #ff0000;
}
#left_box .point_area table td span.errorText {
	color: #cc0033;
	top: -12px;
}
/* 優待コード */

#left_box .special_code {
	padding: 0px 0 50px 0;
}
#left_box .special_code table {
	margin: 0px 0;
}
#left_box .special_code table th {
	padding: 10px 0 10px 0px;
	width: 155px;
}
#left_box .special_code table td {
	padding: 10px 0;
}
#left_box .special_code table td input {
	margin: 0 10px 0 0;
	border: 1px #d6d6d6 solid;
	height: 40px;
	padding: 0 5px;
}
#left_box .special_code table .explanation {
	background: url("/static/full/images/cart/cart_q.svg") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
}
#left_box .special_code table .explanation a {
	font-size: 12px;
	color: #4C9ED9;
	text-decoration: underline;
	cursor: pointer;
}

/* 選択クーポン */

#left_box .special_coupon {
	padding: 0px 0 50px 0;
}
#left_box .special_coupon table {
	margin: 0px 0;
}
#left_box .special_coupon table th {
	padding: 10px 0 10px 35px;
	width: 155px;
}
#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.svg") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
}
#left_box .special_coupon table .explanation a {
	font-size: 12px;
	color: #4C9ED9;
	text-decoration: underline;
	cursor: pointer;
}
#left_box .special_coupon table td ul li {
	margin-bottom: 7px;
}

/* 注文内容確認ページ */
#left_box .confirmation {
	padding: 0px 0 48px;
}
#left_box .confirmation,
#left_box .point_use {
	position:relative;
    line-height: 22px;
}
#left_box .confirmation table {}
#left_box .confirmation table th {
	width: 180px;
	/* padding-left: 10px; */
	vertical-align: top;
    line-height: 22px;
}
#left_box .confirmation table th.attention {
	width:100%;
	padding-top:5px;
	color: #CC0033;
}
#left_box .confirmation table td:not(.change) {
	width: 333px;
	vertical-align: top;
}
#left_box .confirmation .change,
#left_box .point_use .change {
	position:absolute;
	text-align:right;
	top:0px;
	right:10px;
}
#left_box table .change a {
	width: 58px;
	line-height: 28px;
	display: inline-block;
	/* border: 2px #d6d6d6 solid; */
	text-align: center;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: underline;
}
/* ポイントのご利用確認・変更 */

#left_box .point_use {
	padding: 0px 0 48px;
}
#left_box .point_use table {
	width: 652px;
}
/* メールマガジンを受け取る確認・変更 */

#left_box .mailmagazine {
	padding: 13px 0 20px 0px;
}
#left_box .mailmagazine p {
	padding: 0px 0px 37px 0;
	line-height: 19px;
}
#left_box .mailmagazine .allCheck,
#left_box .mailmagazine .allRelease {
	border: none;
	background-color: #AFA798;
	padding: 4px 42px;
	margin: 10px 20px 10px 0;
	color: #fff;
	border-radius: 45px;
/*	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 40px 0;
	border-top: 1px #aeaeae solid;
}
#thx_area p {
	text-align: center;
}
#thx_area .order_num {
	margin: 25px 0;
	font-size: 16px;
}
#thx_area .order_num span {
/*	font-weight: bold;*/
}
#thx_area strong {
	font-size: 50px;
	line-height: 50px;
	padding: 0;
	font-family: Montserrat;
	color: #D8AB30;
}
.thx #left_box .confirmation {
}
.thx #left_box .confirmation td.address {
	line-height: 22px;
}

.order_address_info {
	background: #F2F2F2;
	padding: 30px;
}
.thx .order_address_info h3 {
    padding: 0px 0 0 0;
    margin: 0 0 24px 0!important;
    font-size: 20px;
    border-top: none;
}

#left_box .special_message {
    font-size: 11px;
    position: absolute;
    width: 284px;
    top: 0px;
    right: 0px;
    line-height: 1.5;
    color: #ff0000;
    font-weight: bold;
}

#left_box td.item_detail_info {
    position: relative;
}


/* 05 右サイド
--------------------------------------------------------------------*/

#right_box {
	float: right;
	width: 296px;
	z-index: 100;
}
#user_box {
	background-color: #FFF;
	/* border: 3px #d6d6d6 solid; */
	width: 300px;
	text-align:center;
}
#user_box input,
#user_box select,
#user_box textarea {
	border: none;
	color: #000;
	height: 40px;
	line-height: 40px;
	margin-bottom: 13px;
	padding-left: 5px;
}
#user_box .price_list {
	width: 256px;
	line-height: 22px;
	border-bottom: 1px #d6d6d6 solid;
	padding-bottom: 10px;
}
#user_box .price_list dt {
	float: left;
	width: 130px;
	text-align:left;
}
#user_box .price_list dd {
	float: right;
	width: 126px;
	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;
	text-align:left;
	width: 120px;
	font-size: 16px;
}
#user_box .price_total dt span {
	text-align:left;
	font-size: 11px;
}
#user_box .price_total dd {
	float: left;
	width: 136px;
	text-align: right;
	font-size: 25px;
}
#user_box .postage_price {
	background: url(/static/full/images/cart/cart_postage.png) no-repeat left center;
    padding-left: 55px;
    font-weight: bold;
    color: #cc0033;
    display: table-cell;
    height: 43px;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
}
	#user_box .postage_price a {
		color: #cc0033;
	}
#user_box .postage_lagom {
	margin: 10px 0 20px 0;
	color: #ff0000;
	font-weight: bold;
	line-height: 15px;
}
#user_box .tos {
	margin-bottom: 10px;
}

#user_box .cart_campaign {
	padding: 5px 0px;
	text-align: left;
	line-height: 19px;
}

/* ログインエリア */

#user_box .login_area {
	margin-top: 0px;
	text-align:left;
}
#user_box .login_area .login_area_text {
	margin: 0 0 9px 0;
}

#user_box .login_area p {
	text-align: center;
	/* font-weight: bold; */
	font-size: 15px;
	margin-bottom: 15px;
}
#user_box .login_area .globalErrorSlot .errorText {
    color: #ff0000;
    display: inline-block;
    margin-bottom: 5px;
}
#user_box .login_area dl {
	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; */
	margin: 0 0 9px 0;
}
#user_box .login_area dd {
	/* width: 170px; */
	/* height: 26px; */
}
#user_box .login_area dd input {
	width: 252px;
}
#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_postage {
	background: #F8F3E4;
	padding: 20px;
	margin: 0 0 5px 0;
}

.user_box_login {
	background: #F8F3E4;
	padding: 20px;
}

#user_box .login_area .forgot {
	background: url("/static/full/images/cart/cart_q.png") no-repeat left center;
	line-height: 18px;
	display: block;
	margin: 0 auto 10px;
	text-decoration: underline;
	font-size: 12px;
	padding-left: 20px;
}

#user_box .login_area .forgot a {
	color: #4C9ED9;
}
/* 購入・会員登録系ボタン */

#user_box .cart_btn,
#user_box .gorder_btn,
#user_box .mypege_btn {
	text-align: center;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
#user_box .gorder_btn {
	margin: 0px 0 10px 0;
}
#user_box .login_area .registration a {
	width:256px;
	height:auto;
	line-height:1.2;
}
#user_box .cart_btn a,
#user_box .gorder_btn a,
#user_box .back_btn a,
#user_box .mypege_btn a {
	font-weight:bold;
	width:256px;
	height:auto;
	line-height:1.2;
	padding:15px 0;
}
#user_box .login_area .registration a {
	font-size: 15px;
	font-weight: bold;
	padding:10px 0;
}

#user_box .cart_btn .simpleBtn.confirm.disabled {
	background-color: #eee;
	color: #ccc;
}

#user_box .cart_btn .simpleBtn.confirm {
	background-position:199px center;
}

#user_box .login_area .registration {
	text-align: center;
}

#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;
}

.login_area #loginId,
.login_area #password {
    padding: 0 50px 0 5px;
    width: 200px!important;
}

.login_area .input_clear_button.on {
    top: calc(50% - (13px / 2 ));
    right: 25px;
}

.password_visibility_button {
    top: calc(50% - (13px / 2 ));
    right: 13px;
}

/* バナーエリア */

#bnr_area {
	width: 228px;
	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 28px;
	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;
}
.cart_cancel_link {
	display: block;
	width: 100%;
    margin: 10px 0;
	text-align: left;
}
.cart_cancel_link a {
	text-decoration: underline;
    font-size: 12px;
}
.cart_agreement_check .form_checkbox_left {
	font-size: 12px;
	text-align: left;
}
#cart_main .form_checkbox_left input[type=checkbox] + label {
	line-height: 1.5;
}
.cart_agreement_link {
	text-decoration: underline !important;
}
.cart_agreement_text {
	text-align: left;
    font-size: 12px;
    margin-bottom: 15px;
	line-height: 1.5;
}

/* 06 セット割
--------------------------------------------------------------------*/

.detail_area .color_size .choose_set {
	text-align: right;
}
/* 07 チェックボックス・ラジオボタン
--------------------------------------------------------------------*/

.agree_area_mail {
	padding: 0 0 36px;
}
.agree_area_mail h4{
	padding: 0 0 18px;
	font-size: 14px;
}

/* チェックボックス */

.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 44px;
	}
	.select input[type=radio] + label::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 30px;
		height: 30px;
		background: url("/static/full/images/cart/choose.svg") 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: 30px;
		height: 30px;
		background: url("/static/full/images/cart/chosen.svg") no-repeat;
	}
}
/* 08 ポップアップ用
--------------------------------------------------------------------*/

#popup-content1, #popup-content2 {
	margin: 0;
	padding: 20px;
	width: 400px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 300;
}
#popup-content1 p, #popup-content2 p {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px 10px;
	text-align: left;
}
#popup-content1 p span {
	color: rgb(200, 18, 32);
	text-align: left;
}
#popup-content1 span {
	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;
}
*/
.modal_close {
    display: inline-block;
/*    position: absolute;
    top: 0;
    right: 0;*/
    margin: 17px 26px;
    padding-left: 20px;
    font-size: 14px;
    background: url(/static/full/images/list/close_modal.svg) left 0px no-repeat;
}

#popup-overlay {
	z-index: 200;
	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;
}

/* 09 バナー用等
--------------------------------------------------------------------*/
#left_box .comp_bnr {
    padding: 0 0 20px 0!important;
	display:block;
}
#left_box .comp_bnr span {
    text-align: right !important;
    display: block;
    padding: 1% 0;
}

/* 10 キャリア決済
--------------------------------------------------------------------*/
div#carrier {
    text-align: left;
    width: 100%;
    padding: 40px 40px 0;
}

/* #recommended
--------------------------------------------------------------------*/

.section-recommend {
	width:1080px;
	text-align:left;
	margin:0 auto ;
	padding: 0 0 55px;
}

.section-recommend .title {
	margin-bottom: 19px;
}
.section-recommend .item-link-cat {
	margin: 0 auto;
	padding:0 0 42px 0;
	text-align: center;
	font-size: 14px;
}
.section-recommend .item-link-cat a{
	margin: 20px 21px;
	padding:0 0 10px 0;
	color: #595959;
	text-decoration: none;
	border-bottom: #707070 1px solid;
}

.section-recommend ul {
	width:1080px;
	margin:0px 0px 40px 0;
}
.section-recommend ul li {
	position:relative;
	text-align:left;
	float:left;
	width:210px;
	margin:0 7px 23px 0;
	line-height:1.5em;
}
.section-recommend ul li:nth-child(5n) {
	margin-right:0px;
}

.section-recommend ul li .photo {
	display: block;
	margin:0px 0 8px;
}
.section-recommend ul li .photo img {
	width: 100%;
	height: auto;
}
.section-recommend ul li .icon {
	position:absolute;
	top:1px;
	left:1px;
	margin: 10px;
	width: 28px;
	height: auto;
}
.section-recommend ul li .name {
	margin:0px 0 5px;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-recommend ul li .brand {
	display: block;
	font-size: 10px;
	margin:0px 0 5px;
}
.section-recommend ul li .no,
.section-recommend ul li .sale,
.section-recommend ul li .normal {
	font-size:14px;
	font-weight:normal;
}
.section-recommend ul li .no span {
	text-decoration:line-through;
}
.section-recommend ul li .sale {
	color:#E04954;
}
.section-recommend ul li .tax {
	display: none;
	font-weight:normal;
	padding:0 5px;
}
.section-recommend ul li a {
	display:block;
}
.section-recommend ul li a:link {text-decoration:none;}
.section-recommend ul li a:visited {text-decoration:none;}
.section-recommend ul li a:hover {text-decoration:none; cursor:pointer;}

.section-recommend .rankingNav ul {
	text-align:center;
	width:945px;
	margin:0 auto 25px;
}
.section-recommend .rankingNav ul li {
	display:inline-block;
	height:40px;
	position:relative;
	margin:0 8px;
}
.section-recommend .rankingNav ul li a {
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	line-height:0.8em;
	padding:4px 12px;
	display:inline-block;
}
.section-recommend .rankingNav ul li.selected a {
	background:#000;
	color:#fff;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	line-height:0.8em;
	padding:4px 12px;
	display:inline-block;
	border-radius:10px;
}
.section-recommend .rankingNav ul li a:after {
	content: "";
	display: block;
	border-left:1px solid #8b8b8b;
	width:1px;
	height:11px;
	position:absolute;
	top:5px;
	right:-10px;
}
.section-recommend .rankingNav ul li:last-child a:after {
	content: "";
	display: block;
	border-left:none;
}

.section-recommend .btn {
	text-align:center;
}
.section-recommend .btn a {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 50px;
	color: #535353;
	font-size: 14px;
	background: #EDEDED;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.section-recommend .btn a:hover {
	color:#fff;
	background:#000;
}

/* 最近チェックしたアイテム
--------------------------------------------------------------------*/

.goods_lists li .brand {
	font-size: 10px;
}

.goods_lists li h4 {
	font-size: 12px;
}

/* 12.マイショップ
--------------------------------------------------------------------*/
#storeFolder2 table {
	display : none;
}
.myshop_select {
	display: none;
	padding: 10px 0 20px 45px!important;
	border-bottom: 1px #adadad solid;
}
.myshop_item {
    margin-top: 7px;
}
.myshop_select input[type=radio] {
	display: none;
	margin: 0;
}
.myshop_select input[type=radio] + label {
	padding: 0 0 0 35px;
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}
.myshop_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;
}
.myshop_select input[type=radio] + label::before {
}
.myshop_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;
}

.shop_select {
	display: none !important;
	padding: 20px 0 0 30px!important;
}

.shop_select input[type=radio] {
	display: none;
	margin: 0;
}
.shop_select input[type=radio] + label {
	padding: 0 0 0 35px;
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}
.shop_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;
}
.shop_select input[type=radio] + label::before {
}
.shop_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;
}
#right_box .myshop p.text {
	padding: 20px 0 40px 20px;
}
#mm_sort {
	height: 90px;
	margin: 20px auto 30px;
	border-radius: 5px;
	border: solid 2px #d6d6d6;
	display: none;
}
.mm_sort_ttl {
	display: inline-block;
	padding: 0 5px;
	margin: -9px auto 0 15px;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#mm_sort table.mm_sort_tb {
	position: relative;
	z-index: 100;
	width: 100%;
}
/* #mm_sort table table {
	width: 620px;
} */
#mm_sort table td {
	padding: 24px 0 0 10px;
}
#mm_sort table tr td:first-child {
	padding-left: 15px;
	background: none;
}
#mm_sort table td .pull-down_ {
	position: relative;
	width: 160px;
}
#mm_sort table td .pull-down_end_ {
	position: relative;
	width: 235px;
}
#mm_sort table td .pull-down_end_ p a {
	display: block;
    line-height: 36px;
    padding-left: 10px;
    border: 1px solid #D6D6D6;
	position: relative;
}

#mm_sort table td .pull-down_ p a:hover,
#mm_sort table td .pull-down_end_ p a:hover {
	text-decoration: none;
}
	#mm_sort table td .pull-down_ ul {
		display: none;
		position: absolute;
		background-color: #FFFFFF;
		width: 158px !important;
		border: 1px #f2f2f2 solid;
		top: 37px;
		padding: 0;
		margin: 0;
		height: 220px;
		overflow: overlay;
	}
	#mm_sort table td .pull-down_end_ ul {
		display: none;
		position: absolute;
		background-color: #FFFFFF;
		width: 233px !important;
		border: 1px #f2f2f2 solid;
		padding: 0;
		margin: 0;
		top: 34px;
	}
	#mm_sort table td .pull-down_ ul li ,
	#mm_sort table td .pull-down_end_ ul li {
		border-top:1px #f2f2f2 solid;
		line-height: 30px;
	}
	#mm_sort table td .pull-down_ ul li:first-child ,
	#mm_sort table td .pull-down_end_ ul l:first-childi {
		border-top:none;
	}
	#mm_sort table td .pull-down_ ul li a ,
	#mm_sort table td .pull-down_end_ ul li a {
		display:block;
		padding-left: 5px;
	}
	#mm_sort table td .pull-down_ ul li a:hover ,
	#mm_sort table td .pull-down_end_ ul li a:hover {
		background-color: #f0efef;
	}

	#storeFolder2 {
		/* margin-bottom: 50px; */
		padding-bottom: 30px;
	}
	.storeTable {
		margin-bottom: 10px;
	}
	/*#storeFolder2 .title-area {
		font-size: 16px;
		font-weight: bold;
	}*/
	#storeFolder2 .title-prefecture {
		font-size: 14px;
		font-weight: bold;
		padding-top: 10px;
	}
	#storeFolder2 .title-brand {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;
	}
	.prefContainer .storeInputCol {
		padding: 3px 10px 5px 20px;
	}
	.prefContainer .storeNameCol {
	}
	#mypage .completion p.myshop_complete {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin: 100px 0 150px;
	}
	#right_box .registered {
		margin-bottom: 40px;
	}
	#right_box .registered h4 {
		padding-left: 10px;
		font-size: 15px;
		font-weight: bold;
		border-bottom: 1px #e6e6e6 solid;
	}
	#right_box .registered ul li {
		padding: 10px;
	}
		#right_box .registered ul li div {
			display: inline;
		}

	#dmexplanation {
		padding : 10px;
		/*background-color : #ee3;*/
		background-color:#f2f2f2;
		text-align : center;
	}
	#dmselect {
		text-align : center;
		padding-top : 20px;
	}
	.myshop .note {
		padding: 3% 2%;
		/*background-color: #f2f2f2;*/
		background-color : #ee3;
		text-align: center;
	}
		.myshop .note .note_txt {
			padding: 1% 0;
			line-height:1.5;
		}
		.myshop .note .btn a {
			background: #fff;
		}
	.myshop .attention {
		margin: 5px auto 0;
		color: #f00;
		text-align: center;
	}

	#mm_sort table td .pull-down-shop-receipt_ p {
	}
	#mm_sort table td .pull-down-shop-receipt_ {
		position: relative;
		width: 200px;
	}
	#mm_sort table td .pull-down-shop-receipt_ p a {
		display: block;
		line-height: 36px;
		position: relative;
		border: 1px solid #D6D6D6;
		padding-left: 10px;
	}
	#mm_sort table td .pull-down-shop-receipt_ p a::after,
	#mm_sort table td .pull-down_end_ p a::after {
		content: "";
		display: block;
		background: url(/static/full/images/list/down.svg) no-repeat right center;
		background-size: 10px 6px;
		width: 10px;
		height: 6px;
		position: absolute;
		right: 8px;
		top: 15px;
	}
	#mm_sort table td .pull-down-shop-receipt_ p a:hover {
		text-decoration: none;
	}
	#mm_sort table td .pull-down-shop-receipt_ ul {
		display: none;
		position: absolute;
		background-color: #FFFFFF;
		width: 198px !important;
		border: 1px #f2f2f2 solid;
		top: 37px;
		padding: 0;
		margin: 0;
		overflow: overlay;
	}
	#mm_sort table td .pull-down-shop-receipt_ ul li {
		border-top:1px #f2f2f2 solid;
		line-height: 30px;
	}
 	#mm_sort table td .pull-down-shop-receipt_ ul li:first-child {
		border-top:none;
	}
	#mm_sort table td .pull-down-shop-receipt_ ul li a {
		display:block;
		padding-left: 10px;
	}
	#mm_sort table td .pull-down-shop-receipt_ ul li a:hover {
		background-color: #f0efef;
	}
