@charset "utf-8";

.login_address_list {

}

.login_address_new {

}

.login_info_header {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.border-bottom {
    border-bottom: solid 1px #ddd7cb;
    padding-bottom: 10px;
}

.border-top {
    border-top: solid 1px #ddd7cb;
    padding-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.login_amazon_info_header {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


.inputArea  {
    display: none;
}
.display-none {
    display: none;
}

.input_disable:disabled {
    background: #bebebe !important;
}

/*  amazon�E�B�W�F�b�g */
#addressBookWidgetDiv {
  min-width: 300px;
  max-width: 800px;
  min-height: 228px;
  max-height: 400px;
}

#walletWidgetDiv {
  min-width: 300px;
  max-width: 800px;
  min-height: 228px;
  max-height: 400px;
}

/* Mobile optimized and small window */

#addressBookWidgetDiv {
  width: 100%;
  height: 228px;
}

#walletWidgetDiv {
  width: 100%;
  height: 228px;
}

#consentWidgetDiv {
  width: 100%;
  height: 140px;
}

/* Desktop and tablet */

@media only screen and (min-width: 768px) {

  #addressBookWidgetDiv {
    width: 800px;
    height: 250px;
  }

  #walletWidgetDiv {
    width: 800px;
    height: 228px;
  }

  #consentWidgetDiv {
  width: 800px;
  height: 140px;
  }
}

.shipping_date_area__txt {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
}

.amazonpay_comment p{
  content: '';
  display: inline-block;
  background: url(/cart/img/icon_error_red.gif) no-repeat left center;
  background-size: contain;
  height: 25px;
  margin-right: 5px;
}

.amazonpay_comment {
  margin-top: 5px;
}

.amazonpay_comment p {
  color: #ea2433;
  font-size: 20px;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 15px;
}