@charset "utf-8";
/* CSS Document */

/*--------------------
searchResult-title
--------------------*/
.searchResult-title {
  margin: 0.9375rem;
}

.productResult-title {
  margin: 0 0.9375rem ;
}

/*--------------------
relationKeyword
--------------------*/
.relationKeyword {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #d2d2d2;
}

.relationKeyword-title {
  margin: 0 0.9375rem 5px;
}

.relationKeyword-list {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.relationKeyword-list ul {
  float: left;
  padding: 0 13px;
  font-size: 0;
  white-space: nowrap;
}

.relationKeyword-list ul li {
  display: inline-block;
  margin-left: 5px;
}

.relationKeyword-list ul li:first-child {
  margin-left: 0;
}

.relationKeyword-list ul li a {
  padding: 10px 8px;
  border-radius: 5px;
  background: #d3e9ff;
  font-size: 0.75rem;
  text-decoration: none;
}


/*--------------------
fluctuationKeyword
--------------------*/
#MainContents .fluctuationKeyword {
  margin: 20px 0.9375rem 0;
}

.fluctuationKeyword-suggest {
  font-size: 0.8125rem;
}

.fluctuationKeyword-origin {
  font-size: 0.75rem;
  margin-top: 5px;
}


/*--------------------
searchResultPromotion
--------------------*/
#MainContents .searchResultPromotion {
  margin: 20px 0 0;
}

.searchResultPromotion-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.searchResultPromotion-body > ul {
  padding: 0 13px;
  white-space: nowrap;
}

.searchResultPromotion-body > ul > li {
  display: inline-block;
  width: 90%;
  max-width: 300px;
  position: relative;
  vertical-align: top;
  padding: 0 13px 0 4px;
  white-space: normal;
}

.searchResultPromotion-body > ul > li a {
  display: block;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
}

.searchResultPromotion-name {
  padding-left: 90px;
  min-height: 80px;
  overflow-x: auto;
  line-height: 1.5;
}

.searchResultPromotion-thumb {
  position: absolute;
  top: 0;
  left: 0;
}


/*--------------------
searchAll
--------------------*/
#MainContents .productResult.searchAll {
  margin-top: 50px;
}

.searchAll-showAll {
  margin: 0.9375rem;
}


/*--------------------
notFound
--------------------*/
.notFound-lead {
  margin: 0 0.9375rem;
}
.notFound-resultMessage {
  font-size: 0.8125rem;
}

.notFound-resultMessage + .notFound-resultMessage {
  margin-top: 5px;
}

.notFound-resultMessage span {
  font-size: 0.9375rem;
  font-weight: bold;
}

.notFound-otherSearch {
  margin-top: 20px;
}

.notFound-otherSearch + .notFound-otherSearch {
  margin-top: 50px;
}

.notFound-otherSearch-head {
  padding: 0 0.9375rem 10px;
  font-size: 0;
}

.notFound-otherSearch-head .searchKeyword {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 0.9375rem;
  font-size: 0.9375rem;
}

.notFound-otherSearch-head .searchResultCount {
  display: inline-block;
  font-size: 0.8125rem;
}

.notFound-otherSearch-head .searchResultCount span {
  font-weight: bold;
  color: #d80000;
  padding-left: 5px;
}

.notFound-otherSearch-head .searchResultCount a {
  margin-left: 5px;
}

.notFound-otherSearch .productViewWrap > ul > li a.link .itemContainer {
  padding-top: 20px;
}

.notFound-otherSearch .productListView .priceBox {
  margin-top: 15px;
}


/*--------------------
replacementItem
--------------------*/
#MainContents .replacementItem {
  margin-top: 40px;
}

.replacementItem-title {
  margin: 0 0.9375rem 10px;
}

.replacementItem .productViewWrap > ul > li a.link .itemContainer {
  padding-top: 20px;
}


/*--------------------
searchAdvice
--------------------*/
.searchAdvice {
  margin: 15px 0.9375rem 0;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
}

.searchAdvice-head {
  margin-bottom: 5px;
}

.searchAdvice-title {
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  color: #d80000;
}

.searchAdvice-title span {
  padding: 3px 0 3px 28px;
  background: url(/resource/sp/images/ico/v2_ico_excl02.png) no-repeat 0 1px;
  background-size: 21px 19px;
}

.searchAdvice-body > ul > li {
  position: relative;
  padding-left: 10px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.searchAdvice-body > ul > li + li {
  margin-top: 5px;
}

.searchAdvice-body > ul > li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


/*--------------------
other
--------------------*/
.notSearchCondition {
  margin: 15px 0.9375rem 0;
}

.notSearchCondition p {
  font-size: 0.8125rem;
  color: #d80000;
  line-height: 1.6;
}

.predictBlock {
  margin: 15px 0.9375rem 0;
}

.notSearchCondition p {
  font-size: 0.8125rem;
  line-height: 1.6;

}
#MainContents .orderHistory {
  margin-top: 30px;
}
