@charset "Shift_JIS";
/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
}
div.login_ div.loginform_ .form_text_ {
	margin-bottom: 25px;
}
div.login_ div.inputimage_ {
	margin: 0 auto;
	text-align:center;
}
div.login_ div.askpass_ {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ceccc8;
}
div.login_ div.askpass_ a {
	display: block;
	color: #181818;
	line-height: 1.8;
	text-align: right;
	padding-right: 30px;
	background-image: url(../img/usr/common/ico_link.png);
	background-position: right center;
	background-repeat: no-repeat;
}
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;
}

div.login_wrapper_ {
	margin-bottom: 38px;
	overflow: hidden;
}
div.login_wrapper_ hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0;
}
div.login_wrapper_ .common_headline2_area_{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: 17px 10px 16px 73px;
	background-color: #393633;
	background-image: url(../img/usr/common/common2.png);
	background-position: left top;
	background-repeat: no-repeat;
}
div.login_wrapper_ .common_headline2_area_ span.relate_ {
	font-size: 13px;
}

div.login_wrapper_ .common_headline2_{
	border-bottom: none;
	margin-bottom: 0;
}
div.login_col_left_  div.loginform_,
div.login_col_right_ div.loginform_,
div.login_col_center_  div.loginform_{
	width: auto;
}
div.login_col_right_{
	float: right;
	width: 530px;
}
div.login_col_right_ .loginform_ {
	background-color: #ffffff;
}
div.login_col_right_  .login_col_inner {
	border: 1px solid #ceccc8;
}
div.login_col_right_  .login_col_inner .common_headline2_{
	color:#333333;
	padding-top: 0;
}
div.login_col_left_ {
	float: left;
	width: 530px;
}
div.login_col_left_ .loginform_ {
}
div.login_col_left_  .login_col_inner {
	background-color: #ece8e3;
	border-top: 1px solid #ece8e3;
	border-bottom: 1px solid #ece8e3;
}
div.login_col_left_  .login_col_inner .common_headline2_{
	color:#333333;
	padding-top: 0;
}
div.login_col_center_ {
	margin: 0 auto;
	float: none;
	width: 410px;
}
div.login_col_center_  .login_col_inner .common_headline2_{
	color:#333333;
	padding-top: 0;
}
div.login_col_inner{
	padding: 37px 40px 40px;
}
div.login_col_section {
}
div.login_col_section .form_text_{
}
div.login_col_inner dl.loginform_ {
	overflow: hidden;
}
div.login_col_inner dl.loginform_ dt,
div.login_col_inner dl.loginform_ dd {
	float: left;
	margin-bottom: 19px;
}
div.login_col_inner dl.loginform_ dt {
	width: 100px;
	line-height: 3.0;
}
div.login_col_inner dl.loginform_ dd {
	width: 350px;
}
div.login_col_inner dl.loginform_ dd input {
	width: 334px;
	margin: 0;
	height: 20px;
}
div.login_ div.link_ {
	margin-top: 10px;
}
div.login_ div.link_ a {
	display: block;
	color: #181818;
	line-height: 1.8;
	text-align: right;
	padding-right: 30px;
	background-image: url(../img/usr/common/ico_link.png);
	background-position: right center;
	background-repeat: no-repeat;
}
div.login_ div.addaccount_ {
	padding-bottom: 30px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #ceccc8;
}
div.login_ div.addaccount_ img {
	vertical-align: bottom;
}
div.login_ div.back_page_ {
	text-align: center;
	margin-bottom: 38px;
}
div.login_ div.back_page_ a {
	line-height: 1.25;
}
/* --------------------------------------------------------------------
	パスワードを忘れた方
--------------------------------------------------------------------- */
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: 20px 0;
	width: 100%;
}

/* --------------------------------------------------------------------
	マイページ　トップ
-------------------------------------------------------------------- */
#mypage_wrap {
	width: 100%;
	margin-bottom: 35px;
}
#mypage_wrap #mypage_top {
	padding-bottom: 45px;
	background-image: url(../img/usr/mypage/bg_horizontal.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
}
#mypage_wrap .mypage_inner_ {
	width: 1080px;
	margin: 0 auto;
}
/*ヘッダ
--------------------------------------------*/
#mypage_wrap #mypage_header {
	padding: 12px 0 1px;
	margin-bottom: 40px;
	background-image: url(../img/usr/mypage/bg_white.png);
	background-position: left top;
	background-repeat: repeat;
	/* -moz-opacity: 0.7; */
	/* opacity: 0.7; */
}
/*カスタマー
--------------------------------------------*/
div.customer_status_ {
	color: #ffffff;
	padding: 25px 20px 19px;
	margin-bottom: 40px;
	overflow: hidden;
	background-image: url(../img/usr/mypage/bg_black.png);
	background-position: left top;
	background-repeat: repeat;
}
.loginname_ {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.mypoint_ {
	line-height: 2.8;
	float: left;
	display: inline;
}
.mypoint_ a {
	margin-left: 20px;
}
.mypoint_ strong {
	color: #f41b1b;
	font-size: 20px;
	line-height: 1.7;
}
p.recommend_ {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
div.customer_status_ ul {
	float: right;
	display: inline;
	overflow: hidden;
}
div.customer_status_ ul li {
	float: left;
	display: inline;
}
div.customer_status_ ul li a {
	display: block;
	color: #ffffff;
	line-height: 2.8;
	padding-left: 34px;
	background-position: left center;
	background-repeat: no-repeat;
}
div.customer_status_ ul li.info_coupon_ {
	margin-right: 24px;
}
div.customer_status_ ul li.info_coupon_ a {
	background-image: url(../img/usr/mypage/ico_coupon.png);
}
div.customer_status_ ul li.info_osusume_ a {
	background-image: url(../img/usr/mypage/ico_osusume.png);
}
/*メニュー
--------------------------------------------*/
div.mymenu_ {
	overflow: hidden;
}

div.mymenu_ .mymenu_left_ {
	float: left;
	display: inline;
	width: 530px;
}
div.mymenu_ .mymenu_right_ {
	float: right;
	display: inline;
	width: 530px;
}

div.mymenu_ .sub_ttl_ {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 9px;
	padding: 15px 0 29px 73px;
	background-image: url(../img/usr/mypage/title_mypage.png);
	background-position: left top;
	background-repeat: no-repeat;
}
div.mymenu_ .sub_ttl_:first-child {
	margin-top: 0;
}
div.mymenu_item_ {
	border-bottom: 1px solid #ceccc8;
	display: table;
	width: 100%;
	table-layout: fixed;
	background-image: url(../img/usr/mypage/bg_white.png);
	background-position: left top;
	background-repeat: repeat;
}
div.mymenu_item_ .img_,
div.mymenu_item_ .desc_ {
	display: table-cell;
	vertical-align: middle;
}
div.mymenu_item_ .img_ {
	width: 82px;
	height: 82px;
	background-color: #ece8e3;
}
div.mymenu_item_ .desc_ {
	width: 383px;
	padding: 17px 45px 16px 20px;
	background-image: url(../img/usr/common/ico_link.png);
	background-position: 406px center;
	background-repeat: no-repeat;
}
div.mymenu_item_ .desc_ h2 {
}
div.mymenu_item_ .desc_ h2 a {
	display: block;
	color: #181818;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
div.mymenu_item_ .desc_ p {
	margin-top: 1px;
}
div.mymenu_item_ .desc_ p a {
	text-decoration: underline;
}
div.mymenu_item_ .desc_ p a:hover {
	text-decoration: none;
}

div.mymenu_item_ p, div.mymenu_item_ ul {
	/*margin: 0 0 0 10px;*/
	margin: 19px 0 0;
}
div.mymenu_item_ ul li {
	display: table;
	width: 100%;
	margin-bottom: 1px;
	background-image: url(../img/usr/mypage/bg_white.png);
	background-position: left top;
	background-repeat: repeat;
}
div.mymenu_item_ ul li span.txt_,
div.mymenu_item_ ul li a {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.25;
	padding: 8px 0 6px;
}
div.mymenu_item_ ul li span.txt_ {
	padding-left: 26px;
	padding-right: 5px;
}
div.mymenu_item_ ul li a {
	width: 100px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
}
div.mymenu_item_ ul li a:hover {
	background-color: #393633;
	text-decoration: none;
}
div.members_rank {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}

#mymenu_custdest_list .desc_ {
	background: none;
}
#mymenu_capcomaccount .desc_ {
	background-image: url(../img/usr/common/ico_link_blank.png);
}
#mymenu_capcomaccount .desc_ .btn_ {
	margin: 15px 0 2px;
}

div.mymenu_ p.logout_ {
	padding: 10px 30px;
	background-image: url(../img/usr/mypage/bg_white.png);
	background-position: left top;
	background-repeat: repeat;
}
div.mymenu_ p.logout_ a {
	display: block;
	color: #181818;
	line-height: 1.25;
	text-align: right;
	padding: 4px 32px 3px 0;
	background-image: url(../img/usr/mypage/ico_logout.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#mymenu_osusume,
#mymenu_contactlist {
	border: 0;
}
/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 20px;
}
div.customer_ .destgoodslist_ td.dest_goodimg_ {
	width: 180px;
}
div.customer_ .destgoodslist_ td.dest_price_ {
	text-align: right;
}
div.customer_ .destgoodslist_ td.dest_qty_ {
	text-align: center;
}
div.customer_ .destgoodslist_ td.dest_subtotal_ {
	text-align: right;
}
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.order_detail_ p.order_again_ a {
	padding-left: 10px;
	background-image: url(../img/usr/common/ico_arrow03.png);
	background-position: left center;
	background-repeat: no-repeat;
}
table.history_ td.total_ {
	text-align: center;
	font-size: 14px;
}
table.history_ td.status_ img.process_ {
	width: 160px;
}
ul.historydetail_ {
	margin: 10px auto;
	width: 18em;
}
ul.historydetail_ li {
	margin-left: 2em;
	font-weight: bold;
	list-style: square;
}
/**/
div.customer_ table.order_ th {
	width: 120px;
}
/**/
div.customer_ table.sales_ th {
	width: 120px;
}
/**/
div.customer_ table.method_ th {
	width: 90px;
}
/**/
div.history_ship_ {
	margin-bottom: 40px;
}
/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
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 solid #ceccc8;
	margin-bottom: 10px;
}
div.customer_ div.bookmark_item_ {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ceccc8;
}
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 solid #ceccc8;
	margin-bottom: 10px;
}
div.customer_ div.backorder_item_ {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ceccc8;
}
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: 180px;
	overflow: hidden;
}
div.backorder_item_ div.img_ img {
	max-width: 180px;
}
div.backorder_item_ div.desc_ {
	padding: 10px 0;
	float: left;
	display: inline;
	/*width: 600px;*/
	width: 810px;
}
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 solid #ceccc8;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px solid #ceccc8;
	border-top: 1px solid #ceccc8;
}
.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 #ceccc8;
}
div.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
	background: #ece8e3;
	border-bottom: 1px solid #ceccc8;
}
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_ {
	margin-bottom: 20px;
}
.regularhistory_skip_ p {
	margin-bottom: 20px;
}
.regularhistory_withdrawal_ {
	margin-bottom: 20px;
}
.regularhistory_withdrawal_ p {
	margin-bottom: 20px;
}
regularhistory_back_ {
}

/* --------------------------------------------------------------------
	マイページ　あなたへのおしらせ
-------------------------------------------------------------------- */
#mypage_info {
	margin-top: 20px;
}
#mypage_info p {
	margin-bottom: 15px;
}
#mypage_info .mypage_info_line_ {
	overflow: hidden;
	width: 102%;
}
#mypage_info .mypage_info_line_ dl {
	float: left;
	display: inline;
	width: 255px;
	margin-right: 20px;
}
#mypage_info .mypage_info_line_ dl dt {
	margin-bottom: 5px;
}
#mypage_info .mypage_info_line_ dl dt img {
	vertical-align: bottom;
}
#mypage_info .mypage_info_line_ dl dd {
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	パスワード再設定
-------------------------------------------------------------------- */
div.customer_ .navigation_ {
	margin-bottom: 20px;
}










