#main input[type='text'], #main input[type='password'], #main input[type='email'], #main select, #main textarea {
  color: #000;
  background-color: #fff;
  border-color: #727272 !important;
}
#main #searchform input[type='text'], #main #itemsearchform input[type='text'], #main #searchform select, #main #itemsearchform select {
  color: #fff;
  background-color: #140901;
}
#main table:not(.customer_form) th, #main #confirm_table .ttl td {
  background-color: #000;
  border-color: #5f5f5f;
  color: #fff;
}
@media screen and (min-width: 46.25em) {
  #main table.customer_form th {
    background-color: #000;
    border-color: #5f5f5f;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #main table.customer_form th {
    color: #fff;
  }
}
#main table td, #main table.customer_form td {
  border-color: #5f5f5f;
}
#main input[type='button'] {
  color: #000;
  border: 1px solid #5f5f5f;
  background: transparent;
}
#main table.customer_form td label {
  color: #000;
  font-weight: normal;
}
#main #confirm_table th {
  color: #fff;
  font-weight: normal;
}
#main #confirm_table .ttl td h3 {
  color: #fff;
}
#main #customer-info h5 {
  color: #000;
}
#main div.cart_navi li:before, #main div.cart_navi li:after {
  border-color: #2c1c10;
}
#main #wc_cart #cart .upbutton input {
  background-color: transparent;
}
#main #wc_ordercompletion .send a {
  background-color: transparent;
  border: 1px solid #5f5f5f;
}
#main:not(.top_main) {
  padding-top: 60px;
}
#main.one-column #content {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #main.one-column #content #cart_table {
    margin: 0;
    width: 100%;
    border: none;
  }
  #main.one-column #content #cart_table tr, #main.one-column #content #cart_table th, #main.one-column #content #cart_table td {
    display: block;
    width: 100%;
  }
  #main.one-column #content #cart_table th {
    color: #fff;
  }
  #main.one-column #content #cart_table > thead {
    display: none;
  }
  #main.one-column #content #cart_table > tbody > tr {
    font-size: 0;
    border: 1px solid #ccc;
    min-height: 102px;
    margin-bottom: 10px;
  }
  #main.one-column #content #cart_table > tbody > tr:nth-of-type(n + 2) {
    margin: 30px 0px 0px;
  }
  #main.one-column #content #cart_table > tbody > tr > td {
    border: none;
    position: relative;
  }
  #main.one-column #content #cart_table > tbody > tr > td:before {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #main.one-column #content #cart_table > tbody > tr > td.num, #main.one-column #content #cart_table > tbody > tr > td.subtotal, #main.one-column #content #cart_table > tbody > tr > td.stock {
    display: none;
  }
  #main.one-column #content #cart_table > tbody > tr > td.thumbnail {
    float: left;
    width: auto;
    padding: 1px;
  }
  #main.one-column #content #cart_table > tbody > tr > td.thumbnail img {
    width: 98px;
    height: 98px;
  }
  #main.one-column #content #cart_table > tbody > tr > td.productname {
    padding: 10px 10px 10px 110px;
    font-size: 14px;
  }
  #main.one-column #content #cart_table > tbody > tr > td.unitprice, #main.one-column #content #cart_table > tbody > tr > td.quantity, #main.one-column #content #cart_table > tbody > tr > td.action {
    width: auto;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
  }
  #main.one-column #content #cart_table > tbody > tr > td.unitprice {
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
  }
  #main.one-column #content #cart_table > tbody > tr > td.quantity > input {
    padding: 3px 0;
  }
  #main.one-column #content #cart_table > tbody > tr > td.action {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    float: left;
  }
  #main.one-column #content #cart_table > tbody > tr > td.action input.delButton {
    border: 1px solid #ccc;
    padding: 5px 8px;
  }
  #main.one-column #content #cart_table > tfoot > tr > th {
    text-align: right;
  }
  #main.one-column #content #cart_table > tfoot > tr > th.num, #main.one-column #content #cart_table > tfoot > tr > th.thumbnail, #main.one-column #content #cart_table > tfoot > tr > th.stock, #main.one-column #content #cart_table > tfoot > tr > th.action {
    display: none;
  }
  #main.one-column #content #cart_table > tfoot > tr > th.aright {
    display: inline-block;
    width: 70%;
    line-height: 38px;
    font-size: 16px;
    height: 40px;
    padding: 0 10px;
  }
  #main.one-column #content #cart_table > tfoot > tr > th.aright.amount {
    width: 30%;
    float: right;
  }
}
#main.one-column #content article > h1[class$='_title'] {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100%;
  background-color: rgba(234, 255, 0, 1);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  border-top: 3px solid #5f5f5f;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #main.one-column #content article > h1[class$='_title'] {
    background-color: rgba(234, 255, 0, 1);
    font-size: 3rem;
    margin-bottom: 40px;
    height: 140px;
    line-height: 140px;
    border-top: none;
  }
}
#main.one-column #content article > *:not(h1) {
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  #main.one-column #content article > *:not(h1) {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
#main.one-column #content article#wc_cart #cart .upbutton {
  text-align: left;
  font-size: 0.9em;
}
#main.one-column #content article#wc_cart #cart .upbutton input {
  margin-left: 0;
  font-size: 1em;
}
#main.one-column #content article#wc_delivery form table {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  #main.one-column:not(.top_main) {
    padding-top: 0;
  }
  #main.one-column #content {
    margin-bottom: 60px;
  }
}
#main #wc_login .loginbox, #main #wc_member .loginbox {
  padding: 0;
}
#main .member-page #memberinfo .send input[name='editmember'] {
  margin-top: 10px;
}
#main .member-page #memberinfo .send input[name='deletemember'] {
  margin-top: 30px;
}
#main.two-column {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #main.two-column {
    position: relative;
    padding-top: 88px;
  }
}
#main.two-column #primary {
  padding: 0 20px;
}
#main.two-column #primary .item_page_title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#main.two-column #primary #itempage #img-box {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
#main.two-column #primary #itempage #img-box .itemimg img {
  width: auto;
}
#main.two-column #primary #itempage #img-box .itemsubimg {
  margin: 0;
}
#main.two-column #primary #itempage #img-box .itemsubimg a {
  width: 15.4%;
  margin: 10px 1.49% 0 0;
}
#main.two-column #primary #itempage #img-box .itemsubimg a:nth-of-type(6n) {
  margin: 10px 0 0 0;
}
#main.two-column #primary #itempage #img-box .itemsubimg a img {
  height: 9.85vw;
  object-fit: cover;
}
#main.two-column #primary .item-info {
  padding-top: 20px;
}
#main.two-column #primary .item-info .skuform {
  width: 100%;
  padding: 20px;
  border: 1px solid #5f5f5f;
  margin-bottom: 0;
}
#main.two-column #primary .item-info .skuform .field_price {
  float: none;
  text-align: left;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 0;
}
#main.two-column #primary .item-info .skuform .field_price span {
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 15px;
}
#main.two-column #primary .item-info .skuform .field_price em.tax {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
#main.two-column #primary .item-info .skuform .c-box {
  text-align: left;
  margin-top: 10px;
}
#main.two-column #primary .item-info .skuform .c-box .quantity span {
  font-size: 16px;
  margin-right: 15px;
}
#main.two-column #primary .item-info .skuform .c-box .quantity input.skuquantity {
  height: 30px;
  line-height: 30px;
  width: 80px;
  background: #140901;
  border: 1px solid #727272;
  text-align: left;
  color: #fff;
  font-size: 20px;
}
#main.two-column #primary .item-info .cart-button .skubutton {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background: rgba(234, 255, 0, 1);
  border-radius: 0;
  outline: 1px solid rgba(0, 0, 0, 0.4);
  outline-offset: -5px;
}
#main.two-column #primary .item-info .item-description {
  margin-top: 30px;
}
#main.two-column .ex_fav {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 18px;
}
#main.two-column .ex_fav a {
  border: 1px solid #5f5f5f;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
#main.two-column .ex_fav a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 1px 5px 1px 0;
  background: url(../images/common/icon_favorite_sp.png) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
}
#main.two-column .ex_fav a.active {
  opacity: 1;
}
#main.two-column .ex_fav a.active::before {
  background: url(../images/common/icon_favorited_sp.png) no-repeat center center;
  background-size: 36px 36px;
}
#main.two-column #secondary {
  border-top: none;
  padding: 0 20px;
}
#main.two-column #secondary h2 {
  border-bottom: 2px solid #5f5f5f;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 38px;
  line-height: 35px;
  color: #fff;
}
#main.two-column #secondary ul li {
  border-bottom: 1px solid #5f5f5f;
  line-height: 1.6;
  padding: 14px 10px;
}
#main.two-column #secondary ul li a {
  color: #000;
  font-size: 1.6rem;
}
#main.two-column #secondary form#itemsearchform .search input[type='text'][name='keyword'] {
  background: #140901;
  border: 1px solid #727272;
  outline: none;
  font-size: 1.6rem;
}
#main.two-column #secondary form#itemsearchform .search input[type='text'][name='keyword']::placeholder {
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  #main.two-column #secondary form#itemsearchform {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }
  #main.two-column #secondary form#itemsearchform .search {
    padding: 0 20px;
  }
  #main.two-column #secondary form#itemsearchform .search input[type='text'][name='keyword'] {
    background: #140901;
    border: 1px solid #727272;
  }
  #main.two-column #secondary form#itemsearchform .search input[type='text'][name='keyword']::placeholder {
    color: #fff;
    opacity: 1;
  }
  #main.two-column #secondary form#itemsearchform .search input[type='submit'] {
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #main.two-column {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-top: 20px;
  }
  #main.two-column #primary {
    width: 700px;
    padding: 0;
    order: 1;
  }
  #main.two-column #primary .item_page_title {
    width: 550px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  #main.two-column #primary #content {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 17px;
  }
  #main.two-column #primary #itempage #img-box {
    margin-bottom: 0;
  }
  #main.two-column #primary #itempage #img-box .itemsubimg {
    padding: 0 25px;
  }
  #main.two-column #primary #itempage #img-box .itemsubimg a {
    width: 15.38%;
    margin: 10px 1.54% 0 0;
  }
  #main.two-column #primary #itempage #img-box .itemsubimg a img {
    height: 64px;
  }
  #main.two-column #primary .item-info {
    padding-top: 34px;
  }
  #main.two-column #primary .item-info .skuform {
    padding: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #main.two-column #primary .item-info .skuform .field_price {
    margin-left: 10px;
  }
  #main.two-column #primary .item-info .skuform .c-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  #main.two-column #primary .item-info .skuform .c-box .quantity {
    margin-bottom: 0;
  }
  #main.two-column #primary .item-info .skuform .c-box .cart-button {
    margin-left: 80px;
  }
  #main.two-column #primary .item-info .skuform .c-box .cart-button .skubutton {
    width: 210px;
    margin: 0;
  }
  #main.two-column .ex_fav {
    position: absolute;
    top: -5px;
    right: 0;
    width: auto;
    margin-top: 0;
    padding: 0;
  }
  #main.two-column .ex_fav a {
    border: none;
  }
  #main.two-column .storycontent {
    width: 700px;
    margin: 0;
    padding: 0;
  }
  #main.two-column .storycontent #itempage #img-box {
    width: 100%;
  }
  #main.two-column .storycontent #itempage .detail-box {
    float: none;
    width: 100%;
  }
  #main.two-column #secondary {
    display: block;
    width: 240px;
    float: none;
    margin-left: auto;
    order: 2;
    padding: 0;
  }
  #main.two-column #secondary section {
    padding: 0;
  }
  #main.two-column #secondary h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
  }
}
#main section.widget_welcart_category .ucart_widget_body {
  padding: 0;
}
#info-confirm #cart {
  margin-top: 20px;
}
#wc_newmemberform .customer_form tr.inp1 td {
  width: 100%;
  margin-bottom: 0.357143em;
}
#wc_newmemberform .customer_form input#search_zipcode {
  margin: 0.5714285em 0;
}
#wc_newmemberform .customer_form input[type='text'] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.357143em;
}
@media screen and (min-width: 46.25em) {
  #wc_newmemberform .customer_form tr.inp1 td {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
  }
  #wc_newmemberform .customer_form input#search_zipcode {
    width: auto;
    margin: 0.5714285em;
  }
  #wc_newmemberform .customer_form input[type='text'] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.357143em;
  }
  #wc_newmemberform .customer_form input[type='text']#zipcode {
    max-width: 95px;
  }
  #wc_newmemberform .customer_form input[name='member[tel]'] {
    max-width: 180px;
    margin-right: 0.5em;
  }
}
.agreement p a {
  color: #d65121;
}
.agreement .consent_check {
  padding-top: 20px;
  text-align: center;
}
.agreement .consent_check > span:not(:first-of-type) {
  margin-left: 20px;
}
.agreement .consent_check input[name^='agree-'] {
  display: none;
}
.agreement .consent_check input[name^='agree-']:checked + .checkbox_label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: #eaff00;
  border: solid 1px #727272;
  border-radius: 4px;
}
.agreement .consent_check input[name^='agree-']:checked + .checkbox_label:after {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  width: 12px;
  height: 8px;
  border: none;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0;
}
.agreement .consent_check .checkbox_label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .agreement .consent_check .checkbox_label {
    padding-left: 35px;
  }
}
.agreement .consent_check .checkbox_label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: #fff;
  border: solid 1px #727272;
  border-radius: 4px;
}
.agreement .consent_check .checkbox_label:after {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.agreement .annotation {
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
}
input[name='regmember'][disabled], input[name='deliveryinfo'][disabled], input[name='reganddeliveryinfo'][disabled] {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.customer_form .password_disc {
  color: #f00;
}
.member-page #wc_newmemberform .send input {
  background-color: #eaff00;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}
.member-page input {
  outline: none;
}
.member-page .member-box .forgetmenot {
  text-align: center;
}
.member-page .member-box .forgetmenot span {
  margin-left: 2px;
}
.member-page .member-box .submit {
  text-align: center;
}
.member-page .new-entry {
  text-align: center;
}
.member-page #wc_login .loginbox #member_login, .member-page #wc_member .loginbox #member_login, .member-page #wc_login .loginbox .new-entry #nav a, .member-page #wc_member .loginbox .new-entry #nav a {
  background-color: #eaff00;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .cart-page #cart .upbutton {
    margin-top: 10px;
  }
}
#main .send input.to_customerinfo_button, #main .send input.to_memberlogin_button, #main .send input.to_deliveryinfo_button, #main .send input.to_confirm_button, #main .send input#purchase_button, #main #wc_login .loginbox .new-entry #nav a:hover, #main #wc_member .loginbox .new-entry #nav a:hover, #main #wc_login .loginbox #member_login:hover, #main #wc_member .loginbox #member_login:hover {
  background-color: #eaff00;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}
#main #wc_login .loginbox .new-entry, #main #wc_member .loginbox .new-entry {
  background: transparent;
  border: 1px solid #5f5f5f;
}
#wc_customer .customer_form tr.inp1 td {
  width: 100%;
  margin-bottom: 0.357143em;
}
#wc_customer .customer_form input {
  outline: none;
}
#wc_customer .customer_form input#search_zipcode {
  margin: 0.5714285em 0;
}
#wc_customer .customer_form input[type='text'] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.357143em;
}
#wc_customer form .send input.to_reganddeliveryinfo_button, #wc_customer form .send input.to_reganddeliveryinfo_button:hover {
  background-color: #eaff00;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}
@media screen and (min-width: 46.25em) {
  #wc_customer .customer_form tr.inp1 td {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
  }
  #wc_customer .customer_form input#search_zipcode {
    width: auto;
    margin: 0.5714285em;
  }
  #wc_customer .customer_form input[type='text'] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.357143em;
  }
  #wc_customer .customer_form input[type='text']#zipcode {
    max-width: 95px;
  }
  #wc_customer .customer_form input[name='customer[tel]'] {
    max-width: 180px;
    margin-right: 0.5em;
  }
}
#wc_delivery .customer_form tr.inp1 td {
  width: 100%;
  margin-bottom: 0.357143em;
}
#wc_delivery .customer_form input {
  outline: none;
}
#wc_delivery .customer_form input#search_zipcode {
  margin: 0.5714285em 0;
}
#wc_delivery .customer_form input[type='text'] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.357143em;
}
@media screen and (min-width: 46.25em) {
  #wc_delivery .customer_form tr.inp1 td {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
  }
  #wc_delivery .customer_form input#search_zipcode {
    width: auto;
    margin: 0.5714285em;
  }
  #wc_delivery .customer_form input[type='text'] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.357143em;
  }
  #wc_delivery .customer_form input[type='text']#zipcode {
    max-width: 95px;
  }
  #wc_delivery .customer_form input[name='delivery[tel]'] {
    max-width: 180px;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #main #wc_confirm #cart #cart_table td.quantity {
    margin-top: 5px;
    padding-left: 50px;
  }
  #main #wc_confirm #cart #cart_table td.quantity::before {
    content: '数量：';
  }
  #main #wc_confirm #cart #cart_table tfoot .num, #main #wc_confirm #cart #cart_table tfoot .thumbnail {
    display: none;
  }
}
#main .member-page .send input.editmember {
  background-color: #eaff00;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}
#main #wc_member .customer_form tr.inp1 td, #main #wc_editmemberform .customer_form tr.inp1 td {
  width: 100%;
  margin-bottom: 0.357143em;
}
#main #wc_member .customer_form input, #main #wc_editmemberform .customer_form input {
  outline: none;
}
#main #wc_member .customer_form input#search_zipcode, #main #wc_editmemberform .customer_form input#search_zipcode {
  margin: 0.5714285em 0;
}
#main #wc_member .customer_form input[type='text'], #main #wc_editmemberform .customer_form input[type='text'] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.357143em;
}
@media screen and (min-width: 46.25em) {
  #main #wc_member .customer_form tr.inp1 td, #main #wc_editmemberform .customer_form tr.inp1 td {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
  }
  #main #wc_member .customer_form input#search_zipcode, #main #wc_editmemberform .customer_form input#search_zipcode {
    width: auto;
    margin: 0.5714285em;
  }
  #main #wc_member .customer_form input[type='text'], #main #wc_editmemberform .customer_form input[type='text'] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.357143em;
  }
  #main #wc_member .customer_form input[type='text']#zipcode, #main #wc_editmemberform .customer_form input[type='text']#zipcode {
    max-width: 95px;
  }
  #main #wc_member .customer_form input[name='member[tel]'], #main #wc_editmemberform .customer_form input[name='member[tel]'] {
    max-width: 180px;
    margin-right: 0.5em;
  }
}
#main #memberinfo table {
  border-color: #5f5f5f;
}
#main #memberinfo .member_submenu li a {
  background-color: #eaff00;
  color: #000;
  border: 1px solid #000;
}
#main #memberinfo h3 {
  color: #000;
}
#main #memberinfo input[type='button'], #main #memberinfo input[type='submit']:not(.editmember) {
  color: #000;
  border: 1px solid #5f5f5f;
  background-color: transparent;
}
#main #memberinfo .history-area th {
  background-color: #000;
  border-color: #5f5f5f;
}
#main #memberinfo .history-area td {
  border-color: #5f5f5f;
}
@media screen and (max-width: 767px) {
  #main #memberinfo .customer_form th, #main #memberinfo .customer_form td {
    background-color: transparent;
  }
}
@media screen and (min-width: 62.5em) {
  #main #memberinfo .history-area {
    overflow-y: auto;
    padding: 1.42857em;
  }
}
@media screen and (min-width: 38.75em) {
  #wc_member .member_submenu a, #wc_editmemberform .member_submenu a, #wc_login .member_submenu a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #wc_member .member_submenu, #wc_editmemberform .member_submenu, #wc_login .member_submenu {
    width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
}
#main #wc_lostmemberpassword .error_message, #main #wc_lostmemberpassword .submit, #main #wc_lostmemberpassword .loginbox div, #main #wc_lostmemberpassword #nav {
  text-align: center;
}
#main #wc_changepassword .submit {
  text-align: center;
}
#main #wc_newcompletion #memberpages a, #wc_ordercompletion .send a, input[type='submit'][class^='back'], input[type='submit'].delButton, #main #wc_lostcompletion #memberpages a, #main #wc_changepasscompletion #memberpages a {
  border: 1px solid #5f5f5f;
  color: #000;
  background: transparent;
}
#wc_delivery .error_message {
  margin-top: 10px;
}
#main #wc_lostmemberpassword #member_login {
  background-color: #eaff00;
  border: 1px solid #000;
}
#main #wc_lostmemberpassword #nav a {
  color: #000;
  background-color: #eaff00;
  border: 1px solid #000;
}
#main #wc_changepassword #member_login {
  background-color: #eaff00;
  border: 1px solid #5f5f5f;
}
