@charset "utf-8";

.row{
  margin: 0;
}
.title{
  margin: 10px 0 70px;
  text-align: center;
}
.lead h2{
  font-size: 18px;
}
.page_wrap{
  padding-bottom: 50px;
}
.container{
  padding-left: 0;
  padding-right: 0;
}
.table{
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
/*action-steps*/
.action-steps-wrap{
  border-bottom: 1px solid #a7a7a7;
  /*margin-bottom: 55px;*/
}
.action-steps{
  margin: 49px 0 35px;
}
.action-steps li{
  background-color: transparent;
  color: #a7a7a7;
  font-size: 14px;
}
.action-steps li.active{
  background-color: transparent;
  color: #000;
}

/*form-actions*/
.form-actions{
  background-color: transparent;
  padding-top: 30px;
  border-top: none;
  width: 550px;
  margin: 0 auto;
}
.form-actions.ones{
  width: auto;
  text-align: center;
}
.form-horizontal .form-actions{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.form-actions label{
  font-size: 12px;
}
.btn {
  width: 190px;
  padding: 16px 0;
  background: #fff;
  border:1px solid #333;
}
.btn.btn-primary{
  background-color: #333;
  color: #fff;
}
.customer .btn.btn-primary:hover,
.customer .btn.btn-primary:focus,
.mypage .btn.btn-primary:hover,
.mypage .btn.btn-primary:focus {
  color: #fff;
  background-color: #777;
  border:1px solid #777;
}

.form-actions .btn-primary,
.form-actions .btn-back {
  width: 240px;
  font-size: 13.5px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small{
  padding: 5px 20px;
  width: auto;
}
.customer .btn:hover,
.mypage .btn:hover{
  color: #777;
}
.customer .btn.btn-small.btn-delete:hover,
.mypage .btn.btn-small.btn-delete:hover{
  color:#777;
  border:1px solid #777;
  background-color: #fff;
}
.customer .btn.btn-back:hover,
.mypage .btn.btn-back:hover{
  color: #777;
  background-color: transparent;
  border: 1px solid #000;
}
.form-horizontal .control-group {
  margin-bottom: 40px;
}
input[type="text"] {
  border: 1px solid #000;
  height: 45px;
  margin-bottom: 0;
}
textarea {
  border: 1px solid #000;
}

.lead {
  font-size: 13px;
  line-height: 24px;
}

/*login*/
.login-area-box h2{
  margin: 40px 0 26px;
  font-weight: bold;
  text-align: center;
}

.login_wrap h2{
  font-size:19px;
}
.login_wrap label, input, button, select, textarea {
    font-size: 14px;
}
.login_wrap .login-area-box .login-area-subbox input.span3{
    width: 100%;
    max-width: 380px;
}
.login_wrap .login-area-box .login-area-subbox [class*="span"]{
  margin-left: 0;
}
.login_wrap input[type=text],input[type=password] {
    padding-left: 20px;
    height: 50px;
    padding-top: 6px;
    font-size: 16px;
    margin-bottom: 5px;
    border: 1px solid #000000;
}
.login_wrap .span6{
  width: 48%;
  margin-left: 2%;
}
.login-area-subbox{
  width: 90%;
  margin: 0 auto;
  height: 200px;
}
.login_left .login-area-subbox{
  padding-top: 6px;
}
.login_wrap .register-area .form-actions{
  margin-top: 0;
}
/*.login_wrap .register-area .login-area-subbox{
  padding: 20px 0;
}*/
.login_wrap .form-horizontal .form-actions{
  margin: 0 auto;
  width: auto;
}
.login_wrap .login-area-box .login-area-subbox .controls{
  margin-left: 120px;
}
.login_wrap .help-block{
  text-align: right;
  max-width: 500px;
}
.login_wrap .help-block a {
    text-decoration: underline;
    display: inline-block;
}
.login_wrap span.help-block a:hover{
  border-bottom: none;
  margin-bottom: 0;
}
.login_wrap .checkbox>input[type=radio],
.login_wrap input[type=checkbox]{
  display: none;
}
.login_wrap .btn {
  padding: 16px 0;
}
.login_wrap span.help-block,
.login_wrap label.checkbox{
  font-size: 13px;
}
.login_wrap .login-area-box .login-area-subbox .btn.btn-primary{
  background-color: #333;
  color: #fff;
}

/*新規会員登録*/
/*.register .title,
.registerConfirm .title,
.registerComplete .title{
  margin-top: 100px;
}*/
.register .form-striped{
  margin-top: 35px;
}
.register input[name="register_address"],
.registerConfirm input[name="register_address"]{
  width: 45%;
}
.register input[type="password"],
.registerConfirm input[type="password"]{
  width: 45%;
}
.form-horizontal .control-label{
  width: 15%;
  font-size: 14px;
  font-weight: bold;
}
.form-horizontal .control-group label.gender{
  font-size: 14px;
}
.register .form-horizontal .controls,
.registerConfirm .form-horizontal .controls{
  margin-left: 0;
}
.register .controls .help-block,
.registerConfirm .controls .help-block{
  width: 39%;
  float: right;
}
.customer.register .form-actions .btn-primary,
.registerConfirm .form-actions.ones .btn-primary{
  float: none;
  margin-top: 20px;
}
.register-legal-area-smp h2 a{
  text-decoration: underline;
}
input[type="radio"]{
  -webkit-appearance:radio;
}
.register input[type="checkbox"],
.registerConfirm input[type="checkbox"]{
  -webkit-appearance:checkbox;
}

.register .register-legal-area h2,
.registerConfirm .register-legal-area h2{
  border-top: 1px solid #ccc;
  font-size: 18px;
  text-align: center;
  padding-top: 50px;
}
.register .register-legal-area .legal,
.registerConfirm .register-legal-area .legal{
  border:none;
}
.register .controls-store,
.registerConfirm .controls-store{
  margin-top: 15px;
}
.register .controls-store .sod_select,
.registerConfirm .controls-store .sod_select{
  margin-right: 30px;
  font-size: 16px;
  width: 34%;
}


.registerConfirm .table{
  margin-bottom: 0;
}
.registerConfirm .table th{
  font-weight: normal;
  line-height: 3em;
  width: 25%;
  color: #a7a7a7;
}
.registerConfirm .table td{
  line-height: 3em;
  width: 75%;
}
.registerConfirm .lead{
  margin: 55px auto 45px;
}
.registerConfirm .form-actions{
  margin-top: 0;
}
.entryComplete .lead{
  text-align: center;
}

.entryComplete .btn-primary{
  float: left;
}
.entryComplete .btn-back{
  float: right;
}
.entryComplete .lead .up{
  margin-bottom: 30px;
}
/*mypage index*/
.mypage.index .title{
  margin-top: 32px;
}
  /*barcode*/
  .mypage-code{
  padding: 40px 0 45px;
  border-top: 1px solid #ddd;
  text-align: center;
  }
  .mypage-code .current-status,
  .mypage-code .menbers-code{
  display: inline-block;
  width: 175px;
  margin: 0 30px;
  height: 100px;
  vertical-align: middle;
  }
  .mypage-code .current-status p,
  .mypage-code .menbers-code p,
  #bcTarget_txt{
  font-weight: bold;
  }
  #bcTarget_txt{
  font-size: 15px;
  margin-top: -5px;
  }
  .mypage-code .rank{
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  }
  .mypage-code .rank .cap{
  display: block;
  }
  .mypage-code .rank .rank_label{
  display: block;
  height: 33px;
  width: 135px;
  background-color: #000;
  margin: 0 auto;
  color: #fff;
  line-height: 33px;
  font-size: 18px;
  }
  .mypage-code .rank .rank_label.regular{
    background-color: #86a8e4;
  }
  .mypage-code .rank .rank_label.silver{
    background-color: #c0c0c0;
  }
  .mypage-code .rank .rank_label.gold{
    background-color: #daa520;
  }
  .mypage-code .rank .rank_label.platinum{
    background-color: #d3d3d3;
  }
.mypage .mypage-menu{
  margin-left: 0;
}
.mypage .mypage-menu .mypage-menu-select{
  display: table-cell;
  width: 33.3%;
  margin:0 auto;
  padding:50px 15px 40px 55px;
  border-top: 1px solid #e2e1e1;
}
/*.mypage .mypage-menu .mypage-menu-select.last-child{
  border-top:none;
}*/
.mypage .mypage-menu .mypage-menu-select.bottom{
  border-bottom: 1px solid #e2e1e1;
}
.mypage .mypage-menu .menu-text-block{
  border:none;
}
.mypage.index .btn.btn-primary{
  background-color: #fff;
  color: #333;
}
.mypage.index .customer_api_popup_link .btn.btn-primary{
  background:url('/assets/images/window.png') no-repeat center right 10px;
}
.mypage.index .btn.btn-primary:hover{
  color: #777;
  border:1px solid #777;
}
.mypage .mypage-menu .menu-text-block:hover{
  background-color: transparent;
}
.mypage.index .login_wrap .btn.btn-primary{
  background-color: #333;
  color: #fff;
}
.mypage.index .login_wrap .btn.btn-primary:hover{
  background-color: #777;
  color: #fff;
}
.mypage .mypage-menu .menu-text-block .menu-title{
  border-bottom: none;
}
/*.mypage .mypage-menu .mypage-menu-select .btn:hover{
  color: #777;
}*/

/*bottom_nav subnav*/
.bottom_nav{
  border-top: 1px solid #a7a7a7;
  padding-top: 20px;
}
.bottom_nav ul{
  padding: 40px 45px;
  width: 100%;
}
.bottom_nav ul li{
  float: left;
  width: 20%;
  margin: 0;
  text-align: center;
  line-height: 60px;
}
/*.bottom_nav ul li.bottom_06{
  width: 17.5%;
}
.bottom_nav ul li.bottom_07{
  width: 17.5%;
}
.bottom_nav ul li.bottom_08{
  width: 30%;
}
.bottom_nav ul li.bottom_09{
  width: 15%;
}
.bottom_nav ul li.bottom_10{
  width:20%;
}*/
.bottom_nav ul li.bottom_11{
  margin:0 4% 0 15%;
  width: 21%;
}
.bottom_nav ul li.bottom_13{
  margin:0 15% 0 5%;
}
.bottom_nav ul li.bottom_01,
.bottom_nav ul li.bottom_06{
  text-align: left;
  margin-left: 0;
}
.bottom_nav ul li.bottom_05,
.bottom_nav ul li.bottom_10{
  text-align: right;
  margin-right: 0;
}
.bottom_nav ul li a{
  padding:0;
}
.bottom_nav ul li a:hover{
  color: #777;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 0;
}
.bottom_nav .nav-list > .active > a{
  background-color: transparent;
  color: #000;
}



/*購入履歴*/
.mypage.buyHistoryDetail .item-table .item_info{
  padding-left: 10px;
}
.mypage.buyHistoryList .btn-primary{
  color: #333;
  border: 1px solid #000;
  background-color: #fff;
}
.mypage.buyHistoryList .btn-primary:hover{
  color: #777;
  border: 1px solid #000;
  background-color: transparent;
}
.mypage.buyHistoryDetail table.detail_box th,
.mypage.buyHistoryDetail table.detail_box > tbody > tr > td{
  text-align: center;
}
.mypage.buyHistoryDetail .detail_box > tbody > tr > td.orderitem-pic{
  padding: 10px 0;
}
.mypage.buyHistoryDetail .detail_box > tbody > tr > td.orderitem-detail{
  text-align: left;
}

.mypage.buyHistoryDetail table.confirm-price-box,
.mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box{
  height: 180px;
}
.mypage.buyHistoryDetail table.confirm-price-box{
  float: right;
  width: 38%;
}
.mypage.buyHistoryDetail table.confirm-price-box td{
  font-weight: bold;
}
.mypage.buyHistoryDetail table.confirm-price-box td.total{
  font-size: 18px;
}
.mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box{
  float: left;
  width: 60%;
}
.mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box th{
  font-weight: normal;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #777;
  padding: 10px 15px;
}
.mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box td{
  border-right: 1px solid #ddd;
  padding: 10px 15px;
}
.mypage.buyHistoryDetail table.confirm-price-box > tbody > tr > th{
  width: 45%;
  font-weight: normal;
}
.mypage.buyHistoryDetail table.confirm-price-box,
.mypage.buyHistoryDetail table.confirm-price-box > tbody > tr > th,
.mypage.buyHistoryDetail table.confirm-price-box > tbody > tr > td{
  border: none;
}

/*住所登録・変更*/
/*mypage_edit_address*/
.editAddress .action-steps.step3 li,
.confirmAddress .action-steps.step3 li,
.completeAddress .action-steps.step3 li,
.editDelivery .action-steps li.active,
.editDelivery .action-steps li.last{
  font-size: 14px;
}
.cart .Addlead p,
.mypage .Addlead p{
  margin: 55px auto 45px;
}
.editAddress .address_box{
  margin: 0 auto;
}
.editAddress .action-steps,
.editDelivery .action-steps,
.editMailDelivery .action-steps{
  margin-bottom: 35px;
}
.editAddress .action-steps-wrap{
  border-bottom: 1px solid #a7a7a7;
}
.editAddress .action-steps.step3 li,
.confirmAddress .action-steps.step3 li,
.completeAddress .action-steps.step3 li{
  background-color: transparent;
}
.editAddress .address_box label{
  font-size: 14px;
  width: 15%;
}
.editAddress .address_box label.radio{
  width: 10%;
}
.editAddress .control-group .controls .top-input,
.editAddress .control-group .controls .second-input{
  width: 30%;
}
.editAddress .control-group .controls .top-input .input-front,
.editAddress .control-group .controls .second-input .input-front{
  width: 40px;
  white-space: nowrap;
}
.editAddress input[type="text"],
.editDelivery input[type="text"],
.confirmDelivery input[type="text"]{
  height: 50px;
}
input#search-desktop[type="text"],
input#search-desktop[type="text"]{
  border:none;
}
.editAddress .form-horizontal .controls,
.editDelivery .form-horizontal .controls,
.confirmDelivery .form-horizontal .controls,
.cart.addressRegister .form-horizontal .controls{
  margin-left: 0;
}
.editAddress span.help-block,
.editDelivery span.help-block,
.confirmDelivery span.help-block,
.cart.addressRegister span.help-block{
  font-size: 12px;
  float: right;
  width: 25%;
}
.mypage .login_wrap span.help-block{
  font-size: 12px;
  float: right;
  width: 100%;
}
.editAddress.mypage .control-group.name span.help-block,
.editDelivery.mypage .control-group.name span.help-block,
.confirmDelivery.mypage .control-group.name span.help-block,
.cart.addressRegister .control-group.name span.help-block{
  margin-left: 0;
}
.editAddress .control-group.code span.help-block,
.editDelivery .control-group.code span.help-block,
.confirmDelivery .control-group.code span.help-block,
.cart.addressRegister .control-group.code span.help-block{
  margin-left: 0;
}
.editAddress input[name="get_zipcode"].btn.btn-small,
.editDelivery input[type="get_zipcode"].btn.btn-small,
.confirmDelivery input[type="get_zipcode"].btn.btn-small,
.cart.addressRegister input[type="get_zipcode"].btn.btn-small{
  height: 50px;
}
.editAddress input[type="submit"].btn.btn-small,
.editDelivery input[type="submit"].btn.btn-small,
.confirmDelivery input[type="submit"].btn.btn-small,
.cart.addressRegister input[type="submit"].btn.btn-small{
  margin-left: 25px;
}
.editAddress .input-small,
.editDelivery .input-small,
.confirmDelivery .input-small{
  width: 10%;
}
.editAddress .code ul.inline > li.border-center,
ol.inline > li.border-center,
.editDelivery .code ul.inline > li.border-center,
ol.inline > li.border-center,
.confirmDelivery .code ul.inline > li.border-center,
ol.inline > li.border-center{
  padding: 0 7px;
}
.editAddress .sod_select,
.confirmAddress .sod_select,
.editDelivery .sod_select,
.confirmDelivery .sod_select,
.confirmAddress .sod_select{
  width: 290px;
}
.editAddress .birth .sod_select,
.confirmAddress .sod_select{
    width: 98px;
}
.editAddress .sod_select:first-child,
.editDelivery .sod_select:first-child,
.confirmDelivery .sod_select:first-child,
.cart.addressRegister .sod_select:first-child{
  margin-left: 0;
}
.editAddress .input input[type="text"],
.editDelivery .input input[type="text"],
.confirmDelivery .input input[type="text"],
.cart.addressRegister .input input[type="text"]{
  margin-right: 0;
  width: 57%;
}
.editAddress .form-horizontal .control-group,
.editDelivery .form-horizontal .control-group,
.confirmDelivery .form-horizontal .control-group,
.cart.addressRegister .form-horizontal .control-group{
  margin-bottom: 35px;
  width: 100%;
}

.editAddress input[type="radio"]:checked,
.editDelivery input[type="radio"]:checked,
.confirmDelivery input[type="radio"]:checked{
  background:#000;
  opacity:1;
}
/*.editAddress .form-actions,
.confirmAddress .form-actions,
.completeAddress .form-actions,
.editDelivery .form-actions{
  margin-left: 235px;
  width: 675px;
}*/
/*.mypage.editAddress .btn-primary,
.mypage.confirmAddress .btn-primary,
.mypage.completeAddress .btn-primary,
.mypage.editDelivery .btn-primary{
  background-color: #000;
}*/
/*mypage_confirm_address*/
.confirmAddress .table{
  width: 100%;
}
.confirmAddress .table th{
  width: 25%;
  font-weight: normal;
  line-height: 3em;
}
.confirmAddress .table td{
  width: 75%;
  line-height: 3em;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th{
  background-color: transparent;
}

/*ニュースレター*/
.editMailDelivery .action-steps-wrap{
  border-bottom: none;
}
.confirmMailDelivery .lead p,
.completeMailDelivery .lead p{
margin:55px auto 45px;
}

.editMailDelivery input[type="radio"],
.confirmMailDelivery input[type="radio"]{
  -webkit-appearance:radio;
}
.editMailDelivery input[type="checkbox"],
.confirmMailDelivery input[type="checkbox"]{
  -webkit-appearance:checkbox;
}
.checkbox>input[type=radio],
input[type=checkbox]{
  display: block;
}



/*配送先登録・変更*/
.editDelivery .form-horizontal .control-group.name label,
.confirmDelivery .form-horizontal .control-group.name label,
.cart.addressRegister .form-horizontal .control-group.name label{
  font-size: 14px;
  white-space: nowrap;
}
.editDelivery .form-horizontal .control-label,
.confirmDelivery .form-horizontal .control-label,
.cart.addressRegister .form-horizontal .control-label{
  width: 15%;
  font-size: 14px;
}
.editAddress .control-group .controls .top-input,
.control-group .controls .second-input,
.editDelivery .control-group .controls .top-input,
.confirmDelivery .control-group .controls .top-input,
.cart.addressRegister .control-group .controls .top-input{
  width: 30%;
}

.editDelivery input[type="text"].input-medium,
.confirmDelivery input[type="text"].input-medium,
.cart.addressRegister input[type="text"].input-medium{
  width: 100%;
}
.editDelivery input[type="submit"].btn.btn-small,
.confirmDelivery input[type="submit"].btn.btn-small,
.cart.addressRegister input[type="submit"].btn.btn-small{
  height: 50px;
}
.editAddress .control-group .controls .top-input .input-front,
.control-group .controls .second-input .input-front,
.editDelivery .control-group .controls .top-input .input-front,
.confirmDelivery .control-group .controls .top-input .input-front,
.cart.addressRegister .control-group .controls .top-input .input-front,
.cart.addressRegister .control-group .controls .second-input .input-front{
  width: 31px;
   vertical-align: middle;
   display: inline-block;
}
.editAddress .control-group ul.inline > li, ol.inline > li,
.editDelivery .control-group ul.inline > li,
.confirmDelivery .control-group ul.inline > li,
.cart.addressRegister .control-group ul.inline > li{
  width: 75%;
  display: inline-block;
  padding-right: 1px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/*.editAddress .input input[type="text"],
.editDelivery .input input[type="text"],
.confirmDelivery .input input[type="text"]{
  width: 385px;
  margin-right: 32px;
}*/
.editAddress .sod_select ,.confirmAddress .sod_select,
.editDelivery .sod_select ,.confirmAddress .sod_select,
.confirmDelivery .sod_select ,.confirmAddress .sod_select,
.cart.addressRegister .sod_select ,.confirmAddress .sod_select{
    padding: 12px 9px;
    height: 40px;
    font-size: 14px;
    width: 150px;
    margin: 0 9px;
}
.editAddress .code ul.inline > li, ol.inline > li,
.editDelivery .code ul.inline > li, ol.inline > li,
.confirmDelivery .code ul.inline > li, ol.inline > li,
.cart.addressRegister .code ul.inline > li, ol.inline > li{
    width: 72%;
    display: inline;
}
.editAddress input[type="text"],
.editDelivery input[type="text"],
.confirmDelivery input[type="text"],
.cart.addressRegister input[type="text"]{
   background-color: #ffffff;
  border: 1px solid #000;
  margin: 0 0 0 ;
  height: 50px;
}

.confirmDelivery .lead p{
  margin: 55px auto 45px;
  text-align:left;
}

.confirmDelivery table th{
  font-weight: normal;
  width: 25%;
  line-height: 3em;
  color: #a7a7a7;
  padding-left: 0;
}
.confirmDelivery table td{
  width: 75%;
  line-height: 3em;
}
.confirmDelivery .post-search-btn input.btn{
  background-color: #333;
  color: #fff;
}
/*メールアドレス変更*/
.editMailAddress .lead p,
.confirmMailAddress .lead p,
.completeMailAddress .lead p{
  margin: 55px auto 45px;
}
.editMailAddress .controls input[name="mail_address"]{
  width: 80%;
}
/*クレジットカード*/
.editCreditCard .form-edit-style{
  margin-top: 30px;
}
.confirmCreditCard .lead p,
.completeCreditCard .lead p{
  margin:55px auto 45px;
}
.completeCreditCard .lead p{
  text-align: center;
}
/*メールアドレス一覧*/
.mailAddressList .table-list-style > tbody > tr > th{
  vertical-align: middle;
}
/*パスワード変更*/
.editPassword .lead p,
.completePassword .lead p{
  margin: 55px auto 45px;
}
.editPassword input[type="password"]{
  width: 300px;
}
.editPassword .form-horizontal .controls{
  margin-left: 200px;
}
.editPassword .form-horizontal .control-label{
  width: auto;
}
/*ログアウト*/
/*.logout .title,
.logoutConfirm .title{
  margin-top: 100px;
}*/
.logoutConfirm .form-actions,
.logout .form-actions{
  background-color: transparent;
  border-top: none;
}
.logoutConfirm .lead p,
.logout .lead p{
  text-align: center;
  margin: 55px auto 45px;
}
/*パスワードをお忘れの方*/
.passwordReminderInput .form-actions{
  background-color: transparent;
  border-top: none;
}
.passwordReminderInput .controls input[name="mail_address"]{
  width: 400px;
}
.passwordReminderInput .lead p,
.passwordReminderConfirm .lead p,
.passwordReminderComplete .lead p{
  margin: 55px auto 45px;
}
.passwordReminderConfirm .lead p,
.passwordReminderComplete .lead p{
  text-align: center;
}
/*退会*/
.finalConfirmLeave .lead p,
.completeLeave .lead p{
  margin:55px auto 45px;
}

/*.leave-confirm .lead {padding: 38px 0 34px;margin-bottom: 0;}*/
.leave-confirm .leave-explain{text-align:center; padding-top:26px;}
.leave-confirm .leave-explain-inner{display:inline-block; text-align:left;}
.leave-confirm .leave-explain-inner > ul{overflow: hidden;padding-left: 18px;list-style-type: disc;}
.leave-confirm .leave-explain-inner ul li{line-height:25px;}
.mypage .leave-confirm .lead {
  margin: 55px auto 0;
}
.leave-confirm .leave-explain .red,
.leave-final .red {
    text-decoration: underline;
}
.leave-confirm .pos-point {
    width: 160px;
    margin: 12px auto 20px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #999;
}
.leave-confirm .pos-point span {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
}
.leave-confirm .form-actions {
  position: relative;
}
.leave-confirm .form-actions .red {
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0;
  font-size: 10px;
  background: none;
}
.leave-confirm .form-actions .btn {
    width: 237px;
}
.leave-confirm .form-actions .btn-back-top.customer_api_popup_link span {
    background: none;
}
/* 退会logo */
#confirm_leave_logo {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    background-color: #f5f5f5;
}
.leave-confirm #confirm_leave_logo {
    margin-bottom: 35px;
}
#confirm_leave_logo ul {
    overflow: hidden;
    padding:0 8px;
    margin-bottom: 0;
}
#confirm_leave_logo ul > li {
    width: 14.66%;
    margin: 0 1%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
#confirm_leave_logo img {
  width: 100%;
  max-width: 100%;
}
#confirm_leave_logo ul > li:nth-child(7),
#confirm_leave_logo ul > li:nth-child(13),
#confirm_leave_logo ul > li:nth-child(19) {
    clear: left;
}
#confirm_leave_logo ul > li span {
    display: inline-block;
}
#confirm_leave_logo ul > li span.brand_name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.6em;
}
.ie7 #confirm_leave_logo ul > li span.brand_name,
.ie8 #confirm_leave_logo ul > li span.brand_name {
    height: 30px;
}


/*お問い合わせ*/
.inquiry form{
  margin-bottom: 50px;
}
.inquiry .lead {
  margin:55px auto 45px;
}
.inquiry.complete .lead{
  text-align: center;
}
.inquiry .btn.btn-primary:hover{
  background-color: #777;
  border:1px solid #777;
}
.inquiry a.underline{
  border-bottom: 1px solid rgba(0,0,0,.8);
  margin-bottom: -1px;
}
/*cart addressRegister*/
.cart.addressRegister .cartTime{
  text-align: center;
  display: block;
  margin-top: 40px;
}
.cart.addressRegister .Addlead p{
  font-size: 12px;
}
.cart.addressRegister .control-group.name span.help-block{
  display: inline-block;
  vertical-align: middle;
}
.cart.addressRegister input[type="submit"].btn.btn-small{
  background-color: #333;
  color: #fff;
}

@media(max-width: 1400px){

  .form-actions{
    width: 500px;
    padding: 30px 0 0;
  }
  .mypage .btn,
  .btn.btn-back,
  .btn.btn-primary{
    width: 200px;
  }
  /*ログイン*/
  .login-area-subbox{
    width:100%;
  }
  .login-area-subbox .controls{
    margin-left: 120px;
  }
  /*住所登録・変更*/
  /*mypage_edit_address*/
  .leave-confirm .form-actions {
      width: 510px;
  }
  .leave-confirm .form-actions .red {
      left: 0;
      top: 0;
  }
  }
@media(max-width: 1300px){
  .form-actions{
    padding: 20px 0;
    width: 450px;
  }
  .bottom_nav ul{
    padding: 0 0 45px;
  }
  /*ログイン*/
  .login_wrap .container .span6{
    width: 50%;
  }
  .login_wrap span.help-block,
  .login_wrap label.checkbox,
  .login-area-box .login-area-subbox .control-label{
    font-size: 12px;
  }
  .login_wrap .login-area-box.register-area .form-actions{
    margin-top: 0;
  }
  .login_wrap .form-actions{
    width: auto;
  }


  .register .form-horizontal .control-label{
    width: 22%;
  }
  .register input[name="register_address"]{
    width: 75%;
  }
  .register .controls .help-block{
    width: 78%;
  }
  input[type=text]{
    margin-bottom: 0;
  }
  .register .sod_select,
  .registerConfirm .sod_select{
    width: 15%;
  }

}

@media(max-width: 1200px){

  /*bottom_nav*/
  .bottom_nav ul{
    padding: 0 0 30px;
    font-size: 12px;
  }
  .bottom_nav ul li.bottom_01,
  .bottom_nav ul li.bottom_05{
    width: 22%;
  }
  .bottom_nav ul li.bottom_02,
  .bottom_nav ul li.bottom_03,
  .bottom_nav ul li.bottom_04{
    width: 18.6%;
  }
  /*login*/
  .login_wrap .container .span6{
    width: 48%;
  }
  .login_left .login-area-subbox{
    padding-top: 2px;
  }
  .login_wrap .container .span6.login_right{
    margin-left: 4%;
  }
  .login-area-subbox{
    height: 230px;
  }
  .login_wrap .login-area-box.register-area .btn.btn-primary{
    padding:16px 0;
  }
  .login_wrap .register-area .login-area-subbox{
    padding: 32px 0;
  }
  .form-horizontal .control-group{
    margin-bottom: 0;
  }
  .login_wrap .login-area-box .login-area-subbox .controls{
    margin-left: 0;
  }
/*mypage index*/
  .mypage .mypage-menu .mypage-menu-select{
    padding-left: 5px;
    padding-right: 5px;
  }
  /*新規登録*/
  .register .controls-store .sod_select,
  .registerConfirm .controls-store .sod_select,
  .cart.addressRegister .controls-store .sod_select{
    margin-right: 28px;
  }
  /*住所登録・変更*/
  /*mypage_edit_address*/
  .editAddress .control-group .controls .top-input,
  .editAddress .control-group .controls .second-input,
  .cart.addressRegister .control-group .controls .top-input,
  .cart.addressRegister .control-group .controls .second-input{
    width: 33%;
  }
  .editAddress.mypage .control-group.name span.help-block,
  .editDelivery.mypage .control-group.name span.help-block,
  .confirmDelivery.mypage .control-group.name span.help-block,
  .editAddress .control-group.code span.help-block,
  .editDelivery .control-group.code span.help-block,
  .confirmDelivery .control-group.code span.help-block,
  .cart.addressRegister .control-group.name span.help-block,
  .cart.addressRegister .control-group.code span.help-block{
    margin-left: 22%;
    display: inline-block;
  }
  .editAddress .control-group .controls .top-input .input-front,
  .editAddress .control-group .controls .second-input .input-front,
  .cart.addressRegister .control-group .controls .top-input .input-front,
  .cart.addressRegister .control-group .controls .second-input .input-front{
    width: 34px;
    white-space: nowrap;
  }
  .editAddress .control-group.name span.help-block,
  .editDelivery .control-group.name span.help-block,
  .confirmDelivery .control-group.name span.help-block{
    margin-left: 0;
    float: none;
  }

  .editAddress .address_box label{
    font-size: 12px;
  }
  .editAddress span.help-block,
  .editDelivery span.help-block,
  .confirmDelivery span.help-block,
  .cart.addressRegister span.help-block{
    font-size: 11px;
    float: none;
    width: 80%;
    margin-left: 22%;
  }
  .cart.addressRegister span.help-block{
    display: inline-block;
  }
  .editAddress .input-small,
  .editDelivery .input-small,
  .confirmDelivery .input-small,
  .cart.addressRegister .input-small{
    width: 75px;
  }
  .editAddress input[type="submit"].btn.btn-small,
  .editDelivery input[type="submit"].btn.btn-small,
  .confirmDelivery input[type="submit"].btn.btn-small,
  .cart.addressRegister input[type="submit"].btn.btn-small{
    margin-left: 15px;
  }
  .confirmDelivery input[type="submit"].btn.btn-small{
    background-color: #333;
    color: #fff;
  }
  .editAddress .code ul.inline > li.border-center,
  .editDelivery .code ul.inline > li.border-center,
  .confirmDelivery .code ul.inline > li.border-center,
  .cart.addressRegister .code ul.inline > li.border-center,
  ol.inline > li.border-center{
    padding: 0 1px;
  }

  .editAddress .address_box label,
  .cart.addressRegister .address_box label{
    width: 22%;
  }
  .editAddress .input input[type="text"],
  .editDelivery .input input[type="text"],
  .confirmDelivery .input input[type="text"],
  .cart.addressRegister .input input[type="text"]{
    width: 65%;
  }
  /*ニュースレター*/
  .editMailDelivery .table-list-style > tbody > tr > th{
    font-size: 12px;
  }
  /*配送先登録・変更*/
  .editDelivery .form-horizontal .control-label,
  .confirmDelivery .form-horizontal .control-label,
  .cart.addressRegister .form-horizontal .control-label{
    width: 22%;
  }
/*  .editAddress .form-horizontal .control-group.code .help-block,
  .editDelivery .form-horizontal .control-group.code .help-block,
  .confirmDelivery .form-horizontal .control-group.code .help-block{
    margin-left: 0;
  }*/
  .editDelivery .form-horizontal .control-group.name label,
  .confirmDelivery .form-horizontal .control-group.name label,
  .editDelivery .form-horizontal .control-label,
  .confirmDelivery .form-horizontal .control-label,
  .cart.addressRegister .form-horizontal .control-group.name label,
  .cart.addressRegister .form-horizontal .control-label{
    font-size: 12px;
  }
  .deliveryList table.table-list-style th,
  .deliveryList table.table-list-style td{
    font-size: 12px;
  }
  .deliveryList .table-list-style > tbody > tr > td{
    padding:5px;
  }
  .deliveryList input[type="submit"].btn.btn-small{
    width: 100%;
  }

/*メールアドレス一覧*/
  .mailAddressList .table-list-style > tbody > tr > th{
    font-size: 12px;
  }

/*password_reminder*/
  .passwordReminderInput .controls input[name="mail_address"]{
    width: 350px;
  }
  .passwordReminderInput .form-striped{
    margin-bottom: 50px;
  }
  .passwordReminderInput .form-horizontal .control-label{
    width: auto;
  }

  /*cart addressRegister*/
/*  .cart.addressRegister .control-group.name span.help-block{
    float: none;
    margin-left: 22%;
  }
  .cart.addressRegister span.help-block{
    float: none;
    margin-left: 22%;
  }*/

}
@media(max-width: 1449px) and (min-width: 1026px){
  .bottom_nav ul li.bottom_06{
    width: 22%;
   }
  .bottom_nav ul li.bottom_07{
    width: 21%;
  }

  .bottom_nav ul li.bottom_08{
    width: 23%;
  }
  .bottom_nav ul li.bottom_09{
    width: 16%;
  }
  .bottom_nav ul li.bottom_10{
    width: 18%;
  }
  .bottom_nav ul li.bottom_11{
    width: 28%;
    margin: 0 5% 0 11%;
  }
  .bottom_nav ul li.bottom_13 {
      margin: 0 11% 0 5%;
  }
}

@media(max-width: 1025px){
  .form-actions{
    width: 450px;
  }
  .customer .row,
  .mypage .row{
    margin-left: auto;
  }
  .mypage h1.title{
    font-size: 20px;
  }
  /*配送先登録・変更*/
  .confirmDelivery .lead p{
    text-align: center;
  }
  .editAddress .span9 ,
  .confirmAddress .span9,
  .completeAddress .span9,
  .editDelivery .span9,
  .confirmDelivery .span9{
    width: 100%;
  }
/*  .editAddress form.form-horizontal,
  .confirmAddress form,
  .completeAddress form,
  .editDelivery form.form-horizontal,
  .confirmDelivery form.form-horizontal,
  .confirmDelivery table{
    width: 95%;
    margin: 0 auto;
  }*/
/*  .editAddress span.help-block,
  .editDelivery span.help-block,
  .confirmDelivery span.help-block{
    margin-left: 0;
  }
*/
  /*ログイン*/
  .login .container .span6{
    margin-left: 2%;
    width: 48%;
  }
  .login .container .span6.login_right{
    margin-left: 0;
  }
  .login_wrap .login-area-box .login-area-subbox input.span3,
  .login_wrap .help-block a{
    max-width: 460px;
  }

}

@media(max-width: 979px){
  .form-actions{
    width: 400px;
  }
  .customer .btn,
  .mypage .btn,
  .btn.btn-back,
  .btn.btn-primary{
    width: 175px;
  }
  /*ログイン*/
  .login_wrap .login-area-box.register-area .btn.btn-primary{
    padding: 16px 0;
  }

  /*住所登録・変更*/
  /*mypage_edit_address*/
  .editAddress .control-group .controls .top-input,
  .editAddress .control-group .controls .second-input,
  .cart.addressRegister .control-group .controls .top-input,
  .cart.addressRegister .control-group .controls .second-input{
    width: 38%;
  }
  .editAddress.mypage .control-group.name span.help-block,
  .editDelivery.mypage .control-group.name span.help-block,
  .confirmDelivery.mypage .control-group.name span.help-block,
  .cart.addressRegister .control-group.name span.help-block,
  .editAddress .control-group.code span.help-block,
  .editDelivery .control-group.code span.help-block,
  .confirmDelivery .control-group.code span.help-block,
  .cart.addressRegister .control-group.code span.help-block{
    float: right;
    width: 78%;
  }
  .editAddress .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small,
  .editDelivery .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small,
  .confirmDelivery .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small,
  .cart.addressRegister .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small{
    width: 25%;
  }
  .editAddress.mypage .input input[type="text"],
  .editDelivery.mypage .input input[type="text"],
  .confirmDelivery.mypage .input input[type="text"],
  .cart.addressRegister .input input[type="text"]{
    width: 67%;
  }
  .editAddress span.help-block,
  .editDelivery span.help-block,
  .confirmDelivery span.help-block,
  .cart.addressRegister span.help-block{
    margin-left: 22%;
  }
  /*配送先登録・変更*/

  .confirmDelivery .lead p{
    margin: 55px auto 45px;
    width: 90%;
    text-align:left;
  }
}
@media(max-width: 767px){
  .page_wrap{
    padding-bottom: 30px;
    width: 95%;
    margin: 0 auto;
  }
  .action-steps{
    margin: 15px 0;
  }
  .action-steps li{
    font-size: 10px;
  }
  .title{
    margin-top: 0;
  }
  .bottom_nav{
    border-top: none;
  }
  .bottom_nav .subnav .nav-list{
    width: 95%;
    margin: 0 auto;
  }
  h1.title,
  .mypage h1.title,
  .customer h1.title{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .form-actions,
  .editAddress .form-actions,
  .confirmAddress .form-actions,
  .completeAddress .form-actions,
  .editDelivery .form-actions,
  .confirmDelivery .form-actions{
    padding-top:30px;
    padding-bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
  .customer .form-actions,
  .mypage .form-actions{
    margin: 0 auto;
  }

  .login_wrap .row,
  .mypage .row{
    margin-left:0;
  }
  .action-steps-wrap{
    padding-top: 0;
    margin-bottom: 0;
  }
  .customer .lead,
  .mypage .lead{
    font-size: 11px;
  }
  .customer .lead h2,
  .mypage .lead h2{
    font-size: 13px;
  }

  /*bottom_nav subnav*/
  .bottom_nav{
    padding-bottom: 20px;
  }
  .bottom_nav ul{
    padding:20px 10px;
    margin-left: 0;
    font-size: 11px;
  }
  .bottom_nav .subnav .nav-list > li > a{
    border-bottom: none;
    padding: 0;
  }
  .mypage .bottom_nav ul li,
  .customer .bottom_nav ul li{
    text-align: left;
    width: 50%;
    line-height: 3em;
  }
  .bottom_nav ul li.bottom_11,
  .bottom_nav ul li.bottom_12,
  .bottom_nav ul li.bottom_13{
    margin: 0;
  }


  /*新規会員登録*/
  .register input[name="register_address"],
  .register .controls .help-block,
  .register input[type="password"],
  .register .form-horizontal .control-label,
  .registerConfirm input[name="register_address"],
  .registerConfirm .controls .help-block,
  .registerConfirm input[type="password"],
  .registerConfirm .form-horizontal .control-label,
  .cart.addressRegister input[name="register_address"],
  .cart.addressRegister .controls .help-block,
  .cart.addressRegister input[type="password"],
  .cart.addressRegister .form-horizontal .control-label{
    width: 100%;
    font-size: 11px;
  }
  .register .form-horizontal .control-label,
  .registerConfirm .form-horizontal .control-label,
  .cart.addressRegister .form-horizontal .control-label{
    font-size: 12px;
  }
  .register .form-striped{
    margin-top: 30px;
  }
  .form-horizontal .control-group{
    margin-bottom: 15px;
  }
  .register .birth_box .sod_select,
  .registerConfirm .birth_box .sod_select,
  .cart.addressRegister .birth_box .sod_select{
    width: 20%;
  }
  .register .controls-store .sod_select,
  .registerConfirm .controls-store .sod_select,
  .cart.addressRegister .controls-store .sod_select{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .register .controls-store .sod_select,
  .registerConfirm .controls-store .sod_select{
    font-size: 15px;
  }
  .register .birth_box .sod_label,
  .registerConfirm .birth_box .sod_label{
    font-size: 14px;
  }
  .register .content-area .birth_box .sod_select:after,
  .registerConfirm .content-area .birth_box .sod_select:after{
    width: 10px;
  }
  .register .register-legal-area,
  .registerConfirm .register-legal-area,
  .cart.addressRegister .register-legal-area{
    margin-top: 30px;
  }
  .register .register-legal-area h2,
  .registerConfirm .register-legal-area h2,
  .cart.addressRegister .register-legal-area h2{
    border-top: none;
    font-size: 15px;
    padding-top: 0;
  }
  .registerConfirm .lead{
    margin:20px auto;
  }
  .registerConfirm .table{
    border-bottom: 1px solid #ddd;
  }
  .registerConfirm .table th{
    font-size: 11px;
    width: 35%;
    line-height: 1.5em;
    padding:10px 8px;
  }
  .registerConfirm .table td{
    font-size: 11px;
    width: 65%;
    line-height: 1.5em;
    padding: 10px 0;
  }
  .registerConfirm .table td.shop_box:first-child{
    border-top: none;
  }
  .editAddress.mypage .control-group.name span.help-block,
  .editDelivery.mypage .control-group.name span.help-block,
  .confirmDelivery.mypage .control-group.name span.help-block,
  .cart.addressRegister .control-group.name span.help-block,
  .editAddress .control-group.code span.help-block,
  .editDelivery .control-group.code span.help-block,
  .confirmDelivery .control-group.code span.help-block,
  .cart.addressRegister .control-group.code span.help-block{
    width: 100%;
  }
  /*login*/
  .login .page_wrap{
    padding-bottom: 0;
  }
  .login-area-box h2{
    margin:30px 0;
  }
  .login_wrap .lead{
    margin-bottom: 0;
  }
  .login_wrap .span6,
  .login .container .span6,
  .login .container .span6.login_right{
    width: 100%;
    margin-left: auto;
  }
  .login_wrap .lead.text-center{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .login_wrap .form-horizontal .register-area .form-actions{
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .login_wrap .newsletter-container{
    padding-top: 20px;
  }
  .login_wrap .register-area .login-area-subbox,
  .login_wrap .form-horizontal .control-label{
    padding:0;
  }
  .login_wrap .form-horizontal .control-label.label_pass{
    padding-top: 10px;
  }
  .login_wrap .login-area-box .login-area-subbox input.span3,
  .login_wrap .help-block a{
    max-width: 100%;
  }
  .login_wrap .help-block{
    text-align: left;
    max-width: 100%;
  }
  .login_wrap .help-block a,
  .login_wrap span.help-block{
    padding:5px 0;
  }
  .login_wrap .span6.login_right{
    border-top: 1px solid #ccc;
    margin-top: 30px;
  }
  .login_left .login-area-subbox{
  padding-top: 0;
}
  .editAddress .form-horizontal .control-group,
  .editDelivery .form-horizontal .control-group,
  .confirmDelivery .form-horizontal .control-group{
    border-top: none;
  }

  /*mypage index*/

  .mypage #wrapper .title{
    margin-top: 0;
  }
  .mypage .mypage-menu .mypage-menu-select:nth-child(2n){
    margin-left: 0;
  }
  .mypage .mypage-menu .mypage-menu-select{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .mypage-menu .menu-text-block{
    height: 80px;
  }
  .mypage .mypage-menu .mypage-menu-select.bottom{
    border-bottom: none;
  }
  .mypage .mypage-menu .mypage-menu-select.last-child{
    border-top: 1px solid #e2e1e1;
  }
  .mypage-code{
    padding: 25px 0 15px;
  }
  .mypage-code .current-status,
   .mypage-code .menbers-code{
     width: 240px;
     margin: 0 auto;
     height: auto;
   }
   .mypage-code .current-status{
     margin-top: 25px;
     width: 100%;
     border-top: 1px solid #ccc;
     padding-top: 25px;
   }
   .mypage-code .rank{
     height: auto;
     padding: 20px 0 20px;
   }
  /*購入履歴*/
  .mypage.buyHistoryDetail table.confirm-price-box,
  .mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box{
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .mypage.buyHistoryDetail table.confirm-price-box th{
    font-size: 13px;
    padding: 5px;
    line-height: 15px;
  }
  .mypage.buyHistoryDetail table.confirm-price-box td{
    line-height: 15px;
  }
  .mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: none;
    font-size: 12px;
  }
  .mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box th{
    float: left;
    width: 35%;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 13px 10px;
    line-height: 12px;
  }
  .mypage.buyHistoryDetail table.table.table-list-style.liquid-table.add_box td{
    float: right;
    width: 65%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: none;
    padding: 13px 10px;
    line-height: 12px;
  }
  .mypage.buyHistoryDetail .detail_box td{
    display: block;
    width: auto;
    border:none;
    padding: 0 10px 0 0;
    text-align: left;
    background-color: transparent;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    margin-left: 100px;
    float: none;
  }
  .mypage.buyHistoryDetail .detail_box td.mg5{
    margin-top: 5px;
  }
  .mypage.buyHistoryDetail .detail_box td .left{
    text-align: left;
  }
  .mypage.buyHistoryDetail .detail_box > tbody > tr > td.orderitem-pic{
    padding: 20px 0;
  }
  .mypage.buyHistoryDetail .detail_box .orderitem-pic{
    float: left;
    width: 100px;
    margin-left: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    text-align: left;
  }
  .mypage.buyHistoryDetail .detail_box > tbody > tr > td.orderitem-detail{
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
  .mypage.buyHistoryDetail .table{
    margin-bottom: 20px;
  }
  .mypage.buyHistoryDetail table.detail_box th,
  .mypage.buyHistoryDetail table.detail_box > tbody > tr > td{
    text-align: left;
  }
  .mypage.buyHistoryDetail table.detail_box .item-name{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .mypage.buyHistoryDetail .detail_box td.pdb15{
    padding-bottom: 15px;
  }
  /*住所登録・変更*/
  /*mypage_edit_address*/
  .editAddress .control-group.name span.help-block,
  .editDelivery .control-group.name span.help-block,
  .confirmDelivery .control-group.name span.help-block,
  .cart.addressRegister .control-group.name span.help-block{
    float: right;
  }
  .editAddress.mypage .input input[type="text"],
  .editDelivery.mypage .input input[type="text"],
  .confirmDelivery.mypage .input input[type="text"],
  .cart.addressRegister .input input[type="text"]{
    height: 40px;
    width: 100%;
  }
  .editAddress span.help-block,
  .editDelivery span.help-block,
  .confirmDelivery span.help-block,
  .cart.addressRegister span.help-block{
    margin-left: 0;
  }
  .editAddress input[type="text"],
  .editDelivery input[type="text"],
  .confirmDelivery input[type="text"],
  .cart.addressRegister input[type="text"]{
    height: 40px;
  }
  .editAddress .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small,
  .editDelivery .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small,
  .confirmDelivery .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small,
  .cart.addressRegister .form-edit-style .control-group .controls .post-search-btn input[name="get_zipcode"].btn-small{
    width: 50%;
  }
  .editAddress.mypage .control-group.name span.help-block,
  .editDelivery.mypage .control-group.name span.help-block,
  .confirmDelivery.mypage .control-group.name span.help-block,
  .cart.addressRegister .control-group.name span.help-block,
  .editAddress .control-group.code span.help-block,
  .editDelivery .control-group.code span.help-block,
  .confirmDelivery .control-group.code span.help-block,
  .cart.addressRegister .control-group.code span.help-block{
    width: 100%;
  }
  .editAddress .control-group .controls .top-input,
  .editAddress .control-group .controls .second-input{
    width: 100%;
  }
  .editAddress .control-group .controls .top-input .input-front,
  .editAddress .control-group .controls .second-input .input-front{
    width: 31px;
  }
  .editAddress .form-actions,
  .confirmAddress .form-actions,
  .completeAddress .form-actions,
  .editDelivery .form-actions,
  .confirmDelivery .form-actions{
    margin-left: 0;
  }
  .editAddress .form-horizontal .form-actions,
  .editDelivery .form-horizontal .form-actions,
  .confirmDelivery .form-horizontal .form-actions{
    width: 100%;
    padding-right: 0;
  }
  .editAddress .form-horizontal .control-group,
  .editDelivery .form-horizontal .control-group,
  .confirmDelivery .form-horizontal .control-group{
    margin-bottom: 10px;
  }
  .mypage .clearfix{
    padding-bottom: 0;
  }
  .mypage .Addlead p{
    margin: 15px auto;
  }
  .editAddress .form-edit-style .control-group:first-child,
  .editDelivery.mypage .form-edit-style .control-group:first-child,
  .confirmDelivery.mypage .form-edit-style .control-group:first-child,
  .cart.addressRegister .form-edit-style .control-group:first-child{
    border-top: none;
  }
  .editAddress .address_box label.radio{
    width: 20%;
  }

  .cart.addressRegister .form-edit-style .control-group{
    border-top: none;
  }
.cart.addressRegister .form-horizontal .control-group{
  margin-bottom: 10px;
}
  /*mypage_confirm_address*/
  .confirmAddress.mypage .table{
    width: 100%;
  }
  .confirmAddress .table th{
    width: 30%;
    line-height: 3em;
  }
  .confirmAddress .table td{
    width: 70%;
    line-height: 3em;
  }
  .editAddress .form-actions,
  .confirmAddress .form-actions,
  .completeAddress .form-actions,
  .editDelivery .form-actions,
  .confirmDelivery .form-actions{
    width: 100%;
    padding-right: 0;
  }
  .editAddress .action-steps,
  .editDelivery .action-steps,
  .confirmDelivery .action-steps{
    margin:20px 0 15px;
  }


  /*ニュースレター設定*/
  .editMailDelivery .container,
  .confirmMailDelivery .container,
  .completeMailDelivery .container{
    margin-left: 10px;
  }
  /*配送先登録・変更*/
  .confirmDelivery table{
    font-size: 12px;
  }
  .editAddress .form-horizontal .control-label,
  .editDelivery .form-horizontal .control-label,
  .confirmDelivery .form-horizontal .control-label{
      float: none;
      width: 100%;
  }
  .confirmDelivery .control-group .controls .top-input{
    width: 100%;
  }
  /*メールアドレス一覧*/
  .mailAddressList .container{
    margin-left: 10px;
  }
  /*パスワード変更*/
  .editPassword .lead p{
    margin: 20px auto 15px;
  }
  .editPassword .container{
    margin-left: 10px;
  }
  .editPassword input[type="password"]{
    width: 60%;
    margin-left: 10%;
  }
  .editPassword .form-horizontal .help-block{
    margin-left: 10%;
  }
  .editPassword .form-horizontal .controls{
    margin-left: 30%;
  }
  .editPassword .form-horizontal .control-label .label-ttl{
    font-size: 12px;
  }
  /*クレジットカード*/
  .editCreditCard .controls.docs-input-sizes .sod_select{
    margin-bottom: 10px;
  }
  .confirmCreditCard .lead p,
  .completeCreditCard .lead p{
    margin:15px auto;
    width: 90%;
  }

/*password_reminder*/
  .passwordReminderInput .form-horizontal .control-label{
    width: 100%;
    float: none;
  }
  .passwordReminderInput .controls{
    margin-left: 0;
  }
  .passwordReminderInput .controls input[name="mail_address"]{
    width: 100%;
  }
  /* 退会 */
  .leave-confirm .leave-explain{
    padding-top:15px;
  }
  .leave-confirm .leave-explain-inner{
    display:block;
    font-size:9px;
    padding:0 15px;
    line-height:16px;
  }
  .leave-confirm .leave-explain-inner ul{
    margin-bottom:15px;
  }
  .leave-confirm .leave-explain-inner > ul li{
    line-height:16px;
    font-weight: bold;
  }
  .leave-confirm .pos-point span {
      margin: 5px 0;
      font-size: 20px;
  }
  .mypage .leave-confirm .lead {
    margin: 15px auto 0;
  }
  .leave-confirm .form-actions {
      width: 100%;
  }
  .leave-confirm .form-actions .red {
      position: relative;
      top: 0;
      left: 0;
  }
  .leave-confirm .form-actions .btn {
    width: 100%;
  }
  /* 退会logo */
  #confirm_leave_logo{
      padding-top: 0;
      padding-bottom: 0;
  }
  .leave-final #confirm_leave_logo {
      margin: 10px 10px 0;
  }
  #confirm_leave_logo ul {
      padding: 0;
      margin-bottom: 0;
  }
  #confirm_leave_logo ul > li {
      width: 100%;
      margin: 0;
      padding: 10px 8px;
      text-align: left;
      border-bottom: solid 1px #ddd;
  }
  #confirm_leave_logo ul > li:last-child {
      border-bottom: none;
  }
  #confirm_leave_logo ul > li span {
      width: 110px;
      height: auto;
      text-align: left;
  }
  #confirm_leave_logo ul > li span.brand_name {
      width: auto;
      padding-left: 20px;
      font-size: 12px;
  }
  .ie7 #confirm_leave_logo ul > li span.brand_name,
  .ie8 #confirm_leave_logo ul > li span.brand_name {
      height: auto;
  }
}




@media(max-width: 480px){

  .editAddress.mypage .clearfix,
  .editDelivery.mypage .clearfix,
  .confirmDelivery.mypage .clearfix{
    padding-bottom: 0;
  }
  .editAddress.mypage .form-actions,
  .confirmAddress.mypage .form-actions,
  .completeAddress.mypage .form-actions,
  .editDelivery.mypage .form-actions,
  .confirmDelivery.mypage .form-actions{
    padding-top: 20px;
  }
  .completeAddress .lead{
    margin-top: 20px;
  }
  .completeAddress .row{
    margin-left: -10px;
  }
  .mypage.completeAddress .row{
    margin-left: 0;
  }
  /*パスワード変更*/
  .editPassword .form-horizontal .controls{
    margin-left: 0;
  }
}

/*20160819 追記*/
.fancybox-wrap a:active,
.fancybox-skin a:hover{
  border-bottom: none;
}

/*20161124 #26988 お気に入り追加*/
.fav-list-table th{
  text-align: center;
  font-weight: normal;
}

.fav-list-table .fav-item-part .item-table{
  width: 100%;
}
.fav-list-table .fav-item-part .item-table > tbody > tr > td{
  width: 15%;
}
.fav-list-table .fav-item-part .item-table > tbody > tr > td + td{
  width: 85%;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 12px;
}
.fav-list-table .fav-item-part .item-table > tbody > tr > td + td > p:first-child{
  font-weight: bold;
  padding-bottom: 10px;
  font-size:14px;
}
.fav-list-table > thead + tbody > tr > td:nth-child(n+2){
  text-align: center;
}
.form-actions.has_watch{
  text-align: center;
}
.form-actions.has_watch a.btn{
  margin-top: 10px;
}
.form-actions.has_watch a.btn:hover{
  margin-bottom: 0;
}
.watchList .form-actions{
  text-align: center;
}
.customer.watchList .fav-list-table > thead + tbody > tr > td:nth-child(n+2){
  vertical-align: middle;
}
.customer.watchList .lead p{
  text-align: center;
}
/*.bottom_nav ul li.bottom_10{
  text-align: center;
}*/
.bottom_nav ul li.bottom_13{
  margin: 0;
}
.bottom_nav ul li.bottom_11,
.bottom_nav ul li.bottom_14{
  margin: 0 4.7%;
}
@media(max-width: 1449px) and (min-width: 1026px){
  .bottom_nav ul li.bottom_13{
    margin: 0;
  }
  .bottom_nav ul li.bottom_11{
    margin: 0 0 0 5%;
    width: 20%;
  }
  .bottom_nav ul li.bottom_12{
    width: 28%;
  }
  .bottom_nav ul li.bottom_14{
    margin: 0 5% 0 0;
  }
}
@media ( max-width:1024px ) and ( min-width:768px ) {
  .bottom_nav ul li.bottom_11, .bottom_nav ul li.bottom_14{
    margin: 0 3%;
  }
  .bottom_nav ul li.bottom_12{
    width: 22%;
  }
}
@media( max-width:767px ){
  .watchList input[type="submit"].btn.btn-small{
    width: 100%;
  }
  .fav-list-table > thead + tbody > tr > td:nth-child(n+2){
    text-align: left;
  }
  .fav-list-table > thead + tbody > tr > td:nth-child(n+2) span{
    padding-right: 10px;
  }
  .mypage.watchList .lead p{
    margin-bottom: 10px;
  }
  .bottom_nav ul li.bottom_10{
    text-align: left;
  }
  .bottom_nav ul li.bottom_11, .bottom_nav ul li.bottom_14{
    margin:0;
  }
}

@media (max-width: 500px) {
#confirm_leave_logo ul > li{
    display:  table; 
}
#confirm_leave_logo ul > li span {
    display:  table-cell; 
    width: 93px;
    height: auto;
    text-align: left;
}
#confirm_leave_logo ul > li span.brand_name {
    width: auto;
    padding-left: 10px;
    font-size: 12px;
}
}

/*DH_FRONT_DEPT-440 login save*/
.login-area-box .login-area-subbox .control-label.login_save {
  width: 100%;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
}
.login-area-box .login-area-subbox .control-label.login_save input[type="checkbox"] {
  width: auto;
  height: auto;
  float: none;
  margin: 0 6px 0 0;
  display: inline-block;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
.login-area-box .login-area-subbox .guide-txt {
  float: left;
  font-size: 11px;
  width: 100%;
  margin-bottom: 20px;
}
.login-area-box .login-area-subbox .guide-txt > a {
  border-bottom: 1px solid rgba(0,0,0,.8);
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .login-area-box .login-area-subbox .control-label.login_save {
    margin: 0 0 10px;
    text-align: left;
  }
  .login-area-box .login-area-subbox .guide-txt {
    margin-bottom: 0;
  }
}
/* DH_FRONT_DEPT-679 【LOOKMEMBER】マイページポイント利用期限の表示 */
.mypage-code .total-point-part {
  height: auto;
  background-color: #f9f6f1;
  margin-top: 30px;
}
.mypage-code .total-point-part .pointed {
  float: left;
  width: 50%;
  height: 70px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.mypage-code .total-point-part .expiration {
  float: left;
  width: 50%;
  height: 70px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.mypage-code .total-point-part .expiration > * {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  top: 40%;
}
.mypage-code .total-point-part .pointed > h3 {
  padding-right: 40px;
  position: relative;
  margin: 0;
}
.mypage-code .total-point-part .pointed > * {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.mypage-code .total-point-part .pointed > h3:after {
  content: ':';
  position: absolute;
  right: 20px;
  top: 5%;
  font-size: 13px;
  font-weight: 400;
}
.mypage-code .total-point-part .pointed > p.total {
  font-size: 28px;
  line-height: 66px;
}
.mypage-code .total-point-part .pointed > p {
  margin: 0;
}
.mypage-code .total-point-part .pointed > p.total > span {
  letter-spacing: 0.03em;
  font-size: 13px;
}
.mypage-code .total-point-part .expiration:before {
  content: '';
  width: 100%;
  height: 15px;
  display: inline-block;
  border-left: 1px solid #1f1223;
  position: absolute;
  top: 43%;
  left: 0;
}
.mypage-code .total-point-part .expiration > h3 {
  padding-right: 40px;
  position: relative;
  margin: 0;
}
.mypage-code .total-point-part .expiration > h3:after {
  content: ':';
  position: absolute;
  right: 16px;
  top: 5%;
  font-size: 13px;
  font-weight: 400;
}
.mypage-code .total-point-part .expiration_txt {
  display: block;
  padding-bottom: 14px;
}
.mypage-code .total-point-part .expiration_txt span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .mypage-code .total-point-part {
    height: auto;
    padding: 24px 0;
  }
  .mypage-code .total-point-part .pointed {
    float: none;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .mypage-code .total-point-part .expiration {
    float: none;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .mypage-code .total-point-part .pointed > h3 {
    font-size: 12px;
    padding-right: 33px;
    text-indent: -12px;
  }
  .mypage-code .total-point-part .pointed > p.total {
    line-height: 30px;
    font-size: 20px;
    top: 3px;
  }
  .mypage-code .total-point-part .pointed > h3:after {
    right: 10px;
  }
  .mypage-code .total-point-part .pointed > p.total {
    line-height: 30px;
  }
  .mypage-code .total-point-part .expiration > h3 {
    font-size: 13px;
  }
  .mypage-code .total-point-part .expiration:before {
    display: none;
  }
  .mypage-code .total-point-part .expiration_txt span {
    display: block;
  }
  .mypage-code .total-point-part .expiration_txt {
    padding-bottom: 0;
  }
}