@charset "UTF-8";
/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
div.login_ {
    display: flex;
    flex-wrap: wrap;
}
div.login_ .common_headline1_ {
    width: inherit;
}
div.login_ .order_login_L {
    margin-right: auto;
}
div.login_ div.loginform_ {
	width:600px;
	margin:10px auto 20px;
	padding:10px;
	text-align:left;
	border-bottom:1px dotted #CEC7B7;
}
div.login_ div.loginform_ .form_text_ {
	margin-bottom: 10px;
}
div.login_ div.inputimage_ {
	margin:8px auto;
	text-align:center;
}
div.login_ div.inputimage_:hover{
	opacity:0.8;
}
div.login_ div.askpass_ {
	margin:5px auto;
	text-align:center;
}
div.login_ div.entry_ {
	margin:2px auto;
	text-align:center;
	font-size:10px;
	}
div.login_ table.loginform_ {
	margin:auto;
	text-align:center;
}
div.login_ table.loginform_ th {
	padding: 2px;
	text-align: right;
	font-weight: bold;
}
div.login_ table.loginform_ td {
	padding: 2px;
	text-align: left;
}
div.login_ table.loginform_ td input.login_uid_ {
	width: 300px;
}
div.login_ table.loginform_ td input.login_pwd_ {
	width: 300px;
}
div.login_ table.loginform_ td input.login_uid_mail_ {
	width: 300px;
}

/* --------------------------------------------------------------------
	パスワードを忘れた方
--------------------------------------------------------------------- */
table.askpass_ {
	margin-bottom: 10px;
}
table.askpass_ th {
	width: 16em;
}

/* --------------------------------------------------------------------
	マイページ・会員情報
-------------------------------------------------------------------- */
div.customer_ {
	/*width: 1000px;*/
	/*width: 1300px;*/
	width: 1200px;
	margin: 0 auto;
}
div#mypage_top.customer_ {
	width: 1300px;
	margin: 0 auto;
}
div.customer_ table {
	width: 100%;
}
div.customer_ table.customer_,
div.customer_ table.customerconfirm_ {
	margin-bottom: 20px;
}
div.customer_ table.customer_ th,
div.customer_ table.customerconfirm_ th {
	width: 25%;
}

table.custdest_ th{
	width: 25%;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
div.customer_ .agreebody_ {
	margin: 20px auto;
	width: 100%;
	display: block;
}

/* --------------------------------------------------------------------
	マイページ　トップ
-------------------------------------------------------------------- */
div.customer_.col1_ .navitopicpath_ {
	margin-bottom: 40px;
}
div.customer_status_ {
/*	padding: 20px 30px;
	margin: 0 0 30px 0;
	border: 4px solid #007A6A;
	background-color: #FFFFFF;
	overflow: hidden;*/
	padding: 10px 20px;
	margin: 0 0 30px 0;
	background: #eaf7f5;
	overflow: hidden;
}
div.customer_status_ div.loginname_ {
	padding: 0;
	margin-bottom: 0;
	border: none;
	font-size: 16px;
	font-weight: bold;
}
#mypage_top div.customer_status_ {
	margin: 50px auto 30px;
	padding: 20px 30px 20px 195px;
	border: 4px solid #007A6A;
	width: 625px;
	min-height: 145px;
	background-color: #FFFFFF;
	background-image: url("../img/usr/common/ja-ta.png");
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 150px;
}
#mypage_top div.customer_status_ div.loginname_ span {
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: normal;
}

#mypage_top div.customer_status_ div.loginname_ {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 20px;
}
#mypage_top div.customer_status_ .mypoint_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mypage_top div.customer_status_ .mypoint_ dt {
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 1.428;
}
#mypage_top div.customer_status_ .mypoint_ dd {
	font-size: 14px;
	line-height: 2.33;
}
#mypage_top div.customer_status_ .mypoint_ dd strong {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.33;
	/*vertical-align: bottom;*/
	display: inline-block;
	vertical-align: baseline;
}
#mypage_top div.customer_status_ .ex_date_ {
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 1.428;
	text-align: center;
	margin-top: 15px;
	padding: 5px 0 10px;
	background-color: #F5F5F5;
}
#mypage_top div.customer_status_ .credit_situation_ {
	font-size: 16px;
	line-height: 1.428;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mypage_top div.customer_status_ .credit_wrap_ {
	margin-top: 10px;
}
#mypage_top div.customer_status_ .credit_situation_ strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.33;
	display: block;
}
#mypage_top div.customer_status_ .credit_amount_ {
	text-align: center;
	margin-top: 5px;
}
div.customer_giftcard_ {
	text-align: center;
	margin: 30px 0 60px;
}
div.customer_giftcard_ .giftcard_ {
	font-size: 14px;
	line-height: .42;
}
div.customer_giftcard_ .giftcard_ a {
	color: #a36e6e;
	text-decoration: underline;
}
div.customer_giftcard_ .giftcard_ a:hover {
	text-decoration: none;
}
div.customer_giftcard_ .reorder_,
div.cartlist_ .reorder_ {
	width: 400px;
	margin: 30px auto 0;
}
div.customer_giftcard_ .reorder_ a,
div.cartlist_ .reorder_ a {
	color: #FF4800;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	border: 2px solid #FF4800;
	border-radius: 10px;
}
div.customer_giftcard_ .reorder_ a:hover,
div.cartlist_ .reorder_ a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#mypage_top div.customer_coupon_ {
	margin: 60px 0;
}
#mypage_top div.customer_coupon_ h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	padding: 15px 20px 14px;
	margin: 0 0 30px;
	background-color: #333333;
}
#mypage_top div.customer_coupon_ .inner_ {
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#mypage_top div.customer_coupon_ table.coupon_list_ {
	width: 620px;
	margin: 0 0 20px;
}
#mypage_top div.customer_coupon_ table.coupon_list_.hide_ {
	display: none;
}
#mypage_top div.customer_coupon_ .more_look_ {
	width: 100%;
}
/* 利用可能な商品、カテゴリ モーダル */
#shipping_popup {
	background-color:rgba(113,113,107,0.80);
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 10000;
	display: none;
}
#shipping_popup .shipping_popup_close_ {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 50px;
	height: 20px;
	cursor: pointer;
	padding-top: 30px;
	margin-right: -500px;
	margin-top: -435px;
	z-index: 5;
}
#shipping_popup .shipping_popup_close_::before,
#shipping_popup .shipping_popup_close_::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 2px;
	background-color: #ffffff;
	margin: -8px 0 0 -13px;
}
#shipping_popup .shipping_popup_close_::before {
	transform: rotate(-45deg);
}
#shipping_popup .shipping_popup_close_::after {
	transform: rotate(45deg);
}
#shipping_popup .shipping_popup_inner_ {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 1000px;
	max-height: 770px;
	overflow-y: auto;
	margin-left: -500px;
	margin-top: -385px;
	z-index: 5;
}
#shipping_popup .shipping_popup_box_ {
	padding: 35px 0 80px;
}
#shipping_popup .agreelist_ {
	padding: 0 100px;
}
#shipping_popup h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
	padding: 0 0 30px 0;
	margin: 0 0 45px 0;
	border-bottom: 1px solid #D7D7D7;
}
#shipping_popup .shipping_popup_txt_ {
	line-height: 1.8;
	padding: 0 100px;
}
#shipping_popup .shipping_popup_txt_ a {
	text-decoration: underline;
}
#shipping_popup .shipping_popup_txt_ a:hover {
	text-decoration: none;
}
/**/
#mypage_favorite_wrap {
	/*overflow: hidden;*/
}

#mypage_favorite_wrap div.favorite_topics_ .topiclist_body_ {
	max-height: 276px;
	overflow-y: auto;
}
#mypage_favorite_wrap div.favorite_topics_ .topiclist_body_ a {
	text-decoration: none;
	display: flex;
	flex-direction: row-reverse;
}
#mypage_favorite_wrap div.favorite_topics_ div.topiclist_ {
	/*margin-bottom: 0;*/
	margin: 0;
	padding: 25px 40px;
}
#mypage_favorite_wrap div.favorite_topics_ div.topiclist_ .topiclist_head_ {
  padding: 0;
}
#mypage_favorite_wrap div.favorite_topics_ div.topiclist_ .topiclist_head_ h2 {
	line-height: 40px;
}
#mypage_favorite_wrap div.favorite_topics_ ul.topicline_ {
	margin-right: 20px;
}
#mypage_favorite_wrap div.favorite_topics_ ul.topicline_ li {
    padding: 15px;
    background-color: #ffffff;
}
#mypage_favorite_wrap div.favorite_topics_ ul.topicline_ li.hav_img_ {
	display: flex;
	flex-direction: row-reverse;
}
#mypage_favorite_wrap div.favorite_topics_ .topiclist_body_ .shop_ {
	padding: 3px 0;
	font-weight: bold;
}
#mypage_favorite_wrap  div.mypage_history_now_ {
	width: 620px;
	float: right;
}
#mypage_favorite_wrap div.history_list_ {
	height: 360px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: #d2d2d2 1px solid;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: inherit;
}
#mypage_favorite_wrap div.history_list_ h2 {
	padding: 10px 20px 8px ;
	margin-bottom: 20px;
	background: #333333;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#mypage_favorite_wrap div.history_body_ {
	height: 290px;
	margin: 0 20px;
	overflow-y: scroll;
}
#mypage_favorite_wrap ul.history_list_ {
	margin-right: 20px;
}
#mypage_favorite_wrap ul.history_list_ li.history_item_ {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #cccccc 1px dotted;
	overflow: hidden;
}
#mypage_favorite_wrap ul.history_list_ .date_ {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
#mypage_favorite_wrap ul.history_list_ .img_ {
	width: 165px;
	float: left;
}
#mypage_favorite_wrap ul.history_list_ .desc_ {
	width: 350px;
	float: right;
	position: relative;
}
#mypage_favorite_wrap ul.history_list_ .icon_ {
	margin-bottom: 10px;
}
#mypage_favorite_wrap ul.history_list_ .icon_ ul {
	width: 110%;
	overflow: hidden;
}
#mypage_favorite_wrap ul.history_list_ .icon_ ul li {
	margin: 0 3px 3px 0;
	float: left;
}
#mypage_favorite_wrap ul.history_list_ .icon_ ul li img {
	height: 18px;
}
#mypage_favorite_wrap ul.history_list_ .name_ {
	margin-bottom: 20px;
	font-size: 14px;
}
#mypage_favorite_wrap ul.history_list_ .name1_ {
	margin-bottom: 5px;
	font-size: 14px;
}
#mypage_favorite_wrap ul.history_list_ .price_ {
	margin-bottom: 10px;
	color:#333333;
	font-weight:normal;
}
#mypage_favorite_wrap ul.history_list_ .price_ .default_price_ {
	color:#333333;
	text-decoration: line-through;
	display: block;
}
#mypage_favorite_wrap ul.history_list_ .price_ .special_price_ {
	color:#ff0000;
	font-size: 16px;
	display: block;
}
#mypage_favorite_wrap ul.history_list_ .shop_ {
	padding: 10px 0 0 0;
	clear: both;
}
#mypage_favorite_wrap ul.history_list_ .shop_ a {
	padding: 0 0 0 17px;
	text-align: left;
	font-size: 14px;
	background: url(../img/sys/icon_shop.png) left 3px no-repeat;
	display: block;
}
#mypage_favorite_wrap ul.history_list_ .desc_ .cart_ {
	position: absolute;
	right: 0;
	bottom: 10px;
}

div.mymenu_ {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
div.mymenu_ h2.title_ {
	padding: 10px;
	margin-bottom: 20px;
	background: #a36e6e;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
div.mymenu_ .mymenu_box_ {
	margin-bottom: 40px;
}
div.mymenu_ .mymenu_line_ {
	width: 110%;
	padding-left: 20px;
	overflow: hidden;
}
div.mymenu_ div.mymenu_item_ {
	float: left;
}
div.mymenu_ .column1_ div.mymenu_item_ {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	overflow: hidden;
}
div.mymenu_ .column2_ div.mymenu_item_ {
	width: 620px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
div.mymenu_ .column2_ div.mymenu_item_:nth-child(2n+1) {
	clear: left;
}
div.mymenu_ .column3_ div.mymenu_item_ {
	width: 400px;
	margin: 0 30px 30px 0;
	overflow: hidden;
}
div.mymenu_ .column3_ div.mymenu_item_:nth-child(3n+1) {
	clear: left;
}
div.mymenu_ div.mymenu_item_ .add_address_ {
	margin: 10px 0;
}
div.mymenu_item_ .img_ {
	width: 90px;
	float: left;
}
div.mymenu_item_ .img_ img {
	width: 70px;
}
div.mymenu_ .column2_ div.desc_ {
	width: 530px;
	float: right;
}
div.mymenu_ .column3_ div.desc_ {
	width: 310px;
	float: right;
}
div.mymenu_item_ h3 {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/common/pc/arrow02.png) left center no-repeat;
}
div.mymenu_item_ p {
	padding: 0 0 0 15px;
	line-height: 1.6;
}
div.mymenu_item_ .custdest_list_,
div.mymenu_item_ .custsource_list_ {
	padding: 20px;
	background: #eeeeee;
}
div.mymenu_item_ .custdest_list_ h4,
div.mymenu_item_ .custsource_list_ h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.mymenu_item_ .custdest_list_ ul,
div.mymenu_item_ .custsource_list_ ul {
}
div.mymenu_item_ .custdest_list_ ul li,
div.mymenu_item_ .custsource_list_ ul li {
	padding: 10px 90px 10px 10px;
	margin-bottom: 2px;
	list-style: none;
	background: #ffffff;
	position: relative;
}
div.mymenu_item_ .custdest_list_ ul li a,
div.mymenu_item_ .custsource_list_ ul li a {
	padding: 10px 10px 10px 15px;
	background: url(../img/usr/common/pc/arrow02.png) left center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
div.mymenu_item_ .custdest_list_ .btn_more_,
div.mymenu_item_ .custsource_list_ .btn_more_ {
	margin-top: 15px;
	text-align: center;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 20px;
}
table.history_ {
	margin-bottom: 20px;
}
table.history_ th {
	font-weight: bold;
}
table.history_ td.order_dt_ {
	white-space: nowrap;
	font-size: 14px;
	width: 90px;
}
table.history_ td.order_id_ {
	width: 100px;
}
table.history_ td.total_ {
	width: 130px;
}
table.history_ td.status_ {
	width: 280px;
}
table.history_ td.order_detail_ ul {
	margin-bottom: 5px;
}
table.history_ td.order_detail_ ul li {
	/*margin-left: 2em;*/
	/*list-style: square;*/
	display: flex;
	margin-top: 10px;
}
table.history_ td.order_detail_ ul li:first-child {
	margin-top: 0;
}
table.history_ td.order_detail_ ul li .img_ {
	width: 110px;
	text-align: center;
	margin-right: 10px;
}
table.history_ td.order_detail_ ul li .img_ img {
	max-height: 110px;
}
table.history_ td.order_detail_ ul li .name_ {
	flex: 1;
}
table.history_ td.order_detail_ p.order_again_,
table.history_ td.regular_sales_ {
	padding: 5px;
	font-weight: bold;
}
table.history_ td.order_detail_ p.order_again_ a,
table.history_ td.regular_sales_ a {
	color:#018742;
	text-decoration:underline;
}
table.history_ td.order_detail_ p.order_again_ a:hover,
table.history_ td.regular_sales_ a:hover {
	color:#CCC;
	text-decoration:none;
}
table.history_ td.order_id_ a {
	text-decoration: none;
}
table.history_ td.order_id_ span {
	display: block;
}
table.history_ td.order_id_ span.order_id_ {
	color:#018742;
	text-decoration: underline;
}
table.history_ td.order_id_ span.order_id_:hover {
	text-decoration: none;
}
table.history_ td.order_id_ span.order_detail_ {
	color: #333333;
	padding-right: 10px;
	position: relative;
}
table.history_ td.order_id_ span.order_detail_:hover {
	text-decoration: underline;
}
table.history_ td.order_id_ span.order_detail_::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	transform: rotate(-45deg);
}
table.history_ td.img_ {
	width: 70px;
}
table.history_ td.total_ {
	text-align: center;
	font-size: 14px;
}
/*ul.historydetail_ {
	margin: 10px auto;
	width: 18em;
}
ul.historydetail_ li {
	margin-left: 2em;
	font-weight: bold;
	list-style: square;
}*/
div.customer_ ul.historydetail_ {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
}
div.customer_ ul.historydetail_ li {
	width: 300px;
	margin: 0 20px;
}
div.customer_ ul.historydetail_ li a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #333333 url(../img/usr/common/pc/arrow03.png) right center no-repeat;
	border-radius: 5px;
	transition: all .3s;
}
div.customer_ ul.historydetail_ li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
div.customer_ ul.historydetail_ li.order_again_ a {
	background-color: #FF4800;
}
/* 2022/5～ */
div.history_freespace_ {
	margin: 40px 0;
}
div.history_freespace_ ul.history_link_ {
	display: flex;
	justify-content: center;
	align-items: center;
}
div.history_freespace_ ul.history_link_ li {
	margin: 0 20px;
}
div.history_freespace_ ul.history_link_ li a {
	color: #a36e6e;
	font-size: 18px;
	text-decoration: underline;
	line-height: 1.5;
	display: inline-block;
}
div.history_freespace_ ul.history_link_ li a:hover {
	text-decoration: none;
}
div.history_table_ .navipage_ .navipage_sum_ {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}
div.history_table_ div.history_sec_ {
	padding: 25px 40px 40px;
	margin: 15px 0 40px;
	background-color: #eee;
}
div.history_table_ div.history_sec_ h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.45;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 2px solid #a36e6e;
}
div.history_table_ div.history_sec_.before_delivery_ {
	background-color: #F5F5F5;
}
div.history_table_ div.history_sec_.under_delivery_ {
	background-color: #EBF7F5;
}
div.history_table_ div.history_sec_.delivered_ {
	background-color: #F5F5F5;
}
div.history_table_ div.history_sec_ .history_ {
	padding: 20px 20px 30px;
	margin-top: 40px;
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
}
div.history_table_ div.history_sec_ h2 + .history_ {
	margin-top: 0;
}
div.history_table_ div.history_sec_ .history_inner_ {
	padding: 20px 25px 25px;
	margin: 0 0 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: #FFFBEA;
}
div.history_table_ div.history_sec_ div.order_data_ {
	width: 440px;
}
div.history_table_ div.history_sec_ dl.order_dt_,
div.history_table_ div.history_sec_ dl.order_id_,
div.history_table_ div.history_sec_ dl.delivery_dt_ {
	display: flex;
	align-items: center;
	margin: 0 0 13px;
}
div.history_table_ div.history_sec_ dl.order_dt_ dt,
div.history_table_ div.history_sec_ dl.order_id_ dt,
div.history_table_ div.history_sec_ dl.delivery_dt_ dt {
	color: #FF6600;
	font-size: 18px;
	line-height: 1.5;
	width: 90px;
}
div.history_table_ div.history_sec_ dl.delivery_dt_ dt {
	width: 170px;
}
div.history_table_ div.history_sec_ dl.order_dt_ dd,
div.history_table_ div.history_sec_ dl.order_id_ dd,
div.history_table_ div.history_sec_ dl.delivery_dt_ dd {
	font-size: 18px;
	line-height: 1.5;
	flex: 1;
}
div.history_table_ .history_sec_ div.history_ p {
	font-size: 12px;
	line-height: 1.5;
}
div.history_table_ div.history_sec_ div.status_ {
	text-align: center;
	margin-top: 25px;
}
div.history_table_ div.history_sec_ div.order_box_ {
	width: 645px;
}
div.history_table_ div.history_sec_ div.order_box_ h3 {
	color: #FF6600;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 0 10px;
	margin: 0;
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
}
div.history_table_ div.history_sec_ div.order_detail_ {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	border-bottom: 1px dashed #CCCCCC;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_img_ {
	width: 160px;
	margin-right: 20px;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_img_ a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 160px;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_desc_ {
	width: 465px;
	display: flex;
	flex-wrap: wrap;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_desc_ .name_ {
	margin: 0;
	width: 100%;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_desc_ .name_ > div {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_desc_ .shop_ {
	font-size: 14px;
	line-height: 1.42;
	margin: 10px 0;
	width: 100%;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_desc_ .order_again_ {
	width: 100%;
	margin-top: auto;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_desc_ .order_again_ a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	width: 265px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF4800;
	border-radius: 5px;
	transition: all .3s;
}
div.history_table_ div.history_sec_ div.order_detail_ div.order_desc_ .order_again_ a:hover {
	text-decoration: none;
	opacity: 0.7;
}
div.history_table_ div.history_sec_ dl.total_ {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
div.history_table_ div.history_sec_ dl.total_ dt {
	color: #FF6600;
	font-size: 24px;
	line-height: 1.44;
	padding-right: 15px;
}
div.history_table_ div.history_sec_ dl.total_ dd {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
}
div.history_table_ div.history_sec_ dl.total_ dd span.small_ {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
}
div.history_table_ div.history_sec_ div.history_detail_ {
	width: 340px;
	margin: 10px auto 0;
}
div.history_table_ div.history_sec_ div.history_detail_ a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333333 url(../img/usr/common/pc/arrow03.png) right center no-repeat;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	transition: all .3s;
}
div.history_table_ div.history_sec_ div.history_detail_ a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* --------------------------------------------------------------------
	マイページ　購入履歴詳細
-------------------------------------------------------------------- */
div.customer_ div.history_detail {
	overflow: hidden;
	margin: 0;
}
div.customer_ div.history_detail ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #a36e6e;
	margin: 50px 0 30px;
}
div.customer_ div.history_detail ul li {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	padding: 0 55px 13px 0;
}
div.customer_ div.history_detail ul li.order_dt_,
div.customer_ div.history_detail ul li.order_id_ {
	font-weight: 400;
	padding-right: 20px;
}
div.customer_ div.history_detail div.processimage_ {
	margin: 30px 0 0;
	text-align: center;
}
div.customer_ div.history_detail div.processimage_ img {
	width: 530px;
}
div.customer_ div.history_list_ {
	background-color: #F5F5F5;
	padding: 40px;
	margin: 30px 0 40px;
}
div.customer_ div.history_list_ .box_ {
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 25px;
}
div.customer_ div.history_list_ .box_:first-child {
	margin-top: 0;
}
div.customer_ div.history_list_ table.goodslist_ {
	border: 0;
	margin: 0;
}
div.customer_ div.history_list_ table.goodslist_ th,
div.customer_ div.history_list_ table.goodslist_ td {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 10px;
	border: 0;
}
div.customer_ div.history_list_ table.goodslist_ th {
	color: #FF6600;
	text-align: right;
	background-color: #FFFFFF;
	width: 90px;
	padding-right: 20px;
}
div.customer_ div.history_list_ .btn_review_ {
	width: 340px;
	margin-left: auto;
}
div.customer_ div.history_list_ .btn_review_ a {
	color: #a36e6e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #a36e6e;
	border-radius: 5px;
	height: 46px;
}
div.customer_ div.history_list_ .btn_review_ a:hover {
	text-decoration: none;
	opacity: 0.7;
}

div.customer_ div.history_detail div.rightfloat_ {
	width: 635px;
}
div.customer_ div.history_detail div.rightfloat_ p {
	font-size: 18px;
	line-height: 1.5;
	text-align: right;
	margin-bottom: 10px;
}
div.customer_ div.history_detail table.sales_ th,
div.customer_ div.history_detail table.method_ th {
	font-size: 18px;
	line-height: 1.44;
	width: 195px;
	padding: 20px;
}
div.customer_ div.history_detail table.sales_ td,
div.customer_ div.history_detail table.method_ td {
	font-size: 20px;
	text-align: right;
	line-height: 1.5;
	padding: 15px 20px;
}
div.customer_ div.history_detail table.sales_ td span {
	font-size: 16px;
}
div.customer_ div.history_detail table.sales_ td span.small_ {
	font-size: 10px;
}
div.customer_ div.history_detail table.sales_ td.nocell_ {
	border: 0;
}
div.customer_ div.history_detail .sender_,
div.customer_ .method_addr_ {
	font-size: 18px;
	line-height: 1.5;
}
div.customer_ div.history_detail .sender_ > div,
div.customer_ .method_addr_ > div {
	margin-top: 10px;
}
div.customer_ p.about_shipping_note_ {
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 0px;
}
div.customer_ table.historydetail_.destgoodslist_ {
	margin:30px 0 10px;
}
div.customer_ table.historydetail_.destgoodslist_ th,
div.customer_ table.historydetail_.destgoodslist_ td {
	font-size: 18px;
	line-height: 1.5;
	padding: 15px;
	border: 1px solid #CCCCCC;
}
div.customer_ table.historydetail_.destgoodslist_ td input[type="text"] {
	width: 100%;
}
div.customer_ table.historydetail_.destgoodslist_ th {
	background-color: #F5F5F5;
}
div.customer_ table.historydetail_.destgoodslist_ td.inquiry_url_ a {
	text-decoration: underline;
	display: block;
}
div.customer_ table.historydetail_.destgoodslist_ td.inquiry_url_ a:hover {
	text-decoration: none;
}
div.customer_ table.historydetail_.destgoodslist_ .dest_goodsname_ {
	width: 570px;
}
div.customer_ table.historydetail_.destgoodslist_ .dest_goodsname_ a {
	text-decoration: underline;
}
div.customer_ table.historydetail_.destgoodslist_ .dest_goodsname_ a:hover {
	text-decoration: none;
}
div.customer_ table.historydetail_.destgoodslist_ .kikaku_ {
	width: 140px;
}
div.customer_ table.historydetail_.destgoodslist_ .dest_qty_ {
	width: 200px;
}
div.customer_ table.historydetail_.destgoodslist_ .name_ {
	width: 240px;
}
div.customer_ table.historydetail_.destgoodslist_ .addr_ {
	width: 345px;
}
div.customer_ table.historydetail_.destgoodslist_ .provision_ {
	width: 200px;
}
div.customer_ table.historydetail_.destgoodslist_ .issue_ {
	width: 230px;
}
div.customer_ table.historydetail_.destgoodslist_ td.addr_ img {
	margin-bottom: 10px;
}
div.customer_ table.historydetail_.destgoodslist_ td.addr_ input[type="text"],
div.customer_ table.historydetail_.destgoodslist_ td.provision_ textarea {
	font-size: 18px;
	line-height: 1.5;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	min-height: auto;
	box-sizing: border-box;
}
div.customer_ table.historydetail_.destgoodslist_ td.addr_ input[type="text"]:focus,
div.customer_ table.historydetail_.destgoodslist_ td.provision_ textarea:focus {
	outline: none;
}
div.customer_ table.historydetail_.destgoodslist_ td.addr_ input[type="text"] {
	height: 50px;
}
div.customer_ table.historydetail_.destgoodslist_ td.passage_ {
	text-align: center;
}


/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_ {
}
div.cardedit_ table th {
	width: 16em;
}
/* 現在の登録内容 */
div.cardedit_info_ {
	margin-bottom: 20px;
}
td.card_ label {
	margin: 0 20px 0 5px;
}
/* --------------------------------------------------------------------
	マイページ　メールアドレス変更
-------------------------------------------------------------------- */
table.mailchange_ {
	margin-bottom: 10px;
}
table.mailchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　ID変更
-------------------------------------------------------------------- */
table.idchange_ {
	margin-bottom: 10px;
}
table.idchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　パスワード変更
-------------------------------------------------------------------- */
table.passchange_ {
	margin-bottom: 10px;
}
table.passchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	border-top: 1px dotted #CEC7B7;
	margin-bottom: 10px;
}
div.customer_ div.bookmark_item_ {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CEC7B7;
}
div.bookmark_item_ div.cartgoods_ {
	padding: 10px;
	float: left;
	display: inline;
	width: 15px;
}
div.bookmark_item_ div.img_ {
	padding: 10px 10px 10px 0;
	float: left;
	display: inherit;
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
div.bookmark_item_ div.img_ a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
}
div.bookmark_item_ div.img_ img {
	max-height: 100%;
}
div.bookmark_item_ div.img_ .block-item-status > * {
	width: 100px;
	height: 100px;
	margin: 10px 0 0;
}
div.bookmark_item_ div.img_ .block-item-status span {
	font-size: 12px;
	line-height: 1.5;
}
div.bookmark_item_ div.desc_ {
	padding: 10px 0;
	float: left;
	display: inline;
	width: 600px;
}
div.bookmark_item_ div.name_ {
	margin-bottom: 5px;
}
div.bookmark_item_ div.spec_ {
	margin-bottom: 5px;
}
div.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
div.bookmark_item_ .memo_ {
	padding: 5px;
	border: 1px solid #CEC7B7;
	background: #F8F8F8;
}
div.bookmark_item_ div.del_ {
	padding: 10px;
	float: right;
	display: inline;
	width: 60px;
}
div.bookmark_item_ div.del_ .cart_ {
	margin-top: 10px;
}
div.bookmark_item_ .comment_ a {
	text-decoration: underline;
}
div.bookmark_buy_ {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 10px;
	z-index: 100;
}

/* --------------------------------------------------------------------
	マイページ　お気に入りショップ
-------------------------------------------------------------------- */
div.customer_ .shop_bookmark_frame_ {
	margin-top: 40px;
}
div.customer_ .shop_bookmark_frame_ div.bookmark_item_ {
	padding: 10px;
	margin: 0;
	border: #dcdcdc 5px solid;
	box-sizing: border-box;
}
div.customer_ .shop_bookmark_frame_ div.bookmark_item_ .comment_ a {
	text-decoration: underline;
}
div.customer_ .shop_bookmark_frame_ div.goods_ {
	margin-bottom: 40px;
	border: #dcdcdc 5px solid;
	box-sizing: border-box;
}
div.customer_ .shop_bookmark_frame_ div.goods_ .common_headline2_ {
	padding: 2px 15px 10px 15px;
	/*margin-bottom: 20px;*/
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background: #dcdcdc;
}
div.customer_ .shop_bookmark_frame_ div.goods_ div.StyleT_Frame_ {
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
div.customer_ .shop_bookmark_frame_ div.goods_ div.StyleT_Line_ {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}
div.customer_ .shop_bookmark_frame_ div.goods_ div.StyleT_Item_ {
	width: 220px;
	margin: 0 22px 0 0;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ
-------------------------------------------------------------------- */
div.contact_ {
}
div.contact_ table {
	width: 100%;
}
/* new お問合せフォーム */
div.contact_ table.contact_ th {
	width: 16em;
}
div.contact_ table.contact_ td {
}
div.contact_ div.contact_reform_ {
	margin:auto;
	text-align:center;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
}
div.contact_ ul.contactlist_ li {
	padding: 10px;
	border-bottom: 1px dotted #CEC7B7;
}
div.contact_ ul.contactlist_ li a {
	color:#018742;
	text-decoration:underline;
}
div.contact_ ul.contactlist_ li a:hover {
	color:#CCC;
	text-decoration:none;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}

/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px dotted #CEC7B7;
	border-top: 1px dotted #CEC7B7;
}
.contactdetail_title_ .subject_ {
	margin-left: 20px;
	font-weight: bold;
}
.contactdetail_title_ .id_ {
	margin-left: 10px;
	font-size: 10px;
}
/* スレッド */
div.contactlist_ {
	margin-bottom: 20px;
}
div.contactlist_ .contactlist_order_id_ {
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
div.contactlist_line_ {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #CEC7B7;
}
div.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
	background: #F0F0F0;
	border-bottom: 1px solid #CEC7B7;
}
div.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
div.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
div.contactlist_line_ .comment_ {
	padding: 10px;
}
/* --------------------------------------------------------------------
	マイページ　退会
-------------------------------------------------------------------- */
table.withdrawal_ {
	margin-bottom: 10px;
}
table.withdrawal_ th {
	width: 16em;
}

/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
table.coupon_list_ {
	margin-bottom: 20px;
}
table.coupon_list_ th {
	font-weight: bold;
	text-align: center;
}
table.coupon_list_ td.coupon_code_ {
	white-space: nowrap;
}
table.coupon_list_ td.coupon_price_ {
	text-align: right;
	white-space: nowrap;
}
table.coupon_list_ td.coupon_name_ {
	text-align: left;
}
table.coupon_list_ td.coupon_dt_ {
	text-align: left;
	white-space: nowrap;
}
table.coupon_list_ td.coupon_target_ {
	text-align: left;
}
table.coupon_list_ td .shipping_popup_ {
	text-decoration: underline;
	cursor: pointer;
}
table.coupon_list_ td .shipping_popup_:hover {
	text-decoration: none;
}
table.coupon_list_ td .shipping_ {
	display: none;
}
.navipage_.top_.coupon_,
.navipage_.bottom_.coupon_ {
	background-color: inherit;
}
/*///////////////////////////////////////////
 追記   201604
///////////////////////////////////////////*/
.login_merit{
    background: url(../img/sys/login_bg_01.png) top center no-repeat;
    width: 710px;
    height: 65px;
    margin: 0 auto 40px;
    padding: 275px 110px 0 ;
}
.step{
    margin: 10px 0 20px 0;
}
.entry_title {
    width: 930px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.entry_title h2 {
    color: white;
    padding: 7px 0;
    margin-bottom: 20px;
    background: url("/img/event/line/line_title_icon.png") no-repeat left #007563;
    text-align: left;
    clear: both;
}

.entry_title h2 span {
    font-size: 20px;
    display: inline-block;
    padding-left: 65px;
}
.entry_link{
    width: 300px;
    margin-bottom: 30px;
    margin-right: 15px;
    float: left;
}
.entry_link.R{
    margin-right: 0;
}
.entry_link img{
    margin-bottom: 15px;
}

a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* --------------------------------------------------------------------
	マイページ　ギフトカード
-------------------------------------------------------------------- */
.mygift_ {
	font-size: 18px;
	font-weight: bold;
}

.gift_balance_ {
	font-size: 18px;
	color: red;
}

.cardupdate .btn-submit {
	padding: 0 60px;
	border: none;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	height: 40px;
	font-size: 14px;
}

.cardupdate .submit_ {
	margin: 50px auto 70px;
}

.cardupdate p.message_ {
	margin-bottom:30px;
	font-size:24px;
	border-bottom: #333333 1px solid;
	padding: 10px 0;
}

.cardupdate #cardupdate_guide_ {
    margin: 0px 12px 10px;
    padding: 10px 20px;
    border: 2px solid #9b3333;
    background: #fae6ec;
}

/* --------------------------------------------------------------------
	マイページ　定期購入/頒布会商品一覧
-------------------------------------------------------------------- */
table.formdetail_.order_ td.method_name_ a img.button_ {
    margin: 0px 0px 0px 30px;
}
