﻿@charset "UTF-8";

/* 商品分類絞込 */
#goods_class_filter_ {
  padding-bottom: 0;
}

#goods_class_filter_ .class_filter_ {
  display: inline;
  margin-right: 10px;
}

select.class_filter_pulldown_ {
  min-width: 190px;
  margin-bottom: 10px;
}

#goods_class_filter_ .class_filter_ .selected_ {
  background-color: #fef;
}

.formlist_.goods_.StyleB_Frame_ td.qty_ {
  text-align: center;
}

/* --------------------------------------------------------------------
  商品詳細
--------------------------------------------------------------------- */
div.goods_ {
  clear: both;
}

div.goodsproductdetail_ {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: flex-start;
}

/* お気に入り登録ボタン、商品問い合わせボタン */
.option_buttons_ li .btn-add-bookmark,
.option_buttons_ li .btn-contact-goods {
  display: block;
  width: 375px;
  height: 48px;
  padding: 11px 4px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: center;
  text-decoration: none;
}

.option_buttons_ li .btn-add-bookmark::before {
  position: absolute;
  left: 40px;
  width: 19px;
  height: 1.5em;
  margin-right: 8px;
  vertical-align: top;
  background: url(../../img/usr/icon_add_bookmark.png) center center / 19px auto no-repeat;
  content: "";
}

.option_buttons_ li .btn-contact-goods::before {
  display: inline-block;
  width: 17px;
  height: 1.5em;
  margin-right: 8px;
  vertical-align: top;
  background: url(../../img/usr/icon_contact_goods.png) center center / 17px auto no-repeat;
  content: "";
}

.option_buttons_ li .btn-add-bookmark.btn-registed-bookmark {
  border: 1px solid #ba3737;
  color: #ba3737;
  background: #f8eaea;
}

.option_buttons_ li .btn-add-bookmark.btn-registed-bookmark::before {
  position: absolute;
  width: 19px;
  height: 1.5em;
  left: 80px;
  background: url(../../img/usr/icon_registed_bookmark.png) center center / 19px auto no-repeat;
  content: "";
}

.option_buttons_ li .btn-add-bookmark.disp_none_ {
  display: none;
}

.option_buttons_ li a.block-goods-favorite--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  padding: 5px 0 5px;
  border: 1px solid #808080;
  border-radius: 0;
  font-size: 16px;
  background: #fff;
  color: #808080;
}

.bookmarkmodal-option {
  margin: 5px;
}

.bookmarkmodal-option .btn {
  width: 310px;
}

/* 商品画像(標準) */
.goodsproductdetail_ .goodsimg_ {
  width: 450px;
  height: 100%;
  display: block;
  user-select: none;
}

.goodsproductdetail_ .goodsimg_ .comment_ {
  margin-top: 5px;
  text-align: left;
}

.goodsproductdetail_ .goodsimg_ .img_c_ {
  margin-bottom: 4px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-main {
  text-align: center;
  margin-bottom: 4px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-main img {
  height: 450px;
  object-fit: contain;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail {
  width: calc(100% + 5px);
  margin-bottom: 16px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail .swiper-slide {
  width: 87px;
  height: 87px;
  box-sizing: border-box;
  margin-bottom: 4px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

/* 商品画像(マトリックス) */
div.goodsimg1_ {
  width: 50%;
  height: 100%;
  display: block;
}

div.goodsimg1_ .img_L_ {
  margin-bottom: 10px;
}

div.goodsimg1_ .img_L_ img {
  width: 450px;
  height: 450px;
  text-align: center;
  object-fit: contain;
}

div.goodsimg1_ .img_L_ .comment_ {
  margin-top: 5px;
}

div.goodsimg1_ .img_c_ {
  margin-bottom: 10px;
}

div.goodsimg1_ .img_c_ .comment_ {
  margin-top: 5px;
}

/* 添付ファイル */
div.goods-affix-list {
  word-break: break-word;
}

div.goods-affix-list--item {
  margin: 0 0 16px;
}

div.goods-affix-list--item--name {
  margin: 0 0 8px;
  padding: 0 0 0 22px;
  font-size: 14px;
  font-weight: normal;
  background: url(../../img/sys/file.gif) center left / 17px auto no-repeat;
}

div.goods-affix-list--item--button {
  margin: 0 0 5px;
}

div.goods-affix-list--item--button a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 4px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #505050;
  word-break: break-all;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}

div.goods-affix-list--item--button a::before {
  display: inline-block;
  width: 16px;
  height: 1.5em;
  margin-right: 8px;
  vertical-align: top;
  background: url(../../img/sys/file_button.png) center center / 16px auto no-repeat;
  content: "";
}

div.goods-affix-list--item--button a:hover {
  text-decoration: none;
}

div.goods-affix-list--item--image {
  margin: 0 0 5px;
}

div.goods-affix-list--item--comment {
  font-size: 12px;
  color: #6b6b6b;
}

/* 商品画像バリエーション */
div.etc_goodsimg_ {
  width: 100%;
  overflow: hidden;
}

div.etc_goodsimg_line_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

div.etc_goodsimg_item_ {
  float: left;
  display: inline;
  width: 43%;
  width: 185px;
  overflow: hidden;
  margin-right: 10px;
}

div.etc_goodsimg_item_:nth-of-type(2n) {
  margin-right: 0;
}

div.etc_goodsimg_item_ img {
  width: 100%;
}

/* 商品スペック */
div.goodsspec_ {
  width: calc(100% - 490px);
}

table.goodsspec_ {
  margin: 0 0 40px;
  padding: 20px 0;
  width: 100%;
  border: 1px solid #dedede;
  border-collapse: collapse;
  font-size: 16px;
}

table.goodsspec_ th {
  width: 165px;
  min-width: 165px;
  padding: 4px 0 4px 24px;
  border: 0;
  box-sizing: border-box;
  font-weight: normal;
  background: none;
}

table.goodsspec_ td {
  width: calc(100% - 165px);
  padding: 4px 24px 4px 0;
  border: 0;
  box-sizing: border-box;
  font-weight: 500;
  background: none;
}

table.goodsspec_ tr:first-child th,
table.goodsspec_ tr:first-child td {
  padding-top: 24px;
}

table.goodsspec_ tr:last-child th,
table.goodsspec_ tr:last-child td {
  padding-bottom: 24px;
}

table.goodsspec_ #spec_semiclosed_value {
  word-break: break-all;
}

table.goodsspec_ td span.price_ {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

table.goodsspec_ td span.price_ .small_ {
  font-size: inherit;
}

.exclude_price_ {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

/* セット商品 */
div.goodsset_ {
  width: 100%;
  padding: 0 0 15px 0;
}

h2.goodsset_title_ {
  margin: 0;
  padding: 4px 0;
  font-size: 13px;
  font-weight: bold;
}

table.goodsset_ {
  width: 100%;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

table.goodsset_ th {
  padding: 3px 4px;
  white-space: nowrap;
  background-color: #f3f3f3;
  border-bottom: 2px solid #fff;
}

table.goodsset_ td {
  padding: 2px 6px;
  font-weight: normal;
  background-color: #fff;
}

/* カートボタン関係 */
div.cartbox_ {
  margin-bottom: 40px;
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
}

div.cartbox_ span.variationlist_ {
  padding-right: 4px;
  vertical-align: middle;
}

/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
  margin-bottom: 10px;
}

/* バリエーションボックス */
div.cartbox_ div.colors_ {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}

div.cartbox_ div.colors_ div.color_ {
  float: left;
  margin: 2px 5px 2px 5px;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}

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 #ffc0c0;
  background-color: #ffe0e0;
}

div.cartbox_ div.colors_ div.color_DisableSelected_ {
  border: dashed 2px #ffc0c0;
  background-color: #909090;
  color: #ffc0c0;
}

div.cartbox_ div.colors_ br {
  clear: left;
}

div.cartbox_ div.sizes_ {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}

div.cartbox_ div.sizes_ div.size_ {
  float: left;
  padding: 2px 5px 2px 5px;
  margin: 2px 5px 2px 5px;
  white-space: nowrap;
  width: auto;
  height: auto;
  text-align: center;
}

div.cartbox_ div.sizes_ div.size_EnableStock_ {
  border: dotted 1px #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}

div.cartbox_ div.sizes_ div.size_DisableStock_ {
  border: dotted 1px #d0d0d0;
  background-color: #909090;
  cursor: pointer;
}

div.cartbox_ div.sizes_ div.size_Selected_ {
  border: solid 1px #ffc0c0;
  background-color: #ffe0e0;
}

div.cartbox_ div.sizes_ div.size_DisableSelected_ {
  border: dotted 1px #d0d0d0;
  background-color: #909090;
  color: #ffc0c0;
}

.goodsproductdetail_ .goodsimg_ div.mask_ {
  position: absolute;
  z-index: 10;
  color: #ff4a4a;
  font-weight: bold;
}

div.togetherlist_ {
  margin: 0 0 20px;
}

div.togetherlist_ .common_headline2_ {
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #707070;
}

div.goodsspec_ div.togetherlist_ .title_decoration_.title_block_ {
  background: #4cae8d !important;
  color: #fff;
  margin: 15px 0;
  padding: 10px;
}

div.goodsspec_ div.togetherlist_ .title_decoration_.title_block_ + div {
  background-color: #fff !important;
}

div.goodsspec_ div.to_detaillink_ {
  text-align: right;
}

div.goodscomment1_ {
  margin-bottom: 10px;
  margin-top: 20px;
  word-break: break-word;
}

div.goodscomment2_ {
  margin-bottom: 10px;
  font-size: 14px;
  word-break: break-word;
}

div.goodscomment3_ {
  margin-bottom: 10px;
  word-break: break-word;
}

div.goodscomment4_ {
  margin-bottom: 10px;
  word-break: break-word;
}

div.goodscomment5_ {
  margin-bottom: 10px;
  word-break: break-word;
}

div.accessory_list_ {
  margin: 0 0 20px;
}

div.accessory_list_ .common_headline2_ {
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #707070;
}

.goods_photo {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}

.goods_photo a .goods_large {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
}

.goods_photo a.goods_popup,
.goods_photo a.goods_popup:visited {
  display: block;
  width: auto;
  top: 0;
  left: 0;
}

.goods_photo a.goods_popup:hover {
  background-color: #fff;
}

.goods_photo a.goods_popup:hover .goods_large {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.option_buttons_ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 60px;
}

/*** 商品分類SKU対応　ここから ***/

/* 商品画像(バリエーション) */
div.goodsimg2_ {
  float: left;
  display: inline;
  overflow: hidden;
}

div.goodsimg2_ .sku_img_ {
  width: 450px;
  height: 450px;
  text-align: center;
  object-fit: contain;
}

td.goodsimg2_ {
  padding-right: 10px;
}

div.goodsimg2_ .img_6_ {
  margin-bottom: 10px;
}

div.goodsimg2_ .img_6_ .comment_ {
  margin-top: 5px;
}

div.goodsimg2_ div.etc_goodsimg2_ {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}

div.goodsimg2_ div.etc_goodsimg2_item_ {
  display: inline;
  overflow: hidden;
  padding: 4px;
}

div.goodsimg2_ div.etc_goodsimg2_item_ img {
  height: 60px;
  border: solid 2px #cfcfcf;
}

div.goodsimg2_ div.etc_goodsimg2_item_ img.active_ {
  cursor: pointer;
  border: solid 2px #0060ff;
}

/* バリエーション情報 */
div.variationbox_ {
  width: 100%;
}

div.variationbox_ table.val_info {
  width: 100%;
}

div.variationbox_ table.val_info tr th {
  background-color: #efe;
  font-weight: normal;
  width: 40%;
}

#val_goods_name {
  font-size: 14px;
  font-weight: bold;
}

div.variationbox_ div.variationlist_ {
  max-height: 360px;
  padding-top: 10px;
  overflow: auto;
}

/* バリエーション商品情報 */
div.variationbox_ div.var_goods_info {
  margin-top: 10px;
}

div.variationbox_ table.var_goods_info tr td {
  padding-bottom: 5px;
}

#val_goods_name {
  font-size: 14px;
  font-weight: bold;
}

div.variationbox_ div.original_price_ {
  font-size: 11px;
}

/* バリエーションプルダウン */
div.variationbox_ .variation_pulldown_title_ {
  margin-top: 10px;
}

div.variationbox_ .variation_pulldown_ {
  margin-bottom: 10px;
  width: 100%;
}

div.variationbox_ .variation_pulldown_ .variation_selected_ {
  background-color: #fef;
}

div.variationbox_ .variation_pulldown_btn_ {
  margin-bottom: 10px;
  text-align: right;
}

/* バリエーション項目 */
div.variationbox_ .onProcess_ {
  width: 30px;
  height: 30px;
  background-image: url(../../img/usr/ajax-loader.gif);
  background-repeat: no-repeat;
}

div.variationbox_ div.tags_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

div.variationbox_ div.tags_ div.title_ {
  padding-top: 10px;
  border-top: solid 1px #ccc;
  padding-bottom: 2px;
}

div.variationbox_ div.tags_ div.title_Text_ {
  color: #000;
}

div.variationbox_ div.tags_ div.tag_ {
  float: left;
  margin: 2px 5px 2px 5px;
  white-space: nowrap;
  border: dotted 2px #f0cccc;
  background-color: #fff;
}

div.variationbox_ div.tags_ div.tag_ .inner_ {
  white-space: nowrap;
  border: solid 2px #fff;
}

div.variationbox_ div.tags_ div.tag_ div.tag_Text_ {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #cfcfcf;
  color: #fff;
}

div.variationbox_ div.tags_ div.tag_Enable_ {
  border: solid 2px #cfcfcf;
}

div.variationbox_ div.tags_ div.tag_Enable_ div.tag_Text_ {
  background-color: #001099;
  color: #fff;
}

div.variationbox_ div.tags_ div.tag_NoStock_ {
  border: dashed 2px #cfcfcf;
}

div.variationbox_ div.tags_ div.tag_NoStock_ div.tag_Text_ {
  background-color: #606060;
  color: #fff;
}

div.variationbox_ div.tags_ div.tag_Selected_ {
  border: solid 2px #000;
}

div.variationbox_ div.tags_ div.tag_Selected_ div.tag_Text_ {
  background-color: #000;
  color: #fff;
}

div.variationbox_ div.tags_ div.tag_Selected_NoStock_ {
  border: dashed 2px #000;
}

div.variationbox_ div.tags_ div.tag_Selected_NoStock_ div.tag_Text_ {
  background-color: #000;
  color: #fff;
}

div.variationbox_ div.tags_ .cursor_ {
  cursor: pointer;
}

div.variationbox_ div.tags_ br {
  clear: left;
}

#gallery div.mask_ {
  position: absolute;
  z-index: 10;
  color: #ff4a4a;
  font-weight: bold;
}

/* 商品カート2 */
div.cartbox2_ {
  margin-top: 10px;
  padding: 5px 0;
  padding-top: 10px;
}

div.cartbox2_ .cartqty2_ {
  padding: 5px 0;
}

/* 商品スペック2 */
div.goodsspec2_ {
  display: inline;
  width: 100%;
  overflow: hidden;
}

table.goodsspec2_ {
  margin: 0 0 10px 0;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

table.goodsspec2_ th {
  width: 180px;
  text-align: left;
  padding: 3px 5px;
  vertical-align: top;
  background-color: #f3f3f3;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

table.goodsspec2_ td {
  text-align: left;
  padding: 3px 5px;
  vertical-align: top;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  word-break: break-all;
}

/*** 商品分類SKU対応　ここまで ***/

/* --------------------------------------------------------------------
  商品一覧　共通
--------------------------------------------------------------------- */
.name1_ a {
  color: #222;
  word-break: break-word;
}

div.maker_price_ {
  font-size: 12px;
}

span.maker_price_ {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  overflow-wrap: break-word;
}

.semiclosed_value_ {
  word-break: break-all;
}

/* セミクローズドサイト時ログインボタン */
.btn_login {
  background-color: #577cc6;
  color: white;
  border: none;
  border-radius: 3px;
}

.btn_login_s {
  font-size: 11px;
  height: 30px;
  width: 60px;
}

.btn_login_m {
  font-size: 14px;
  height: 40px;
  width: 160px;
}

.btn_login_l {
  font-size: 15px;
  height: 50px;
  width: 220px;
}

.btn_login_0 {
  font-size: 14px;
  height: 40px;
  width: 200px;
}

/* --------------------------------------------------------------------
  商品一覧　サムネイル
--------------------------------------------------------------------- */
div.StyleT_Line_ {
  margin: 0 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}

div.StyleT_Frame_.scroll_ {
  height: 770px;
  overflow-y: scroll;
  width: 220px;
}

#itemHistory .StyleT_Frame_.scroll_ {
  height: auto;
  overflow-y: unset;
  width: auto;
}

div.StyleT_Item_ {
  width: calc((100% - 120px) / 6);
  display: grid;
  grid-template-rows: auto 1fr auto auto auto auto;
}

div.StyleT_Item_ div.img_ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
  box-sizing: border-box;
}

div.StyleT_Item_ div.img_ a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.StyleT_Item_ div.name_ {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  margin: 0 0 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-overflow: ellipsis;
}

div.StyleT_Item_ .g_price_ {
  font-weight: bold;
}

div.StyleT_Item_ .g_price_ .price_ {
  font-size: 18px;
}

div.StyleT_Item_ div.semiclosed_value_ {
}

div.StyleT_Item_ div.maker_price_ {
  font-size: 12px;
  color: #6b6b6b;
}

div.StyleT_Item_ div.qty_ {
  margin: 9px 0 0;
  font-size: 12px;
  color: #6b6b6b;
  min-height: 40px;
}

div.StyleT_Item_ div.cart_ {
  margin: 16px 0 0;
  width: 100%;
  min-height: 39.5px;
}

div.StyleT_Item_ div.cart_ .btn_cart_.cart_s_button_ {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.assist_recommend_contents_block_ div.StyleT_Frame_ {
  padding: 16px 32px;
  background: #fff;
}

/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleT_Line_,
div.rightmenuframe_ div.StyleT_Line_ {
  width: 100%;
}

div.leftmenuframe_ div.StyleT_Item_,
div.rightmenuframe_ div.StyleT_Item_ {
  margin: 0;
  width: 100%;
}

/* --------------------------------------------------------------------
  商品一覧　詳細一覧
--------------------------------------------------------------------- */
div.StyleD_Frame_ {
  margin: 0 0 32px;
}

div.StyleD_Item_ {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: auto 1fr auto auto;
  width: 100%;
  margin: 0 0 24px;
  padding: 24px 24px 45px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  overflow: hidden;
  word-break: break-word;
  box-sizing: border-box;
  background: #fff;
}

div.StyleD_Item_:last-of-type {
  margin-bottom: 0;
}

div.StyleD_Item_ div.img_ {
  width: 254px;
  height: 254px;
  padding-right: 20px;
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

div.StyleD_Item_ div.img_ img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

div.StyleD_Item_ div.summary_ {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
  font-size: 14px;
}

div.StyleD_Item_ div.summary_ .icon_ {
  margin: 0 0 12px;
}

div.StyleD_Item_ div.summary_ .name_ {
  margin: 0 0 4px;
}

div.StyleD_Item_ div.summary_ .name_ .name1_ {
  font-size: 16px;
  font-weight: bold;
}

div.StyleD_Item_ div.summary_ .code_ {
  font-size: 14px;
  font-weight: bold;
}

div.StyleD_Item_ div.summary_ .maker_ {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: bold;
}

div.StyleD_Item_ div.summary_ .comment_ {
  margin: 0 0 7px;
  font-size: 12px;
}

div.StyleD_Item_ div.detail_ {
  overflow: hidden;
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  font-size: 12px;
  color: #6b6b6b;
}

div.StyleD_Item_ div.detail_ .tax_class_name_ {
  font-size: 12px;
}

div.StyleD_Item_ div.order_form_ {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  text-align: right;
  align-self: end;
}

div.StyleD_Item_ div.order_form_ .price_pop_ {
  display: block;
  font-size: 13px;
}

div.StyleD_Item_ div.order_form_ .default_sales_price_ {
  font-size: 13px;
}

div.StyleD_Item_ div.order_form_ .default_sales_price_ .content_ {
  text-decoration: line-through;
}

div.StyleD_Item_ div.order_form_ .pricebox_ {
  margin: 0 0 3px;
}

div.StyleD_Item_ div.order_form_ .pricebox_ .price_title_ {
  display: none;
}

div.StyleD_Item_ div.order_form_ .pricebox_ .price_ {
  font-size: 18px;
  font-weight: bold;
}

div.StyleD_Item_ div.order_form_ .pricebox_ .small_ {
  font-size: 10px;
  font-weight: bold;
}

div.StyleD_Item_ div.order_form_ .title_ {
  font-size: 14px;
}

div.StyleD_Item_ div.order_form_ .content_ {
  font-size: 14px;
}

div.StyleD_Item_ div.order_form_ .qty_ {
  margin: 0 0 8px;
  font-size: 12px;
  color: #6b6b6b;
}

div.StyleD_Item_ div.order_form_ .qty_ input[type="text"] {
  width: 60px;
  height: 40px;
  padding: 4px 12px;
  border: 1px solid #222;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: right;
}

div.StyleD_Item_ div.cart_ {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  text-align: right;
}

div.StyleD_Item_ div.cart_ .btn_cart_.cart_s_button_ {
  width: 180px;
  padding: 14px 5px 14px 20px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  background: #3763ba;
}

div.StyleD_Item_ div.cart_ .btn_cart_.cart_s_button_::before {
  position: absolute;
  width: 18px;
  height: 1.5em;
  top: calc(50% - 10.5px);
  left: 18px;
  vertical-align: top;
  background: url(../../img/usr/btn_cart.png) center center / 18px auto no-repeat;
  content: "";
}

div.StyleD_Item_ div.comment1_ {
  grid-column: 1 / 4;
  grid-row: 4 / 5;
  font-size: 14px;
  position: relative;
  padding-top: 20px;
}

div.StyleD_Item_ div.comment1_ .goodscomment1_ {
  max-height: 4.5em;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

div.StyleD_Item_ div.comment1_ .goodscomment1_::before {
  position: absolute;
  display: var(--content-before-display, block);
  content: "";
  bottom: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
  z-index: 2;
}

div.StyleD_Item_ div.comment1_ .read_more {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #3763ba;
  background: #fff;
  margin: 0;
  z-index: 3;
}

div.StyleD_Item_ div.comment1_ .read_more::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #3763ba;
  border-bottom: 2px solid #3763ba;
  margin-top: -4px;
  margin-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  transform: rotate(45deg);
  content: "";
}

div.StyleD_Item_ div.comment1_ .read_more.expanded {
  position: static;
  margin-top: 5px;
  transform: none;
  display: block;
}

div.StyleD_Item_ div.comment1_ .read_more.expanded::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

div.StyleD_Item_ div.comment1_ .read_more:hover {
  opacity: 0.7;
}

div.goods_ div.StyleD_Frame_ div.StyleD_Item_ div.summary_ div.maker_ {
  padding: 0;
  background: none;
}

/* --------------------------------------------------------------------
  商品一覧　詳細一覧　関連商品_商品詳細_カートのフォーム
--------------------------------------------------------------------- */
.togetherlist_ div.StyleD_Frame_ {
  width: 100%;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.togetherlist_ div.StyleD_Item_ {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: left;
  padding: 5px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  word-break: break-word;
}

.togetherlist_ div.StyleD_Item_ div.img_ {
  width: 210px;
  height: 210px;
  grid-column: 1 / -1;
  grid-row: auto;
  margin: 0 auto;
}

.togetherlist_ div.StyleD_Item_ div.img_ img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.togetherlist_ div.StyleD_Item_ div.summary_ {
  grid-column: 1 / -1;
  grid-row: auto;
  font-size: 14px;
}

.togetherlist_ div.StyleD_Item_ div.summary_ .name_ {
  padding-top: 5px;
}

.togetherlist_ div.StyleD_Item_ div.summary_ .name_ .name1_ {
  font-size: 20px;
  font-weight: bold;
}

.togetherlist_ div.StyleD_Item_ div.detail_ {
  overflow: hidden;
  grid-column: span 1;
  grid-row: auto;
  font-size: 13px;
}

.togetherlist_ div.StyleD_Item_ div.detail_ .title_ {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.togetherlist_ div.StyleD_Item_ div.detail_ .content_ {
  display: inline-block;
  width: auto;
  white-space: normal;
}

.togetherlist_ div.StyleD_Item_ div.detail_ .tax_class_name_ {
  font-size: 13px;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ {
  grid-column: span 1;
  grid-row: auto;
  text-align: right;
  align-self: end;
  padding-left: 15px;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .price_pop_ {
  display: block;
  font-size: 13px;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .default_sales_price_ {
  font-size: 13px;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .default_sales_price_ .content_ {
  text-decoration: line-through;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .price_title_ {
  font-size: 16px;
  display: inline-block;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .price_ {
  font-size: 16px;
  display: inline-block;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .title_ {
  font-size: 13px;
  display: inline-block;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .content_ {
  font-size: 13px;
  display: inline-block;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .small_ {
  display: inline-block;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .qty_ {
  font-size: 15px;
  margin: 5px 0;
}

.togetherlist_ div.StyleD_Item_ div.order_form_ .unit_ {
  display: inline-block;
}

.togetherlist_ div.StyleD_Item_ div.cart_ {
  grid-column: 1 / -1;
  grid-row: auto;
  text-align: right;
}

.togetherlist_ div.StyleD_Item_ div.comment1_ {
  display: none;
}

/* --------------------------------------------------------------------
  商品一覧　ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.block-pagecategory-page-list .StyleP_Frame_ {
  display: flex;
  flex-wrap: wrap;
}

div.StyleP_Line_ {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 44px;
  padding-top: 10px;
}

.page-goods div.StyleP_Line_ {
  padding-top: 10px;
}

div.StyleP_Line_:last-child {
  margin-bottom: 0;
}

div.StyleP_Item_ {
  width: 15%;
  margin: 0;
  padding: 0;
}

div.StyleP_Item_:last-child {
  margin-right: 0;
}

div.StyleP_Item_ div.img_ {
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-bottom: 12px;
}

div.StyleP_Item_ div.img_ img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: scale-down;
}

div.StyleP_Item_ div.desc_ {
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto auto auto auto;
  flex-grow: 1;
}

div.StyleP_Item_ div.desc_ .icon_ {
  margin: 0 0 4px;
  min-height: 21px;
}

div.StyleP_Item_ div.name_ {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 180px;
  margin: 0 0 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-overflow: ellipsis;
}

div.StyleP_Item_ div.name_ .name1_ {
  font-size: 16px;
}

div.StyleP_Item_ div.g_price_ .price_ {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

div.StyleP_Item_ div.g_price_ .small_ {
  font-size: 12px;
}

div.StyleP_Item_ div.maker_price_ {
  margin: 0 0 9px;
}

div.StyleP_Item_ div.qty_ {
  font-size: 12px;
  color: #6b6b6b;
  min-height: 40px;
}

div.StyleP_Item_ .btn_cart_ {
  width: 100%;
  height: auto;
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}

div.StyleP_Item_ .add-cart-btn {
  min-height: 60px;
}

.autopagerize_page_element_ div.StyleP_Frame_ div.StyleP_Item_ {
  position: relative;
  display: flex;
  flex-direction: column;
}

.autopagerize_page_element_ div.StyleP_Frame_ div.StyleP_Item_ .img_ a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autopagerize_page_element_ div.StyleP_Frame_ div.StyleP_Item_ .icon_ {
  display: flex;
  flex-wrap: wrap;
}

.autopagerize_page_element_ div.StyleP_Frame_ div.StyleP_Item_ .icon_ img {
  margin-right: 4px;
  margin-bottom: 4px;
  object-fit: contain;
}

.autopagerize_page_element_ div.StyleP_Frame_ .comment_ {
  display: none;
}

.ui-widget.ui-widget-content div.StyleP_Item_ {
  margin-right: 2px;
  margin-left: 4px;
}

/* こんな商品を買った人は、こんな商品も・・・ */
.togetherlist_ div.StyleP_Line_ {
  gap: 10px;
  overflow: auto;
}

.accessory_list_ div.StyleP_Item_ {
  width: 164px;
}

.togetherlist_ div.StyleP_Item_ {
  width: 164px;
  margin-bottom: 5px;
}

.accessory_list_ div.StyleP_Item_ .img_,
.togetherlist_ div.StyleP_Item_ .img_ {
  width: 164px;
  height: 164px;
}

.accessory_list_ div.StyleP_Item_ .img_ a,
.togetherlist_ div.StyleP_Item_ .img_ a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessory_list_ div.StyleP_Item_ div.img_ img,
.togetherlist_ div.StyleP_Item_ div.img_ img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.togetherlist_ div.StyleP_Item_ div.desc_ .comment_ {
  display: none;
}

.accessory_list_ div.StyleP_Item_ .cart_,
.togetherlist_ div.StyleP_Item_ .cart_ {
  display: none;
}

/* --------------------------------------------------------------------
  商品一覧　一覧
--------------------------------------------------------------------- */
.goods_style_l_ {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.goods_style_l_ .StyleL_Frame_ {
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

.goods_style_l_ .StyleL_Frame_ th {
  padding: 12px 5px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  word-break: break-all;
  background: #f0f0f0;
  border: 1px solid #cecece;
}

.goods_style_l_ .StyleL_Frame_ td {
  padding: 25px 10px;
  color: #222;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  word-break: break-all;
  border: 1px solid #cecece;
}

.goods_style_l_ .StyleL_Frame_ th.name_,
.goods_style_l_ .StyleL_Frame_ td.name_ {
  width: 180px;
}

.top_layout_1_ .goods_style_l_ .StyleL_Frame_ th.name_,
.top_layout_1_ .goods_style_l_ .StyleL_Frame_ td.name_ {
  width: 300px;
}

.goods_style_l_ .StyleL_Frame_ td.name_ .tax_class_name_ {
  font-size: 11px;
}

.goods_style_l_  .StyleL_Frame_ td.name_ .icon_ {
  margin: 0 0 8px;
}

.goods_style_l_ .StyleL_Frame_ th.g_price_ {
  width: 200px;
}

.goods_style_l_ .StyleL_Frame_ td.g_price_ {
  text-align: right;
}

.goods_style_l_ .StyleL_Frame_ td.g_price_ .small_ {
  font-size: 12px;
  word-break: break-word;
}

.goods_style_l_ .StyleL_Frame_ th.comment_,
.goods_style_l_ .StyleL_Frame_ td.comment_ {
  width: 200px;
}

.event_ .goods_style_l_ .StyleL_Frame_ th.comment_,
.event_ .goods_style_l_ .StyleL_Frame_ td.comment_ {
  width: auto;
}

.goods_style_l_ .StyleL_Frame_ td.comment_ {
  text-align: left;
}

.goods_style_l_ .StyleL_Frame_ th.filter_,
.goods_style_l_ .StyleL_Frame_ td.filter {
  width: 150px;
}

.goods_style_l_ .StyleL_Frame_ td.filter_ {
  text-align: center;
}

.goods_style_l_ .StyleL_Frame_ th.maker_price_ {
  width: 120px;
}

.goods_style_l_ .StyleL_Frame_ th.other_ {
  padding: 0;
}

.goods_style_l_ .StyleL_Frame_ td.other_ {
  height: 100%;
  padding: 0;
}

.goods_style_l_ .StyleL_Frame_ th.other_ .container_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ {
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .stock_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .stock_,
.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .qty_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_,
.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .cart_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .cart_ {
  display: table-cell;
  height: 100%;
  padding: 8px 8px 6px 8px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .qty_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_,
.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .cart_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .cart_ {
  border-left: 1px solid #ccc;
}

.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .stock_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .stock_ {
  width: 125px;
}

.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .qty_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_ {
  width: 90px;
}

.goods_style_l_ .StyleL_Frame_.has_unit_ th.other_ .container_ .qty_,
.goods_style_l_ .StyleL_Frame_.has_unit_ td.other_ .container_ .qty_ {
  width: 125px;
}

.event_ .goods_style_l_ .StyleL_Frame_.has_unit_ th.other_ .container_ .qty_,
.event_ .goods_style_l_ .StyleL_Frame_.has_unit_ td.other_ .container_ .qty_ {
  width: 95px;
  padding: 12px 10px;
  text-align: center;
}

.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_ {
  text-align: center;
  word-break: break-word;
}

.goods_style_l_ .StyleL_Frame_.has_unit_ td.other_ .container_ .qty_ {
  text-align: left;
}

.goods_style_l_ .StyleL_Frame_.has_unit_ td.other_ .container_ .unit_ {
  margin: 5px;
  font-size: 16px;
}

.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_ input[type="text"] {
  text-align: right;
  box-sizing: border-box;
}

.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .cart_,
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .cart_ {
  width: 179px;
  text-align: center;
}

.goods_style_l_.has_filter_ {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ {
  border-collapse: separate;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ th {
  border-right: none;
  border-bottom: none;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ td {
  border-top: none;
  border-right: none;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ccc;
  z-index: -1;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ th.name_ {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ td.name_ {
  position: sticky;
  left: 0;
  text-align: left;
  z-index: 2;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ th.g_price_,
.goods_style_l_.has_filter_ .StyleL_Frame_ th.maker_price_ {
  position: sticky;
  top: 0;
  left: 180px;
  z-index: 3;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ td.g_price_ {
  position: sticky;
  left: 180px;
  z-index: 2;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ th.comment_,
.goods_style_l_.has_filter_ .StyleL_Frame_ th.filter_ {
  position: sticky;
  top: 0;
  z-index: 2;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ td.comment_,
.goods_style_l_.has_filter_ .StyleL_Frame_ td.filter_ {
  position: sticky;
  z-index: 1;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ th.other_ {
  position: sticky;
  top: 0;
  right: 1px;
  z-index: 3;
}

.goods_style_l_.has_filter_ .StyleL_Frame_ td.other_ {
  position: sticky;
  right: 1px;
  z-index: 2;
}

.goods_style_l_.has_filter_ .list_scroll_indicator_ {
  position: absolute;
  top: calc(50% + 20px);
  left: 500px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s ease;
  background-color: rgba(128, 128, 128, 0.7);
  padding: 10px;
  border-radius: 5px;
}

.goods_style_l_.has_filter_ .list_scroll_indicator_.show {
  opacity: 1;
}

.goods_style_l_.has_filter_ .list_scroll_indicator_.hidden {
  opacity: 0;
}

.goods_style_l_.has_filter_ .list_scroll_indicator_ span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -22px;
  margin-right: 30px;
  color: #fff;
}

.goods_style_l_.has_filter_ .list_scroll_indicator_arrow_ {
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  margin: 0 0 0 130px;
  animation: ListScrollIndicatorArrowMove 1s infinite;
}

@keyframes ListScrollIndicatorArrowMove {
  0%,
  100% {
    transform: translateX(0) rotate(-45deg);
  }
  50% {
    transform: translateX(5px) rotate(-45deg);
  }
}

/* firefox用 */
@-moz-document url-prefix() {
  .goods_style_l_ .StyleL_Frame_ td.cart_ {
    position: unset;
  }
}

.togetherlist_ div.goods_style_l_ th.comment_,
.togetherlist_ div.goods_style_l_ td.comment_ {
  display: none;
}

.togetherlist_ .goods_style_l_ .StyleL_Frame_ th.name_,
.togetherlist_ .goods_style_l_ .StyleL_Frame_ td.name_ {
  width: 150px;
}

.togetherlist_ .goods_style_l_ .StyleL_Frame_ th.g_price_,
.togetherlist_ .goods_style_l_ .StyleL_Frame_ td.g_price_ {
  width: 120px;
}

.togetherlist_ .goods_style_l_ .StyleL_Frame_ td.g_price_ .small_::before {
  content: "\A";
  white-space: pre;
}

.togetherlist_ .goods_style_l_ .StyleL_Frame_.has_unit_ th.other_ .container_ .qty_,
.togetherlist_ .goods_style_l_ .StyleL_Frame_.has_unit_ td.other_ .container_ .qty_ {
  width: 75px;
}

/* --------------------------------------------------------------------
  商品一覧　メーカー
--------------------------------------------------------------------- */
table.StyleM_Frame_ {
  margin: 0 0 20px 0;
  border: none;
  width: 100%;
}

table.StyleM_Frame_ tr {
  vertical-align: top;
}

table.StyleM_Frame_ th {
  text-align: center;
  font-weight: bold;
}

table.StyleM_Frame_ td {
  vertical-align: middle;
}

table.StyleM_Frame_ td.name_ {
  width: 180px;
}

table.StyleM_Frame_ td.price_ {
  white-space: nowrap;
  text-align: right;
}

table.StyleM_Frame_ td.maker_price_ {
  white-space: nowrap;
  text-align: right;
}

table.StyleM_Frame_ td.stock_ {
  text-align: center;
}

table.StyleM_Frame_ td.cart_ {
  width: 50px;
  text-align: right;
}

/* --------------------------------------------------------------------
  商品一覧　リスト
--------------------------------------------------------------------- */
ul.StyleS_Frame_ {
  margin: 0 0 20px 0;
  padding: 0;
}

li.StyleS_Line_ {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

li.StyleS_Line_ span {
  padding-right: 1em;
}

li.StyleS_Line_ .name_ {
  display: inline;
}

li.StyleS_Line_ .name1_ {
  padding-right: 1em;
  display: inline;
}

li.StyleS_Line_ .name2_ {
  padding-right: 1em;
  display: inline;
}

/* --------------------------------------------------------------------
  商品一覧　商品名
--------------------------------------------------------------------- */
table.StyleN_Frame_ {
  margin: 0 0 20px 0;
  width: 100%;
}

table.StyleN_Frame_ th {
  width: 40%;
}

/* --------------------------------------------------------------------
  商品一覧　一括購入
--------------------------------------------------------------------- */
table.StyleB_Frame_ {
  margin: 0 0 10px 0;
  border: #cecece;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}

table.StyleB_Frame_ tr {
  vertical-align: top;
}

table.StyleB_Frame_ th {
  padding: 12px 5px;
  text-align: center;
  font-weight: bold;
  border-style: none;
  border: 1px solid #cecece;
  background: #f0f0f0;
}

table.StyleB_Frame_ th.name_ {
  width: 200px;
}

.top_layout_1_ table.StyleB_Frame_ th.name_ {
  width: 300px;
}

table.StyleB_Frame_ th.gprice_ {
  min-width: 230px;
}

table.StyleB_Frame_ th.qty_ {
  width: 120px;
}

table.StyleB_Frame_ td {
  padding: 25px 10px;
  border: 1px solid #cecece;
  vertical-align: middle;
}

table.StyleB_Frame_ td.g_price_ {
  text-align: right;
}

table.StyleB_Frame_ td.maker_price_ {
  text-align: right;
}

table.StyleB_Frame_ td.stock_ {
  text-align: center;
}

table.StyleB_Frame_ td.qty_ {
  min-width: 110px;
}

table.StyleB_Frame_ td.qty_ input {
  width: 4em;
}

div.StyleB_Cart_ {
  margin: 0 0 20px 0;
  text-align: right;
}

div.StyleB_Cart_ .add-cart-icon::before {
  display: none;
}

table.StyleB_Frame_ td .small_ {
  font-size: 16px;
}

table.StyleB_Frame_ td .tax_class_name_ {
  font-size: 11px;
}

table.StyleB_Frame_ td.g_price_ .small_ {
  font-size: 12px;
}

.togetherlist_ table.StyleB_Frame_,
div.accessory_list_ table.StyleB_Frame_ {
  margin-top: 10px;
}

.togetherlist_ table.StyleB_Frame_ th.comment_,
.togetherlist_ table.StyleB_Frame_ td.comment_ {
  display: none;
}

.togetherlist_ table.StyleB_Frame_ th.name_,
.togetherlist_ table.StyleB_Frame_ td.name_ {
  width: 250px;
}

.togetherlist_ table.StyleB_Frame_ th.gprice_,
.togetherlist_ table.StyleB_Frame_ td.gprice_ {
  min-width: 145px;
}

/* --------------------------------------------------------------------
  商品一覧　チェックリスト
--------------------------------------------------------------------- */
.StyleA_Frame_ {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 0;
}

.StyleA_Item_ {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.StyleA_Item_ td {
  padding: 20px 0 17px;
  vertical-align: top;
}

.StyleA_Item_ td.img_ {
  padding-right: 20px;
  width: 145px;
}

.StyleA_Item_ td.img_ img {
  width: 100%;
}

.StyleA_Item_ td.desc {
  width: calc(100% - 165px);
}

.StyleA_Item_ div.desc_frame_ {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 0;
}

.StyleA_Item_ div.desc_frame_ .desc_spec_ {
  font-size: 12px;
  line-height: 1.5;
  color: #6b6b6b;
}

.StyleA_Item_ div.desc_frame_ .desc_price_ {
  text-align: right;
}

.StyleA_Item_ td.desc_ .icon_ {
  margin: 0 0 12px;
}

.StyleA_Item_ td.desc_ .name_,
.StyleA_Item_ td.desc_ .name1_ {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.StyleA_Item_ td.desc_ .comment_,
.StyleA_Item_ td.desc_ .comment_ .small_ {
  font-size: 12px;
}

.StyleA_Frame_ div.price_ {
  margin: 0 0 3px;
  font-size: 18px;
  font-weight: bold;
}

.StyleA_Frame_ div.price_ .price_ {
  font-size: 18px;
  font-weight: bold;
}

.StyleA_Frame_ div.price_ .small_ {
  display: inline-block;
  font-size: 10px;
}

.StyleA_Frame_ div.qty_ {
  margin: 0 0 7px;
  font-size: 12px;
}

.StyleA_Frame_ div.qty_ input[type="text"].order_qty_ {
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 4px 8px;
  text-align: right;
  box-sizing: border-box;
}

.StyleA_Frame_ div.checkbox_ input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.StyleA_Frame_ div.checkbox_ input[type="checkbox"] + label {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-top;
}

/* チェックリスト(子商品追加) */
div.goods_ table.StyleC_Frame_ td.price_ {
  text-align: right;
  white-space: nowrap;
}

div.goods_ table.StyleC_Frame_ td.stock_ {
  text-align: right;
  white-space: nowrap;
}

div.goods_ table.StyleC_Frame_ td.checkbox_ {
  text-align: right;
  white-space: nowrap;
}

/* --------------------------------------------------------------------
  商品一覧　写真付き
--------------------------------------------------------------------- */
table.StyleI_Frame_ {
  margin: 0 0 20px 0;
  border: none;
  width: 100%;
}

table.StyleI_Frame_ tr {
  vertical-align: top;
}

table.StyleI_Frame_ th {
  text-align: center;
  font-weight: bold;
}

table.StyleI_Frame_ td {
  vertical-align: middle;
}

table.StyleI_Frame_ td.img_ img {
  width: 50px;
}

table.StyleI_Frame_ td.name_ {
  width: 180px;
}

table.StyleI_Frame_ td.price_ {
  white-space: nowrap;
  text-align: right;
}

table.StyleI_Frame_ td.maker_price_ {
  white-space: nowrap;
  text-align: right;
}

table.StyleI_Frame_ td.stock_ {
  text-align: center;
}

table.StyleI_Frame_ td.cart_ {
  width: 50px;
  text-align: right;
}

/* --------------------------------------------------------------------
  商品一覧　ランキング
--------------------------------------------------------------------- */
div.StyleR_Frame_ {
  margin: 0 0 20px 0;
  width: 100%;
  overflow: hidden;
}

div.StyleR_Item_ {
  margin: 0;
  float: left;
  display: inline;
  text-align: center;
  width: 33%;
}

div.StyleR_Item_ div.img_ {
  margin-bottom: 5px;
}

div.StyleR_Item_ div.name_,
div.StyleR_Item_ div.price_,
div.StyleR_Item_ div.maker_price_,
div.StyleR_Item_ div.semiclosed_value_ {
  margin: 0 10px 5px 10px;
}

div.StyleR_Item_ div.cart_ {
  margin: 0 10px;
}

.StyleR_List_ {
  float: right;
  display: inline;
  width: 66%;
  overflow: hidden;
}

.StyleR_List_ li {
  padding: 5px 5px 5px 0;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

.StyleR_List_ li dl {
  width: 100%;
  overflow: hidden;
}

.StyleR_List_ li dl dt {
  float: left;
  text-align: center;
  font-weight: bold;
  width: 3em;
}

.StyleR_List_ li dl dd {
  margin-left: 3em;
}

.StyleR_List_ #rank1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  scrollbar-width: auto;
}

.StyleR_List_ #rank2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
}

.StyleR_List_ #rank3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
}

.StyleR_List_ #rank4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
}

.StyleR_List_ #rank5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
}

/* --------------------------------------------------------------------
  商品一覧　比較表
--------------------------------------------------------------------- */
.compare_list_ {
  width: 100%;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.compare_list_top_scrollbar_ {
  overflow-x: auto;
  overflow-y: hidden;
  height: 20px;
  margin-left: 150px;
  margin-right: 17px;
}

.compare_list_top_scrollbar_ .scroll_content_ {
  height: 1px;
}

.compare_list_table_ {
  width: 100%;
  height: 100%;
  font-size: 16px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}

.compare_list_table_ th {
  width: 135px;
  padding: 8px 8px 6px 8px;
  font-weight: bold;
  text-align: left;
  background: #f7f7f7;
  word-break: break-all;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.compare_list_table_ th::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: "";
  z-index: -1;
}

.compare_list_table_ td {
  width: 150px;
  padding: 8px 8px 6px 8px;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.compare_list_table_ td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}

.compare_list_main_header_ {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.compare_list_goods_code_header_,
.compare_list_goods_name_header_,
.compare_list_price_header_,
.compare_list_stock_header_ {
  position: sticky;
  left: 0;
  z-index: 3;
}

.compare_list_main_data_ {
  position: sticky;
  top: 0;
  vertical-align: top;
  margin-bottom: 5px;
  text-align: center !important;
  z-index: 2;
}

.compare_list_goods_code_data_,
.compare_list_goods_name_data_,
.compare_list_price_data_,
.compare_list_stock_data_ {
  position: sticky;
  z-index: 2;
}

.compare_list_filter_header_,
.compare_list_maker_header_ {
  position: sticky;
  left: 0;
  z-index: 2;
}

.compare_list_goods_code_header_,
.compare_list_goods_code_data_ {
  height: 40px;
}

.compare_list_goods_name_header_,
.compare_list_goods_name_data_ {
  height: 40px;
}

.compare_list_goods_name_data_ .name_ {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare_list_goods_name_data_ .revico-star-zone {
  width: 150px;
  height: 40px;
}

.compare_list_price_header_,
.compare_list_price_data_ {
  height: 50px;
}

.compare_list_stock_header_,
.compare_list_stock_data_ {
  height: 50px;
}

.compare_list_maker_header_,
.compare_list_maker_data_ {
  height: 40px;
}

.compare_list_filter_header_,
.compare_list_filter_data_ {
  height: 50px;
}

.compare_list_goods_name_data_ .name_ a {
  color: #007dc5;
}

.compare_list_main_data_ .img_ {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.compare_list_main_data_ .img_ img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: scale-down;
}

.compare_list_main_data_ .icon_ {
  display: block;
  margin: 0 auto;
  text-align: left;
  margin-top: 5px;
}

.compare_list_main_data_ .icon_ img {
  max-width: 40px;
  max-height: 20px;
  margin-bottom: 5px;
}

.compare_list_price_data_ {
  text-align: right !important;
}

.compare_list_price_data_ .price_ {
  font-size: 13px;
}

.compare_list_price_data_ .small_ {
  font-size: 80%;
}

.compare_list_stock_data_ {
  text-align: center !important;
}

/* --------------------------------------------------------------------
  商品一覧　バリエーション
--------------------------------------------------------------------- */
h2.goods_variation_list_ {
  margin: 0 0 24px;
  padding: 12px 20px;
  border-left: 8px solid #707070;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #222;
}

div.cartvariation_ {
  margin-bottom: 20px;
}

table.variation_ {
  margin: auto auto;
  border: none;
  background-color: #fff;
  width: 100%;
}

table.variation_ tbody {
  vertical-align: top;
}

table.variation_ td {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #b9b9b9;
}

table.variation_ td.comment_ span.small_ {
  font-size: 14px;
}

table.variation_ td.img_s_ {
  min-width: 100px;
}

table.variation_ td.img_s_ img {
  width: 100px;
  height: 100px;
}

table.variation_ td.msg_ {
  max-width: 320px;
}

table.variation_ td.msg_ .name_ {
  margin-bottom: 8px;
}

table.variation_ td.msg_ .name_ a {
  font-size: 13px;
  color: #333;
  font-weight: normal;
}

table.variation_ td.msg_ .g_price_ .price_ {
  color: #fe4242;
  font-size: 15px;
  font-weight: bold;
}

table.variation_ td.comment_ {
  word-break: break-word;
}

table.variation_ td.cartbox_ {
  text-align: right;
  height: 100%;
}

table.variation_ td.cartbox_ div.cartbutton_ {
  vertical-align: bottom;
}

table.variation_ td.cartbox_ div.variation_ {
  height: 40px;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
}

table.variation_ td.cartbox_ div.qty_ {
  margin-bottom: 3px;
}

/* --------------------------------------------------------------------
  商品一覧　バリエーション（マトリックス）
--------------------------------------------------------------------- */
div.variation_matrix_ {
  margin-bottom: 10px;
  padding: 0;
}

div.variation_matrix_ > table {
  margin: 0 auto;
  border: 1px solid #cecece;
  background-color: #fff;
}

div.variation_matrix_ > table td {
  margin: 0;
  padding: 15px 20px 10px;
  border: 1px solid #cecece;
  vertical-align: top;
}

div.variation_matrix_ > table .col_title_ {
  width: auto;
  padding: 11px 5px;
  border: 1px solid #cecece;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
}

div.variation_matrix_ > table .row_title_ {
  min-width: 150px;
  padding: 5px;
  border: 1px solid #cecece;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
}

div.variation_matrix_ > table td.no_item_ {
  text-align: center;
  color: #ccc;
  font-weight: bold;
  vertical-align: middle;
}

div.variation_matrix_ .soldout_ {
  text-align: center;
  color: #999;
  border: 1px solid #ccc;
  margin: 3px;
  vertical-align: middle;
}

div.variation_matrix_ > table td img {
  max-width: 120px;
}

div.variation_matrix_ .cart_qtyinput_ {
  margin: 0 0 5px;
  font-size: 12px;
  text-align: center;
}

div.variation_matrix_ .cart_qtyinput_ input.input_qty_ {
  width: 3.75em;
  padding: 6px 8px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: right;
}

div.variation_matrix_ .g_price_,
div.variation_matrix_ .g_price_ .price_ {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

/* --------------------------------------------------------------------
  商品詳細　型番リスト
--------------------------------------------------------------------- */
.item_number_list_link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.item_number_list_anchor_ {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}

.item_number_list_title_ {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 13px 0 11px 25px;
  background: #222;
  box-sizing: border-box;
  border-left: 8px solid #707070;
}

.item_number_list_ {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-height: 50vh;
  overflow: auto;
}

.item_number_list_table_ {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
  table-layout: fixed;
  border-collapse: separate;
}

.item_number_list_table_ th {
  padding: 8px 8px 6px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ececec;
  word-break: break-all;
  box-sizing: border-box;
}

.item_number_list_table_ th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  z-index: -1;
}

.item_number_list_table_ th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}

.item_number_list_table_ td {
  padding: 8px 8px 6px 8px;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.item_number_list_table_ td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  z-index: -1;
}

.item_number_list_table_ td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ccc;
  z-index: -1;
}

.item_number_list_header_goods_,
.item_number_list_data_goods_ {
  width: 180px;
}

.item_number_list_header_goods_ {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.item_number_list_data_goods_ {
  position: sticky;
  left: 0;
  text-align: left;
  z-index: 2;
}

.item_number_list_header_filter_,
.item_number_list_data_filter_ {
  width: 120px;
}

.item_number_list_header_filter_ {
  position: sticky;
  top: 0;
  z-index: 2;
}

.item_number_list_data_filter_ {
  position: sticky;
  text-align: center;
  z-index: 1;
}

th.item_number_list_header_other_ {
  position: sticky;
  padding: 0;
  top: 0;
  right: 1px;
  z-index: 3;
}

td.item_number_list_data_other_ {
  height: 100%;
  position: sticky;
  padding: 0;
  right: 1px;
  z-index: 2;
}

.item_number_list_header_other_ .header_container_,
.item_number_list_data_other_ .data_container_ {
  display: table;
  table-layout: fixed;
  width: 100%;;
  height: 100%;
}

.item_number_list_header_other_ .header_container_ div,
.item_number_list_data_other_ .data_container_ div {
  display: table-cell;
  height: 100%;
  padding: 8px 8px 6px 8px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}

.item_number_list_header_other_ .header_container_ div {
  text-align: center;
}

.item_number_list_header_other_ .header_container_ .header_item_price_,
.item_number_list_data_other_ .data_container_ .data_item_price_ {
  width: 120px;
}

.item_number_list_data_other_ .data_container_ .data_item_price_ {
  text-align: right;
}

.item_number_list_header_other_ .header_container_ .header_item_stock_,
.item_number_list_data_other_ .data_container_ .data_item_stock_ {
  width: 120px;
}

.item_number_list_data_other_ .data_container_ .data_item_stock_ {
  text-align: center;
}

.item_number_list_table_ .item_number_list_header_other_ .header_container_ .header_item_qty_,
.item_number_list_table_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  width: 70px;
}

.item_number_list_table_.has_unit_ .item_number_list_header_other_ .header_container_ .header_item_qty_,
.item_number_list_table_.has_unit_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  width: 110px;
}

.item_number_list_table_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  text-align: center;
}

.item_number_list_table_.has_unit_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  text-align: left;
}

.item_number_list_data_other_ .data_container_ .price_ {
  font-size: 16px;
}

.item_number_list_data_other_ .data_container_ .small_ {
  font-size: 80%;
}

.item_number_list_data_other_ .data_container_ .data_item_qty_ input[type="text"] {
  text-align: right;
  box-sizing: border-box;
  width: 3.75em;
  font-size: 16px;
}

.item_number_list_ .scroll_indicator_ {
  position: absolute;
  top: 50%;
  left: 450px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s ease;
  background-color: rgba(128, 128, 128, 0.7);
  padding: 10px;
  border-radius: 5px;
}

.item_number_list_ .scroll_indicator_.show {
  opacity: 1;
}

.item_number_list_ .scroll_indicator_.hidden {
  opacity: 0;
}

.item_number_list_ .scroll_indicator_ span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -22px;
  margin-right: 30px;
  color: #fff;
}

.item_number_list_ .scroll_indicator_arrow_ {
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  margin: 0 0 0 130px;
  animation: scrollIndicatorArrowMove 1s infinite;
}

@keyframes scrollIndicatorArrowMove {
  0%,
  100% {
    transform: translateX(0) rotate(-45deg);
  }
  50% {
    transform: translateX(5px) rotate(-45deg);
  }
}

/* --------------------------------------------------------------------
  商品検索
--------------------------------------------------------------------- */
table.search_ {
  margin: 0 auto;
  width: 100%;
  border: 1px dotted #cecece;
}

table.goodssearch_ th {
  width: 240px;
  box-sizing: border-box;
}

/* 各項目 */
table.goodssearch_ td input[type="text"],
table.goodssearch_ td input[type="date"],
table.goodssearch_ td select {
  width: 520px;
  height: 40px;
  padding: 4px 15px;
  border: 1px solid #222;
  border-radius: 4px;
  box-sizing: border-box;
}

table.goodssearch_ #search_price input[type="text"],
table.goodssearch_ #search_sdt input[type="text"] {
  width: 210px;
}

table.goodssearch_ #search_release span {
  padding: 2px 0;
}

table.goodssearch_ #search_release input {
  width: 210px;
  height: 40px;
  box-sizing: border-box;
}

table.goodssearch_ td select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px;
  background: url(../../img/usr/down_arrow.png) center right 14px / 10px auto no-repeat;
}

/* ジャンル */
table.search_ ul.genre_ {
  width: 100%;
  height: 160px;
  overflow: auto;
  list-style: none;
}

table.search_ ul.genre_ li {
  padding: 0 0 5px 0;
}

table.search_ ul.genre_ li.genre_depth_1 {
  font-weight: bold;
  clear: both;
}

table.search_ ul.genre_ li.genre_depth_2 {
  text-indent: 10px;
  width: 30%;
  float: left;
}

table.search_ ul.genre_ li.genre_depth_3 {
  display: none;
}

table.search_ ul.genre_ li.genre_depth_4 {
  display: none;
}

.desc_ .qty_ input[type="text"],
.goods_ .qty_ input[type="text"] {
  width: 3.75em;
  height: 2.5em;
  margin-right: 2px;
  padding: 4px 8px;
  text-align: right;
  box-sizing: border-box;
  font-size: 16px;
}

.cartbox_ input[type="text"],
.cartbox2_ input[type="text"] {
  width: 3.75em;
  height: 2.5em;
  margin-right: 2px;
  padding: 4px 8px;
  text-align: right;
  box-sizing: border-box;
  font-size: 16px;
}

.goodssearch_ #search_keyword .keyword_search_method_ {
  margin-top: 5px;
}

.goodssearch_ #search_keyword .keyword_search_method_ input[type="radio"],
.goodssearch_ #search_keyword .keyword_search_method_ label {
  vertical-align: middle;
  cursor: pointer;
}

.goodssearch_ #search_genre .genre_select_box_ {
  position: relative;
  max-width: 300px;
}

.goodssearch_ #search_genre .genre_select_box_select_area_ {
  width: 520px;
  height: 40px;
  padding: 7px 38px 7px 15px;
  border: 1px solid #222;
  border-radius: 4px;
  box-sizing: border-box;
  background: url(../../img/usr/down_arrow.png) center right 14px / 10px auto no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goodssearch_ #search_genre .search_genre_ {
  display: none;
  position: absolute;
  border: 1px solid #858585;
  background-color: white;
  color: #000;
  padding: 5px;
  width: calc(80% + 10px);
  max-height: 150px;
  overflow-y: auto;
  z-index: 1;
}

.goodssearch_ #search_genre .search_genre_ input[type="checkbox"] {
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.goodssearch_ #search_genre .search_genre_ label {
  cursor: pointer;
}

.goodssearch_ #search_genre .search_genre_ label:hover {
  background-color: #1967d2;
  color: #fff;
}

.goodssearch_ #search_genre .genre_select_box_disp_area_ {
  margin-top: 5px;
  padding: 10px;
  max-width: 81.5%;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.goods-filter-description {
  display: block;
  margin: 10px 0 5px;
}

.goods-filter-table-container {
  overflow-y: hidden;
}

.goods-filter-table-container table.goodssearch_ {
  margin-bottom: 20px;
}

.goodssearch_.goods-filter-table {
  width: 100%;
}

.goodssearch_ .search_filter th {
  width: 150px;
  max-width: 150px;
}

.goodssearch_ .search_filter td label {
  display: inline-flex;
  align-items: center;
}

.goodssearch_ .search_filter td label input[type="checkbox"] {
  min-width: 16px;
  margin-right: 6px;
}

.goodssearch_ #filter-accordion-header,
.goodssearch_ #filter-accordion-footer {
  text-align: center;
  cursor: pointer;
}

.goodssearch_ .toggle-filter-accordion-header,
.goodssearch_ .toggle-filter-accordion-footer {
  border: none;
}

.goodssearch_ #filter-accordion-header-icon::before {
  content: "";
  display: block;
  position: relative;
  right: -650px;
  top: -17px;
  width: 2px;
  height: 10px;
  background-color: #222;
}

.goodssearch_ #filter-accordion-header-icon::after {
  content: "";
  display: block;
  position: relative;
  right: -646px;
  top: -23px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

.goodssearch_ #filter-accordion-footer-icon::after {
  content: "";
  display: block;
  position: relative;
  right: -616px;
  top: -14px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

/* --------------------------------------------------------------------
  ユーザー定義　関連商品
--------------------------------------------------------------------- */
div.title_block_ {
  margin: 5px auto;
  padding: 5px;
  background-color: #4cae8d !important;
}

/* --------------------------------------------------------------------
  ユーザー定義　最近見た商品
--------------------------------------------------------------------- */
#block_of_history h2 {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 100px auto 40px;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.0;
  color: #333;
  background: none;
}

#block_of_history h2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 100%;
  color: #333;
  background: #707070;
  content: "";
}

/* --------------------------------------------------------------------
  買い物かごメッセージ一覧
--------------------------------------------------------------------- */
.goods_agree_list_modal_ {
  position: fixed;
  overflow-y: auto;
  text-align: left;
  font-size: 12px;
}

.goods_agree_list_modal_ .ui-dialog-buttonset button {
  cursor: pointer;
}

.goods_agree_list_modal_ .ui-dialog-title {
  font-size: 16px;
}

.goods_agree_list_modal_ .ui-dialog-content {
  font-size: 14px;
}

.goods_agree_list_modal_ .agree_list_goods_ {
  width: 200px;
}

.goods_agree_list_modal_ .agree_list_name_ {
  width: 300px;
}

.goods_agree_list_modal_ .agree_list_msg_ {
  width: 400px;
}
