@charset "Shift_JIS";
/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	width:600px;
	margin:10px auto 20px;
	padding:10px;
	text-align:left;
}
div.login_ div.loginform_ .form_text_ {
	margin-bottom: 10px;
}
div.login_ div.inputimage_ {
	margin:8px auto;
	text-align:center;
}
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_ {
}
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%;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
div.customer_ .agreebody_ {
	margin: 10px 0;
	width: 100%;
}
div.customer_ .agreebody_header_ {
	font-size:1.2rem;
	line-height:1.7em;
	padding-top:20px;
}
div.customer_ ul.authmail_notice_{
	list-style-type: none;
	margin: 10px 0;
}
div.customer_ ul.authmail_notice_ li{
	padding-bottom: 3px;
}

/* --------------------------------------------------------------------
	マイページ　トップ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 0 40px 0;
	padding: 20px;
	background:#f0dacd;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	overflow: hidden;
}
.loginname_ {
	font-weight: bold;
	font-size:14px;
	color:#FFF;
	background:url(../img/usr/common/mypage_loginname_bg.jpg) center center no-repeat;
	padding:15px 15px 12px 15px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	/*margin:0 0 20px 0;*/
}

div.customer_status_ .rank_ {
	float:left;
	text-align:center;
	width: 150px;
	overflow: hidden;
}
div.customer_status_ .rank_ img{
	width: 110px;
	height: 70px;
}
div.customer_status_ .rank_ h4 {
	margin:0 0 3px 0;
	font-weight:bold;
}

div.customer_status_ .rank_ h4 strong {
	font-size:14px;
	color:#a0000f;
	display: block;
}

div.customer_status_ .status_wrapper_ {
	padding:0 20px;
	margin-top: 20px;
}
div.customer_status_ .right_wrapper_ {
	float:right;
	text-align:center;
	width:740px;

}

div.customer_status_ .right_wrapper_ h4 {
	border-bottom:1px solid #f0dacd;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	
}

div.customer_status_ .right_wrapper_ .membercode_ {
	width:240px;
	float:left;
	padding-bottom:0;
	margin-bottom:10px;
	height:108px;
	background:#FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 10px;
}
div.customer_status_ .right_wrapper_ .membercode_ h4{
	margin-bottom: 5px;
}
div.customer_status_ .right_wrapper_ .membercode_ img{
	height: 45px;
	width: auto;
	margin-top: 4px;
}
div.customer_status_ .right_wrapper_ .mypoint_ {
	width:240px;
	height:108px;
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
	background:#FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

div.customer_status_ .right_wrapper_ .mypoint_ .point_ {
	margin:5px 0 0 0;	
}
div.customer_status_ .right_wrapper_ .mypoint_ .xlarge_ {
	font-size:30px;
}

div.customer_status_ .right_wrapper_ .mypoint_ .expiration_ {
	margin:0 0 0 0;	
}

div.customer_status_ .right_wrapper_ .myshop_ {
	width:240px;
	height: 108px;
	float: left;
	background:#FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
div.customer_status_ .right_wrapper_ .myshop_ div{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.customer_status_ .right_wrapper_ .myshop_ p{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
}
.mypoint_ {
}
p.recommend_ {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
div.mymenu_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
div.mymenu_ .add_member_card_{
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 15px;
    background: #eee;
    color: #3B1D1D;
    font-weight: bold;
    }
    div.mymenu_ .add_member_card_ a{
    color: #3B1D1D;
    	
    }
    div.mymenu_ .add_member_card_ img{
    	margin-left: 20px;
    }
div.mymenu_item_ {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}
div.mymenu_item_ .img_ {
	margin: 0 15px 0 0;
	float: left;
	display: inline;
	width: 70px;
}
div.mymenu_item_ .desc_ {
	margin: 0 0 0 0;
	float: left;
	display: inline;
}
div.mymenu_item_ h2 {
	padding: 10px 5px 5px 0;
	font-size: 14px;
	font-weight: bold;
}
div.mymenu_item_ h2 a {
	color:#3b1d1d;
	text-decoration:underline;
}
div.mymenu_item_ p, div.mymenu_item_ ul {

}
div.mymenu_item_ ul li {
	margin-left: 2em;
	list-style: square;
}
div.members_rank {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}

div.three_column_wrapper_ {

}
div.three_column_wrapper_ div.mymenu_item_ {
	border:1px solid #dcdcdc;
	width:278px;
	float:left;
	padding:20px;
	margin:0 0 20px 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

div.three_column_wrapper_ div.mymenu_item_:nth-child(2),
div.three_column_wrapper_ div.mymenu_item_:nth-child(5) {
	margin:0 20px;		
}

div.three_column_wrapper_ div.mymenu_item_ .img_ {
	float: left;
	display: inline;
	width: 70px;
}
div.three_column_wrapper_ div.mymenu_item_ .desc_ {
	width:190px;
}


div.two_column_wrapper_ {

}
div.two_column_wrapper_ div.mymenu_item_ {
	border:1px solid #dcdcdc;
	width:448px;
	float:left;
	padding:20px;
	margin:0 0 20px 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

div.two_column_wrapper_ div.mymenu_item_:first-child{
	margin:0 20px 0 0;
}

div.two_column_wrapper_ div.mymenu_item_ .img_ {
	float: left;
	display: inline;
	width: 70px;
}
div.two_column_wrapper_ div.mymenu_item_ .desc_ {
	width:363px;
}


div.group_item_wrapper_ {
	border:1px solid #dcdcdc;
	padding:0 20px 0 20px;
	margin:0 0 20px 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

div.group_item_wrapper_.top_padding_ {
	padding-top:20px;
}

div.group_item_wrapper_ div.mymenu_item_ {
	float:left;
	width:50%;
	padding:0 0 10px 0;
}
div.group_item_wrapper_ div.mymenu_item_.one_column_ {
	float:none;
	width:100%;
	border-bottom:1px dotted #dcdcdc;
	padding:20px 0;
	margin-bottom:20px;
}


div.group_item_wrapper_ div.mymenu_item_.one_column_.nonborder_ {
	border-bottom:none;
	margin-bottom:0;
}

div.group_item_wrapper_ div.mymenu_item_ ul {
	margin-top:8px;
}
div.group_item_wrapper_ div.mymenu_item_ li {
	display:block;
	width:auto;
	padding:8px;
	list-style:none;
	margin-left:0;
	border-bottom:1px dotted #dcdcdc;
}

div.group_item_wrapper_ div.mymenu_item_ li:first-child {
	border-top:1px dotted #dcdcdc;
}
div.group_item_wrapper_ div.mymenu_item_ li a {
	display:block;
	float:right;
	padding-right:15px;
	background: url(../img/usr/common/icon_right_arrow02.png) right center no-repeat;
}

.mypage_ h3 {
	background:#3b1d1d;
	margin:15px 0;
	color:#FFF;
	font-weight:bold;
	padding:10px;
}

.logout_btn_ { text-align:right; }
.mypage_footer_template_ { margin:40px 0 0 0; }



/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 20px;
}
.history_ship_{
	margin-bottom: 15px;
}
.history_ship_ li{
	margin-bottom: 3px;
}
table.history_ {
	margin-bottom: 20px;
}
table.history_ th {
	font-weight: bold;
}
table.history_ td.order_dt_,table.history_ td.store_name_ {
	white-space: nowrap;
}
table.history_ td.order_detail_ ul {
	margin-bottom: 5px;
}
table.history_ td.order_detail_ ul li {
	margin-left: 2em;
	list-style: square;
}
table.history_ td.order_detail_ p.order_again_ {
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
table.history_ td.total_ {
	text-align: center;
	font-size: 14px;
}
table.history_ td.status_ img.process_ {
	width: 180px;
}
ul.historydetail_ {
	margin: 10px auto;
	width: 18em;
}
ul.historydetail_ li {
	margin-left: 2em;
	font-weight: bold;
	list-style: square;
}
/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
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;
}
/* --------------------------------------------------------------------
	マイページ　アドレス帳の新規登録
-------------------------------------------------------------------- */
table.custdest_ th {
	width: 25%;
}
/* --------------------------------------------------------------------
	マイページ　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 #CCC;
	margin-bottom: 10px;
}
div.customer_ div.bookmark_item_ {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
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;
	overflow: hidden;
}
div.bookmark_item_ div.img_ img {
	width: 100px;
}
div.bookmark_item_ div.desc_ {
	width: 720px;
	padding: 10px 0;
	float: left;
}
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 #CCC;
	background: #F8F8F8;
}
div.bookmark_item_ div.del_ {
	padding: 10px;
	float: right;
	display: inline;
	width: 60px;
}
div.bookmark_buy_ {
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	マイページ　入荷案内申し込み
-------------------------------------------------------------------- */
div.customer_ .backorder_frame_ {
	border-top: 1px dotted #CCC;
	margin-bottom: 10px;
}
div.customer_ div.backorder_item_ {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
div.backorder_item_ div.cartgoods_ {
	padding: 10px;
	float: left;
	display: inline;
	width: 15px;
}
div.backorder_item_ div.img_ {
	padding: 10px 10px 10px 0;
	float: left;
	display: inherit;
	width: 100px;
	overflow: hidden;
}
div.backorder_item_ div.img_ img {
}
div.backorder_item_ div.desc_ {
	padding: 10px 0;
	float: left;
	display: inline;
	width: 600px;
}
div.backorder_item_ div.name_ {
	margin-bottom: 5px;
}
div.backorder_item_ div.spec_ {
	margin-bottom: 5px;
}
div.backorder_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
div.backorder_item_ .memo_ {
	padding: 5px;
	border: 1px solid #CCC;
	background: #F8F8F8;
}
div.backorder_item_ div.del_ {
	padding: 10px;
	float: right;
	display: inline;
	width: 60px;
}
div.backorder_buy_ {
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ
-------------------------------------------------------------------- */
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 #CCC;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
.contactdetail_title_ .subject_ {
	margin-left: 20px;
	font-weight: bold;
}
.contactdetail_title_ .id_ {
	margin-left: 10px;
	font-size: 10px;
}
.align_l_ {
	text-align: left;
}
/* スレッド */
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 #CCC;
}
div.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
	background: #fff4ef;
	border-bottom: 1px solid #CCC;
}
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.bonus_type_ {
	text-align: center;
	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_condition_ {
	text-align: left;
}

/* --------------------------------------------------------------------
	マイページ　ポイント履歴
-------------------------------------------------------------------- */
table.point_list_ {
	margin-bottom: 20px;
}

/* --------------------------------------------------------------------
	マイページ　定期購入
-------------------------------------------------------------------- */
.regularhistory_skip_ {
	width: 45%;
	float: left;
	padding: 20px;
	/*border-bottom: 1px dotted #ccc;*/
}

.regularhistory_withdrawal_ {
	width: 45%;
float: right;
	padding: 20px;
	/*border-bottom: 1px dotted #ccc;*/
}
.regularhistory_skip_ p,
.regularhistory_withdrawal_ P{
	margin-bottom: 10px;
}
.regularhistory_back_ {
	clear: both;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 30px 0;
	
}
