﻿@charset "UTF-8";

/* ----トピック---- */

.block-top-topic {
  border-top: 0;
  margin: 0 15px;
  padding-top: 0;
}
.block-top-topic--header {
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	padding: 28px 0 15px;
	margin: 48px 0 0;
	position: relative;
	letter-spacing: 0;
}
.block-top-topic--header:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 23px;
	margin: 0;
	background-color: #b2b2b2;
}
.block-top-topic--items {
  border-top: 0;
  margin-bottom: 50px;
}
.block-top-topic--items li {
  border-bottom: 1px solid #e6e5e5;
  padding: 15px 0 16px;
  position: relative;
}
.block-top-topic--items li .block-top-topic--icon {
	height: 14px;
}
.block-top-topic--items li a {
  display: block;
  text-decoration: none;
}
.block-top-topic--items li a:after {
	display: none;
}
.block-top-topic--items li dt {
	font-size: 13px;
	line-height: 1.5;
}
.block-top-topic--items li dd {
	font-size: 14px;
	line-height: 1.4;
	padding-top: 6px;
}
.block-top-topic--next-page {
  text-align: right;
  padding: 10px;
	display: none;
}
.block-top-topic--next-page a {
  text-decoration: underline;
}
.block-topic-page {
  margin: 0 10px;
}
.block-topic-page--article-header {
  margin: 0 0 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.block-topic-page--article-icon {
  vertical-align: middle;
}
.block-topic-page--article-body {
  margin: 10px 0;
}
.block-topic-page--article figure {
  padding: 10px 10px 0 0;
  font-size: 0;
}
.block-topic-page--article figure img {
  padding: 0 0 10px 10px;
}
.block-topic-details {
  margin: 10px;
}
.block-topic-details--header {
  margin: -10px -10px 0;
}
.block-topic-details--icon {
  vertical-align: middle;
  width: 60px;
}
.block-topic-details--items {
  margin: 0;
  border-top: 1px solid #eee;
}
.block-topic-details--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 25px 10px 10px;
  position: relative;
}
.block-topic-details--items li a {
  display: block;
  text-decoration: none;
}
.block-topic-details--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

/* ----最近見た商品---- */

.block-recent-item--header {
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	padding: 28px 0 33px;
	margin: 0;
	position: relative;
	letter-spacing: 0;
}
.block-recent-item--header:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 23px;
	margin: 0;
	background-color: #b2b2b2;
}
/* ----検索サジェスト---- */

.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-topic-path {
  padding: 10px 16px;
  background-color: #ffffff;
  margin: 0;
}
.block-topic-path--list {
  overflow: hidden;
  margin: 6px 0;
}
.block-topic-path--list li {
  float: left;
  display: inline-block;
  font-size: 10px;
  line-height: 140%;
  padding-right: 5px;
  position: relative;
}
.block-topic-path--list li:last-child:after {
  display: none;
}
.block-topic-path--list a {
  text-decoration: none;
}

/* ----キーワード検索ブロック---- */

.block-search-box--keyword {
  width: 100%;
  height: 38px;
}
.block-search-box--form {
	padding: 15px;
	position: relative;
	border: 0;
	background-color: #faf4db;
}
.block-search-box--form span {
	border: 1px solid #e6e5e5;
}
.block-search-box--form span:nth-child(1) {
	border-right: 0;
}
.block-search-box--form span:nth-child(2) {
	border-left: 0;
}
.block-search-box--form .block-search-box--keyword {
	border: 0;
}
.block-search-box--placeholder {
  position: absolute;
  top: 28px;
  left: 28px;
  color: #bfbebe;
  font-size: 13px;
}
.block-search-box--search-submit {
	width: 45px;
	height: 42px;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_search.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	color: #fff;
	font-size: 18px;
	border: none;
	border-left: none;
}

/* ----エラー画面---- */

.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-favorite--checkbox input[type="checkbox"] {
  display: unset;
}
.block-purchase-history--table .status-order {
  width: unset;
}
.block-purchase-history--table a {
  text-decoration: none;
}
.block-purchase-history--table .status-message {
  font-size: 10px;
}
.block-arrival-notice-list--pager-top .pager,
.block-arrival-notice-list--pager-bottom .pager,
.block-point-history-list--pager-top .pager,
.block-point-history-list--pager-bottom .pager,
.block-coupon-list--pager-top .pager,
.block-coupon-list--pager-bottom .pager,
.block-regular-purcharse-list--pager-top .pager,
.block-regular-purcharse-list--pager-bottom .pager,
.block-favorite--pager-top .pager,
.block-favorite--pager-bottom .pager {
  margin: 15px 0 5px 0;
  text-align: center;
}

/* ----LP---- */
.pane-landingpage-contents {
    margin: 0 10px;
}
.pane-landingpage-contents select.js-landingpage-change-order-form {
    max-width: 250px;
}
.block-landingpage-form {
    margin-bottom: 20px;
}
