/*!
 * @license display_shipping_pc-1.2.0.css
 * Copyright (c) 2019 Rakuten.Inc
 * Date: 2019-02-01 15:13:22
 */
/* Variables and Extends */
.dsf-shipping-cost.shipping-free {
  color: #fff !important;
  background-color: #bf0000 !important;
  font-weight: bold !important;
  padding: 4px 8px !important;
  line-height: 20px !important; }

.asuraku-footer-container .asuraku-footer-link a, .dsf-detail-link, .dsf-disclaimer-text .disclaimer-asuraku-link {
  color: #1d54a7 !important;
  cursor: pointer;
  text-decoration: none; }
  .asuraku-footer-container .asuraku-footer-link a:hover, .dsf-detail-link:hover, .dsf-disclaimer-text .disclaimer-asuraku-link:hover {
    opacity: 0.8; }

.asuraku-footer-container .asuraku-footer-link a:hover {
  color: #bf0000 !important;
  text-decoration: underline; }

.dsf-detail-link:after, .dsf-floating-shipping-info:after {
  background-image: url(//r.r10s.jp/com/img/rms/storefront/pc/page/icon_check_fee.png);
  background-repeat: no-repeat;
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 2px; }

/* Style Classes */
#displayShippingFeeContainer {
  margin-top: 8px;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif !important; }

.dsf-fixed-block-container {
  display: none;
  text-align: left; }

.dsf-fixed-block {
  display: inline-block !important;
  min-width: 316px;
  border-radius: 2px;
  font-weight: normal !important;
  font-size: 14px;
  padding-top: 12px !important;
  padding-left: 16px !important;
  padding-bottom: 10px !important;
  border: solid 1px #ccc;
  background-color: #fff;
  color: #000;
  white-space: nowrap; }

.dsf-shipping-cost-container, .dsf-shipping-detail-container {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.dsf-target-prefecture {
  font-size: 15px !important;
  font-weight: bold !important; }

/* Shipping Icon */
.dsf-shipping-cost-container {
  min-width: 105px;
  font-weight: bold; }

.dsf-shipping-cost {
  line-height: 20px;
  font-weight: bold !important;
  font-size: 14px !important; }
  .dsf-shipping-cost.shipping-free {
    display: inline-block;
    vertical-align: top; }

/* Shipping Details*/
.dsf-shipping-detail-container {
  padding-right: 14px; }

.dsf-cheapest-shipping-container {
  display: -ms-flexbox;
  display: flex; }

.dsf-cheapest-shipping-method {
  padding-right: 8px; }

.special-delivery-icon.asuraku-icon {
  display: inline-block !important;
  width: 75px;
  height: 15px;
  background: url(//r.r10s.jp/com/img/rms/storefront/pc/page/icon_nextday_delivery.png) no-repeat left top;
  background-size: 75px 15px;
  position: relative;
  top: 3px; }

.special-delivery-icon.sameday-icon {
  font-weight: bold;
  color: #bf0000; }

.dsf-fixed-block-subtext {
  display: block;
  font-size: 11px; }
  .dsf-fixed-block-subtext .cutofftime {
    color: #bf0000;
    font-weight: bold; }

.dsf-detail-link {
  margin-top: 2px;
  font-size: 13px !important; }
  .dsf-detail-link.sameday {
    display: none;
    text-align: right;
    margin-right: 16px; }
  .dsf-detail-link.big-icon {
    position: absolute;
    margin-left: 6px;
    margin-top: 3px; }

/* Disclaimer*/
.dsf-disclaimer-container {
  padding-top: 2px; }

.dsf-disclaimer-text {
  display: block;
  color: #848484;
  font-size: 11px; }
  .dsf-disclaimer-text.non-login {
    display: none; }
  .dsf-disclaimer-text .black-and-bold {
    color: #000;
    font-weight: bold; }
  .dsf-disclaimer-text.sameday-cutoff {
    display: none; }

/* Asuraku Big Icon */
.asuraku-available-icon {
  display: none;
  padding: 4px 0 14px 0;
  height: 10px; }

.asuraku-big-icon {
  display: inline-block;
  position: relative;
  background: url(//r.r10s.jp/com/img/rms/storefront/pc/page/icon_asuraku.png) no-repeat left top;
  background-size: 177px 24px;
  width: 177px;
  height: 24px; }

/* Shipping Method Popup */
#displayShippingFeePopupContainer {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif !important; }

.dsf-popup-container {
  display: none;
  position: fixed;
  vertical-align: top !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  min-width: 400px;
  max-width: 820px;
  min-height: 450px;
  z-index: 2147483650 !important;
  border: 1px solid #999 !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
  padding-bottom: 18px;
  color: #000;
  text-align: left;
  font-weight: normal;
  line-height: 20px; }

.dsf-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 2147483650 !important; }

.dsf-shipping-close {
  display: block;
  width: 15px;
  height: 15px;
  background: url(//r.r10s.jp/com/img/rms/storefront/pc/page/icon_close_modal_shipping_fee.png) no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer; }

.dsf-popup-content-container {
  height: 580px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.dsf-shipping-header {
  font-size: 23px;
  color: #333;
  font-weight: bold;
  padding: 28px 28px 0 28px;
  line-height: 27px; }

.dsf-shipping-method-summary {
  display: table-cell;
  vertical-align: top;
  font-size: initial;
  width: 350px;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 14px; }

/** Destination */
.dsf-shipping-select-destination {
  display: table;
  vertical-align: middle;
  font-size: 13px; }

.dsf-selected-prefecture {
  display: table-cell;
  padding-right: 10px; }
  .dsf-selected-prefecture:after {
    content: "";
    display: block;
    position: relative;
    margin-left: 84px;
    margin-top: -14px;
    height: 0;
    width: 0;
    border-top: 5px solid #999;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    pointer-events: none; }

.dsf-shipping-popup-international-container {
  display: none;
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 14px; }

.dsf-popup-error-messages {
  display: none; }
  .dsf-popup-error-messages.dsf-popup-error-texts {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px; }

.dsf-popup-asuraku-messages {
  display: none; }

.dsf-popup-error-texts {
  font-size: 14px !important;
  color: #f00;
  padding-right: 10px !important;
  padding-left: 24px;
  background-size: 14px;
  margin-top: 10px; }
  .dsf-popup-error-texts:before {
    background-image: url(//r.r10s.jp/com/img/rms/storefront/pc/page/icon_caution.png);
    background-repeat: no-repeat;
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: -8px;
    top: 4px; }

.dsf-selected-prefecture-combo {
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 100px;
  padding: 2px 0 2px 8px;
  margin: 0;
  line-height: normal;
  font-size: 14px;
  height: auto; }

.dsf-loading {
  display: none;
  background: url(//r.r10s.jp/com/img/rms/storefront/pc/page/smart/loading_icon2.gif) no-repeat center;
  width: 350px;
  height: 70px; }

/** Method List  */
.dsf-shipping-method-list {
  border-bottom: 1px solid #e2e2e2;
  width: 340px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box; }

.dsf-shipping-method-row {
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
  padding: 6px 0 6px 0; }

.dsf-shipping-method {
  display: table;
  vertical-align: middle;
  width: 310px;
  padding: 12px 8px; }
  .dsf-shipping-method .method-name {
    display: table-cell; }
  .dsf-shipping-method .method-cost {
    display: table-cell;
    text-align: right;
    font-weight: bold;
    width: 76px; }
    .dsf-shipping-method .method-cost.shipping-free {
      color: #bf0000; }
  .dsf-shipping-method .method-asuraku-supported {
    margin-left: 10px; }

/* Popup Disclaimers*/
.dsf-disclaimer-confirm-checkout.otherprefecture {
  color: #f00; }

.dsf-disclaimer-no-asuraku-method {
  display: none; }

.dsf-footer-disclaimer-text {
  display: none;
  line-height: 16px;
  width: 350px; }

.dsf-popup-content-container .dsf-shipping-sameday-table, .dsf-shipping-asuraku-table {
  display: table-cell;
  vertical-align: top;
  font-size: initial;
  box-sizing: border-box;
  border-left: 1px solid #e2e2e2;
  padding-left: 28px;
  padding-right: 28px; }

/** Same Day Table in Popup Container */
/** Same Day Table */
.sameday-table-container {
  font-size: 12px;
  margin-top: 14px;
  white-space: normal;
  /** Same Day Table in Fixed Container */ }
  .sameday-table-container .sameday-title {
    font-size: 16px;
    font-weight: bold;
    color: #b00000; }
  .sameday-table-container .taisho {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px; }
  .sameday-table-container .sameday-cutoff-group {
    background-color: #f6f6f6;
    padding: 15px 20px 10px 20px;
    margin-bottom: 10px; }
    .sameday-table-container .sameday-cutoff-group .sameday-area-row {
      display: table;
      margin-bottom: 5px;
      width: 100%; }
      .sameday-table-container .sameday-cutoff-group .sameday-area-row .area-name {
        display: table-cell;
        width: 52px;
        font-weight: bold; }
      .sameday-table-container .sameday-cutoff-group .sameday-area-row .city-names {
        display: table-cell; }
        .sameday-table-container .sameday-cutoff-group .sameday-area-row .city-names.cutoff-text {
          border-top: 1px solid #e2e2e2;
          padding-top: 4px;
          display: table-caption;
          text-align: center; }
          .sameday-table-container .sameday-cutoff-group .sameday-area-row .city-names.cutoff-text .prefix, .sameday-table-container .sameday-cutoff-group .sameday-area-row .city-names.cutoff-text .time {
            color: #bf0000; }
          .sameday-table-container .sameday-cutoff-group .sameday-area-row .city-names.cutoff-text .time {
            font-size: 16px;
            font-weight: bold; }
  .dsf-fixed-block .sameday-table-container .sameday-title,
  .dsf-fixed-block .sameday-table-container .area-name {
    display: none !important; }
  .dsf-fixed-block .sameday-table-container .sameday-cutoff-group {
    width: 262px; }
  .dsf-popup-content-container .sameday-table-container .sameday-area-row .city-names.cutoff-text {
    text-align: right;
    margin-right: 4px; }

/** Asuraku Table */
.dsf-shipping-asuraku-table {
  padding-top: 14px; }

.asuraku-header-text {
  font-size: 20px;
  font-weight: bold;
  color: #039;
  background: url(//r.r10s.jp/com/img/rms/storefront/pc/page/asuraku.png) left center no-repeat;
  padding-left: 100px;
  background-size: 94px;
  padding-top: 3px; }

.asuraku-deadline {
  font-size: 14px;
  background-color: #f6f6f6;
  line-height: 26px;
  white-space: nowrap;
  margin-top: 10px;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  width: 280px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  .asuraku-deadline .deadline-time {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 3px;
    color: #bf0000; }

.asuraku-title-text {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px; }

.asuraku-area-disclaimer {
  font-size: 12px; }

.asuraku-content-text {
  font-size: 12px;
  width: 350px; }

.asuraku-prefect-row {
  display: table; }
  .asuraku-prefect-row .prefect-icon {
    width: 42px;
    height: 18px;
    line-height: 18px;
    margin: 4px 8px 0 0;
    text-align: center;
    color: #fff;
    font-size: 12px; }
  .asuraku-prefect-row .prefectarea-names {
    display: table-cell;
    font-size: 12px; }

.asuraku-table-container {
  margin-bottom: 20px; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(1) .prefect-icon {
    background-color: #2980b9; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(2) .prefect-icon {
    background-color: #1698a0; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(3) .prefect-icon {
    background-color: #27ae60; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(4) .prefect-icon {
    background-color: #87b63c; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(5) .prefect-icon {
    background-color: #ccac00; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(6) .prefect-icon {
    background-color: #e67e22; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(7) .prefect-icon {
    background-color: #c02b2b; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(8) .prefect-icon {
    background-color: #bb3a8f; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(9) .prefect-icon {
    background-color: #8e44ad; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(10) .prefect-icon {
    background-color: #584bbd; }
  .asuraku-table-container .asuraku-prefect-row:nth-child(11) .prefect-icon {
    background-color: #3568ce; }

.asuraku-footer-container {
  display: table;
  position: relative;
  line-height: 13px;
  left: 90px; }
  .asuraku-footer-container .asuraku-footer-link {
    display: table-cell;
    border-right: 1px solid #7d7d7d;
    padding-right: 4px;
    padding-left: 4px; }
    .asuraku-footer-container .asuraku-footer-link a {
      font-size: 14px; }
    .asuraku-footer-container .asuraku-footer-link:last-child {
      border-right: 0;
      padding-right: 0; }

/* Floating Cart */
.dsf-floating-shipping-info {
  font-weight: normal;
  font-size: 13px !important;
  color: #333;
  cursor: pointer;
  padding-right: 2px !important; }
  .dsf-floating-shipping-info.shipping-free {
    color: #bf0000; }

/*# sourceMappingURL=display_shipping_pc-1.2.0.css.map*/