﻿
@import url("elcafe_sp.css");
/* エルカフェ用デザイン */
/* --------------------------------------------------------------------
	common　PS/SP切り替え
-------------------------------------------------------------------- */
.change_mode_wrap_ .change_mode_ {
  display: table;
  margin: 0 auto;
  height: 23px;
}

.change_mode_wrap_ .change_mode_ li {
  display: table-cell;
  vertical-align: top;
  padding: 3px 12px;
}

.change_mode_wrap_ .change_mode_ li:first-child + li {
  background: url(../image/vertical_line.png) left center no-repeat;
  background-size: 1px 23px;
}

.change_mode_wrap_ .change_mode_ li img {
  vertical-align: top;
}

.d_pc {
  display: none;
}

.d_sp {
  display: block;
}

/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1 {
  font-size: 8px;
}

h2.goods_name_ {
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
}

h1.category_name_ {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "游明朝", "YuMincho";
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 8px 10px;
  margin: 10px 5px;
  background: url(../image/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* カテゴリ画像登録時 */
.category_title_ {
  position: relative;
  background: #fff;
}

.category_title_ .category_title_name_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category_title_ .category_title_name_ .inner_ {
  display: table;
  width: 100%;
  height: 100%;
}

.category_title_ .category_title_name_ .category_title_border_ {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
}

.category_title_ .category_title_name_ h1 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  z-index: 1;
}

.category_title_ .category_title_name_ h1 span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.category_title_ .category_title_name_ h1:before,
.category_title_ .category_title_name_ h1:after,
.category_title_ .category_title_name_ h1 span:before,
.category_title_ .category_title_name_ h1 span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
}

.category_title_ .category_title_name_ h1:before,
.category_title_ .category_title_name_ h1:after {
  width: 0;
  height: 1px;
  -webkit-transition: width 1s 0.6s;
  transition: width 1s 0.6s;
}

.category_title_ .category_title_name_ h1:before {
  left: 0;
  top: 0;
}

.category_title_ .category_title_name_ h1:after {
  right: 0;
  bottom: 0;
}

.category_title_ .category_title_name_ h1 span:before,
.category_title_ .category_title_name_ h1 span:after {
  width: 1px;
  height: 0;
  -webkit-transition: height 1.3s 0.6s;
  transition: height 1.3s 0.6s;
}

.category_title_ .category_title_name_ h1 span:before {
  right: 0;
  top: 0;
}

.category_title_ .category_title_name_ h1 span:after {
  left: 0;
  bottom: 0;
}

.category_title_.border_ .category_title_name_ h1:before,
.category_title_.border_ .category_title_name_ h1:after {
  width: 100%;
}

.category_title_.border_ .category_title_name_ h1 span:before,
.category_title_.border_ .category_title_name_ h1 span:after {
  height: 100%;
}

.category_title_ > img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.category_title_.border_ > img {
  opacity: 1;
}

/**/
h1.genre_name_ {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "游明朝", "YuMincho";
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 8px 10px;
  margin: 10px 5px;
  background: url(../image/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1.genre_name_img_ {
  margin: 10px 0;
  text-align: center;
}

h1.event_name_ {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "游明朝", "YuMincho";
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 8px 10px;
  margin: 10px 5px;
  background: url(../image/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1.event_name_img_ {
  margin: 10px 0;
  text-align: center;
}

.top_comment_ {
  margin: 0 10px 10px;
}

.top_comment_ p {
  font-size: 12px;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
  color: #a79f9d;
  padding: 5px;
  margin: 5px;
  background: #ebe7de;
}

.navitopicpath_ a {
  color: #a79f9d;
  font-size: 9px;
  text-decoration: none;
  padding-left: 0.5em;
}

.navitopicpath_ a.topicpath_home_ {
  padding-left: 20px;
  margin: 0;
  background: url(../image/home1.png) left center no-repeat;
  background-size: auto 10px;
}

.navitopicpath_ a span,
.navitopicpath_ a span strong {
  color: #a79f9d;
  font-size: 9px;
}

.navitopicpath_ span strong {
  font-weight: bold;
}

#bread-crumb-list li {
  display: inline-block;
}

/* ページジャンプ */
.navipage_ {
  margin: 0 5px 15px;
  text-align: center;
}

.navipage_.top_ {
  /* ページジャンプ上部 */
}

.navipage_.bottom_ {
  /* ページジャンプ下部 */
}

.navipage_ .navipage_sum_ {
  display: block;
  vertical-align: middle;
  color: #6f6462;
  font-size: 12px;
  margin: 0 0 3px;
}

.navipage_ .navipage_sum_ strong {
  font-weight: normal;
}

.navipage_ a,
.navipage_now_ {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin: 0 3px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navipage_ a {
  color: #6f6462;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #fff;
}

.navipage_now_ {
  color: #fff;
  font-weight: bold;
  background-color: #6f6562;
  border: 1px solid #6f6562;
}

.navipage_ .navipage_first_,
.navipage_ .navipage_prev_,
.navipage_ .navipage_next_,
.navipage_ .navipage_last_ {
  width: 44px;
}

/* 並び替え */
.navisort_ {
  padding: 5px;
  background: #c6c6c6;
}

.navisort_ nav {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 0;
}

.navisort_ a,
.navisort_now_ {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  height: 32px;
  font-size: 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.navisort_ a {
  color: #6f6462;
  background: #fff;
}

.navisort_now_ {
  color: #fff;
  background: #6f6562;
}

/* 表示切替 */
.navistyle_ {
  padding: 5px 10px 0;
  background: #c6c6c6;
}

.navistyle_ ul {
  display: table;
  width: 100%;
  height: 32px;
  background: #fff;
  border-radius: 16px;
}

.navistyle_ li {
  display: table-cell;
  vertical-align: middle;
  text-indent: -9999px;
  width: 50%;
}

.navistyle_ li a,
.navistyle_ li .navistyle_now_ {
  display: block;
  height: 32px;
}

.navistyle_ li a {
  background: #fff;
}

.navistyle_ li:nth-of-type(1) a {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background: #fff url(../image/style_list.png) center center no-repeat;
  background-size: auto 12px;
}

.navistyle_ li:nth-of-type(2) a {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #fff url(../image/style_detail.png) center center no-repeat;
  background-size: auto 12px;
}

.navistyle_ li .navistyle_now_ {
  background: #6f6562;
}

.navistyle_ li:nth-of-type(1) .navistyle_now_ {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background: #6f6562 url(../image/style_list_active.png) center center no-repeat;
  background-size: auto 12px;
}

.navistyle_ li:nth-of-type(2) .navistyle_now_ {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #6f6562 url(../image/style_detail.png) center center no-repeat;
  background-size: auto 12px;
}

/* 商品分類絞込 */
#goods_class_filter_ {
  padding-bottom: 3px;
}

#goods_class_filter_ .class_filter_ {
  margin-right: 10px;
}

#goods_class_filter_ .class_filter_ .selected_ {
  background-color: #ffeeff;
}

/* --------------------------------------------------------------------
	Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
  background-color: #ffffff;
  border: 1px solid #999999;
  display: none;
  padding: 2px 0;
  position: absolute;
  z-index: 9999;
}

#suggestZipArea .itemNotFound {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #999999;
  font-style: italic;
}

#suggestZipArea .itemLine {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
  color: #000000;
}

#suggestZipArea .selected {
  background-color: #ffdddd;
  color: #c00000;
}

#suggestZipArea .itemLine .itemCode {
  float: left;
  font-weight: bold;
  margin-right: 4px;
}

/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
.topiclist_body_ .topic_title_ {
  margin-bottom: 10px;
  padding: 10px 10px;
  clear: both;
  text-shadow: 0 -1px 1px #999;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #DFDFDF -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DFDFDF));
  background: #DFDFDF linear-gradient(top, #FFF, #DFDFDF);
}

.topiclist_body_ figure {
  padding: 0 10px 10px;
}

.topiclist_body_ article {
  padding: 0 10px 10px;
}

/* トピック一覧 */
#block_of_topic {
  margin-bottom: 20px;
}

div.topiclist_ {
  margin: 0 5px 25px;
}

div.topiclist_ .topiclist_head_ {
  position: relative;
  margin: 0 0 15px;
  line-height: 12px;
  text-align: center;
}

div.topiclist_ .topiclist_head_:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  border-top: solid 1px #ebe7d5;
}

div.topiclist_ .topiclist_head_ a {
  display: block;
  text-decoration: none;
}

div.topiclist_ .topiclist_head_ span {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}

div.topiclist_ .topiclist_head_ span img {
  height: 18px;
}

div.topiclist_ .topiclist_btn_ {
  text-align: center;
}

div.topiclist_ .topiclist_btn_ img {
  height: 28px;
  border: solid 1px #c2ab7d;
}

div.topiclist_ .topiclist_body_ {
  overflow: auto;
  max-height: 140px;
  padding: 0 10px;
  background: #FFF;
  -webkit-overflow-scrolling: touch;
}

div.topiclist_ .topiclist_body_ li {
  margin-bottom: 1em;
}

div.topiclist_ .topiclist_body_ li dl {
  display: table;
  width: 100%;
}

div.topiclist_ .topiclist_body_ li dt,
div.topiclist_ .topiclist_body_ li dd {
  display: table-cell;
  vertical-align: top;
  padding: 0 0;
}

div.topiclist_ .topiclist_body_ li dt {
  width: 6em;
  white-space: nowrap;
  font-size: 10px;
  padding-right: 10px;
}

div.topiclist_ .topiclist_body_ li dt img {
  display: block;
  height: 18px;
  margin: 3px 0 0;
}

div.topiclist_ .topiclist_body_ li dd {
  font-size: 12px;
}

div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
  display: block;
}

div.topiclist_ .topiclist_body_ li a {
  text-decoration: underline;
}

/* トピック詳細一覧 */
div.topicdetaillist_ {
  margin: 0 10px 10px;
  border: 1px solid #E0E0E0;
}

div.topicdetaillist_ .topicdetaillist_body_ {
  margin: 0 5px 5px;
  padding: 0 10px;
}

div.topicdetaillist_ .topicdetaillist_body_ li {
  border-bottom: 1px dotted #CCC;
}

div.topicdetaillist_ .topicdetaillist_body_ li:last-child {
  border-bottom: none;
}

div.topicdetaillist_ .topicdetaillist_body_ li a,
div.topicdetaillist_ .topicdetaillist_body_ li span.nolink_ {
  padding: 5px;
  display: block;
}

div.topicdetaillist_ .topicdetaillist_body_ li a {
  padding-right: 20px;
  background: url(../image/link_goods.png) right center no-repeat;
}

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
  position: relative;
  clear: both;
}

div.goodsproductdetail_ {
  width: 100%;
}

div.goodsproductdetail_ .icon1_ {
  padding: 0 5px 10px;
}

div.goodsproductdetail_ .icon1_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

div.goodsproductdetail_ .icon1_ img {
  float: left;
  height: 16px;
  margin: 0 2.5px 4px;
}

div.goodsproductdetail_ .goods_title_ {
  padding: 10px;
  background: url(../image/goods_detail_title_bg.png) center center repeat;
  background-size: auto 7px;
}

div.goodsproductdetail_ .goods_title_ .goods_code_ {
  color: #401c04;
  font-size: 10px;
}

div.goodsproductdetail_ .goods_title_ .goods_name_ {
  color: #401c04;
  font-size: 16px;
  font-family: "游明朝", "YuMincho";
}

#spec_goods_comment {
  padding: 15px 10px 10px;
}

#spec_goods_comment .top_comment_ {
  color: #401c04;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

#spec_goods_comment .comment_ {
  font-size: 12px;
}

div.goodsproductdetail_ .price_box_ {
  padding: 0 10px 10px;
}

div.goodsproductdetail_ .price_box_ .price_,
div.goodsproductdetail_ .price_box_ .default_price_,
div.goodsproductdetail_ .price_box_ .special_price_ {
  font-size: 16px;
  font-weight: bold;
}

div.goodsproductdetail_ .icon2_ {
  padding: 0 5px;
}

div.goodsproductdetail_ .icon2_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

div.goodsproductdetail_ .icon2_ img {
  float: left;
  height: 54px;
  margin: 0 2.5px 5px;
  border: 1px solid #ddd;
}

table.goodsproductdetail_ {
  width: 100%;
}

table.goodsproductdetail_ td {
  vertical-align: top;
}

td.goodscomment_ {
  background-color: #ffffff;
  width: 592px;
}

/* 商品画像 */
div.goodsimg_ {
  overflow: hidden;
  position: relative;
  min-height: 140px;
  text-align: center;
  padding: 5px 0 0;
  margin: 0 0 8px;
}

#gallery .flex-viewport {
  min-height: 140px;
  background: #fff;
}

#gallery .slides {
  display: none;
}

#gallery .slides:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#gallery #slider_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -8px;
  z-index: 1;
}

#gallery .flex-control-nav {
  font-size: 0;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0;
  z-index: 2;
}

#gallery .flex-control-nav li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2.5px;
}

#gallery .flex-control-nav li a {
  cursor: pointer;
  display: block;
  width: 6px;
  height: 6px;
  text-indent: -9999px;
  border-radius: 50%;
}

#gallery .flex-control-nav li a {
  background: #a79f9d;
}

#gallery .flex-control-nav li a.flex-active {
  background: #eb2142;
}

div.goodsimg_ .img_c_ {
  margin-bottom: 10px;
  text-align: center;
}

div.goodsimg_ .img_c_ img {
  max-width: 200px;
}

div.goodsimg_ .img_c_ .comment_ {
  margin-top: 5px;
}

/* 商品画像バリエーション */
div.etc_goodsimg_ {
  margin: 0 3px 5px 10px;
}

div.etc_goodsimg_line_ {
  overflow: hidden;
}

div.etc_goodsimg_item_ {
  width: 18%;
  margin: 0 2% 0 0;
  float: left;
  text-align: center;
}

/* 商品スペック */
div.goodsspec_ {
  margin-bottom: 10px;
}

dl.goodsspec_ {
  margin: 0 10px;
  margin-bottom: 10px;
}

dl.goodsspec_ dt,
dl.goodsspec_ dd {
  display: block;
}

dl.goodsspec_ dt {
  padding: 2px 2px 2px 6px;
  background-color: #F0F0F0;
}

dl.goodsspec_ dd {
  font-size: 14px;
  padding: 2px 2px 2px 12px;
}

dl.goodsspec_ dd .price_box_ small {
  display: block;
}

.to_detaillink_ {
  margin: 0 10px 0 0;
  text-align: right;
}

.to_detaillink_ a {
  padding-left: 20px;
  display: inline-block;
  background: url(/img/usr/blank.png) left center no-repeat;
}

div.goodsproductdetail_ div.icon_ {
  margin: 0 10px;
}

div.goodsproductdetail_ div.icon_ img {
  width: 40px;
  height: 13px;
  vertical-align: top;
}

#spec_code {
  font-size: 12px;
  font-weight: bold;
  margin: 0 10px;
}

#spec_price {
  text-align: right;
}

#spec_price p.special_price_ {
  margin: 0 10px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}

#spec_price p.normal_price_ {
  margin: 0 10px;
  display: block;
  text-align: right;
  font-size: 12px;
}

/* 入荷案内申込関係 */
div.backorder_variation_unit_ {
  margin: 0 10px 20px;
  padding: 10px;
  vertical-align: middle;
  background: #F0F0F0;
  border-radius: 5px;
}

/* カートボタン関係 */
div.cartbox_ {
  margin: 0 10px 5px;
  vertical-align: middle;
}

div.cartbox_ .variationlist_ h2.ttl_color_,
div.cartbox_ .variationlist_ h2.ttl_size_ {
  padding: 6px 0;
  margin-bottom: 10px;
  border-bottom: #3fbf0d 1px dotted;
  text-align: left;
}

div.cartbox_ .variationlist_ h2.ttl_color_ img,
div.cartbox_ .variationlist_ h2.ttl_size_ img {
  height: 13px;
}

div.cartbox_ input.main_action_button_#cart_in {
  width: 80%;
  padding: 0;
}

div.cartbox_ input#cart_bookmark {
  width: 15%;
  padding: 0;
  margin: 0 0 0 2%;
  outline: none;
  border-bottom: none;
  background: #85c6e6;
}

/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
  margin-bottom: 10px;
}

/* バリエーションボックス */
div.cartbox_ p.guide_ {
  background: #FFF;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 5px;
}

div.cartbox_ p.message_ {
  padding-left: 5px;
}

div.cartbox_ div.colors_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

div.cartbox_ div.colors_ div.color_ {
  width: 46px;
  height: 46px;
  margin: 2px 2px 5px 2px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 5px;
}

div.cartbox_ div.colors_ div.color2_ {
  width: 46px;
  height: 46px;
  margin: 2px 2px 5px 2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-position: center;
}

div.cartbox_ div.colors_ div.color_EnableStock_ {
  border: solid 2px #d0d0d0;
  background-color: #FFF;
  cursor: pointer;
}

div.cartbox_ div.colors_ div.color_DisableStock_ {
  border: dashed 2px #d0d0d0;
  background-color: #909090;
  cursor: pointer;
}

div.cartbox_ div.colors_ div.color_Selected_ {
  border: solid 2px #3fbf0d;
  background-color: #ffffff;
}

div.cartbox_ div.colors_ div.color_DisableSelected_ {
  border: dashed 2px #ffc0c0;
  background-color: #909090;
  color: #ffc0c0;
}

div.cartbox_ div.colors_ br, div.cartbox_ div.sizes_ p.message_ {
  clear: left;
}

div.cartbox_ div.sizes_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

div.cartbox_ div.sizes_ div.size_ {
  width: 46px;
  height: 46px;
  float: left;
  display: inline-block;
  padding: 1px 5px;
  margin: 2px 2px 5px 2px;
  text-align: center;
  border-radius: 5px;
  display: table;
  table-layout: fixed;
}

div.cartbox_ div.sizes_ div.size_ div {
  word-break: break-all;
  display: table-cell;
  vertical-align: middle;
}

div.cartbox_ div.sizes_ div.size_ p {
  clear: both;
}

div.cartbox_ div.sizes_ div.size_EnableStock_ {
  border: solid 2px #d0d0d0;
  background-color: #FFF;
  cursor: pointer;
}

div.cartbox_ div.sizes_ div.size_DisableStock_ {
  border: solid 2px #d0d0d0;
  background-color: #909090;
  cursor: pointer;
}

div.cartbox_ div.sizes_ div.size_Selected_ {
  border: solid 2px #3fbf0d;
  background-color: #ffffff;
}

div.cartbox_ div.sizes_ div.size_DisableSelected_ {
  border: solid 2px #d0d0d0;
  background-color: #909090;
  color: #ffc0c0;
}

.goodsproductdetail_ .goodsimg_ div.mask_ {
  position: absolute;
  z-index: 10;
  color: #ff4a4a;
  font-weight: bold;
}

/**/
/* SNS */
ul.sns_ {
  text-align: left;
  padding: 0 10px 10px;
}

ul.sns_ li {
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/**/
/**/
/* セット内容一覧 */
div.goods_set_list_ {
  margin: 0 5px;
}

table.goods_set_ {
  margin: 0 0 5px;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}

table.goods_set_ td {
  padding: 1px 5px;
  border-bottom: 1px solid #CCCCCC;
}

table.goods_set_ th {
  background-color: #F8F8F8;
  vertical-align: middle;
  width: 25%;
  font-weight: normal;
  text-align: left;
  padding: 1px 5px;
  border-bottom: 1px solid #CCCCCC;
  white-space: nowrap;
}

/**/
/**/
/* 店舗在庫 */
div.storestock_ {
  margin-bottom: 10px;
}

dl.storestock_ {
  margin: 0 10px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

dl.storestock_ dt,
dl.goodsspec_ dd {
  display: block;
}

dl.storestock_ dt {
  padding: 5px 5px 5px 6px;
  background-color: #F0F0F0;
}

dl.storestock_ dd {
  font-size: 14px;
  padding: 5px 5px 5px 12px;
}

span.storestock_div_ {
  font-weight: bold;
  margin-left: 10px;
}

span.storestock_item_ {
  font-size: 16px;
  padding-right: 12px;
}

div.storestock_alert_ {
  margin: 0 10px 10px;
}

/**/
p.icon_detail_ {
  margin: 0 10px 5px;
  font-size: 10px;
  line-height: 1.4;
}

div.goodscomment1_ {
  margin: 0 10px 5px;
}

div.goodscomment1_ li {
  font-size: 10px;
}

div.goodscomment1_ li span {
  display: block;
  font-size: 10px;
}

div.goodscomment2_ {
  margin: 0 10px 20px;
}

div.goodscomment2_ .speclist_ {
  width: 100%;
  border: 1px solid #ece5e3;
}

div.goodscomment2_ .speclist_ th,
div.goodscomment2_ .speclist_ td {
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
  padding: 5px 6px;
  border: 1px solid #ece5e3;
}

div.goodscomment2_ .speclist_ th {
  width: 8em;
  font-weight: normal;
  background: #f3ecea;
}

div.goodscomment3_ {
  padding: 0 0 25px;
}

div.goodscomment3_ .common_headline2_ {
  margin: 0 10px 5px;
}

.goodstit_h2_,
.goodsttl_h3_ {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", "YuMincho";
  margin: 0 10px 10px;
}

.goodstit_h2_ img,
.goodsttl_h3_ img {
  display: block;
}

.goodstit_h2_ img:first-of-type,
.goodsttl_h3_ img:first-of-type {
  margin-bottom: 10px;
}

.goodstit_h2_ img:last-of-type,
.goodsttl_h3_ img:last-of-type {
  margin-top: 10px;
}

.goodstit_h3_,
.goodsttl_h4_ {
  color: #401c04;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", "YuMincho";
  margin: 0 10px 10px;
}

.goods_column1_ {
  margin: 0 10px;
}

.goods_column1_ .img_ {
  margin: 0 0 8px;
}

.goods_column1_ > * + .img_ {
  margin-top: 8px;
}

.goods_column1_ .comment_ {
  color: #401c04;
  font-size: 12px;
  line-height: 22px;
}

.goods_column2_box_ {
  margin: 0 10px 25px;
}

.goods_column2_box_ li {
  margin: 20px 0 0;
}

.goods_column2_box_ li h5 {
  color: #401c04;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  font-family: "游明朝", "YuMincho";
  margin: 0 0 10px;
  border-bottom: 1px solid #928874;
}

.goods_column2_ .img_ {
  margin: 0 0 8px;
}

.goods_column2_ .comment_ {
  color: #401c04;
  font-size: 12px;
  line-height: 22px;
}

.goods_movie_ {
  /*padding: 10px 10px 0;*/
  margin: 10px 10px 0;
  position: relative;
  width: calc(100% - 20px);
  padding-top: 56.25%;
}

.goods_movie_ iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.manager_recommend_ {
  padding: 20px 15px;
  margin: 25px 0 0;
  background: url(../image/manager_rec_bg.png) center center repeat;
}

.manager_recommend_ .inner_ {
  padding: 20px 0 0;
}

.manager_recommend_ .img_ {
  width: 35%;
  margin: 0 auto 10px;
}

.manager_recommend_ .comment_ {
  color: #401c04;
  font-size: 12px;
  line-height: 22px;
}

.manager_recommend_ .comment_ .righttext_ {
  display: block;
  font-size: 10px;
  margin: 10px 0 0;
}

div.goodscomment4_ {
  margin: 0 0 20px;
}

div.goodscomment4_ .goods_column2_ {
  margin: 0 10px;
}

div.goodscomment4_ .comment_ small {
  font-size: 10px;
}

div.goodscomment5_ {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.rulescomment_ {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.goods_ div.accessory_list_ {
  margin: 10px 0px;
}

.option_buttons_ {
  margin: 0 10px 10px;
}

.option_buttons_ li.social_ {
  /*	text-align: center;*/
}

.option_buttons_ li.social_ div.socialbutton_ {
  margin-bottom: 15px;
}

/* --------------------------------------------------------------------
	商品一覧 サムネイル
-------------------------------------------------------------------- */
ul.goods_t_ {
  padding: 5px 2.5px;
}

ul.goods_t_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

ul.goods_t_ li {
  float: left;
  width: 50%;
  padding: 0 2.5px;
  margin: 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.goods_t_ li:nth-of-type(odd) {
  clear: both;
}

ul.goods_t_ li a,
ul.goods_t_ li div.nolink_ {
  display: block;
  text-decoration: none;
  background: #fff;
}

ul.goods_t_ li .img_ {
  width: 100%;
}

ul.goods_t_ li .img_ img {
  width: 100%;
}

ul.goods_t_ li .desc_ {
  position: relative;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.goods_t_ li .desc_ .icon_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

ul.goods_t_ li .desc_ .icon_ img {
  display: block;
  float: left;
  width: 49%;
  margin: 0 0 5px 2%;
}

ul.goods_t_ li .desc_ .icon_ img:nth-of-type(odd) {
  clear: both;
  margin-left: 0;
}

ul.goods_t_ li .name_ .name1_ {
  color: #928874;
  font-size: 12px;
  line-height: 1.6;
}

ul.goods_t_ li .name_ .name2_ {
  font-size: 10px;
}

.goods_t_ .brand_icon_ {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}

#top .goods_t_ .brand_icon_ {
  display: block;
}

#HENRI .event_ .goods_ > .goods_container_ {
  width: 100%;
  overflow: auto;
}

#HENRI .event_ .goods_ > .goods_container_ ul {
  display: table;
  padding: 15px 8px;
}

#HENRI .event_ .goods_ > .goods_container_ ul li {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  min-width: 120px;
  padding: 0 7px;
  float: none;
}

#HENRI .event_ .goods_ > .goods_container_ ul li a {
  display: block;
  text-decoration: underline;
  color: #230e02;
  background: none;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .img_ {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  overflow: hidden;
  border: solid 1px #d8d8d8;
  background: #FFFFFF;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .img_ .img_in_ {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .desc_ {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .desc_ .icon_ {
  display: none;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .name_ {
  display: inline;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .name_ .name1_ {
  color: #230e02;
  font-size: 12px;
  line-height: 1.6;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .name_ .name2_ {
  font-size: 10px;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .price_box_ {
  text-align: left;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .price_box_ .price_ {
  color: #230e02;
}

#HENRI .event_ .goods_ > .goods_container_ ul li .price_box_ > small {
  display: none;
}

#HENRI .event_ .goods_ > .goods_container_ ul.goods_r_ li .rank_.rank1_ {
  background-image: url(../image/rank1st.png);
}

#HENRI .event_ .goods_ > .goods_container_ ul.goods_r_ li .rank_.rank2_ {
  background-image: url(../image/rank2nd.png);
}

#HENRI .event_ .goods_ > .goods_container_ ul.goods_r_ li .rank_.rank3_ {
  background-image: url(../image/rank3rd.png);
}

#HENRI .event_ .goods_ > .goods_container_ ul.goods_r_ li .rank_.rank4_ {
  background-image: url(../image/rank4th.png);
}

#HENRI .event_ .goods_ > .goods_container_ ul.goods_r_ li .rank_.rank5_ {
  background-image: url(../image/rank5th.png);
}

#HENRI .event_ .goods_ > .goods_container_ ul.goods_r_ li .rank_.rank6_ {
  background-image: url(../image/rank6th.png);
}

#HENRI .event_ .goods_ > .goods_container_ ul.goods_r_ li .rank_ {
  background-size: auto 14px;
}

/* --------------------------------------------------------------------
	商品一覧 サムネイル(カート有り)
-------------------------------------------------------------------- */
ul.goods_j_ {
  padding: 5px 2.5px;
}

ul.goods_j_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

ul.goods_j_ li {
  float: left;
  width: 50%;
  padding: 0 2.5px;
  margin: 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.goods_j_ li:nth-of-type(odd) {
  clear: both;
}

ul.goods_j_ li a,
ul.goods_j_ li div.nolink_ {
  display: block;
  text-decoration: none;
}

ul.goods_j_ li figure.img_,
ul.goods_j_ li div.desc_ {
  background: #fff;
}

ul.goods_j_ li .img_ {
  width: 100%;
}

ul.goods_j_ li .img_ img {
  width: 100%;
}

ul.goods_j_ li .desc_ {
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.goods_j_ li .desc_ .icon_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

ul.goods_j_ li .desc_ .icon_ img {
  display: block;
  float: left;
  width: 49%;
  margin: 0 0 5px 2%;
}

ul.goods_j_ li .desc_ .icon_ img:nth-of-type(odd) {
  clear: both;
  margin-left: 0;
}

ul.goods_j_ li .name_ .name1_ {
  color: #928874;
  font-size: 12px;
  line-height: 1.6;
}

ul.goods_j_ li .name_ .name2_ {
  font-size: 10px;
}

ul.goods_j_ li .icon2_ {
  font-size: 0;
  overflow: hidden;
}

ul.goods_j_ li .icon2_ img {
  width: 32%;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 2%;
  margin-bottom: 2px;
  float: left;
}

ul.goods_j_ li .icon2_ img:nth-of-type(3n+1) {
  clear: both;
  margin: 0%;
}

ul.goods_j_ li .main_action_button_ {
  padding: 0 0;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
.goods_p_ {
  padding: 0 5px 5px;
  margin: 0 5px 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.1);
}

.goods_p_ .goods_p_item_ {
  padding: 20px 15px 20px;
  background: url(../image/styleD_bg.png) center top repeat;
}

.goods_p_ .img_ {
  position: relative;
  width: 80%;
  margin: 0 auto 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods_p_ .img_:before {
  content: url(../image/styleD_item_bg.png);
  display: block;
  position: absolute;
  left: 50%;
  top: -17px;
  margin: 0 0 0 -30px;
  z-index: 2;
}

.goods_p_ .img_ a {
  display: block;
  text-align: center;
  padding: 5px;
  background: #fff;
}

.goods_p_ .img_ a + img {
  display: block;
  vertical-align: top;
}

.goods_p_ .name_ {
  margin: 0 0 10px;
}

.goods_p_ .name1_ {
  color: #3f3634;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.goods_p_ .name1_ a {
  color: #3f3634;
  text-decoration: none;
}

.goods_p_ .goodscomment_ {
  font-size: 12px;
}

/* --------------------------------------------------------------------
	商品一覧 ランキング
-------------------------------------------------------------------- */
ul.goods_r_ {
  padding: 5px 2.5px;
}

ul.goods_r_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

ul.goods_r_ li {
  float: left;
  width: 50%;
  padding: 0 2.5px;
  margin: 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.goods_r_ li:nth-of-type(odd) {
  clear: both;
}

ul.goods_r_ li a,
ul.goods_r_ li div.nolink_ {
  display: block;
  text-decoration: none;
  background: #fff;
}

ul.goods_r_ li .img_ {
  width: 100%;
}

ul.goods_r_ li .img_ img {
  width: 100%;
}

ul.goods_r_ li .desc_ {
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.goods_r_ li .desc_ .icon_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

ul.goods_r_ li .desc_ .icon_ img {
  display: block;
  float: left;
  width: 49%;
  margin: 0 0 5px 2%;
}

ul.goods_r_ li .desc_ .icon_ img:nth-of-type(odd) {
  clear: both;
  margin-left: 0;
}

ul.goods_r_ li .name_ .name1_ {
  color: #928874;
  font-size: 12px;
  line-height: 1.4;
}

ul.goods_r_ li .name_ .name2_ {
  font-size: 10px;
}

ul.goods_r_ li .rank_ {
  color: #401c04;
  font-size: 20px;
  font-family: YuMincho, '游明朝';
  text-align: center;
  line-height: 1;
  margin: 0 0 4px;
}

ul.goods_r_ li .rank_.rank1_ {
  text-indent: -9999px;
  background: url(../image/1st.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank2_ {
  text-indent: -9999px;
  background: url(../image/2nd.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank3_ {
  text-indent: -9999px;
  background: url(../image/3rd.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank4_ {
  text-indent: -9999px;
  background: url(../image/4th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank5_ {
  text-indent: -9999px;
  background: url(../image/5th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank6_ {
  text-indent: -9999px;
  background: url(../image/6th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank7_ {
  text-indent: -9999px;
  background: url(../image/7th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank8_ {
  text-indent: -9999px;
  background: url(../image/8th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank9_ {
  text-indent: -9999px;
  background: url(../image/9th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank10_ {
  text-indent: -9999px;
  background: url(../image/10th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank11_ {
  text-indent: -9999px;
  background: url(../image/11th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank12_ {
  text-indent: -9999px;
  background: url(../image/12th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank13_ {
  text-indent: -9999px;
  background: url(../image/13th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank14_ {
  text-indent: -9999px;
  background: url(../image/14th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank15_ {
  text-indent: -9999px;
  background: url(../image/15th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank16_ {
  text-indent: -9999px;
  background: url(../image/16th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank17_ {
  text-indent: -9999px;
  background: url(../image/17th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank18_ {
  text-indent: -9999px;
  background: url(../image/18th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank19_ {
  text-indent: -9999px;
  background: url(../image/19th.png) center center no-repeat;
  background-size: auto 20px;
}

ul.goods_r_ li .rank_.rank20_ {
  text-indent: -9999px;
  background: url(../image/20th.png) center center no-repeat;
  background-size: auto 20px;
}

/* --------------------------------------------------------------------
	商品一覧 詳細表示
-------------------------------------------------------------------- */
.goods_i_ {
  padding: 2.5px 2.5px 0;
}

.goods_i_ > li {
  display: table;
  padding: 5px;
  margin: 0 0 2.5px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods_i_ > li .left_column_,
.goods_i_ > li .desc_ {
  display: table-cell;
  vertical-align: top;
}

.goods_i_ > li .left_column_ {
  width: 40%;
}

.goods_i_ > li .icon1_ {
  margin: 5px 0 0;
}

.goods_i_ > li .icon1_ img {
  float: left;
  width: 50%;
  padding: 0 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods_i_ > li .desc_ {
  padding: 0 0 0 10px;
}

.goods_i_ > li .name1_ {
  font-weight: bold;
  margin: 0 0 5px;
}

.goods_i_ > li .name1_ a {
  text-decoration: none;
}

.goods_i_ > li .comment_ {
  color: #ea9a46;
  font-size: 12px;
  margin: 0 0 5px;
}

.goods_i_ > li .goodscomment_ {
  font-size: 12px;
  margin: 0 0 5px;
}

.goods_i_ > li .goodscomment_ li {
  font-size: 12px;
}

.goods_i_ > li .goodscomment_ li span {
  font-size: 12px;
}

.goods_i_ > li .icon2_:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.goods_i_ > li .icon2_ img {
  float: left;
  width: 24%;
  margin-right: 1%;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods_i_ > li .cart_btn_ a {
  display: block;
  padding: 0;
}

/* --------------------------------------------------------------------
	商品一覧 history
-------------------------------------------------------------------- */
.goods_h_ {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.goods_h_ ul {
  display: table;
  padding: 0 8px 0;
}

.goods_h_ li {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  min-width: 120px;
  padding: 0 7px;
}

.goods_h_ li a {
  display: block;
  text-decoration: none;
}

.goods_h_ li .img_ {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  overflow: hidden;
  border: solid 1px #d8d8d8;
  background: #FFFFFF;
}

.goods_h_ li .img_ .img_in_ {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.goods_h_ li .desc_ {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods_h_ li .name_ .name1_ {
  color: #928874;
  font-size: 12px;
  line-height: 1.6;
}

.goods_h_ li .name_ .name2_ {
  font-size: 10px;
}

.goods_h_ .brand_icon_ {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.history_cart_ .goods_h_ li a {
  -webkit-text-decoration: underline #ADADAD;
          text-decoration: underline #ADADAD;
}

.history_cart_ .goods_h_ li .name_ .name1_ {
  color: #333333;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
  margin: 0 10px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

dl.goodssearch_ dt
, dl.goodssearch_ dd {
  display: block;
  white-space: nowrap;
}

dl.goodssearch_ dt {
  padding: 2px 2px 2px 6px;
  background-color: #F0F0F0;
}

dl.goodssearch_ dd {
  padding: 5px;
}

dl.goodssearch_ dd.goodssearch_price_ input {
  width: 9.0em;
}

dl.goodssearch_ dd.goodssearch_last_sdt_ input {
  width: 4.5em;
}

/**/
/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */
div.sub_category_ {
  margin-top: 10px;
}

/* カテゴリー一覧 */
nav.CategoryStyleG_ {
  margin: 0 5px 15px;
}

.cart_sub_category_ nav.CategoryStyleG_ {
  margin: 0 0 15px;
}

nav.CategoryStyleG_ ul {
  overflow: hidden;
}

nav.CategoryStyleG_ ul.layer0_ {
  padding-left: 0;
  background: #F0F0F0;
}

nav.CategoryStyleG_ ul.layer1_ {
  margin-bottom: -1px;
  background: #fff;
}

nav.CategoryStyleG_ ul.layer2_ {
  background: #fff;
}

nav.CategoryStyleG_ ul.layer3_ {
  background: #fff;
}

nav.CategoryStyleG_ ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav.CategoryStyleG_ ul.layer0_ li {
  position: relative;
  min-height: 40px;
  background-color: #928874;
}

.cart_sub_category_ nav.CategoryStyleG_ ul.layer0_ li {
  position: relative;
  min-height: 40px;
  background-color: #230e02;
  text-align: center;
}

nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li,
.cart_sub_category_ nav.CategoryStyleG_ ul.layer1_ li,
.cart_sub_category_ nav.CategoryStyleG_ ul.layer2_ li,
.cart_sub_category_ nav.CategoryStyleG_ ul.layer3_ li {
  min-height: 40px;
  border-bottom: 1px dotted #928874;
  background-color: transparent;
}

nav.CategoryStyleG_ ul.layer1_ li:last-child,
nav.CategoryStyleG_ ul.layer2_ li:last-child,
nav.CategoryStyleG_ ul.layer3_ li:last-child {
  border-bottom: none;
}

nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

nav.CategoryStyleG_ ul li.nochild_ a {
  display: block;
}

nav.CategoryStyleG_ ul li a.haveimg_,
nav.CategoryStyleG_ ul li span.haveimg_ {
  padding: 0 10px;
  text-decoration: none;
  vertical-align: middle;
  display: block;
}

nav.CategoryStyleG_ ul li a .name_ {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 10px;
}

nav.CategoryStyleG_ ul li a .comment_,
nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
  font-size: 12px;
  text-decoration: none;
}

nav.CategoryStyleG_ ul li p.parent_ {
  padding: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.cart_sub_category_ nav.CategoryStyleG_ ul li p.parent_ {
  right: 7px;
}

nav.CategoryStyleG_ ul li p.img_ {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 5px 0;
}

nav.CategoryStyleG_ ul li p.img_ img {
  width: 30px;
  height: 30px;
}

nav.CategoryStyleG_ ul li p.name_ {
  display: table-cell;
  vertical-align: middle;
}

nav.CategoryStyleG_ ul.layer1_ li a.haveimg_ p.name_ {
  padding-left: 10px;
}

nav.CategoryStyleG_ ul li p.parent_ {
  background: url(../image/minus1.png) center center no-repeat;
  background-size: auto 16px;
}

nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
  background: url(../image/plus.png) center center no-repeat;
  background-size: auto 16px;
}

.cart_sub_category_ nav.CategoryStyleG_ ul li p.parent_ {
  background: url(../image/cart_minus.jpg) center center no-repeat;
  background-size: auto 14px;
}

.cart_sub_category_ nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
  background: url(../image/cart_plus.jpg) center center no-repeat;
  background-size: auto 14px;
}

nav.CategoryStyleG_ ul.layer0_ li .name_,
nav.CategoryStyleG_ ul.layer0_ li .comment_ {
  padding-left: 10px;
}

nav.CategoryStyleG_ ul.layer1_ li .name_,
nav.CategoryStyleG_ ul.layer1_ li .comment_ {
  color: #928874;
  font-weight: normal;
  padding-left: 20px;
}

nav.CategoryStyleG_ ul.layer2_ li .name_,
nav.CategoryStyleG_ ul.layer2_ li .comment_ {
  padding-left: 40px;
}

nav.CategoryStyleG_ ul.layer3_ li .name_,
nav.CategoryStyleG_ ul.layer3_ li.comment_ {
  padding-left: 60px;
}

nav.CategoryStyleD_ {
  padding: 0 5px 10px;
}

nav.CategoryStyleD_ li {
  display: table;
  width: 100%;
  margin: 0 0 5px;
  background: #fff;
  border-radius: 5px;
}

nav.CategoryStyleD_ li a {
  display: block;
  text-decoration: none;
}

nav.CategoryStyleD_ li .img_,
nav.CategoryStyleD_ li .desc_ {
  display: table-cell;
  vertical-align: top;
}

nav.CategoryStyleD_ li .img_ {
  width: 40%;
  vertical-align: middle;
}

nav.CategoryStyleD_ li .img_ img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

nav.CategoryStyleD_ li .desc_ {
  width: 60%;
  padding: 13px 20px 13px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav.CategoryStyleD_ li .desc_ dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}

nav.CategoryStyleD_ li .desc_ dd {
  font-size: 10px;
}

div.CategoryStyleL_ div.name_ {
  margin: 0;
  padding: 5px 10px;
  border-top: 1px solid #eae5e3;
  border-left: 1px solid #eae5e3;
  border-right: 1px solid #eae5e3;
  background: #ffffff url(../image/menu_arrow2.png) 50% right no-repeat;
}

div.CategoryStyleL_ div.name_ {
  border-bottom: 1px solid #eae5e3;
  margin-bottom: 2px;
}

div.CategoryStyleL_ div.comment_ {
  padding: 2px 2px 4px 10px;
}

/* 商品から選ぶ(HENRI)
----------------------------------------*/
#HENRI nav.CategoryStyleG_ ul.layer0_ > li > a > .name_ {
  color: #ffffff;
}

#HENRI nav.CategoryStyleG_ ul li p.parent_ {
  background: url(../image/henri_minus.gif) center center no-repeat;
  background-size: auto 10px;
}

#HENRI nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
  background: url(../image/henri_plus.gif) center center no-repeat;
  background-size: auto 10px;
}

#HENRI nav.CategoryStyleG_ ul.layer0_ li {
  background-color: #2c190f;
}

#HENRI nav.CategoryStyleG_ ul.layer0_ > li > a,
#HENRI nav.CategoryStyleG_ ul.layer0_ > li > a > p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "游明朝", "YuMincho";
}

#HENRI nav.CategoryStyleG_ ul.layer1_ li {
  background-color: #f6f3e7;
}

/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
  margin-top: 10px;
}

/* ジャンル一覧 */
nav.GenreStyle_ {
  border-top: 1px solid #e5e5e5;
}

nav.GenreStyle_ ul.layer0_ {
  padding-left: 0;
  background: #F0F0F0;
}

nav.GenreStyle_ ul.layer1_ {
  background: #F0F0F0;
}

nav.GenreStyle_ ul.layer2_ {
  background: #F0F0F0;
}

nav.GenreStyle_ ul.layer3_ {
  background: #F0F0F0;
}

nav.GenreStyle_ ul {
  overflow: hidden;
}

nav.GenreStyle_ ul li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
}

nav.GenreStyle_ ul.layer0_ li {
  min-height: 40px;
  background-color: #FFF;
  position: relative;
}

nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
  min-height: 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: transparent;
}

nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
  padding: 10px 10px;
  text-decoration: none;
  vertical-align: middle;
  display: block;
}

nav.GenreStyle_ ul li a.haveimg_,
nav.GenreStyle_ ul li span.haveimg_ {
  padding: 0 10px;
  text-decoration: none;
  vertical-align: middle;
  display: block;
}

nav.GenreStyle_ ul li a .name_ {
  text-decoration: underline;
}

nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
  font-size: 12px;
  text-decoration: none;
}

nav.GenreStyle_ ul li p.parent_ {
  padding: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

nav.GenreStyle_ ul li p.img_ {
  width: 35px;
  height: 35px;
  padding: 2px 10px 0 0;
  vertical-align: middle;
  overflow: hidden;
  display: table-cell;
}

nav.GenreStyle_ ul li p.img_ img {
  width: 35px;
  height: 35px;
}

nav.GenreStyle_ ul li p.name_ {
  vertical-align: middle;
  display: table-cell;
}

nav.GenreStyle_ ul li p.parent_ {
  background: url(../image/minus1.png) right top no-repeat;
}

nav.GenreStyle_ ul li p.parent_.img_hidden_ {
  background: url(../image/plus.png) right top no-repeat;
}

nav.GenreStyle_ ul.layer0_ li .name_,
nav.GenreStyle_ ul.layer0_ li .comment_ {
  padding-left: 0;
}

nav.GenreStyle_ ul.layer1_ li .name_,
nav.GenreStyle_ ul.layer1_ li .comment_ {
  padding-left: 20px;
}

nav.GenreStyle_ ul.layer2_ li .name_,
nav.GenreStyle_ ul.layer2_ li .comment_ {
  padding-left: 40px;
}

nav.GenreStyle_ ul.layer3_ li .name_,
nav.GenreStyle_ ul.layer3_ li.comment_ {
  padding-left: 60px;
}

/* --------------------------------------------------------------------
	絞り込み項目
-------------------------------------------------------------------- */
/* 絞り込み項目一覧 */
#frmFilterList {
  padding: 5px 5px 0;
  background: #c6c6c6;
}

#frmFilterList > h2 {
  color: #6f6462;
  font-size: 14px;
  font-family: "游明朝", "YuMincho";
  text-align: center;
  padding: 6.5px 0;
  background: #fff url(../image/plus3.png) 95% center no-repeat;
  background-size: auto 16px;
  border-radius: 3px;
}

#frmFilterList > h2.img_hidden_ {
  background: #fff url(../image/minus3.png) 95% center no-repeat;
  background-size: auto 16px;
}

nav.FilterStyle_ {
  display: none;
  padding: 0 0 5px;
  margin: 5px 0 0;
}

nav.FilterStyle_ ul {
  background: #c6c6c6;
}

nav.FilterStyle_ ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

nav.FilterStyle_ ul li {
  float: left;
  width: 50%;
  word-break: break-all;
  margin: 1px 0 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav.FilterStyle_ ul li:nth-of-type(odd) {
  clear: both;
  border-right: 1px solid #c6c6c6;
}

nav.FilterStyle_ ul li:nth-of-type(1),
nav.FilterStyle_ ul li:nth-of-type(2) {
  margin: 0;
}

nav.FilterStyle_ ul li label {
  display: block;
  color: #6f6462;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 5px 10px 15px;
}

nav.FilterStyle_ ul li label input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border: none;
  outline: none;
  background: #ece5e3;
  border-radius: 2px;
}

nav.FilterStyle_ ul li label input[type="checkbox"]:before {
  position: absolute;
  left: 2px;
  top: 6px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
  width: 0;
  height: 0;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-radius: 1px;
}

nav.FilterStyle_ ul li label input[type="checkbox"]:checked:before {
  width: 7px;
  height: 2px;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
}

nav.FilterStyle_ ul li label input[type="checkbox"]:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 11px;
  content: "";
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  height: 0;
  background: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-radius: 1px;
}

nav.FilterStyle_ ul li label input[type="checkbox"]:checked:after {
  width: 12px;
  height: 2px;
  -webkit-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
}

nav.FilterStyle_ .search_filter_ {
  margin: 10px 5px 0;
}

nav.FilterStyle_ .search_filter_ input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: "游明朝", "YuMincho";
  text-align: center;
  border: none;
  padding: 9px 0;
  background: #3F3735;
  border-radius: 3px;
}

nav.FilterStyle_ .search_filter_ input[type=submit]:disabled {
  background: #a79f9d;
}

/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント一覧 */
div.event_ {
  margin-bottom: 10px;
}

div.event_ h2.event_title_ {
  position: relative;
  color: #3f3735;
  font-size: 14px;
  padding: 0 0 10px 11px;
  margin: 0 5px 5px;
  background: url(../image/common_h21.png) left bottom repeat-x;
  font-family: "游明朝", "YuMincho";
}

div.event_ h2.event_title_:before,
div.event_ h2.event_title_:after {
  content: "";
  display: block;
  width: 4px;
  height: calc(50% - 5px);
  position: absolute;
  left: 0;
}

div.event_ h2.event_title_:before {
  top: 0;
  background: #bdaa92;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

div.event_ h2.event_title_:after {
  bottom: 10px;
  background: #867450;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

div.event_ h2.event_title_ a {
  display: block;
  text-decoration: none;
}

div.event_ h2.event_title_ span {
  font-size: 8px;
  font-weight: normal;
  margin-left: 8px;
  font-family: "游明朝", "YuMincho";
  color: #ca558b;
}

div.event_ h2.event_title_image_ {
  margin: 0 5px 5px;
}

div.event_ .event_more_ {
  color: #fff;
  font-size: 14px;
  font-family: YuMincho, '游明朝';
  margin: 10px 0 20px 0;
}

div.event_ .event_more_ a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 50%;
  padding: 10px 0;
  margin: 0 auto;
  background: #b5adab;
  border-radius: 4px;
}

div.event_ .event_more_ a span {
  padding-right: 20px;
  background: url(../image/arrow_white_r.png) right center no-repeat;
  background-size: auto 10px;
}

div.event_ .event_banner_ {
  margin: 0 5px 15px;
  text-align: center;
}

div.event_ .event_banner_ li {
  margin: 0 0 5px;
}

/* イベントタイトル */
div.event_ .staff_rec_ {
  padding: 5px 5px 0;
  margin: 0 5px;
  background: #fff;
  -webkit-box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.1);
}

div.event_ .staff_rec_ h2 {
  padding: 0 20px;
  background: url(../image/styleD_bg.png) center top repeat;
}

div.event_ .staff_rec_ h2 span {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dotted #401c04;
}

div.event_ .staff_rec_ h2 span img {
  vertical-align: middle;
}

div.event_ .staff_rec_ + .goods_ + .event_more_ {
  display: none;
}

/* --------------------------------------------------------------------
	履歴
-------------------------------------------------------------------- */
#block_of_history {
  margin-bottom: 5px;
}

.ttl_history_ {
  position: relative;
  margin: 0 0 20px;
  line-height: 12px;
  text-align: center;
}

.ttl_history_:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  border-top: solid 1px #ebe7d5;
}

.ttl_history_ a {
  display: block;
  text-decoration: none;
}

.ttl_history_ span {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}

.ttl_history_ span img {
  height: 18px;
}

.history_cart_ .ttl_history_ {
  background: url(../image/common_h2_line.png) repeat-x center center/auto auto;
  text-align: center;
  margin: 18px 0;
  padding: 0;
}

.history_cart_ .ttl_history_ span {
  background: #FFFFFF;
  padding: 0 8px;
  font-family: "游ゴシック", "YuGothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.history_cart_ .ttl_history_:before {
  display: none;
}

/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
h2#ttl_userreview {
  margin-bottom: 0;
}

div.review_info_ {
  padding: 5px 10px 25px;
}

div.review_info_ p {
  font-size: 12px;
}

div.review_count_summary_ {
  overflow: hidden;
  margin-bottom: 5px;
}

div.review_count_summary_ dl dt,
div.review_count_summary_ dl dd {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
}

div.review_count_summary_ dl dd img {
  height: 15px;
  position: relative;
  top: -3px;
}

div.review_count_summary_ dl.review_score_ {
  float: left;
}

div.review_count_summary_ dl.review_count_ {
  float: right;
}

div.review_count_summary_ dl.review_count_ dd {
  padding-left: 4px;
}

div.review_info_ div.review_desc_ * {
  font-size: 10px;
  line-height: 1.4;
}

div.review_desc_ .btn_review_ {
  text-align: right;
}

div.review_desc_ .btn_review_ a {
  padding: 0 0 0 12px;
  background: url(../image/ar_point.png) left 50%/6px 5px no-repeat;
  text-decoration: underline !important;
}

.review_pagenav_ {
  width: 93.75%;
  margin: 0 auto 0;
  clear: both;
  text-align: center;
}

/**/
/* レビュー ページ切換 */
div#page_changer_top {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

div#page_changer_top .pager_ref_,
div#page_changer_top .pager_now_ {
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
}

div#page_changer_top .pager_ref_ a {
  text-decoration: underline;
  color: #333;
}

div#page_changer_top .pager_now_ {
  font-weight: bold;
}

div#page_changer_top .pager_ref_:before,
div#page_changer_top .pager_now_:before {
  display: inline-block;
  content: '|';
  padding: 0 5px;
}

div#page_changer_top .pager_ref_:first-child:before,
div#page_changer_top .pager_now_:first-child:before {
  display: none;
}

/**/
/* レビュー記事 */
.review_line_ {
  width: 93.75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 15px;
  padding: 10px 8px;
  border: 1px solid #e5e5e5;
}

.review_line_title_ {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: solid 1px #dddddd;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
}

.review_line_title_ img {
  height: 12px;
  vertical-align: top;
  margin: 1px 8px 0 0;
}

.review_line_name_ {
  margin: 0 0 10px;
  color: #666666;
  font-size: 11px;
  line-height: 1.4;
}

.review_line_body_ {
  font-size: 11px;
  line-height: 1.4;
}

.review_line_comment_ {
  font-size: 11px;
  line-height: 1.4;
  word-break: break-all;
}

div.review_line_summary_ dl dt, div.review_line_summary_ dl dd {
  display: inline;
}

div.review_line_summary_ dl.review_line_name_ dt {
  font-weight: normal;
}

div.review_line_summary_ dl.review_line_name_ dd {
  padding-left: 4px;
}

div.review_line_summary_ dl.review_line_score_ img {
  height: 17px;
  position: relative;
  top: -3px;
}

div.review_line_summary_ dl.review_line_score_ dt {
  font-weight: normal;
}

.review_line_ .moderate_vote_ {
  padding: 10px 0 0;
  border-top: #e5e5e5 1px dotted;
  font-size: 11px;
}

.review_line_ .mode_lay_ {
  position: absolute;
  display: none;
  z-index: 1;
  padding: 0;
  background-color: #ffffff;
  border: solid 1px #ffcc33;
}

.review_line_ .mode_lay_ .mode_select_line_top_ {
  text-align: right;
  padding: 10px;
  background-color: #ffcc33;
}

.review_line_ .mode_lay_ .mode_select_line_ {
  padding: 10px 20px;
  border-top: solid 1px #ffcc33;
}

.review_line_ .moderate_info1_ {
  margin-top: 5px;
}

.review_line_ .moderate_info2_ {
  margin-top: 5px;
}

.review_line_ .moderate_info2_ span {
  text-decoration: underline !important;
}

.review_line_ .moderate_other_ {
  display: none;
}

.review_line_ .moderate_other_ dl dt
, .review_line_ .moderate_other_ dl dd {
  display: inline;
}

.review_line_ .moderate_other_ dl {
  padding-left: 10px;
}

.review_line_ .moderate_other_ dl dd {
  padding-left: 4px;
}

#review_form {
  position: relative;
  z-index: 1;
  margin: -70px 10px 20px;
  padding: 70px;
}

#review_form a {
  text-decoration: none;
}

/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ div.review_header_,
div.review_ div.review_middle_,
div.review_ div.review_footer_,
div.review_ div.review_complete_ {
  margin: 0 10px 10px;
}

dl.review_list_ {
  margin: 0 10px;
  border: 1px solid #CCC;
  border-bottom: none;
  margin-bottom: 10px;
}

dl.review_list_ dt
, dl.review_list_ dd {
  display: block;
  white-space: nowrap;
}

dl.review_list_ dt {
  padding: 5px;
  background-color: #F0F0F0;
}

dl.review_list_ dd {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
}

div.review_ input[type=text]
, div.review_ textarea {
  display: block;
}

/**/
/* 確認画面 */
div.confirm_layer_frame_ {
  margin-top: 5px;
}

div.review_confirm_ {
  background-color: #ffffff;
  display: none;
}

/**/
/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */
div.quickorder_ div.add_order_block_ {
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  background: #F0F0F0;
}

div.quickorder_ div.add_order_block_ span {
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  -moz-text-shadow: 0 -1px 1px #CCC;
  -webkit-text-shadow: 0 -1px 1px #CCC;
  text-shadow: 0 -1px 1px #CCC;
  background: #DFDFDF -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DFDFDF));
  background: #DFDFDF linear-gradient(top, #FFFFFF, #DFDFDF);
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-box-shadow: #333 0 1px 1px -1px;
  box-shadow: #333 0 1px 1px -1px;
}

div.quickorder_ ul.quickorder_list_ {
  margin-bottom: 10px;
  border-top: 1px solid #CCC;
}

div.quickorder_ ul.quickorder_list_ li {
  padding: 10px;
  border-bottom: 1px solid #CCC;
}

div.quickorder_ ul.quickorder_list_ li div.code_qty_ {
  margin-bottom: 10px;
  padding-right: 45px;
  position: relative;
}

div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="text"],
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="number"] {
  padding: 5px 0;
  text-indent: 5px;
  border-radius: 5px;
}

div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.code_ {
  text-align: left;
  width: 96%;
}

div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.qty_ {
  padding-right: 5px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 35px;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ {
  display: table;
  width: 100%;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure {
  padding: 10px;
  display: table-cell;
  vertical-align: top;
  width: 100px;
  background: #F0F0F0;
  display: none;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure img {
  max-width: 100px;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure figcaption.price_box_ small {
  display: block;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ {
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: top;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
  font-weight: bold;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
  color: #00377F;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name2_ {
  font-size: 12px;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ {
  font-size: 12px;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dt {
  float: left;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dd {
  padding-left: 3em;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ {
  margin-bottom: 10px;
  font-size: 12px;
  color: #C00;
  font-weight: bold;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dt {
  float: left;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dd {
  padding-left: 3em;
}

div.quickorder_ .onProcess_ {
  background-image: url(../image/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

div.quickorder_ .selected {
  color: #00dd00;
  background-color: #FFF;
}

div.quickorder_ span.unit_ {
  margin: 5px;
}

#suggestArea {
  background-color: white;
  border: 1px solid black;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 50px;
  left: 5px;
  color: black;
}

.itemNotFound {
  text-align: center;
  color: #777777;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
}

.itemLine {
  padding: 0px 5px 0px 5px;
  height: 20px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
}

.itemLine .itemCode {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}

.quickorder_qty_bg_ {
  background-color: #e6e6e6;
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
div.questionnaire_ div.questionnaire_name_ {
  font-weight: bold;
}

div.questionnaire_ h3 {
  font-weight: bold;
}

.questionnaire_input_ textarea {
  width: 95%;
}

div.questionnaire_ div.typeCust input.zip_ {
  width: 140px;
}

/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
  margin: 0 10px;
}

table.coupon_ {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  margin: 0 0 10px;
}

table.coupon_ th
, table.coupon_ td {
  padding: 1px 5px;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
}

table.coupon_ th {
  background-color: #F8F8F8;
  vertical-align: middle;
  width: 35%;
  font-weight: normal;
}

/* --------------------------------------------------------------------
	マイページ　店舗クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
  margin: 0 10px;
}

div.coupon_table_ a {
  text-decoration: none;
}

table.storecoupon_ {
  width: 100%;
  border: 1px solid #CCCCCC;
  margin: 0 0 10px;
}

table.storecoupon_ td {
  padding: 1px 5px;
  text-align: left;
  color: #000;
}

table.storecoupon_ td.bonus {
  text-align: right;
  color: #FF0000;
  font-size: 400%;
}

table.storecoupon_ td.bonus2 {
  color: #FF0000;
  font-size: 180%;
}

table.storecoupon_ td.dt {
  text-align: right;
}

/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_info_ input.card_num_ {
  width: 150px;
}

/* 注意ダイアログ */
div.ui-dialog.cardErrorDialog .ui-dialog-buttonpane button:first-child {
  background: url(../image/back.gif) 0 0 no-repeat;
  background-size: 160px 40px;
}

/* --------------------------------------------------------------------
	マイページ　アドレス帳の新規登録・変更
-------------------------------------------------------------------- */
dl.custdest_ input.zip_ {
  width: 140px;
}

/* --------------------------------------------------------------------
	関連商品
--------------------------------------------------------------------- */
div.title_block_ {
  padding: 5px 5px 5px 8px;
  margin-top: 5px;
  border-radius: 8px;
}

div.point_table_ {
  margin: 0 10px;
}

table.point_ {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  margin: 0 0 10px;
}

table.point_ th
, table.point_ td {
  padding: 1px 5px;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
}

table.point_ th {
  background-color: #F8F8F8;
  vertical-align: middle;
  width: 35%;
  font-weight: normal;
}

/* --------------------------------------------------------------------
	利用可能なクーポン一覧
--------------------------------------------------------------------- */
.coupon_area_ .input_ {
  text-align: right;
}

.coupon_area_ .input_ input {
  max-width: 100%;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.open_available_coupon {
  display: inline-block;
  color: #c00 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

#available_coupon {
  padding-bottom: 20px;
  margin: 0 auto;
  background: #fff;
}

table.available_coupon_ {
  width: 95%;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  margin: 0 auto 5px;
}

table.available_coupon_ th,
table.available_coupon_ td {
  padding: 1px 5px;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  word-break: break-all;
}

table.available_coupon_ th {
  background-color: #F8F8F8;
  vertical-align: middle;
  width: 40%;
  font-weight: normal;
}

table.available_coupon_ freespace_ {
  word-break: break-all;
}

.select_coupon_area_ {
  text-align: center;
  margin: 0 auto 10px;
}

.select_coupon_ {
  width: 95%;
}

#available_coupon .navipage_ a[href=''] {
  display: none;
}

#available_coupon .close_button_ {
  text-align: right;
}

#available_coupon .close_button_ img {
  width: 45px;
  height: 45px;
  color: #000;
}

.coupon_area_ .notice_ {
  font-size: 12px;
  margin: 10px 0 0;
}

/* --------------------------------------------------------------------
	注文画面　モーダル風ウィンドウ
-------------------------------------------------------------------- */
.order_modal_ {
  display: none;
  width: 94%;
  margin: 2% 2% 2% 4%;
  border: 2px solid #fff;
  position: fixed;
  background-color: #ffffff;
  bottom: -568px;
  border-radius: 5px;
  box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 1000;
}

.order_modal_inner {
  width: 100%;
  padding: 5% 6%;
  border: 2px solid #3fbf0d;
  background-color: #f6fff3;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.order_modal_inner:before {
  content: ' ';
  display: block;
  background: url(../image/icon_order_modal_info.png) no-repeat;
  background-size: 39px 40px;
  width: 39px;
  height: 40px;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 1;
}

.order_modal_ h3 {
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  margin-bottom: 3%;
}

.order_modal_ p {
  margin-bottom: 5%;
  font-size: 13px;
}

.order_modal_ .close {
  background: #ffffff url(../image/order_modal_close_sb.png) no-repeat;
  background-size: 30px;
  position: absolute;
  display: block;
  top: 4%;
  right: 2%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

.order_modal_btn {
  text-align: center;
}

.order_modal_btn li {
  margin-bottom: 3%;
  display: block;
  padding-bottom: 6px;
}

/*販売期間*/
div.cart_btn_ img.prerelease_ {
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
  background: #928874 none repeat scroll 0 0;
  border: medium none;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

div.cartbox_ img.prerelease_ {
  padding: 0;
  width: 80%;
  background: #928874 none repeat scroll 0 0;
  border: medium none;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* --------------------------------------------------------------------
	ユーザー定義　モーダルウィンドウ共通
--------------------------------------------------------------------- */
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.modalwindow_ {
  top: 5% !important;
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 50px 20px 20px;
  width: 90%;
  max-height: 90%;
  margin: 0 auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal_close_ {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 40px;
  z-index: 2;
  text-align: center;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

#spec_stock_msg {
  color: #ff0000;
}

/* --------------------------------------------------------------------
	ポップアップ　カート・ダイアログ
--------------------------------------------------------------------- */
div.ui-dialog.ui-widget-content {
  overflow: visible;
  background: #ffffff;
  border: solid 3px #A9A292;
  color: #3f3735;
  border-radius: 0;
  padding: 0;
}

div.ui-dialog .ui-widget-header {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  width: 100%;
  height: 37px;
  background: url(../image/over_agree_sp_text01.gif) center bottom no-repeat;
  background-size: 170px 18px;
}

div.ui-dialog .ui-widget-header .ui-dialog .ui-dialog-title {
  display: inline-block;
  width: 1px;
  overflow: hidden;
  text-indent: -99999px;
}

div.ui-dialog .ui-dialog-titlebar-close {
  top: -25px;
  right: 7px;
  width: 17px;
  height: 18px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: none;
}

div.ui-dialog .ui-state-default .ui-icon {
  left: 0;
  top: 0;
  margin: 0;
  background: url(../image/over_cart_sp_btn_close.png) 0 0 no-repeat;
  background-size: 17px auto;
}

div.ui-dialog .ui-dialog-content {
  margin: 0;
}

div.ui-dialog .ui-dialog-content .ui-icon-alert {
  display: none;
}

div.ui-dialog .ui-dialog-buttonpane {
  margin: 20px 0 0;
  padding: 0;
  background: none;
  border: none;
}

div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 160px;
  margin: 0 auto;
  padding: 0 0 20px;
  overflow: hidden;
  float: none;
}

div.ui-dialog .ui-dialog-buttonpane button {
  width: 160px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  text-indent: -99999px;
}

div.ui-dialog .ui-dialog-buttonpane button:first-child {
  background: url(../image/over_agree_sp_btn_yes.gif) 0 0 no-repeat;
  background-size: 160px 36px;
}

div.ui-dialog .ui-dialog-buttonpane button:first-child + button {
  margin-top: 5px;
  background: url(../image/over_agree_sp_btn_no.gif) 0 0 no-repeat;
  background-size: 160px 36px;
}

div.ui-dialog.ui-widget-content + .ui-widget-overlay {
  background: #fff;
  opacity: 0.9;
}

#cart_popup_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url(../image/over_cart_bg01.png);
}

#cart_popup_wrap #cart_popup_outer {
  position: absolute;
  left: calc(50% - 130px);
  top: calc(50% - 96px);
  width: 260px;
}

#cart_popup_wrap .cart_popup_close_ {
  position: absolute;
  right: 7px;
  top: -25px;
  width: 17px;
  cursor: pointer;
}

#cart_popup_wrap #cart_popup_container {
  background: #ffffff;
  border: solid 3px #A9A292;
  padding: 24px 42px 20px;
}

#cart_popup_wrap #cart_popup_container img {
  width: 100%;
  height: auto;
}

#cart_popup_wrap .cart_popup_title_ {
  text-align: center;
}

#cart_popup_wrap .cart_popup_btns_ {
  margin: 20px auto 0;
  overflow: hidden;
}

#cart_popup_wrap .cart_popup_btns_ li + li {
  margin-top: 8px;
}

#cart_popup_wrap .cart_popup_btns_ li.cart_popup_cart_ a {
  display: block;
  position: relative;
}

#cart_popup_wrap .cart_popup_btns_ li.cart_popup_cart_ a span {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
  width: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #3F1B04;
}

.goodsproductdetail_ .btn_cart_clone_ {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  background: #401c04;
  border-radius: 5px;
  margin: 5px 0;
}

.goodsproductdetail_ .select_qty_ {
  width: 100%;
  margin: 15px 0;
}

.goodsproductdetail_ .select_qty_ span.label_ {
  display: inline-block;
}

.goodsproductdetail_ .select_qty_ .qty_frame_ {
  display: inline-block;
}

.goodsproductdetail_ .select_qty_ img {
  height: 36px;
}

.goodsproductdetail_ .select_qty_ input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 46px;
  height: 34px;
  padding: 0;
  margin: 0;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------------------------------------------------------------
	コンテンツ下部ナビ
--------------------------------------------------------------------- */
#contentsBottomNav {
  width: 93.75%;
  margin: 6.25% auto 0;
}

#contentsBottomNav dl {
  border: solid 2px #000;
}

#contentsBottomNav dl + dl {
  margin-top: 3.333%;
}

#contentsBottomNav dl a {
  display: block;
  text-decoration: none;
}

#contentsBottomNav dl dd {
  background: #fff;
}

#contentsBottomNav dl dd p {
  border-top: solid 1px #c03576;
}

#contentsBottomNav dl dd div {
  width: 100%;
  display: table;
}

#contentsBottomNav dl dd div ul {
  display: table-row;
}

#contentsBottomNav dl dd div ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  display: table-cell;
  border-top: solid 1px #c03576;
  border-right: solid 1px #c03576;
}

#contentsBottomNav dl dd div ul li:first-child + li {
  border-right: none;
}

#contentsBottomNav dl dt a {
  font-size: 12px;
  font-weight: bold;
}

#contentsBottomNav dl dd p a {
  font-size: 11px;
  padding: 14px 12px 12px;
}

#contentsBottomNav dl dd p a:before {
  display: inline-block;
  content: "";
  width: 29px;
  height: 14px;
  background: url(../image/cmnfooter_nav_ico_rank.png) 0 0 no-repeat;
  background-size: 19px 11px;
  vertical-align: middle;
}

#contentsBottomNav dl dd li a {
  padding: 14px 15px;
  font-size: 10px;
}

#contentsBottomNav dl.hnr_,
#contentsBottomNav dl.hnr_ * {
  border-color: #c03576;
}

#contentsBottomNav dl.hnr_ dt a,
#contentsBottomNav dl.hnr_ dd p a {
  background: url(../image/cmnfooter_nav_ar_hnr.png) calc(100% - 12px) 50% no-repeat;
  background-size: 5px 7px;
}

#contentsBottomNav dl.hnr_ dt {
  background-color: #fdeef5;
}

#contentsBottomNav dl.hnr_ dt a {
  padding: 10px 10px;
  color: #c03576;
}

#contentsBottomNav dl.hnr_ dt a:before {
  display: inline-block;
  content: "";
  width: 48px;
  height: 20px;
  background: url(../image/cmnfooter_nav_ico_hnr.png) 0 0 no-repeat;
  background-size: 38px 20px;
  vertical-align: middle;
}

#contentsBottomNav dl.c3_,
#contentsBottomNav dl.c3_ * {
  border-color: #87754f;
}

#contentsBottomNav dl.c3_ dt a,
#contentsBottomNav dl.c3_ dd p a {
  background: url(../image/cmnfooter_nav_ar_c3.png) calc(100% - 12px) 50% no-repeat;
  background-size: 5px 7px;
}

#contentsBottomNav dl.c3_ dt {
  background-color: #f3eee3;
}

#contentsBottomNav dl.c3_ dt a {
  padding: 7px 10px;
  color: #87754f;
}

#contentsBottomNav dl.c3_ dt a:before {
  display: inline-block;
  content: "";
  width: 31px;
  height: 25px;
  background: url(../image/cmnfooter_nav_ico_c3.png) 0 0 no-repeat;
  background-size: 25px 25px;
  vertical-align: middle;
}

.slidePrev_,
.slideNext_ {
  position: absolute;
  top: 26px;
  display: block;
  width: 25px;
  height: 62px;
  overflow: hidden;
  text-indent: -999em;
}

.slidePrev_ {
  left: 0;
  background: url(../image/henri_arrowLeft.png) 0 0 no-repeat;
  background-size: 25px auto;
}

.slideNext_ {
  right: 0;
  background: url(../image/henri_arrowRight.png) 0 0 no-repeat;
  background-size: 25px auto;
}

.history_cart_ .slidePrev_ {
  background: url(../image/cart_arrowLeft.png) 0 0/100% auto no-repeat;
}

.history_cart_ .slideNext_ {
  right: 0;
  background: url(../image/cart_arrowRight.png) 0 0/100% auto no-repeat;
}

ul.goods_t_ ~ .slidePrev_,
ul.goods_t_ ~ .slideNext_ {
  top: 40px;
}

ul.goods_r_ ~ .slidePrev_,
ul.goods_r_ ~ .slideNext_ {
  top: 63px;
}

/* --------------------------------------------------------------------
	トップページ商品カテゴリからエルカフェ削除
--------------------------------------------------------------------- */
.cartlist_ + .sub_category_ > nav.CategoryStyleG_ ul.layer0_ > li:nth-child(3),
body#top nav.CategoryStyleG_ ul.layer0_ > li:nth-child(3) {
  display: none;
}

/* --------------------------------------------------------------------
	new ECB用調整
--------------------------------------------------------------------- */
.pane-main .comment_ a {
  display: inline;
}

.common_headline2_ {
  position: relative;
  color: #3f3735;
  font-size: 14px;
  padding: 0 0 10px 11px;
  margin: 0 5px 5px;
  background: url(../image/common_h21.png) left bottom repeat-x;
  font-family: "游明朝", "YuMincho";
}

.common_headline2_:before,
.common_headline2_:after {
  content: "";
  display: block;
  width: 4px;
  height: calc(50% - 5px);
  position: absolute;
  left: 0;
}

.common_headline2_:before {
  top: 0;
  background: #bdaa92;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.common_headline2_:after {
  bottom: 10px;
  background: #867450;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.common_headline2_ a {
  display: block;
  text-decoration: none;
}

.common_headline2_ span:not(.noSmall_) {
  font-size: 8px;
  font-weight: normal;
  margin-left: 8px;
  font-family: "游明朝", "YuMincho";
  color: #ca558b;
}

#chocolat .goods_info_wrap .block-goods-comment2 br + .speclist_ {
  margin-top: 0;
}

.block-goods-comment1 ul li {
  font-size: 10px;
}

.block-goods-comment1 ul li span {
  display: block;
  font-size: 10px;
}

/* --------------------------------------------------------------------
	TTR商品強化
--------------------------------------------------------------------- */
.txtr {
  text-align: right;
}

.mb {
  margin-bottom: 3%;
}

b {
  font-weight: bold;
}

.ttr_inner {
  margin-bottom: 8%;
}

.ttr_inner .goods_column1_ {
  margin: 0;
}

.ttr_inner .img_ {
  margin: 0 0 5% 0 !important;
}

.ttr_inner .manager_recommend_ .img_ {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ttr_inner .goods_column1_:last-child {
  margin-bottom: 0;
}

.ttr_inner.top {
  margin: 0;
}

.ttr_inner.top .ttr_goodshit {
  font-family: YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: 5.3125vw;
  font-weight: bold;
  line-height: 1.5;
  padding: 8% 0 4%;
  margin: 0;
  letter-spacing: -0.005em;
  background: url(../image/goodsttl_bg_sp.png) no-repeat center top;
  background-size: contain;
}

.ttr_goodshit {
  font-family: YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: 5.3125vw;
  font-weight: bold;
  line-height: 1.5;
  padding: 8% 0 4%;
  margin: 0;
  letter-spacing: -0.005em;
  background: url(../image/goodsttl_bg_sp.png) no-repeat center top;
  background-size: contain;
}

.ttr_goodshit.top_ttl {
  padding-top: 12%;
  background-position: center 22%;
}

.ttr_goodshit.top_ttl:before, .ttr_goodshit.top_ttl:after {
  display: none !important;
}

.ttr_attention {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: 3.125vw;
  font-weight: bold;
  padding: 0 2%;
}

.ttr_desc {
  padding: 0 4% 3%;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 3.75vw;
  letter-spacing: -0.05em;
  font-weight: 500;
  line-height: 1.6;
}

.ttr_desc span, .ttr_desc b {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 3.75vw;
}

.ttr_bgline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff2ab));
  background: linear-gradient(transparent 0%, #fff2ab 0%);
}

/*-----------------------------
2019WDクーポン表示用
-----------------------------*/
#contents-c3-wrapper .top-letter {
  position: relative;
  padding: 30px 5%;
  margin-bottom: 20%;
}

#contents-c3-wrapper .top-letter:after {
  content: '';
  display: block;
  width: 100%;
  background: url(/img/bg_01.png) no-repeat center center;
  padding-top: 30%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18%;
  margin: auto;
  background-size: cover;
}

#contents-c3-wrapper .top-letter__inner {
  padding: 4%;
  background: url(/img/letter_bg.png);
  background-color: #FFF9C9;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}

#contents-c3-wrapper .top-letter__ribonL {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 60px;
}

#contents-c3-wrapper .top-letter__ribonR {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 60px;
}

#contents-c3-wrapper .top-letter__head {
  background: #fff;
  position: relative;
  padding: 10px;
  text-align: center;
  margin: 0 15px 15px;
}

#contents-c3-wrapper .top-letter__head img {
  width: 80%;
}

#contents-c3-wrapper .top-letter__head:after {
  content: '';
  display: block;
  width: 14px;
  height: 100%;
  position: absolute;
  right: -14px;
  top: 0;
  background: url(/img/wd-box_ttl02.png) repeat-y center center;
}

#contents-c3-wrapper .top-letter__desc {
  font-size: 16.2px;
  font-size: 1.0125rem;
  color: #515151;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#contents-c3-wrapper .top-letter__desc span {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #ff529e;
}

#contents-c3-wrapper .top-letter__sub {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #515151;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

#contents-c3-wrapper .top-letter__sub:before {
  content: '';
  width: 16%;
  border-bottom: dotted 1px #515151;
  position: absolute;
  top: 10px;
  left: 0;
}

#contents-c3-wrapper .top-letter__sub:after {
  content: '';
  width: 16%;
  border-bottom: dotted 1px #515151;
  position: absolute;
  top: 10px;
  right: 0;
}

#contents-c3-wrapper .top-letter__ul {
  display: block;
  margin: 0;
}

#contents-c3-wrapper .top-letter__li {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 3%;
}

#contents-c3-wrapper .top-letter__link {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16.2px;
  font-size: 1.0125rem;
  line-height: 1;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 0 rgba(72, 142, 139, 0.25);
          box-shadow: 0 3px 0 0 rgba(72, 142, 139, 0.25);
}

#contents-c3-wrapper .top-letter__link span {
  display: block;
}

#contents-c3-wrapper .top-letter__link p {
  line-height: 1.4;
  letter-spacing: 0;
}

#contents-c3-wrapper .top-letter__link:after {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}

#contents-c3-wrapper .top-letter__link.pink {
  background: #eb6877;
}

#contents-c3-wrapper .top-letter__link.pink p {
  position: static;
  top: 14px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

#contents-c3-wrapper .top-letter__link.pink p span {
  font-size: 12px;
  font-size: 0.75rem;
}

#contents-c3-wrapper .top-letter__link.pink p span.big {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline;
}

#contents-c3-wrapper .top-letter__link.blue {
  background: #32b0d6;
}

#contents-c3-wrapper .top-letter__link.blue p {
  position: static;
  top: 14px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

#contents-c3-wrapper .top-letter__link.blue p span {
  font-size: 12px;
  font-size: 0.75rem;
}

#contents-c3-wrapper .top-letter__link.blue p span.big {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline;
}

#contents-c3-wrapper .top-letter__bottom {
  color: #150d0e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  /*旧商品のタイトルブブコンの崩れ*/
  .goodscomment3_ > .goodstit_h2_, #information > .goodstit_h2_, .mainframe_ > .goodstit_h2_ {
    margin-bottom: 10px;
  }
  .goodstit_h2_.mg_t1em {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=smartpn2.css.map */