@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ウィジェット */
#addressBookWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}

#walletWidgetDiv {
  min-width: 300px;
  max-width:600px;
  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: 400px;
    height: 228px;
  }

  #walletWidgetDiv {
    width: 400px;
    height: 228px;
  }

  #consentWidgetDiv {
  width: 400px;
  height: 140px;
  }
}

.shipping_date_area__txt {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
}