html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
  -webkit-text-size-adjust: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted inherit;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
small {
  font-size: 12px;
}
input,
select {
  display: inline-block;
  vertical-align: middle;
  margin:0px;
}

/* 共通 */
body {
  color:#555555;
  background:#ffffff;
  font-size: 14px;
  line-height:1.5;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 320px;
}
img {
  max-width:100%;
  vertical-align: bottom;
}

input[type=text], input[type=search], input[type=number],
input[type=tel], input[type=email], input[type=password], textarea {
  width: 100%;
  min-height: 20px;
  font-size: 12px;
  line-height: 20px;
  background: #F5F5F5;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
}
input[type="radio"] {
  /*opacity: 0;*/
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #95989A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
input[type="radio"]:checked + label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #95989A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
}
input::-webkit-input-placeholder {
  color: #95989A;
}
input::-moz-placeholder {
  color: #95989A;
}
input:-ms-input-placeholder {
  color: #95989A;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
select {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius:5px;
  height: 28px;
  min-height: 20px;
  line-height: 28px;
}

a, a:link, a:visited {
  color: #000;
  text-decoration: none;
}

.col1_ {
  margin-bottom: 60px;
}

/* 文字サイズ */
.large_ {
  font-size: 16px;
}
.xlarge_ {
  font-size: 18px;
}
.small_ {
  font-size: 10px;
}
.xsmall_ {
  font-size: 9px;
}
.xxsmall_ {
  font-size: 10px;
}
.xxsmall_scal_ {
-webkit-transform:scale(0.8) translate(-40px);
-moz-transform:scale(0.8) translate(-40px);
-ms-transform:scale(0.8) translate(-40px);
-o-transform:scale(0.8) translate(-40px);
transform:scale(0.8) translate(-40px);
white-space: nowrap
}

/**/

.leftfloat_ {
  float: left;
}
.rightfloat_ {
  float: left;
}
.clear_ {
  clear: both!important;
}
.lefttext_ {
  text-align: left;
}
.righttext_ {
  text-align: right;
}
.centertext_ {
  text-align: center;
}

/* 特定メッセージ（インライン） */
.error_ {
  color:#ff0000;
}
.notice_ {
  color:#993300;
}
.info_ {
  font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
  padding:4px;
  margin: 5px 30px;
}
div.notice_, table.notice_ {
  padding: 0 10px;
  margin: 10px 0;
}
div.info_, table.info_ {
  margin: 10px 30px;
}
ul.error_ {
  margin-left: 16px;
}

.message_ {
  text-align: center;
  margin: 0 30px 30px;
}
.message_ a {
  color: #0166BC;
  font-weight: normal;
}

/* 入力フォーム */
.hidden_ {
  display: none;
}
li.title_ {
  background-color: #e5f3ff;
  border-left: 5px solid #e5f3ff;
  padding: 1px 10px;
  margin-top: 3px;
}

.input_must_ input, .input_must_ textarea, .input_must_ select {
  background-color: #ffebeb;
}
li.must_ {
  border-left: 5px solid #ff6666;
}
span.must_ {
  color: #ffc0cb;
  background-color: #ffc0cb;
  padding: 0 2px;
}

.hiddenEnter_ {
  width:0;
  height:0;
}
.classerror {
  background: #ffeeee;
}

/* ボタン */
.button_ {
  color: #fff;
  border-radius: 0;
}
.change_amazon_info_button_ {
  height:50px
}
.large_button_ {
  display: block;
  width: 100%;
  max-width: 258px;
  font-size: 14px;
  text-align: center;
  margin: 30px auto;
  padding: 20px 0;
  line-h_eight: 20px;
}
.large__button_s_ {
  display: block;
  width: 100%;
  max-width: 258px;
  font-size: 12px;
  text-align: center;
  margin: 30px auto;
  padding: 20px 0;
  line-height: 20px;
}
.small_button_ {
  font-size: 14px;
  text-align: center !important;
  padding:8px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 58px;
  height: 40px;
}
.auto_small_button_ {
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_action_button_ {
  -moz-text-shadow:none;
  -webkit-text-shadow:none;
  text-shadow:none;
  background: #000;
  border:none;
  text-decoration:none;
  -webkit-appearance: none;
}
#recount.main_action_button_ {
  background:#CCCCCC;
  border:none;
  color:#555555;
}
#order_next.main_action_button_,
#cart_next.main_action_button_ {
  padding: 5px 0;
}
#cart_gift.main_action_button_ {
  padding:0;
  background:#ffa200;
  border-bottom:#d28500 2px solid;
}
.ajax_wait_button_ {
  -moz-text-shadow: 0 -1px 1px #F66 !important;
  -webkit-text-shadow: 0 -1px 1px #F66 !important;
  text-shadow: 0 -1px 1px #F66 !important;
  background: #FF6A00 -moz-linear-gradient(top,#FF9900,#FF6A00) !important;
  background: #FF6A00 -webkit-gradient(linear,left top,left bottom,from(#FF9900),to(#FF6A00)) !important;
  background: #FF6A00 linear-gradient(top,#FF9900,#FF6A00) !important;
  border: 2px solid #FF9900 !important;
}
.sub_action_button_ {
  -moz-text-shadow:none;
  -webkit-text-shadow:none;
  text-shadow:none;
  background: #AFAFAF;
  border:none;
  color: #FFF;
  -webkit-appearance: none;
}
.sub_action_button_.small_button_ {
  -moz-text-shadow:none;
  -webkit-text-shadow:none;
  text-shadow:none;
  background: #666666;
  border:none;
  color:#ffffff;
}
#order_back.sub_action_button_ {
  -moz-text-shadow:none;
  -webkit-text-shadow:none;
  text-shadow:none;
  font-size:12px;
  border:none;
  border-bottom:none;
  margin-top: 0;
}
.ajax_wait_sub_button_ {
  border: 1px solid #006AB8 !important;
}

.common_headline1_ {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.common_headline2_ {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  clear: both;
  margin-bottom: 10px;
}
#block_of_accessory .common_headline2_ {
  margin:0 0 0 0;
}
.common_headline3_ {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.disp_none_ {
  display: none;
}
.disp_block_ {
  display: block;
}
.txt_linethrough_ {
  text-decoration: line-through;
}
.valign_m_ {
  vertical-align: middle;
}
.position_relative_ {
  position: relative;
}
.fontsize_small_ {
  font-size:small;
}
.whitespace_nowrap_ {
  white-space: nowrap;
}
/* 価格表示 */
.price_pop_ {
  color:#ff0000;
  font-size: 12px;
}
.price_ {
  color:#cc0000;
  font-size:18px;
  font-weight:bold;
}
.price_ small {
  font-weight:bold;
}
.coupon_bonus_ {
  color:#CC3300;
  font-weight:bold;
  white-space: nowrap;
}

/* --------------------------------------------------------------------
  共通ヘッダー
-------------------------------------------------------------------- */
/*header {
}
header.cart_header_ {
  border-bottom:#666666 2px solid;
}
header .header_top_ {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
header .header_top_ #sitelogo {
  width: 150px;
  height:43px;
  padding:10px 0 7px 10px;
  margin: 0 0 0 0;
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  box-flex: 0;
  vertical-align: middle;
}
header .header_top_ #sitelogo img {
  width: 150px;
  height:43px;
}
header .header_top_ nav#globalnav {
  height:40px;
  padding:10px 0 10px 20px;
  text-align: right;
  clear: both;
  overflow: hidden;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
header .header_top_ nav#globalnav ul {
  width:100%;
  height:40px;
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
header .header_top_ nav#globalnav ul li {
  height:40px;
  margin: 0 5px 0 0;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
header .header_top_ nav#globalnav ul li:last-child {
  margin: 0 10px 0 0;
}
header .header_top_ nav#globalnav ul li a {
  width:100%;
  height:40px;
  text-align:center;
  background:#3fbf0d;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  display:block;
}
header .header_top_ nav#globalnav ul li#gnav_cart a {
  background:#ff6600;
}
header .header_top_ nav#globalnav ul li a img {
  height:40px;
}
header #welcomeMessage{
  padding: 0 0 0 0;
  text-align: left;
  font-size: 14px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  vertical-align: top;
}
header .header_top_ nav#globalnav ul li a {
  text-decoration:none;
}
header .header_top_ nav#globalnav ul li a span {
  display: block;
  font-size: 11px;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-decoration:none;
  position: relative;
  top: -40px;
  right: 3px;
  text-align:right;
  color: #FFF;
}
header #hnav_service {
  padding:10px;
  text-align:center;
  background:#eeeeee;
}*/

/* --------------------------------------------------------------------
  検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
  height: 40px;
  padding:10px 65px 10px 10px;
  margin-bottom:10px;
  position: relative;
  background: #EEEEEE;
}
form.search_form_ input.keyword_{
  width: 100%;
  height: 38px;
  margin:0;
  line-height:38px;
  font-size:12px;
  text-indent: 5px;
  border:#CCCCCC 1px solid;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}
form.search_form_ .placeholder_ {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size:12px;
}
form.search_form_ .search_button_ {
  width: 65px;
  height: 40px;
  padding: 0 0 0 5px;
  border:none;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:5px;
  background:#666666;
  letter-spacing:5px;
  color:#FFFFFF;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
  max-width: 95%;
}

/* --------------------------------------------------------------------
  共通グローバルメニュー
-------------------------------------------------------------------- */
/*div.globalmenu_ {
  border-top:#666666 2px solid;
  border-bottom:#666666 2px solid;
}
header div.globalmenu_ {
  border-top:none;
  border-bottom:#666666 2px solid;
}
div.globalmenu_ ul {
  width: 100%;
  height:25px;
  padding:7px 0;
  margin:0;
  border:none;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  background:#fff;
}
div.globalmenu_ ul li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
div.globalmenu_ ul li a {
  height:25px;
  border-left:#e5e5e5 1px solid;
  display:block;
  text-align:center;
}
div.globalmenu_ ul li a img {
  height:25px;
  vertical-align: bottom;
}*/

/* --------------------------------------------------------------------
  共通フッター
-------------------------------------------------------------------- */
/*footer {
  text-align: center;
}
footer .chage_mode_ {
  margin-bottom: 10px;
}
footer #footermenu {
  width: 100%;
  padding:0;
  text-align: center;
  background: #EEEEEE;
  border-top:#CCC 1px solid;
}
footer #footermenu li {
  border-bottom:#CCC 1px solid;
}
footer #footermenu li a {
  padding:10px 10px 10px 40px;
  text-align:left;
  display:block;
}
footer #footermenu li#fmenu_guide a {
  background:url(../img/usr/sb/common/fmenu_guide.png) 10px center no-repeat;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
}
footer #footermenu li#fmenu_faq a {
  background:url(../img/usr/sb/common/fmenu_faq.png) 10px center no-repeat;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
}
footer #footermenu li#fmenu_contact a {
  background:url(../img/usr/sb/common/fmenu_contact.png) 10px center no-repeat;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
}
footer #footermenu li#fmenu_mailmag a {
  background:url(../img/usr/sb/common/fmenu_mailmag.png) 10px center no-repeat;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
}

footer .change_mode_ {
  height:30px;
  margin:10px;
    text-align:center;
  line-height:30px;
  overflow:hidden;
}
footer .change_mode_ span {
  width:48%;
  height:30px;
  margin:0 auto;
    text-align:center;
  font-weight:bold;
  line-height:30px;
  display:block;
  color:#eeeeee;
  float:right;
  background:#d3d3d3;
}
footer .change_mode_ a {
  width:48%;
  height:30px;
  margin:0 auto;
    text-align:center;
  font-weight:bold;
  line-height:30px;
  display:block;
  color:#ffffff;
  float:left;
  background:#3fbf0d;
  text-decoration:none;
}

footer nav#footernav {
  padding:10px 0;
  background:#3fbf0d;
}
footer nav#footernav ul li {
  height:12px;
  padding:0 0 0 5px;
  border-left: 1px solid #fff;
  line-height:12px;
  display: inline-block;
  white-space: nowrap;
  font-size: 10px;
}
footer nav#footernav ul li:first-child {
  padding:0;
  border-left:none;
}
footer nav#footernav ul li a {
  color:#ffffff;
}
footer #copyright {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color:#ffffff;
  display: block;
  background:#3fbf0d;
}*/

/* --------------------------------------------------------------------
  共通ブロック
-------------------------------------------------------------------- */
/* ログインネーム */
div.customer_status_ {
  text-align: center;
  margin: 10px 30px 20px;
}

div.customer_status_ .myrank_ .small_{
  margin-bottom:1em;
}

div.customer_status_ .small_{
  margin-bottom:3em;
}
.point_ {
  font-weight: bold;
}

/* 送信エリア */
.submit_ {
  text-align: center;
}
.submit_ .message_ {
  font-size:12px;
}

/**/
img.must_ {
  width: 30px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
}

/* FORM DETAIL */
dl.formdetail_ {
  margin: 0 30px;
}
div.box_ dl.formdetail_ {
  margin-left: 0;
  margin-right: 0;
}
dl.formdetail_ dt {
  padding: 10px 0 5px;
}
dl.formdetail_ dd {
  padding-bottom: 10px;
  position: relative;
}
dl.formdetail_ dd.breakword_ {
  word-wrap:break-word;
}

dl.formdetail_ dd span.efo {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-left: -40px;
  padding-left: 40px;
}
dl.formdetail_ dd span.efo ~ span.efo {
  margin-top: 20px;
}

dl.formdetail_ dd span.efo .zip_ {
  max-width: 140px;
}

dl.formdetail_ dd span.efo .select_wrap {
  min-width: 140px;
  max-width: 50%;
}
dl.formdetail_ dd span.efo.checktype_date .select_wrap {
  margin-right: 5px;
}
dl.formdetail_ dd span.efo.checktype_date .select_wrap ~ .select_wrap {
  margin-top: 20px;
}

.efo_icon_ {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align:middle;
  margin-left: 10px;
}
dl.formdetail_ dd span.efo.checktype_name + .efo_icon_,
dl.formdetail_ dd span.efo.checktype_kana + .efo_icon_ {
  margin-top: 20px;
}
dl.formdetail_ dd span.efo.checktype_name ~ span.efo.checktype_name + .efo_icon_,
dl.formdetail_ dd span.efo.checktype_kana ~ span.efo.checktype_kana + .efo_icon_ {
  margin-top: 40px;
}

dl.formdetail_ dd .small_ {
  margin-top: 5px;
}
dl.formdetail_ dd a {
  color: #0166BC;
}

/**/
table.formlist_ td.cancel_{
  background-color: #f6f6f6;
}
div.estimate_box_content_ {
  margin-left:10px;
  margin-bottom:10px;
}

/* GOODS LIST */
table.goodslist_ {
  width: 100%;
  text-align:left;
  border-top: 1px solid #EBEBEB;
}
table.goodslist_ .goods_,
table.goodslist_ .amt_,
table.goodslist_ .money_ {
  width: 20%;
  white-space: nowrap;
}
table.goodslist_ th, table.goodslist_ .title_ {
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  padding: 20px 10px 10px;
}
table.goodslist_ td {
  text-align: center;
  padding: 0 10px 20px;
  vertical-align: top;
}
table.goodslist_ td.caution_ {
  color: #DD0000;
  font-size: 16px;
  font-weight:bold;
}
table.goodslist_ td.name_ {
  text-align: left;
}
table.goodslist_ td.name_ div.goods_barcode_ {
  margin: 20px;
}
table.goodslist_ img.img_{
  width: 100%;
  max-width: 180px;
  margin-bottom: 10px;
}

/* DEST GOODS LIST */
table.destgoodslist_ {
  width: 100%;
}
table.destgoodslist_ td.cancel_dt_{
  color: #cc0000;
}
table.destgoodslist_ img.img_{
  width: 100%;
  max-width: 180px;
}


/* --------------------------------------------------------------------
  トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
  white-space:nowrap;
  text-align:right;
  float:right; /* */
}
div.search_ {
  white-space:nowrap;
}
img.top_banner_ {
  max-width: 100%;
}

/* 静的バナー群 */
div.event_pickup_banner_ ul {
  margin:12px 0 0 12px;
  overflow:hidden;
}
div.event_pickup_banner_ ul li {
  width:30%;
  text-align:center;
  margin:0 3% 3% 0;
  float:left;
}

/* --------------------------------------------------------------------
  ログイン
-------------------------------------------------------------------- */
div.login_ {
  text-align: center;
  margin-bottom: 110px;
}
div.login_ div.box_ {
  padding: 0 30px;
}
div.login_ div.loginform_ {
  margin-bottom: 50px;
}
div.login_ div.rakutenid_loginform_ {
  margin-top: 90px;
  margin-bottom: 90px;
}
div.login_ div.loginform_ a {
  color: #0166BC;
}
div.login_ div.loginform_ div.form_text_ {
  font-size: 12px;
  padding: 0;
  margin-bottom: 25px;
}
div.login_ div.rakutenid_loginform_ div.rakutenid_form_text_ {
  font-size: 12px;
  padding: 0;
  margin-bottom: 5px;
}
div.login_ div.rakutenid_loginform_ div.rakutenid_login_,
div.login_ div.rakutenid_loginform_ div.rakutenid_entry_,
div.login_ div.rakutenid_loginform_ div.rakutenid_payment_ {
  margin-bottom: 40px;
}
div.login_ div.askpass_ {
  margin: 10px auto;
}
.login-list {
  overflow:hidden;
  text-align: left;
  border-top: 1px solid #9fb7d4;
  margin-bottom: 10px;
}
.login-list li.inputimage_ {
  width:100%;
}
.login-list li.inputimage_ a {
  display:block;
  padding-left:50px;
  height:43px;
  line-height:43px;
  border-bottom:1px solid #9fb7d4;
  color:#000;
  background-repeat:no-repeat;
  background-position:5px 50%;
}

div.login_ .loginform_ dl.loginform_ {
  text-align: left;
}
div.login_ .loginform_ input.login_uid_,
div.login_ .loginform_ input.login_pwd_ {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 15px;
}

div.login_ div.loginform_ span.headline_text_ {
  font-size: 14px;
}
div.login_ div.loginform_ span.headline_text_relate_ {
  top: -3px;
  font-size: 12.5px;
}
div.login_ div.loginform_ img.icon_ {
  padding-left:10px;
  padding-right:10px;
  width: 30px;
  height: 30px;
}

div.login_ .forgotpass_{
  margin-top: 10px;
}

.block-login--login-state-saving {
    margin-top: 10px;
    margin-bottom: 10px;
}
.block-login--login-state-saving input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}
.block-login--login-state-saving-mesage {
  margin-top: 10px;
}
.help-block {
    font-size: 11px;
    color: #737373;
}
.block-uid--login-state-saving {
    padding-left: 10px;
}
/* --------------------------------------------------------------------
  追加認証
-------------------------------------------------------------------- */
input.certify_ {
  width:0px;
  height:0px;
}

div.certify_escape_ {
  margin-top:10px;
  text-align:center;
}
div.certify_escape_ a {
  text-decoration:underline;
  font-size:13px;
}

/* --------------------------------------------------------------------
  新規会員登録
-------------------------------------------------------------------- */
/* 会員規約 */
.agreebody_ {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding: 0 30px;
  font-family: inherit;
}
#agree_contents dt {
  text-align: center;
  border: none;
  font-size: 14px;
  color: #0166BC;
  cursor: pointer;
  margin-top: 30px;
}
#agree_contents dd {
  border: none;
  display: none;
}
.block-member-info-confirmation--login-state-saving {
  margin-left: 13px;
  text-align:center;
}
.block-member-info-confirmation--login-state-saving input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}

/* --------------------------------------------------------------------
  マイページ
-------------------------------------------------------------------- */
#mypagenav {
  margin-bottom: 70px;
}
#mypagenav li {
  border-bottom: 1px solid #EBEBEB;
}
#mypagenav li:first-of-type {
  border-top: 1px solid #EBEBEB;
}
#mypagenav li a {
  display: block;
  font-size: 14px;
  padding: 15px 0 15px 20px;
  text-decoration: none;
  position: relative;
}
#mypagenav li a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
}
#mypagenav li.js-active > a:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  margin-right: -2px;
}
#mypagenav li img {
  margin-right: 5px;
  width: 40px;
  vertical-align: middle;
}
#mypagenav #dest_change ul#destnav li:last-child {
  border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
  background: #F5F5F5;
}

/* --------------------------------------------------------------------
  マイページ 購入履歴
-------------------------------------------------------------------- */
/* 購入履歴 */
table.history_ {
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
div.history_table_ table.history_:first-of-type {
  border-top: 1px solid #EBEBEB;
}
table.history_ td {
  vertical-align: top;
  padding: 0 30px 10px 0;
}
table.history_ td.caution_ {
  color: #DD0000;
  font-size: 16px;
  font-weight:bold;
}
table.history_ th {
  vertical-align: top;
  width: 35%;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  padding: 0 10px 10px 30px;
}
table.history_ tr:first-of-type td, table.history_ tr:first-of-type th {
  padding-top: 20px;
}
table.history_ tr:last-of-type td, table.history_ tr:last-of-type th {
  padding-bottom: 20px;
}

table.history_ td.order_detail_ ul li {
  list-style: none;
}
table.history_ td.order_detail_ .order_again_ {
  margin: 10px 0;
}
table.history_ td.order_detail_ .order_again_ span {
  display: inline-block;
  padding: 10px 30px;
  color: #0166BC;
  text-align: center;
  border: 1px solid #0166BC;
}
table.history_ td.total_ {
  font-size: 14px;
  font-weight: bold;
}
table.history_ td.status_ img {
  width: 230px;
  height: auto;
}
div.historydetail_ {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

/* 購入履歴詳細 */
div.customer_ .spandual_ {
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
table.order_, table.sales_, table.method_,
table.purchase_, table.ship_, table.historydetail_ {
  width: 100%;
  border-top: 1px solid #EBEBEB;
}
table.order_ th, table.sales_ th, table.method_ th,
table.purchase_ th, table.ship_ th, table.historydetail_ th {
  text-align: left;
  width: 35%;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
  padding: 0 10px 10px 30px;
}
table.order_ td, table.sales_ td, table.method_ td,
table.purchase_ td, table.ship_ td, table.historydetail_ td {
  vertical-align: top;
  padding: 0 30px 10px 0;
}
table.order_ tr:first-of-type th, table.order_ tr:first-of-type td,
table.sales_ tr:first-of-type th, table.sales_ tr:first-of-type td,
table.method_ tr:first-of-type th, table.method_ tr:first-of-type td,
table.purchase_ tr:first-of-type th, table.purchase_ tr:first-of-type td,
table.ship_ tr:first-of-type th, table.ship_ tr:first-of-type td,
table.historydetail_ tr:first-of-type th, table.historydetail_ tr:first-of-type td {
  padding-top: 20px;
}
table.order_ tr:last-of-type th, table.order_ tr:last-of-type td,
table.sales_ tr:last-of-type th, table.sales_ tr:last-of-type td,
table.method_ tr:last-of-type th, table.method_ tr:last-of-type td,
table.purchase_ tr:last-of-type th, table.purchase_ tr:last-of-type td,
table.ship_ tr:last-of-type th, table.ship_ tr:last-of-type td,
table.historydetail_ tr:last-of-type th, table.historydetail_ tr:last-of-type td {
  padding-bottom: 20px;
}
table.order_ td.nocell_, table.sales_ td.nocell_,
table.method_ td.nocell_, table.purchase_ td.nocell_ {
  border: none !important;
}

table.sales_ td {
  text-align: right;
}
table.sales_ tr:last-of-type td {
  font-size: 14px;
}
table.purchase_ {
  margin-bottom: 10px;
  width: 100%;
}
table.purchase_ th{
  width: 22%;
}
/*
div.customer_ div.sales_info_ {
  margin-bottom: 50px;
  border-bottom: 1px solid #EBEBEB;
}
*/
div.customer_ div.sales_info_ .method_addr_ {
  margin: 0 30px 20px;
}

div.processimage_{
  margin: 0 30px 20px;
  text-align: center;
}
div.processimage_ img {
  width: 230px;
  height: auto;
}


/* --------------------------------------------------------------------
  マイページ お気に入り
-------------------------------------------------------------------- */
ul.bookmark_frame_ {
}
ul.bookmark_frame_ li.bookmark_item_ {
  width: 100%;
  padding: 20px 0;
  vertical-align: top;
  display: table;
  border-bottom: 1px solid #EBEBEB;
}
ul.bookmark_frame_ li.bookmark_item_:first-child {
  border-top: 1px solid #EBEBEB;
}

li.bookmark_item_ div.cartgoods_ {
  display: table-cell;
  width: 55px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
li.bookmark_item_ div.cartgoods_ input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
}
li.bookmark_item_ div.cartgoods_ label {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #95989A;
  position: relative;
  z-index: -1;
}
li.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);
}
li.bookmark_item_ div.img_ {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  overflow: hidden;
}
li.bookmark_item_ div.img_ img {
  width: 100px;
}
li.bookmark_item_ div.desc_ {
  width: auto;
  display: table-cell;
  font-size: 10px;
  vertical-align: middle;
  padding: 0 20px;
}
li.bookmark_item_ div.spec_ {
  margin-bottom: 10px;
}
li.bookmark_item_ div.spec_ .price_ {
  color: #000;
  font-size: 10px;
  font-weight: normal;
}

/*li.bookmark_item_ .edit_memo_ {
  margin-top: 5px;
  font-weight: bold;
}
li.bookmark_item_ .comment_ {
  width: 100%;
}
li.bookmark_item_ .comment_ textarea {
  width: 100%;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
  word-break: break-all;
}*/

li.bookmark_item_ .desc_ .del_ {
  text-align: right;
}
li.bookmark_item_ .desc_ .del_ .button_ {
  width: auto;
  height: auto;
  color: #0166BC;
  font-size: 12px;
  background: none;
  padding: 0;
}

ul.bookmark_frame_ ~ div.submit_ {
  margin-top: 50px;
}

/* --------------------------------------------------------------------
  マイページ お問い合わせ履歴
-------------------------------------------------------------------- */
dl.formdetail_.contact_ dd .select_wrap {
  max-width: 300px;
}
dl.formdetail_.contact_ dd input[name="name"] {
  margin-bottom: 20px;
}

/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
  margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
  border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
  border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
  padding: 10px;
  display:block;
  text-decoration: none;
  background: url(../img/usr/link_mypage.png) right center no-repeat;
}
div.contact_ table.detaillistline_ {
  border: dotted 1px;
  margin:2px auto;
}
div.contact_ .contact_body_ {
  word-break:break-all;
}
/* お問合せ詳細 */
.contactdetail_title_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.contactdetail_title_ .date_ {
  margin-left: 10px;
  float: left;
}
.contactdetail_title_ .id_ {
  margin-right: 10px;
  float: right;
}
div.goods_info_ {
  margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
  margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
  margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
  margin: 0 0 0 20px;
}
dl.contactlist_line_ {
  margin-bottom: 10px;
  padding: 5px;
  overflow: hidden;
  background: #F0F0F0;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
  width: 100%;
  overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
  padding: 5px;
  float: left;
  display: inline;
  font-weight: bold;
  width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
  padding: 5px;
  float: right;
  display: inline;
  text-align: right;
  width: 40%;
}
dl.contactlist_line_ .comment_ {
  padding: 10px;
  background: #FFF;
}
.contact_reform_comment_ {
  margin: 0 10px 10px;
  padding: 10px;
  border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
  マイページ NPSアンケート集計画面
-------------------------------------------------------------------- */
div.npsquestionnaireresult_table_ {
  text-align: center;
}

div.nps_tittle_ {
  margin: 0 0 0 30px;
  text-align: left;
}

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: 130px;
  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: 20px auto 20px;
  text-align: center;
}

div.nps_summary_score_table_ {
  margin-bottom: 20px;
}

span.nps_summary_score_ {
  font-size: 20px;
}


/* --------------------------------------------------------------------
  カート画面
-------------------------------------------------------------------- */
div.order_flow_ {
  margin: 40px 0;
  text-align: center;
}
div.order_flow_ img {
  width: 100%;
  max-width:660px;
}

div.cartinfo_ {
  margin:0 10px 10px;
  text-align: center;
  font-size:12px;
}
div.cartinfo_ span.price_ {
  padding:0 2px;
  font-size: 14px;
  font-weight:bold;
  color:#ff0000;
}
div.cartinfo_ span.free_ {
  padding:0 2px;
  font-size: 14px;
  font-weight:bold;
  color:#ff6600;
}
input.calc_ {
  display:none;
  width: 0;
  height: 0;
}

/**/
table.cartlist_ {
  width: 100%;
  margin: 0 auto 20px;
  border-top: 1px solid #EBEBEB;
  position: relative;
}
table.cartlist_ tr.list_ td {
  border-bottom: 1px solid #EBEBEB;
}
table.cartlist_ td {
  padding: 20px;
  vertical-align: middle;
}
table.cartlist_ td.img_ {
  width: 120px;
  padding-right: 0;
}
table.cartlist_ td.img_ img {
  width: 100px;
}
table.cartlist_ td.desc_ {
  font-size: 0;
  letter-spacing: -1em;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
table.cartlist_ td.desc_ .name_ {
  font-size: 10px;
  letter-spacing: 0.02em;
}
table.cartlist_ td.desc_ .price_box_ {
  font-size: 10px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
table.cartlist_ td.desc_ .price_box_ .price_ {
  color: #000;
  font-size: 10px;
  font-weight: normal;
}
table.cartlist_ td.desc_ .price_box_ .price_ small {
  font-size:11px;
}
table.cartlist_ td.desc_ .price_box_ .boxsize_ {
  color: #000;
  font-size: 9px;
  font-weight: normal;
}
table.cartlist_ td.desc_ .money_ {
  margin:0 0 10px 0;
}
table.cartlist_ td.desc_ .qty_ {
  display: inline-block;
  min-width: 50%;
  height: 30px;
  margin-top: 10px;
}
table.cartlist_ td.desc_ .qty_ img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
table.cartlist_ td.desc_ .qty_ input {
  display: inline-block;
  width: 45px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  background: transparent;
  padding: 0;
}
table.cartlist_ td.desc_ div.button_ {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin-top: 10px;
}
table.cartlist_ td.desc_ .button_ .button_ {
  width: auto;
  height: auto;
  color: #0166BC;
  font-size: 12px;
  background: none;
  padding: 0;
}

table.cartlist_ td.total_ {
  font-size: 10px;
  vertical-align: middle;
  text-align: right;
  line-height: 16px;
  position: absolute;
  right: 50%;
}
table.cartlist_ td.money_ {
  line-height: 16px;
  position: absolute;
  right: 70px;
}
table.cartlist_ td.button_ {
  text-align: right;
  line-height: 16px;
}
table.cartlist_ td.button_ #recount.main_action_button_ {
  width: auto;
  height: auto;
  color: #0166BC;
  font-size: 12px;
  background: none;
  padding: 0;
}
table.cartlist_ td.money_ .price_ {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
table.cartlist_ td.promotion_ {
  text-align: left;
}
table.cartlist_ span.promotionmsg_ {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}
table.cartlist_ span.short_price_ {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}
div.postage_comment_ {
  padding: 5px 5px 0 5px;
  margin: 5px 0 0 auto;
  text-align: right;
  font-weight: bold;
  color: #ff0000;
}
div.postage_comment2_ {
  padding: 0 5px 0 5px;
  margin: 0 0 0 auto;
  text-align: right;
  color: #ff0000;
}

table.cartlist_ div.promotionmsg_box_ {
  padding: 5px;
  text-align: left;
  border: 1px solid #f60;  
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
table.cartlist_ span.promotionmsg_title_ {
  font-size:12px;
  display:block;
  background: url(../img/usr/common/h2_arrow.png) left top no-repeat;
  padding-left:18px;
}
table.cartlist_ span.promotionmsg_title_ .hilight_{
  color:#ff6600;
  font-size:14px;
  font-weight:bold;
}
table.cartlist_ div.promotionshortmsg_ {
  width: 200px;
  margin-right: 20px;
  margin-top: 10px;
    display:inline-table;
}
table.cartlist_ div.promotionshortmsg_box_ {
  padding: 5px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
table.cartlist_ span.promotionshortmsg_title_ {
  font-size:12px;
  display:block;
  background: url(../img/sys/kiken.gif) left top no-repeat;
  padding-left:25px;
}
table.cartlist_ span.promotionshortmsg_title_ .hilight_{
  color:#ff6600;
  font-size:14px;
  font-weight:bold;
}
table.cartlist_ span.short_price_ {
  color:#ff0000;
  font-size:14px;
  font-weight:bold;
}

div.cartlist_ table.cartlist_ ~ div.submit_ .message_ {
  margin-top: -20px;
}

div.cartlist_ table.cartlist_ img.reservation  {
  height:10px;
  vertical-align: middle;
  margin-left:10px;
}

/* --------------------------------------------------------------------
  ご注文方法の指定
-------------------------------------------------------------------- */
/* ご注文主（ログイン時） */
div.order_ address {
  font-style: normal;
}
div.method_host_ {
  padding: 20px 30px;
  border-top: 1px solid #EBEBEB;
}
div.method_host_ .host_name_ {
  padding-bottom: 5px;
}
table.method_host_ {
  margin-bottom: 20px;
  width: 100%;
}
tr#host_mail input, tr#host_cmail input, tr#host_addr input,
tr#host_addr2 input, tr#host_addr3 input, tr#host_comp input, tr#host_dept input {
  width: 300px;
}

/* 贈り主（ログイン時） */
div.method_sender_ {
  margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
  margin-bottom: 5px;
  padding-left: 10px;
}
div.sender_change_ {
  padding: 20px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
  width: auto;
}
div.sender_change_ label {
  display: block;
  line-height: 20px;
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
}
div.sender_change_ label input[type="checkbox"] {
  display: none;
}
div.sender_change_ label input[type="checkbox"] + strong:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #95989A;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
div.sender_change_ label input[type="checkbox"]:checked + strong:after {
  content: '';
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.sender_change_ input.zip_ {
  width: 140px;
}
div.method_sender_ ul.method_sender_ {
  width: 90%;
  padding-left: 20px;
}

/* 宛て先（ログイン時） */
div.method_address_ {
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
}
div.address_item_ {
  padding: 0 30px 20px;
  border-bottom: 1px dotted #EBEBEB;
}
div.address_item_ ~ div.address_item_ {
  padding-top: 20px;
}
div.address_item_ .address_title_ {
  padding-bottom: 5px;
}
div.address_item_ .dest_disp address {
  padding: 10px;
}
div.address_item_ .address_change_ {
  margin-top: 5px;
  text-align: right;
}
div.address_bottom_ {
  text-align: right;
  padding: 20px 30px 0;
}
div.dest_select_type_ {
  margin-bottom: 10px;
  padding: 10px;
  background: #F8F8F8;
  border: 1px solid #CCC;
}
div.dest_select_type_  input.dest_disabled_ {
	background-color:#DEDEDE;
}
div.addresslist_ .button_ {
  color: #0166BC;
  background: none;
  padding: 0;
}

div.method_address_ div.method_addr_ {
  margin: 0 30px;
}

/* 配送方法・支払方法 */
div.method_box_ {
  padding: 20px 30px;
  border-top: 1px solid #EBEBEB;
}
div#method_pay {
  border-bottom: 1px solid #EBEBEB;
}

div.method_box_ h3 {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}
div.method_box_ .common_headline2_ ~ .common_headline2_ {
  margin-top: 20px;
}
div.method_box_ div.method_box_content_ .select_wrap {
  display: block;
  max-width: 200px;
}
div.method_box_ + .submit_ {
  margin-top: 50px;
}
a.method_receipt_link {
  font-weight: bold;
}

/* ポイント */
.currentpoint_ {
  margin-bottom: 10px;
}
div.point_use_ {
  margin-bottom: 10px;
  padding: 10px;
  background: #F8F8F8;
  border: 1px solid #CCC;
}
div.point_use_ input[type=number] {
  width: 5.0em;
}

/* 注文拡張情報 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
  display: block;
}
dl.salesappend_ dd.salesappend_radio input,
dl.salesappend_ dd.salesappend_checkbox input {
  display: block;
  float: left;
  clear: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label,
dl.salesappend_ dd.salesappend_checkbox label {
  display: block;
  clear: none;
  margin-left: 20px;
}

/* 初めてご利用の方 */
div.order_ div.loginform_ {
  text-align: center;
  padding: 20px 30px 0;
}

/* PayPalボタン */
.submit_ .paypal_button_container_sb {
	width: 258px;
	height: 60px;
	margin: 0 auto;
	vertical-align: middle;
}

.block-order-method--amazonpay {
  text-align: right;
  padding: 20px;
}

.block-order--amazonpay-btn {
  font-size: 13px;
  font-weight: normal;
  width: 70px;
}

/* --------------------------------------------------------------------
  ギフト注文 配送先の選択
-------------------------------------------------------------------- */
.order_gift_ .dest_list_ {
  background: #F0F0F0;
}
.order_gift_ .dest_list_ .btn_checkall_ {
  padding: 10px 10px 0;
}
.order_gift_ .dest_list_ .address_customer_{
  padding: 10px;
}
.order_gift_ .dest_list_ .address_item_ {
  border: none;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
}
.order_gift_ .address_book_list_ .address_item_ {
  border: none;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_book_list_ {
  margin: 0 10px 10px 10px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
  border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_item_ address {
  margin-left: 30px;
}
.order_gift_ .dest_list_ .address_item_ .address_title_ {
  font-size: 14px;
  margin-bottom: 7px;
  padding: 5px 5px 0 5px;
}
.order_gift_ .dest_list_ .btn_add_addr_ {
  background: #F0F0F0;
  padding: 0 10px 10px 25px;
  margin-bottom: 20px;
  text-align: right;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ {
  text-align: right;
  overflow: hidden;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
  padding-left: 10px;
  display: block;
  float: right;
}
.order_gift_ div.method_sender_ .address_item_{
  border-bottom: none;
  margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
  border: none;
}

/* --------------------------------------------------------------------
  ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
.order_gift_ div.delivery_dest_add_ {
  text-align: right;
  margin-bottom: 20px;
}
.order_gift_ h3.top_massage_ {
  font-size: 14px;
  font-weight: bold;
}
.order_gift_ .add_goods_list_ {
  padding: 15px;
  margin: 0 0px 10px;
}
.order_gift_ .highlight_ {
  background: #FEE;
  border: 1px solid #FFC8C8;
}
.order_gift_ .delivery_dest_{
  margin-bottom: 30px;
}
.order_gift_ .delivery_dest_ .dest_ttl {
  position:relative;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_{
  position:absolute;
  right:5px;
  top:8px;
}
.order_gift_ .delivery_dest_ .address_item_ {
  padding-bottom: 0;
  border: none;
}
.order_gift_ .delivery_dest_ .address_item_ .btn_deldest_{
  padding: 10px;
}
.order_gift_ div.delivery_dest_ {
  margin-bottom: 20px;
  border-bottom: 1px dotted #CCC;
}

.order_gift_ .delivery_dest_ .total_dest_price_ {
  padding: 0 10px 10px 10px;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table{
  width:100%;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th{
  width: 30%;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 3px;
  background-color: #F8F8F8;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space:nowrap;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table th,
.order_gift_ .delivery_dest_ .total_dest_price_ table td{
  border: 1px solid #DDD;
  vertical-align: middle;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td.btns_ {
  width: 60px;
  vertical-align: middle;
}

.order_gift_ .goodsinfo_box_{
  padding:0 10px 10px;
}
table.goodsinfo_box_{
  width: 100%;
  margin-bottom: 10px;
}

table.goodsinfo_box_ th {
  background-color: #F8F8F8;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  font-weight: normal;
  padding: 3px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 30%;
}

table.goodsinfo_box_ td {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 3px;
  vertical-align: top;
}
table.goodsinfo_box_ input[type=text],
table.goodsinfo_box_ input[type=number],
table.goodsinfo_box_ textarea {
  width: 90%;
}

table.goodsinfo_box_  td.btn_deldest_ {
  border: 1px solid #CCCCCC;
}

.order_gift_ .goodsinfo_box_ th{
  background: #F8F8F8;
}
table.goodsinfo_box_  td img.img_ {
  max-width: 180px;
}

.order_gift_ .select_dest_goods_box_{
  background: #FFF;
  padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_{
  margin-bottom: 10px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ table{
  width: 100%;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td{
  padding: 7px 10px 0 0;
}

.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_{
  text-align: right;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ input{
  padding: 5px;
  width: 3em;
  text-align: right;
}
.order_gift_ .select_dest_goods_box_ .btn_add_checked_goods_{
  text-align: center;
  padding: 15px 15px 0;
}
.order_gift_ .total_dest_price_ .btn_recalc_ {
  position: absolute;
  right: 5px;
  top: -10px;
}
.order_gift_ .goods_child_list_ div {
  padding: 0px 0px 0px 15px;
}

/* --------------------------------------------------------------------
  ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.order_gift_ .section_ {
  margin-bottom: 30px;
  background: #FCFCFC;
}
.order_gift_ .section_ label {
  padding: 0;
}
.order_gift_ .section_ h3{
  margin: 0 0 10px 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #F0F0F0;
}
.order_gift_ .section_ ul{
  overflow: hidden;
  padding: 10px 20px;
}
.order_gift_ .section_ ul li{
  float: left;
}
.order_gift_ .section_ ul li label{
  display: block;
  margin-right: 20px;
  text-align: center;
}
.order_gift_ .section_ ul li label img{
  display: block;
  margin-bottom: 10px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
  margin-bottom: 30px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
  overflow: hidden;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
  float: left;
}
.order_gift_ .section_ .div_area_ {
  margin-bottom: 30px;
}
.order_gift_ .section_ .thum_box_wrapper_{
  overflow: hidden;
}
.order_gift_ .section_ .thum_box_ {
  float: left;
  padding: 10px 0 10px 20px;
}
.order_gift_ .section_ .thum_info_ {
  float: right;
  padding: 10px 20px 0 0;
}
.order_gift_ .section_ .thum_info_ .price_{
  padding: 10px 0;
}
.order_gift_ .section_ .thum_line_ {
  overflow: hidden;
  margin-bottom: 20px;
}
.order_gift_ .section_ .thum_item_ {
  float: left;
  text-align: center;
  margin-right: 10px;
  width:120px;
}
.order_gift_ .section_ .thum_item_ label{
  display: block;
}
.order_gift_ .section_ .thum_item_ img{
  display: block;
  margin-bottom: 10px;
  width:120px;
}
.order_gift_ .section_ .thum_item_ span.price_{
  display: block;
  margin-bottom: 10px;
  padding: 5px;
}
.order_gift_ .section_ .thum_item_ span.thum_info_text_{
  display: none;
}
.order_gift_ .section_ .free_input_{
  padding: 0 10px 10px 10px;
  margin: 0 10px 30px;
}
.order_gift_ .section_ .free_input_ input{
  padding: 5px;
  width: 3.0em;
}
.order_gift_ .section_ .divnameprint {
  margin-bottom: 30px;
}
.order_gift_ .section_ .divnameprint .disabled_ {
  background-color:#DEDEDE;
}

.order_gift_ .section_ .input_detail_ {
  margin: 0 20px 30px;
}
.order_gift_ .section_ .input_detail_ td {
  padding: 5px;
}
.order_gift_ .section_ .input_detail_ td input {
  padding: 5px;
}
.noshi_default_ {
  clear: both;
  display: none;
}

/* --------------------------------------------------------------------
  ご注文内容の確認
-------------------------------------------------------------------- */
.zero_alert_ {
  color: #CC0000;
}
table.estimate_ {
  width: 100%;
}
table.estimate_ th {
  font-weight: normal;
  text-align:left;
}
table.estimate_ td {
}
table.estimate_ td textarea {
  max-width: 95%
}

table.estimate_.sales_, table.estimate_.destgoodslist_ {
  border-top: 1px dotted #EBEBEB;
}
table.estimate_.destgoodslist_ {
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}

div.order_ #frmSales .box_:last-of-type {
  text-align: center;
  padding: 30px 30px 0;
}
div.order_ #frmSales .box_:last-of-type .common_headline2_ {
  margin-top: 20px;
}
div.order_ #frmSales .box_:last-of-type dl.formdetail_ {
  text-align: left;
  margin-bottom: 0;
}
div.order_ #frmSales .box_:last-of-type label {
  display: inline-block;
  line-height: 20px;
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
}
div.order_ #frmSales .box_:last-of-type label input[type="checkbox"] {
  display: none;
}
div.order_ #frmSales .box_:last-of-type label input[type="checkbox"] ~ span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #95989A;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
div.order_ #frmSales .box_:last-of-type label input[type="checkbox"]:checked ~ span:after {
  content: '';
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ご注文の商品 */
div.order_ div.spandual_ {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

div.order_ table.goodslist_ {
  border-top: none;
}
div.order_ table.goodslist_ th, .order_ table.goodslist_ .title_ {
  padding-top: 0;
}
div.order_ table.goodslist_ .name_ {
  padding-left: 30px;
}
div.order_ table.goodslist_ .amt_ {
  width: 15%;
  padding-right: 30px;
}

/* 配送情報 */
table.host_ th, table.sender_ th {
  font-weight: normal;
  text-align: left;
  padding: 0 30px 10px;
}
table.host_ td, table.sender_ td {
  padding: 0 30px 20px;
}

/**/
table.card_, table.convinience_{
  width: 100%;
}
table.card_ label {
  margin: 0 20px 0 5px;
}
table.convinience_ th {
  width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ th {
  width:40%;
  text-align:left;
  background-color: #F8F8F8;
  font-weight: normal;
}
div.order_ table.estimate_method_ td {
  width:60%;
  text-align:right;
}
div.order_ table.method_sales_detail_append_ {
  border:none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
  margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ p.comment_{
  margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
  border:none;
}
div.estimate_card_form_ {
  border-bottom: 1px solid #EBEBEB;
}
div.estimate_card_form_ dl.estimate_.card_ {
  margin-bottom: 20px;
}
div.estimate_card_form_ .select_wrap {
  width: auto;
  /*max-width: 100px;*/
  margin-right: 5px;
}
div.estimate_card_form_ .select_wrap ~ .select_wrap {
  margin-left: 5px;
}
div.estimate_card_form_ input.security_code_ {
  width: 60px;
}
div.estimate_.card_ input.card_num_ {
  width: 150px;
}
div.estimate_.card_ input.security_code_ {
  width: 60px;
}
.pointpay_num_bg_ {
  background-color: #dedede;
}

/* お届け先 */
div.order_ table.dest_ {
  width:100%;
}
table.destgoodslist_ {
  width: 100%;
  border-top: 1px solid #EBEBEB;
}
table.destgoodslist_ th {
  width: 35%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  white-space:nowrap;
  padding: 0 10px 10px 30px;
}
table.destgoodslist_ td {
  vertical-align: top;
  padding: 0 30px 10px 0;
}
table.destgoodslist_ tr:first-of-type th, table.destgoodslist_ tr:first-of-type td {
  padding-top: 20px;  
}
table.destgoodslist_ tr:last-of-type th, table.destgoodslist_ tr:last-of-type td {
  padding-bottom: 20px; 
}
table.destgoodslist_ span.img_s_ {
  float: left;
  width: 20%;
}
table.destgoodslist_ span.img_s_ img {
  width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_sales_detail_append_, table.destgoodslist_ th.dest_comment_{
  text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
  width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
  margin: 0;
  padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
  width: 95%;
}
table.approval_purchase_ th {
  border-right-style: none;
  background-color: #e5f3ff;
  font-weight: normal;
  text-align: left;
}
div.order_ ul.card_ {
  padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
  width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
  text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}

/* カードで支払う */
div.order_ table.formdetailcard_ {
  margin-bottom: 10px;
  padding: 3px;
}
div.order_ table.formdetailcard_ th {
  width: 12em;
  background-color: #e5f3ff;
  font-weight: normal;
  text-align: left;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
  max-width: 95%;
}

/* キャンペーン適用 */
div.order_ p.campaign_info_ {
  color:#CC0000;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ノベルティ */
div.order_ .thum_line_ {
  overflow: hidden;
  margin-bottom: 20px;
}
div.order_ .thum_item_ {
  float: left;
  text-align: center;
  margin-right: 10px;
  width:120px;
}
div.order_ .thum_item_ label{
  display: block;
}
div.order_ .thum_item_ img{
  display: block;
  margin-bottom: 10px;
  width:120px;
}
div.order_ .thum_item_ span.price_{
  display: block;
  margin-bottom: 10px;
  padding: 5px;
}
div.order_ .thum_item_ span.thum_info_text_{
  display: none;
}

/* 注文同時会員登録 */
div.order_ span.point_ {
  font-weight: bold;
}

/* ディスカウント情報 */
.goods_item_sales_period_ p {
	font-size: 10px;
	color: #777;
}
.discount_ {
	margin: 5px 5px;
}
.discount_title_ {
	color: #CC0000;
	font-size: 14px;
}
.discount_message_ {
	text-indent: 0.5em;
	font-size: 10px;
}
.discount_period_ {
	text-indent: 1em;
}
.discount_period_ span {
	font-size: 10px;
	color: #777;
}
.sales_delivery_comment_ {
	margin: 0px 10px 10px 10px;
}
.return_agree_ {
	font-size: 12px;
	padding: 10px 0;
	margin: auto;
}

/* --------------------------------------------------------------------
  バーコード系
-------------------------------------------------------------------- */
div.barcodeimage_ img {
  height: auto;
  width: 100%;
}
p.barcodenumber_ {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 5px;
}

/* --------------------------------------------------------------------
  Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
  text-align: center;
}
#AmazonPayButton {
  text-align: center;
}
#addressBookWidgetDiv {
  padding: 0 10px 10px;
  width: auto;
  height: 100%;
}
#walletWidgetDiv {
  padding: 0 10px 10px;
  width: auto;
  height: 100%;
}
div.amazon_pay_button_method_ {
  padding-top: 18px;
}
div.login_with_amazon_button_method_ {
  padding-bottom: 10px;
}

/* --------------------------------------------------------------------
	返品特約
-------------------------------------------------------------------- */
.returnagreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}

#returnagree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#returnagree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* ---------------------------------------------------------------
  フリーページ
--------------------------------------------------------------- */
#terms_of_use pre,
#trade_law pre,
#privacy_policy pre {
  font-family: inherit;
  padding: 0 30px;
  white-space: pre-wrap;
}

/* ---------------------------------------------------------------
  width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
  width: auto!important;
}
.width_full_ {
  width: 100%!important;
}
.width20per_ {
  width: 20%!important;
}
.width80per_ {
  width: 80%!important;
}
.width00_ {
  width: 0px!important;
}
.width01_ {
  width: 1px!important;
}
.width02_ {
  width: 2px!important;
}
.width03_ {
  width: 3px!important;
}
.width04_ {
  width: 4px!important;
}
.width05_ {
  width: 5px!important;
}
.width06_ {
  width: 6px!important;
}
.width07_ {
  width: 7px!important;
}
.width08_ {
  width: 8px!important;
}
.width09_ {
  width: 9px!important;
}
.width10_ {
  width: 10px!important;
}
.width11_ {
  width: 11px!important;
}
.width12_ {
  width: 12px!important;
}
.width13_ {
  width: 13px!important;
}
.width14_ {
  width: 14px!important;
}
.width15_ {
  width: 15px!important;
}
.width16_ {
  width: 16px!important;
}
.width17_ {
  width: 17px!important;
}
.width18_ {
  width: 18px!important;
}
.width19_ {
  width: 19px!important;
}
.width20_ {
  width: 20px!important;
}
.width25_ {
  width: 25px!important;
}
.width30_ {
  width: 30px!important;
}
.width35_ {
  width: 35px!important;
}
.width40_ {
  width: 40px!important;
}
.width45_ {
  width: 45px!important;
}
.width50_ {
  width: 50px!important;
}
.width100_ {
  width: 100px!important;
}
.width150_ {
  width: 150px!important;
}
.width200_ {
  width: 200px!important;
}
.width250_ {
  width: 250px!important;
}
.width300_ {
  width: 300px!important;
}
.width350_ {
  width: 350px!important;
}
.width400_ {
  width: 400px!important;
}
.width450_ {
  width: 450px!important;
}
.width500_ {
  width: 500px!important;
}
.width550_ {
  width: 550px!important;
}
.width600_ {
  width: 600px!important;
}
.width650_ {
  width: 650px!important;
}
.width700_ {
  width: 700px!important;
}
.width720_ {
  width: 720px!important;
}
.width750_ {
  width: 750px!important;
}
.width800_ {
  width: 800px!important;
}
.width850_ {
  width: 850px!important;
}
.width900_ {
  width: 900px!important;
}
.width950_ {
  width: 950px!important;
}
.width960_ {
  width: 960px!important;
}
.width1000_ {
  width: 1000px!important;
}
/*height*/
.height_auto_ {
  height: auto!important;
}
.height_full_ {
  height: 100%!important;
}
.height00_ {
  height: 0px!important;
}
.height01_ {
  height: 1px!important;
}
.height02_ {
  height: 2px!important;
}
.height03_ {
  height: 3px!important;
}
.height04_ {
  height: 4px!important;
}
.height05_ {
  height: 5px!important;
}
.height06_ {
  height: 6px!important;
}
.height07_ {
  height: 7px!important;
}
.height08_ {
  height: 8px!important;
}
.height09_ {
  height: 9px!important;
}
.height10_ {
  height: 10px!important;
}
.height11_ {
  height: 11px!important;
}
.height12_ {
  height: 12px!important;
}
.height13_ {
  height: 13px!important;
}
.height14_ {
  height: 14px!important;
}
.height15_ {
  height: 15px!important;
}
.height16_ {
  height: 16px!important;
}
.height17_ {
  height: 17px!important;
}
.height18_ {
  height: 18px!important;
}
.height19_ {
  height: 19px!important;
}
.height20_ {
  height: 20px!important;
}
.height25_ {
  height: 25px!important;
}
.height30_ {
  height: 30px!important;
}
.height35_ {
  height: 35px!important;
}
.height40_ {
  height: 40px!important;
}
.height45_ {
  height: 45px!important;
}
.height50_ {
  height: 50px!important;
}
.height100_ {
  height: 100px!important;
}
.height150_ {
  height: 150px!important;
}
.height200_ {
  height: 200px!important;
}
.height250_ {
  height: 250px!important;
}
.height300_ {
  height: 300px!important;
}
.height350_ {
  height: 350px!important;
}
.height400_ {
  height: 400px!important;
}
.height450_ {
  height: 450px!important;
}
.height500_ {
  height: 500px!important;
}
.height550_ {
  height: 550px!important;
}
.height600_ {
  height: 600px!important;
}
.height650_ {
  height: 650px!important;
}
.height700_ {
  height: 700px!important;
}
.height750_ {
  height: 750px!important;
}
.height800_ {
  height: 800px!important;
}
.height850_ {
  height: 850px!important;
}
.height900_ {
  height: 900px!important;
}
.height950_ {
  height: 950px!important;
}
.height1000_ {
  height: 1000px!important;
}
div.method_box_ div.method_box_content_append_ label {
    padding-right: 20px;
}
/* コンビニ・ロッカー受け取り 2019/07/01 追加 */
#method_recipt dl.shipping_select_ {
	display: none;
}
#method_recipt dl.shipping_select_.active_ {
	display: block;
}
#method_recipt dl.shipping_select_ dt, #method_date dl.shipping_select_ dd {
	float: none;
	margin: 0;
	padding: 0;
}
#method_recipt dl.shipping_select_ dt {
}
#method_recipt dl.shipping_select_ dd {
}
#method_recipt dl.shipping_select_ dd input.zip_ {
	width: 90%;
	max-width: none;
	margin: 5px auto;
	display: block;
}
#method_box_ dl.shipping_select_ dd span {
	display: block;
	width: 100%;
	overflow: hidden;
}
#method_recipt dl.shipping_select_ dd span input {
	width: 48%;
}
#method_recipt dl.shipping_select_ dd span input.nearby_search_ {
	float: left;
}
#method_recipt dl.shipping_select_ dd span input.here_search_ {
	float: right;
}
#conveni_shipping .shipping_store_ {
	margin: 0;
}
#conveni_shipping .shipping_store_ h4 {
	color: #171717;
	line-height: 2.1;
	
	padding: 5px 10px 4px;
	margin-bottom: 5px;
}
#conveni_shipping .shipping_store_ .shipping_change_ {
}
#conveni_shipping .shipping_store_ .shipping_store_body_ {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
#conveni_shipping .shipping_store_ .shipping_store_body_ p {
	line-height: 1.6;
	margin-bottom: 10px;
}
#conveni_shipping .shipping_store_ .map_btn_ {
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#conveni_shipping .shipping_store_ .map_btn_ a {
	display: block;
	text-decoration: none;
}
#conveni_shipping .shipping_store_ .change_btn_ {
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#conveni_shipping .shipping_store_ .change_btn_ input {
	display: block;
	font-size: 14px;
	width: 100%;
}
.conveni_select_btn_ {
	color: black;
    background-color: white;
	border: 1px solid #D6D6D6;
    padding: 12px 5px;
    margin: 5px 0px;
   -webkit-appearance: none;
}
/* コンビニ・ロッカー受け取り画面遷移後  2019/07/01 追加 */
div.conveni_shipping_wrap_ {
	margin-bottom: 20px;
}

div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ {
	margin: 0 10px 15px;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ input.zip_ {
	width: 90%;
    max-width: none;
    margin: 5px auto;
    display: block;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ dd span {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ dd span input {
	width: 48%;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ dd span input.nearby_search_ {
	float: left;
}
div.conveni_shipping_wrap_ .shipping_search_results_ {
	margin: 0 10px 10px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ {
	margin-bottom: 15px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #D6D6D6;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ div {
	margin-bottom: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .name_ img {
	height: 21px;
	vertical-align: middle;
	margin-right: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_choice_ {
	float: left;
	width: 65%;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_choice_ input {
	display: block;
	font-size: 14px;
	padding: 8px 0 7px;
	width: 100%;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_map_ {
	float: right;
	width: 30%;
	text-align: center;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_map_ a {
	display: block;
	text-decoration: none;
    border: 1px solid #D6D6D6;
    padding: 8px 0 7px;
}
/* ページャー  2016/11/07 追加 */
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ {
	text-align: center;
	margin-bottom: 20px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a, div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ span.current_ {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 2px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a {
	text-decoration: none;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a.prev_ {
	margin-right: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a.next_ {
	margin-left: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ span.current_ {
	color: #ffffff;
	background-color: #074787;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .notset_ {
}
div.conveni_shipping_wrap_ .shipping_search_results_ .notset_ a {
	display: block;
	text-decoration: none;
	text-align: center;
    line-height: 1.0;
    padding: 16px 5px;
    border: 1px solid #D6D6D6;
}
#conveni_shipping .locker_receipt_ {
	padding: 0px 20px;
}
#conveni_shipping .notset_ a {
	display: block;
	text-decoration: none;
	text-align: center;
    line-height: 1.0;
    padding: 16px 5px;
    border: 1px solid #D6D6D6;
}
.map_btn_ a {
	display: block;
	text-decoration: none;
	text-align: center;
    line-height: 1.0;
    padding: 16px 5px;
    border: 1px solid #D6D6D6;
}
/**/


div #AmazonPayButton {
    width: 250px;
    display: inline-block;
    height: 60px;
    position: relative;
}

/* --------------------------------------------------------------------
  Mypage Pagination
-------------------------------------------------------------------- */
.history_table_ ~ button[name="p"],
.bookmark_frame_ ~ button[name="p"],
.point_table_ ~ button[name="p"],
.backorder_frame_ ~ button[name="p"] {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 40px;
  vertical-align: top;
  background: transparent;
  margin: 8px 4px 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
}
.history_table_ ~ button[name="p"].now,
.bookmark_frame_ ~ button[name="p"].now,
.point_table_ ~ button[name="p"].now,
.backorder_frame_ ~ button[name="p"].now {
  font-weight: bold;
  text-decoration: underline;
  cursor: default;
  opacity: 1;
}
.history_table_ ~ button[name="p"].pager:before,
.bookmark_frame_ ~ button[name="p"].pager:before,
.point_table_ ~ button[name="p"].pager:before,
.backorder_frame_ ~ button[name="p"].pager:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.history_table_ ~ button[name="p"][value="next"]:before,
.bookmark_frame_ ~ button[name="p"][value="next"]:before,
.point_table_ ~ button[name="p"][value="next"]:before,
.backorder_frame_ ~ button[name="p"][value="next"]:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.history_table_ ~ button[name="p"][value="prev"]:before,
.bookmark_frame_ ~ button[name="p"][value="prev"]:before,
.point_table_ ~ button[name="p"][value="prev"]:before,
.backorder_frame_ ~ button[name="p"][value="prev"]:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}
.history_table_ ~ button[name="p"].rest,
.bookmark_frame_ ~ button[name="p"].rest,
.point_table_ ~ button[name="p"].rest,
.backorder_frame_ ~ button[name="p"].rest {
  width: 10px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/usr/common/rest.png) no-repeat center;
  background-size: 10px 2px;
  margin: 0 -8px;
  position: relative;
  z-index: -1;
  cursor: default;
  opacity: 1;
}