@charset "Shift_JIS";
/* --------------------------------------------------------------------
  ログインフォーム
--------------------------------------------------------------------- */
div.login_ {
  max-width: 880px;
  overflow: hidden;
}
div.login_wrapper_ {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 40px 0;
  margin: 60px -40px 200px;
}
div.login_col_right_, div.login_col_left_ {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  border: 1px solid #ECECEC;
}
div.login_wrapper_ .common_headline2_area_ {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
div.login_wrapper_ .common_headline2_area_ span.relate_ {
  font-size: 13px;
}
div.login_ div.loginform_ {
  text-align: center;
  padding: 40px 50px;
}
div.login_ div.loginform_ hr {
  border: none;
  border-top: 1px solid #ECECEC;
  margin: 30px 0;
}
div.login_ div.loginform_ div.rakutenid_login_,
div.login_ div.loginform_ div.rakutenid_entry_,
div.login_ div.loginform_ div.rakutenid_payment_ {
  padding-bottom: 20px;
}
div.login_ div.inputimage_ {
  margin: 30px 0 20px;
}
div.login_ div.inputimage_ input[type="image"] {
  width: 258px;
  height: 60px;
}
div.login_ div.inputimage_ input[type="image"]:hover {
  opacity: .75;
}
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_ {
  width: 100%;
  text-align: left;
}
div.login_ table.loginform_ th {
  text-align: right;
  font-weight: bold;
}
div.login_ table.loginform_ td {
  padding-top: 25px;
}

.block-login--login-state-saving {
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.block-login--login-state-saving label {
	margin: 0px;
	text-align: center;
}
.block-login--login-state-saving-message {
	margin-top: 10px;
	text-align: center;
}
.help-block {
	font-size: 11px;
	color: #737373;
}
.block-uid--login-state-saving {
    padding-left: 10px;
}
/* パスワードを忘れた方 */
div.login_ div.askpass_ a {
  color: #0166BC;
}

/* --------------------------------------------------------------------
  マイページ・会員情報
-------------------------------------------------------------------- */
div.customer_ table {
  width: 100%;
}
div.customer_ table.customer_ 
th, div.customer_ table.customerconfirm_ th {
}
div.customer_ table.customer_ + .message_ {
  margin-top: 50px;
}

/* --------------------------------------------------------------------
  新規会員登録
-------------------------------------------------------------------- */
div.customer_ form[name="agreebody"] {
  padding: 50px 0 30px;
  margin-top: 30px;
  border-top: 1px solid #ECECEC;
}
.block-member-info-confirmation--login-state-saving {
	margin-top: 10px;
	text-align: center;
}
.block-member-info-confirmation--login-state-saving-message {
	margin-top: 10px;
	text-align: center;
}
/* --------------------------------------------------------------------
	注文情報を元に会員登録
-------------------------------------------------------------------- */
.formdetailcust_ th {
	width: 325px;
}
.block-estimate-customer--login-state-saving {
	margin-top: 20px;
	margin-bottom: 15px;
}
.block-estimate-customer--login-state-saving label {
	margin: 0px;
}
.block-estimate-customer--login-state-saving-message {
	margin-top: 10px;
}

/* --------------------------------------------------------------------
  マイページ　トップ
-------------------------------------------------------------------- */
div.customer_status_ {
  width: 800px;
  text-align: right;
  position: absolute;
  top: 191px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
p.recommend_ {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
div.mymenu_ {
  width: 100%;
  font-size: 0;
  letter-spacing: -1em;
  overflow: hidden;
  border-top: 1px solid #ECECEC;
  padding: 50px 0 200px;
}
div.mymenu_:after {
  content: '';
  display: block;
  clear: both;
}
div.mymenu_item_ {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 10px 0;
  float: left;
  clear: left;
}
div.mymenu_item_:nth-of-type(6) ~ .mymenu_item_ {
  float: none;
  clear: none;
}
div.mymenu_item_ .desc_ {
}
div.mymenu_item_ h2 a {
  display: block;
  font-weight: normal;
  padding: 10px 0 10px 20px;
  position: relative;
}
div.mymenu_item_ h2 a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
div.mymenu_item_ p, div.mymenu_item_ ul {
  margin: 0 0 0 10px;
}
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.customer_ .destgoodslist_ td.dest_qty_ {
  width: 60px;
  text-align: center;
}

div.customer_ table.history_ {
  width: calc(100% + 140px);
  margin: 0 -70px;
}
table.history_ th {
  padding-bottom: 0;
}
table.history_ td {
  text-align: center;
  padding: 20px 5px;
  border-bottom: 1px solid #ECECEC;
}
table.history_ td.caution_ {
  color: #DD0000;
  font-size: 16px;
  font-weight:bold;
}
table.history_ td.order_dt_ {
  width: 10%;
}
table.history_ td.order_id_ {
  width: 15%;
}
table.history_ td.order_detail_ {
  text-align: left;
}
table.history_ td.order_detail_ p.order_again_ {
  margin-top: 10px;
}
table.history_ td.order_detail_ p.order_again_ a {
  display: block;
  width: 100%;
  max-width: 192px;
  color: #0166BC;
  text-align: center;
  border: 1px solid #0166BC;
  padding: 10px 0;
}
table.history_ td.total_ {
  text-align: center;
  font-size: 14px;
}
table.history_ td.status_ {
  width: 180px;
}
table.history_ td.status_ img.process_ {
  width: 100%;
}

div.customer_ table.history_ ~ .submit_ {
  margin-top: 50px;
}

ul.historydetail_ {
  text-align: center;
  margin-top: 30px;
}
ul.historydetail_ li {
  display: inline-block;
}
ul.historydetail_ li a {
  display: inline-block;
  color: #0166BC;
  vertical-align: middle;
  padding: 20px;
}

/* --------------------------------------------------------------------
  マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_ {
}
div.cardedit_ table th {
}
/* 現在の登録内容 */
div.cardedit_info_ {
}
/**/
td.card_ label {
  margin: 0 20px 0 5px;
}
/* --------------------------------------------------------------------
  マイページ　メールアドレス変更
-------------------------------------------------------------------- */
table.mailchange_ {
}
/* --------------------------------------------------------------------
  マイページ　アドレス帳の新規登録
-------------------------------------------------------------------- */
table.custdest_ th {
}
/* --------------------------------------------------------------------
  マイページ　ID変更
-------------------------------------------------------------------- */
table.idchange_ {
  margin-bottom: 10px;
}
/* --------------------------------------------------------------------
  マイページ　パスワード変更
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
  マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
  border-top: 1px solid #ECECEC;
}
div.customer_ div.bookmark_item_ {
  width: 100%;
  padding: 20px 0;
  display: table;
  border-bottom: 1px solid #EBEBEB;
}
div.bookmark_item_ div.cartgoods_ {
  display: table-cell;
  width: 55px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
div.bookmark_item_ div.cartgoods_ input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: 10;
}
div.bookmark_item_ div.cartgoods_ label {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #95989A;
  position: relative;
}
div.bookmark_item_ div.cartgoods_ input[type="checkbox"]:checked + label:before {
  content: '';
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.bookmark_item_ div.img_ {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  overflow: hidden;
}
div.bookmark_item_ div.img_ img {
  width: 100px;
}
div.bookmark_item_ div.desc_ {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
div.bookmark_item_ div.name_ {
  margin-bottom: 5px;
}
div.bookmark_item_ div.spec_ span.price_ {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
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_ {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
div.bookmark_item_ div.del_ img {
  width: 60px;
  height: 30px;
}

div.bookmark_buy_ {
  display: inline-block;
}
div.bookmark_buy_ input[type="image"] {
  width: 258px;
  height: 60px;
}
div.customer_ .bookmark_frame_ ~ .submit_ {
  margin-top: 50px;
}

/* --------------------------------------------------------------------
  マイページ　入荷案内申し込み
-------------------------------------------------------------------- */
div.customer_ .backorder_frame_ {
  border-top: 1px solid #ECECEC;
}
div.customer_ div.backorder_item_ {
  width: 100%;
  padding: 20px 0;
  display: table;
  border-bottom: 1px solid #EBEBEB;
}
div.backorder_item_ div.cartgoods_ {
  padding: 10px;
  float: left;
  display: inline;
  width: 15px;
}
div.backorder_item_ div.img_ {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  overflow: hidden;
}
div.backorder_item_ div.img_ img {
  width: 100px;
}
div.backorder_item_ div.desc_ {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
div.backorder_item_ div.name_ {
  margin-bottom: 5px;
}
div.backorder_item_ div.spec_ span.price_ {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
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_ {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
div.backorder_item_ div.del_ img {
  width: 60px;
  height: 30px;
}

div.backorder_buy_ {
  margin-bottom: 20px;
}
div.customer_ .backorder_frame_ ~ .submit_ {
  margin-top: 50px;
}

/* --------------------------------------------------------------------
  マイページ　お問い合わせ
-------------------------------------------------------------------- */
div.contact_ table.formdetail_ .select_wrap {
  max-width: 350px;
}
div.contact_ table.formdetail_ td input[name="name"] {
  max-width: 340px;
  margin-right: 60px;
}
div.contact_ table.formdetail_ td input[name="name2"] {
  max-width: 340px;
}
div.contact_ table.formdetail_ td textarea {
  background: #F5F5F5;
  padding: 15px;
}
/* new お問合せフォーム */
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: #F0F0F0;
  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;
}
div.withdrawal_ {
  text-align: center;
}

/* --------------------------------------------------------------------
  マイページ　クーポン一覧
-------------------------------------------------------------------- */
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;
  text-align: center;
}

div.loginname_{
  margin-top: 30px;
}

div.mypoint_{
  margin-top: 20px;
}

/* --------------------------------------------------------------------
  マイページ　定期購入
-------------------------------------------------------------------- */
.regularhistory_skip_ {
  margin-bottom: 20px;
}

.regularhistory_withdrawal_ {
  margin-bottom: 20px;
}

regularhistory_back_ {
}


/* --------------------------------------------------------------------
  フリーページ
-------------------------------------------------------------------- */
#terms_of_use pre,
#trade_law pre,
#privacy_policy pre {
  font-family: inherit;
  white-space: pre-wrap;
  padding-top: 30px;
  margin-bottom: 100px;
  border-top: 1px solid #ECECEC;
}



/* --------------------------------------------------------------------
  マイページ　NPS
-------------------------------------------------------------------- */
input.datepicker_ {
  width:146px;
  margin-right:10px;
  padding: 2px 5px;
  border: 1px solid #bababa;
  vertical-align: middle;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  appearance: menulist-button;
  dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
  background: #FFF;
  color: fieldtext !important;
}

#nps_button_show_ {
  text-align: center;
  width: 260px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: #000;
  padding: 16px 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

div.nps_button_ {
  margin: 30px auto 30px;
  text-align: center;
}

div.nps_summary_score_ {
  margin: auto auto 30px 80px;
}

span.nps_summary_score_ {
  font-size: 30px;
}

td.nps_order_dt_ {
  width: 10%;
}
td.nps_smaregi_receipt_no_ {
  width: 10%;
}
td.npe_comment_ {
  width: 80%;
}

/* --------------------------------------------------------------------
  NPSアンケート回答画面
-------------------------------------------------------------------- */
table.questionnaire_input_ td textarea {
  background: #F5F5F5;
  padding: 15px;
}

.large_button_ {
  width: 100%;
  max-width: 258px;
  font-size: 14px;
  text-align: center;
  margin: 30px auto;
  padding: 20px 0;
  line-h_eight: 20px;
}

.main_action_button_ {
  -moz-text-shadow:none;
  -webkit-text-shadow:none;
  text-shadow:none;
  background: #000;
  border:none;
  text-decoration:none;
  -webkit-appearance: none;
}

.nps_button_ {
  color: #fff;
  border-radius: 0;
}