﻿@charset "UTF-8";

/* ----パンくず---- */
.block-topic-path {
  padding: 10px 0;
  background-color: #F5F5F5;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.block-topic-path::-webkit-scrollbar {
  display:none;
}
.block-topic-path--bottom.block-topic-path{
  padding: 15px 0 15px 0;
  margin-bottom: 0;
}
.block-topic-path ul{
  display: flex;
}
.block-topic-path--list + .block-topic-path--list{
  margin-top: 2px;
}
.block-topic-path--list li {
  position: relative;
  padding-right: 20px;
}
.block-topic-path--list li:first-child{
  padding-left: 15px;
}
.block-topic-path--list li:last-child{
  padding-right: 15px;
}
.block-topic-path--list li:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #808080;
  transform: rotate(23deg);
}
.block-topic-path--list li:last-child:after{
  display: none;
}
.block-topic-path--list a {
  text-decoration: none;
  font-size: 1.0rem;
  color: #808080;
}
.block-topic-path--bottom .block-topic-path--list a{
  font-size: 1.1rem;
}
.block-topic-path--list a span{
  display: block;
}
.block-topic-path--list li:last-child a {
  color: #007AB8;
  font-weight: bold;
}

/* ----最近見た商品---- */

.block-recent-item--header {
  padding: 10px;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 290px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.block-search-suggest--keyword {
  padding: 2px;
}

.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}

.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----キーワード検索ブロック---- */

.block-search-box--keyword {
  width: 100%;
  height: 38px;
}

.block-search-box--form {
  padding: 10px;
  position: relative;
  background: #eee;
}

.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
}

.block-search-box--search-submit {
  margin-left: 10px;
  width: 65px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}

/* ----エラー画面---- */

.block-validation-alert {
  text-align: center;
  margin: 100px 10px;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert--link {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}

.block-common-alert-list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #666;
  background-color: #fff;
}

.block-common-alert-list--items {
  color: #a94442;
}

/* ----郵便番号サジェスト---- */

.block-ziplist--ziplist-frame {
  z-index: 2000;
}

/* ----サイクル情報編集---- */

.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

/* ----ワンタイムパスワード送信---- */

.block-onetimepassword-send,
.block-onetimepassword-certify {
  margin: 10px;
}

.block-onetimepassword-certify--resend-message {
  margin-top: 10px;
}
.block-onetimepassword-certify--resend-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

.margin-top-login{
  margin-top: 30px;
}