@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_.col1_ {
	/*width: 1300px;*/
	width: 1000px;
	margin: 0 auto;
}
div.cartlist_.col1_ .info_ {
	width: auto;
	padding: 0;
	border: none;
	background: none;
}

/* メッセージ */
p.cart_message {
	width: 690px;
	padding:10px 20px;
	margin:0 auto 15px;
	background:#F3EFE4;
}
p.cart_message a {
	font-weight:bold;
	text-decoration:underline;
}

/* エラー */
p.cart_error_message {
	width: 690px;
	padding:8px 18px;
	margin:0 auto 15px;
	color:#E7380D;
	border:#E7380D 2px solid;
}

/* 枠 */
div.shop_cart_list {
	margin: 0 auto;
}
div.order_flow_ {
	margin: 50px 0 45px;
	text-align: center;
}
table.cartlist_ {
	width: 96%;
	margin: 0 auto;
	border: none;
}
table.cartlist_ th {
	padding: 20px 0;
	border: none;
	border-top: #999999 1px dashed;
}
table.cartlist_ td {
	padding: 20px 0;
	border: none;
	border-top: #999999 1px dashed;
}
table.cartlist_ tr:first-child th {
	border-top: none;
}
table.cartlist_ tr:first-child td {
	border-top: none;
}
table.cartlist_ td.img_ {
	width: 180px;
	text-align: left;
	padding-left: 20px;
}
table.cartlist_ td.img_ img {
	width: 160px;
}
table.cartlist_ td.name_ {
}
table.cartlist_ td.name_ div.name_ {
	padding: 0 0 0 80px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
}
table.cartlist_ td.name_ div.name_ a,
table.cartlist_ td.name_ div.name1_ {
	font-size: 18px;
	font-weight: normal;
}
table.cartlist_ td.name_ div.name_ .ttl_ {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	color: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
}
table.cartlist_ td.name_ div.name_ .formdetail_ {
	width: 100%;
	margin: 20px 0 0;
}
table.cartlist_ td.name_ div.name_ .formdetail_ tr + tr {
	border-width: 0;
}
table.cartlist_ td.name_ div.name_ .formdetail_ th,
table.cartlist_ td.name_ div.name_ .formdetail_ td {
	padding-left: 10px;
	padding-right: 10px;
	background-color: inherit;
}
table.cartlist_ td.name_ div.name_ .formdetail_ th {
	text-align: center;
}
table.cartlist_ td.name_ div.name_ .formdetail_ td:nth-child(2) {
	width: 130px;
	text-align: center;
}
table.cartlist_ td.name_ div.name_ .formdetail_ td:nth-child(2) input {
	text-align: center;
}

table.cartlist_ td.name_ p.price_ {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;	
}
table.cartlist_ td.name_ p.price_ span.default_price_ {
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
}
table.cartlist_ td.name_ div.teiki_ {
	padding: 0 0 0 110px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
table.cartlist_ td.name_ div.teiki_ .ttl_ {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	color: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
}
table.cartlist_ td.name_ div.hanpu_ {
	padding: 0 0 0 70px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
}
table.cartlist_ td.name_ div.hanpu_ .ttl_ {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	color: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
}
table.cartlist_ td.name_ div.hanpu_ dl.hanpu_list_ {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: #cccccc 1px dotted;
	box-sizing: border-box;
	display: table;
}
table.cartlist_ td.name_ div.hanpu_ dl.hanpu_list_ dt {
	width: 70px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	display: table-cell;
}
table.cartlist_ td.name_ div.hanpu_ dl.hanpu_list_ dd {
	vertical-align: top;
	display: table-cell;
}
table.cartlist_ td.name_ div.hanpu_ dl.hanpu_list_ dd.hanpu_price_ {
	vertical-align: top;
	text-align: right;
	display: table-cell;
}
table.cartlist_ td.name_ div.group_ {
	padding: 0 0 0 110px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
}
table.cartlist_ td.name_ div.group_ .ttl_ {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	color: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
}
table.cartlist_ td.count_ {
	/*width: 330px;*/
	width: 350px;
	text-align: right;
}
table.cartlist_ div.qty_ {
	margin: 0 0 20px 0;
	position: relative;
	float: right;
}
table.cartlist_ div.qty_ input {
	width: 68px;
	height: 52px;
	text-align: center;
	font-size: 18px;
	border: #cccccc 1px solid;
}
table.cartlist_ div.qty_ img {
	cursor: pointer;
}
table.cartlist_ div.money_ {
	padding: 0 100px 0 0;
	min-height: 24px;
	font-size: 24px;
	position: relative;
}
table.cartlist_ div.money_ .price_ {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
}
table.cartlist_ div.money_ div.del_ {
	position: absolute;
	right: 0;
	bottom: 0;
}
table.cartlist_ td.count_ div.money_ {
	text-align: right;
	float: left;
	/*padding-top: 10px;*/
	padding: 10px 0 0 0;
}
table.cartlist_ td.count_ div.btn_ {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 15px;
	clear: both;
}
table.cartlist_ td.count_ div.btn_ div.cart_bookmark_ {
	margin-right: 10px;
}
table.cartlist_ td.count_ div.btn_ div.cart_bookmark_ a {
	font-size: 14px;
	line-height: 1.42;
	display: block;
	background-color: #ffffff;
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 1px 15px 2px;
}
table.cartlist_ td.count_ div.btn_ div.cart_bookmark_ a:hover {
	text-decoration: none;
	opacity: 0.7;
}
input.calc_ {
	width: 0px;
	height: 0px;
}
p.discount_ {
	font-size: 10px;
	color:#CC0000;
}
.cartlist_ .shop_box_ {
	margin-bottom: 20px;
	border: #dcdcdc 5px solid;
}
.cartlist_ .shop_box_ h2.cart_shop_name_ {
	padding: 14px 10px 14px 140px;
	background: #fffbea url(../img/sys/icon_shop_name.png) 10px center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.cartlist_ .shop_box_ h2.cart_shop_name_ a{
	text-decoration: underline;
}
.cartlist_ .total_box_ table.formlist_.cartlist_ {
	width: 100%;
	border: none;
}
.cartlist_ .total_box_ table.formlist_.cartlist_ td,
.cartlist_ .total_box_ table.formlist_.cartlist_ th {
	border: none;
	vertical-align: middle;
}
.cartlist_ .total_box_ table.formlist_.cartlist_ td.money_ {
	width: auto;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}
.cartlist_ .total_box_ table.formlist_.cartlist_ td.money_ .price_ {
	font-size: 32px;
	font-weight: bold;
	color: #ff0000;
}
.cartlist_ .total_box_ table.formlist_.cartlist_ td.recount_ {
	width: 130px;
	max-width: 130px;
	padding-right: 0;
	vertical-align: middle;
	text-align: right;
}

.cartlist_ .submit_ {
	width: 100%; 
	overflow: hidden;
}
.cartlist_ .submit_ a.back_page_ {
	margin-top: 32px;
	padding: 0 0 0 15px;
	text-decoration: underline;
	font-size: 16px;
	background: url(../img/usr/common/pc/arrow01_re.png) left center no-repeat;
	float: left;
}
.cartlist_ .submit_ input.cart_next_ {
	margin: 0;
	float: right;
}

.shop_box_ a.back_shop_page_ {
	margin-top: 32px;
	padding: 0 0 0 15px;
	text-decoration: underline;
	font-size: 16px;
	background: url(../img/usr/common/pc/arrow01_re.png) left center no-repeat;
	float: left;
}

/* --------------------------------------------------------------------
	カート画面上部　INFO
-------------------------------------------------------------------- */
#cart_top_guide {
	margin-bottom: 40px;
	padding: 20px 20px 10px 20px;
	border: #dcdcdc 1px solid;
}
#cart_top_guide ul li {
	margin-bottom: 10px;
	line-height: 1.6;
}
#cart_top_guide ul li.indent_ {
	padding-left: 1em;
	text-indent: -1em;
}
#cart_top_guide ul li .red_ {
	color: #f00;
}
#cart_top_guide ul li a {
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	カート画面下部　ご利用ガイド
-------------------------------------------------------------------- */
#cart_bottom_guide {
	width: 1300px;
	margin: 100px auto 50px;
}
#cart_bottom_guide h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;	
}
#cart_bottom_guide h3 {
	height: 50px;
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	background-color: #a36e6e;
	color: #ffffff;
}
#cart_bottom_guide #section01 h3 { background: #a36e6e url(../img/usr/common/pc/icon_cart_guide01.png) 18px center no-repeat;}
#cart_bottom_guide #section02 h3 { background: #a36e6e url(../img/usr/common/pc/icon_cart_guide02.png) 10px center no-repeat;}
#cart_bottom_guide #section03 h3 { background: #a36e6e url(../img/usr/common/pc/icon_cart_guide03.png) 10px center no-repeat;}
#cart_bottom_guide #section04 h3 { background: #a36e6e url(../img/usr/common/pc/icon_cart_guide04.png) 14px center no-repeat;}
#cart_bottom_guide #section05 h3 { background: #a36e6e url(../img/usr/common/pc/icon_cart_guide04.png) 14px center no-repeat;}
#cart_bottom_guide #liquorsales h3 { background: #a36e6e url(../img/usr/common/pc/icon_cart_guide04.png) 14px center no-repeat;}

#cart_bottom_guide .cart_bottom_box_ {
	margin-bottom: 40px;
}
#cart_bottom_guide #section01 ul {
	width: 1000px;
	margin: 40px auto;
	overflow: hidden;
}
#cart_bottom_guide #section01 ul li.normal_ {
	width: 440px;
	padding: 20px;
	background: #fff7d3;
	float: left;
}
#cart_bottom_guide #section01 ul li.reserve_ {
	width: 440px;
	padding: 20px;
	background: #d8f5f1;
	float: right;
}
#cart_bottom_guide #section01 ul li h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#cart_bottom_guide .cart_bottom_box_ .inner_ {
	min-height: 60px;
	padding: 0 300px 0 0;
	position: relative;
}
#cart_bottom_guide .cart_bottom_box_ .inner_ .txt_ {
	font-size: 14px;
	line-height: 1.8;
}
#cart_bottom_guide .cart_bottom_box_ .inner_ .btn_ {
	position: absolute;
	top: 0;
	right: 20px;
}
#cart_bottom_guide .cart_bottom_box_ .btn_ a {
	width: 250px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: #333333 url(../img/usr/common/pc/arrow03.png) right center no-repeat;
	color: #ffffff;
}
#cart_bottom_guide .cart_bottom_box_ .btn_ a:hover {
	background-color: #666666;
}
#cart_bottom_guide #cart_bottom_end {
	width: 994px;
	padding: 30px 0;
	margin: 0 auto;
	border: #a36e6e 3px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
#cart_bottom_guide #cart_bottom_end .ttl_ {
	padding: 25px 0 25px 60px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	background: url(../img/usr/common/pc/icon_cart_wakaba.png) left center no-repeat;
}
#cart_bottom_guide #cart_bottom_end .btn_ {
	width: 250px;
	margin: 0 auto;
}
/**/
#cart_bottom_guide #liquorsales {
	display: flex;
	align-items: center;
	border: 3px solid #a36e6e;
	background-color: #EBF4F3;
	margin: 60px 0;
	padding: 20px 0;
}
#cart_bottom_guide #liquorsales h3 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.45;
	padding: 20px 30px;
	margin: 0;
	background: none;
	border-right: 3px solid #a36e6e;
	width: 220px;
	height: auto;
	background-color: inherit;
}
#cart_bottom_guide #liquorsales p {
	font-size: 18px;
	line-height: 1.66;
	margin: 0 30px;
	flex: 1;
}
/**/
div.cart_bookmark_list_ {
	margin: 60px 0 30px;
}
div.cart_bookmark_list_ h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.45;
	padding: 13px 20px 12px;
	margin: 0 0 20px;
	background-color: #a36e6e;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ {
	display: flex;
	background-color: #FFFBEA;
	margin: 0 0 10px;
	padding: 20px;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .cartgoods_ {
	display: none;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .img_ {
	width: 160px;
	height: 160px;
	margin-right: 20px;
	padding: 0;
	position: relative;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .img_ a {
	width: 160px;
	height: 160px;
	text-align: center;
	/*display: block;*/
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .img_ img {
	max-height: 100%;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ {
	flex: 1;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.name_ div a {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	display: block;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.name_ div span {
	color: #FF6600;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.spec_ {
	margin: 10px 0 0;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.spec_ .default_price_ {
	font-size: 14px;
	text-decoration: line-through;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.spec_ .special_price_ {
	color: #FF0000;
	font-size: 18px;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.spec_ .price_ {
	font-size: 18px;
	line-height: 1.5;
	display: block;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.shop_ {
	margin-top: 15px;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.shop_ a {
	font-size: 14px;
	line-height: 1.42;
	text-decoration: underline;
	display: block;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .desc_ div.shop_ a:hover {
	text-decoration: none;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ {
	width: 250px;
	margin-left: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .del_btn_ {
	margin-left: 10px;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .cart_ a,
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .del_btn_ a,
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .no_stock_ {
	font-size: 14px;
	line-height: 1.42;
	text-align: center;
	border-radius: 5px;
	padding: 3px 20px;
	display: block;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .no_stock_ {
	width: 100px;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .cart_ a {
	color: #FFFFFF;
	border: 1px solid #FF4800;
	background-color: #FF4800;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .cart_.exchange_ a {
	color: #FFFFFF;
	border: 1px solid #EE3966;
	background-color: #EE3966;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .del_btn_ a {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .cart_ a:hover,
div.cart_bookmark_list_ .bookmark_frame_ .bookmark_item_ .del_ .del_btn_ a:hover {
	opacity: 0.7;
	text-decoration: none;
}
div.cart_bookmark_list_ .btn_more_ {
	margin: 20px 0;
}
div.cart_bookmark_list_ .btn_more_ a {
	color: #a36e6e;
	font-size: 16px;
	line-height: 1.5;
	text-align: right;
	text-decoration: underline;
	display: block;
	padding-right: 15px;
	position: relative;
}
div.cart_bookmark_list_ .btn_more_ a:hover {
	text-decoration: none;
}
div.cart_bookmark_list_ .btn_more_ a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #a36e6e;
	margin-top: -4px;
}
/**/
div.cartlist_ div.StyleT_Frame_ {
	background-color: #FFFBEA;
}
/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
div.mail_ {
}
div.mail_ .agreebody_ {
	margin: 10px 0 20px 0;
	width: 100%;
}
div.mail_ table {
	width: 100%;
}
div.mail_ table th {
	width: 25%;
}
div.mail_ div.mailnewstitle_ {
}

/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
div.topic_ {
}
h2.topic_title_ {
	padding: 10px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background: #fffbea;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}

/* トピック一覧 */
div.topiclist_ {
	margin-bottom: 40px;
	padding: 20px 0;
	background-color: #fffbea;
}
div.topiclist_ .topiclist_head_ {
	padding: 0 20px;
}
div.topiclist_ .topiclist_head_ h2 {
	height: 40px;
	padding: 0 0 0 80px;
	margin-bottom: 15px;
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background: #f3eac0 url(../img/usr/common/pc/ttl_topic_head.jpg) left top no-repeat;
	position: relative;
}
div.topiclist_ .topiclist_head_ h2 span {
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
div.topiclist_ .topiclist_head_ .rss_ {
	position: absolute;
	right: 85px;
	top: 25px;
}
.mainframe_ div.topiclist_ .topiclist_body_ {
	max-height: 320px;
	overflow-y: auto;
	padding: 0 20px;
}
div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.topiclist_ ul.topicline_ li {
	padding: 10px;
	margin: 10px 0 0;
	background-color: #FFFFFF;
}
div.topiclist_ ul.topicline_ li:first-child {
	margin-top: 0;
}
div.topiclist_ ul.topicline_ li.hav_img_ a {
	/*padding: 0;*/
	display: flex;
	flex-wrap: wrap;
}
div.topiclist_ ul.topicline_ li span {
	display: block;
}
div.topiclist_ ul.topicline_ li a {
	width: 100%;
	display: block;
}
div.topiclist_ ul.topicline_ li .img_ {
	/*width: 100px;*/
	width: 70px;
	margin: 0 0 10px 10px;
}
div.topiclist_ ul.topicline_ li .desc_ {
	flex: 1;
}
div.topiclist_ ul.topicline_ li .desc_ .date_ {
	font-size: 14px;
	line-height: 1.42;
}
div.topiclist_ ul.topicline_ li .desc_ .icon_ {
	height: 14px;
	margin-left: 10px;
}
div.topiclist_ ul.topicline_ li .desc_ .title_ {
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 1.5;
	margin: 7px 0 9px;
	float: none;
}
div.topiclist_ ul.topicline_ li .desc_ .text_ {
	font-size: 14px;
	line-height: 1.7;
}
div.topiclist_ ul.topicline_ li span.more_link_ {
	font-size: 14px;
	line-height: 1.42;
	text-decoration: underline;
	text-align: right;
	width: 100%;
	display: block;
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
}
div.topiclist_ ul.topicline_ li span.more_link_::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-left: 2px solid #007A6A;
	border-bottom: 2px solid #007A6A;
	transform: rotate(-45deg);
	transition: all .3s;
}
div.topiclist_ .topic_img_ {
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

/* 入力画面 */
div.questionnaire_ {
}
div.questionnaire_box_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
div.questionnaire_box_ div.desc_ {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #CCC;
}
div.questionnaire_box_ table {
	width: 100%;
}
div.questionnaire_box_ table.formdetail_ th {
	width: 16em;
}
div.questionnaire_box_ div.questionnaire_box_content_ {
	padding: 0 10px;
}
/**/

/* 確認画面 */
table.questionnaire_confirm_ {
	width: 100%;
}
table.questionnaire_confirm_ th {
	width: 16em;
}
/**/

/* --------------------------------------------------------------------
     Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
     text-align: center;
}

#AmazonPayButton {
     text-align: center;
}

#addressBookWidgetDiv {
     width: 600px;
     height: 270px;
     padding: 5px 0;
}

#walletWidgetDiv {
     width: 600px;
     height: 270px;
     padding: 5px 0;
}

div.amazon_pay_button_method_ {
     padding-top: 18px;
}

div.login_with_amazon_button_method_ {
     padding-bottom: 10px;
}

div.amazon_address_area_ {
     width: 600px;
     margin: 0 auto;
}

div.amazon_wallet_area_ {
     width: 600px;
     margin: 0 auto;
}




/* --------------------------------------------------------------------
     買い物かごページ
-------------------------------------------------------------------- */
.cartlist_ .shop_box_ h2.cart_shop_name_ {
	display: flex;
	justify-content: space-between;
	padding: 34px 20px 28px 140px;
	background-color: #fff;
	font-size: 24px;
}
.cartlist_ .shop_box_ h2.cart_shop_name_  span {
	font-size: 18px;
	letter-spacing: 2px;
}
table.cartlist_ td.img_,
table.cartlist_ td.name_,
table.cartlist_ td.count_ {
	background: #fffbea;
}
.cartlist_ .shop_box_ {
	border: #dcdcdc 3px solid;
}

table.cartlist_ td.img_ {
	text-align: center;
}
table.cartlist_ td.img_ a {
	display: block;
}
table.cartlist_ td.img_ img {
	max-height: 180px;
	max-width: 180px;
	width: auto;
}
table.cartlist_ td.name_ {
	padding-left: 20px;
}
table.cartlist_ td {
	border-top: none;
}
table.cartlist_ tr + tr {
	border-top: 5px solid #fff;
}
table.cartlist_ td.count_ {
	padding-right: 20px;
}
.group_name {
	display: block;
	padding-bottom: 8px;
	font-size: 20px !important;
	border-bottom: 2px solid #a36e6e;
}

#order_step04 .formdetail_.order_ {
	margin-top: 30px !important;
}
#order_step04 .formdetail_.order_.prevbtn_wrap td {
	border-top: none;
	border-bottom: none;
	text-align: center;
}
#order_step04 .formdetail_.order_.prevbtn_wrap td.msg_ span {
	display: inline-block;
	min-height: 39px;
	line-height: 39px;
	padding: 8px 0 0 60px;
	font-weight: 600;
	font-size: 24px;
	background-image: url(../img/usr/common/pc/icon_ra_attention.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 42px 39px;
}
#order_step04 .order_complete_wrap_ .formdetail_.order_ tr {
  border-bottom: #ccc 1px solid;
}

/*買い物かごページ 20200225*/
.shop_box_ .note_wrap {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFED53;
}
div.cartlist_.col1_ .info_.info_wrap {
	width: 96%;
}
.shop_box_ .group_name_wrap {
	padding: 20px 0;
	border: none;
	border:0px;
}
.shop_box_ .group_name_wrap .group_name {
	font-size: 2em;
	font-weight: bold;
	color: #333333;
}
.shop_box_ .td_wrap {
	padding: 20px 0;
	border: none;
	border:0px;
}
.shop_box_ .td_flex {
	display: flex;
	justify-content: flex-end;
	margin:1em;
}
table.cartlist_ .td_flex .money_ {
	width: auto;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding:0;
}
table.cartlist_ .td_flex .price_ {
	font-size: 32px !important;
	font-weight: bold;
	color: #ff0000 !important;
}
table.cartlist_ .td_flex .price_.exchange_ {
	font-size: 24px !important;
}
table.cartlist_ .next_wrap {
	display: flex;
	justify-content: flex-end;
	margin:1em;
}
.anchor_td {
	padding: 20px 0;border: none;border:0px;
}
.group_name {
	font-size: 2em;font-weight: bold;color: #333333;
}

.cartlist_ .shop_box_ .cartlist_ tr + tr[id^="anchor"] {
	border-top: 1px dashed #cfcfcf;
}
.cartlist_ .shop_box_ .cartlist_ tr + tr[id^="anchor"] .anchor_td {
	padding-top: 40px;
}