﻿@charset "UTF-8";

/* ----ツールチップ---- */

.balloontip {
  min-width: 20px;
  padding: 10px;
  border-radius: 6px;
  opacity: 1;
  z-index: 32767;
  text-align: left;
  font-size: 12px;
  border: 1px solid rgb(119, 119, 119);
  box-shadow: rgb(85, 85, 85) 4px 4px 4px;
  color: rgb(255, 255, 255);
  background: #333;
}

strong {
  font-weight: bold;
}

td[align="right"] > input:hover {
  opacity: 0.7;
}

th,
td {
  word-wrap: break-word;
}

/* --------------------------------------------------------------------
  common　汎用クラス
-------------------------------------------------------------------- */
/* 文字サイズ */
.xlarge_ {
  font-size: 144%;
}

.small_ {
  font-size: 80%;
}

.xsmall_ {
  font-size: 64%;
}

/* ----clearfix---- */
.clearfix_:before,
.clearfix_:after {
  content: "";
  display: table;
}

.clearfix_:after {
  clear: both;
}

.clearfix_ {
  zoom: 1;
}

/* 共通クラス(その他) */
.disp_none_ {
  display: none;
}

.hidden_ {
  visibility: hidden;
  clear: both;
  margin: 9px 0;
}

.nocell_ {
  border: none !important;
  background-color: transparent !important;
}

.hiddenEnter_ {
  width: 0;
  height: 0;
  display: inline;
  float: left;
  display: none;
}

/* 価格表示 */
span.price_pop_ {
  color: #c00;
  font-size: 10px;
  display: block;
  display: none;
}

span.price_ {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  overflow-wrap: break-word;
}

#sidebox_cart span.price_ {
  color: #333;
}

/* 税区分フロント名称 */
span.tax_class_name_ {
  color: #333;
  font-size: 11px;
  margin: 0 8px;
  padding: 2px;
}

/* --------------------------------------------------------------------
  common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  padding: 9px 7px 8px 0;
  font-size: 28px;
}

h1.supplier_name_ {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  padding: 9px 7px 8px 0;
  font-size: 28px;
}

h1.category_name_ {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  padding: 9px 7px 8px 15px;
  font-size: 28px;
}

h1.category_name_img_ {
  /* タイトルを画像にした場合 */
  margin-bottom: 10px;
}

h1.event_name_ {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  padding: 9px 7px 8px 15px;
  font-size: 28px;
}

h1.event_name_img_ {
  /* タイトルを画像にした場合 */
  margin-bottom: 10px;
}

h1.genre_name_ {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  padding: 9px 7px 8px 15px;
  font-size: 28px;
}

h1.topic_head_ {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  padding: 9px 7px 8px 0;
  font-size: 28px;
}

/* 汎用ヘッドライン */
.common_headline1_ {
  /* h1相当 */
  margin: 0 0 5px 0;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  padding: 9px 7px 8px 0;
  width: 100%;
  font-weight: bold;
  font-size: 28px;
}

.col1_ .common_headline1_ {
  /* .col1_ 1カラムの場合 */
  width: 815px;
}

.mainframe_ .common_headline1_ {
  /* .mainframe_ 2カラムの場合 */
  width: 755px;
}

.contents_ .mainframe_ .common_headline1_ {
  /* .contents_ .mainframe_ 3カラムの場合 */
  width: 575px;
}

.common_headline2_ {
  /* h2相当 */
  padding: 13px 0 11px 25px;
  background: #f6f6f6;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.common_headline2_::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background: #4cae8d;
  position: absolute;
  top: 8px;
  left: 0;
}

*:first-child + html .common_headline2_ {
  padding: 9px 4px 11px 20px;
}

.common_headline3_ {
  /* h3相当 */
  margin: 0 0 6px 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

/* --------------------------------------------------------------------
  common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.event_banner_ {
  margin: 0 5px 10px 5px;
}

.contents_ .event_banner_ {
  float: left;
  display: inline;
}

.event_title_ {
  font-size: 18px;
  padding: 13px 0 11px 25px;
  background: #f6f6f6;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 22px;
  margin-top: 15px;
  margin: 30px 0 15px;
}

.event_title_ a {
  color: #606060;
  font-weight: 600;
}

.event_title_ a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background: #4cae8d;
  position: absolute;
  top: 7px;
  left: 0;
}

*:first-child + html .event_title_ {
  padding: 9px 4px 11px 20px;
}

.event_ div.StyleP_Frame_ div.StyleP_Item_ {
  position: relative;
}

.event_ div.StyleP_Frame_ .comment_ {
  display: none;
}

.event_ div.StyleP_Frame_ span.price_pop_ {
  display: none;
}

/* --------------------------------------------------------------------
  common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
  margin: 0 0 6px 0;
  font-size: 12px;
}

.navitopicpath_ a {
  margin: 0 0.5em;
  color: #333;
}

.navigation_ img {
  display: none;
}

.navigation_ {
  font-size: 12px;
}

.navigation_ a {
  margin: 0 0.5em;
  color: #333;
}

.navitopicpath_ span.current_ {
  margin: 0 0.5em;
  font-weight: bold;
}

.navitopicpath_ li {
  display: inline;
}

/* ページジャンプ */
.navipage_ {
  text-align: right;
  padding: 5px 0;
  margin: 10px 0;
}

.navipage_.top_ {
  /* ページジャンプ上部 */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navipage_.bottom_ {
  /* ページジャンプ下部 */
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navipage_ .navipage_first_ a {
  padding-left: 18px;
  background: url(../../img/sys/navifirst.gif) left center no-repeat;
}

.navipage_ .navipage_prev_ a {
  padding-left: 12px;
  background: url(../../img/sys/naviprev.gif) left center no-repeat;
}

.navipage_ .navipage_next_ a {
  padding-right: 12px;
  background: url(../../img/sys/navinext.gif) right center no-repeat;
}

.navipage_ .navipage_last_ a {
  padding-right: 18px;
  background: url(../../img/sys/navilast.gif) right center no-repeat;
}

.navipage_now_ {
  margin: 0 1px;
  padding: 2px 7px;
  color: #c00;
  font-weight: bold;
  text-decoration: none;
  background: #fee;
  border: 1px solid #f99;
}

.navipage_ .navipage_reverse_ {
  margin-right: 5px;
}

.navipage_ .navipage_forward_ {
  margin-left: 5px;
}

.navipage_ a {
  margin: 0 1px;
  padding: 2px 7px;
  background-color: #fff;
  border: 1px solid #4cae8d;
}

.navipage_ a:hover {
  text-decoration: none;
  background-color: #eef8f5;
  border: 1px solid #4cae8d;
}

/* 並び替え */
.navisort_ {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #4cae8d;
}

.navisort_ dt {
  float: left;
  text-align: right;
  font-weight: bold;
  width: 8em;
}

.navisort_ dd {
  margin-left: 8em;
}

.navisort_now_ {
  color: #c00;
  text-decoration: none;
  margin: 2px 5px;
  white-space: nowrap;
}

.navisort_ a {
  margin: 2px 5px;
  white-space: nowrap;
  color: #333;
}

/* ブランド絞込 */
.brand_name_ {
  width: 100%;
  overflow: hidden;
}

.brand_name_now_ {
  color: #c30;
  text-decoration: none;
  margin: 2px 5px;
  white-space: nowrap;
}

.brand_name_ a {
  margin: 2px 5px;
  white-space: nowrap;
}

/* メーカー絞込 */
.maker_name_ {
  width: 100%;
  overflow: hidden;
}

.maker_name_now_ {
  color: #c30;
  text-decoration: none;
  margin: 2px 2px 2px 2px;
  white-space: nowrap;
}

.maker_name_ a {
  margin: 2px 2px 2px 2px;
  white-space: nowrap;
}

/* フロート */
.leftfloat_ {
  float: left;
  display: inline;
}

.rightfloat_ {
  float: right;
  display: inline;
}

img.leftfloat_ {
  margin: 0 10px 10px 0;
}

img.rightfloat_ {
  margin: 0 0 10px 10px;
}

/* 文整列 */
.lefttext_ {
  text-align: left;
}

.righttext_ {
  text-align: right;
}

.centertext_ {
  text-align: center;
}

div.notice_ .centertext_ {
  color: #4cae8d;
}

/* 特定メッセージ（ブロック） */
div.block_message_,
table.block_message_ {
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #666;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
}

div.error_,
table.error_ {
  background-color: #fff;
  border: solid 1px #f50;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
}

div.notice_,
table.notice_ {
  background-color: #fff;
  border: solid 1px #4cae8d;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
  max-width: 680px;
}

div.info_,
table.info_ {
  background-color: #fff;
  border: solid 1px #666;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
  max-width: 680px;
}

div.approval_info_ {
  background-color: #fff;
  border: solid 1px #666;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
  font-weight: bold;
}

ul.error_ {
  margin-left: 16px;
}

/* --------------------------------------------------------------------
  Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
  background-color: #fff;
  border: 1px solid #999;
  display: none;
  padding: 2px 0;
  font-size: 12px;
  position: absolute;
  z-index: 9999;
}

#suggestZipArea .itemNotFound {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #999;
  font-style: italic;
}

#suggestZipArea .itemLine {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
  cursor: default;
  color: #000;
  font-size: 12px;
}

#suggestZipArea .selected {
  background-color: #fdd;
  color: #c00000;
}

#suggestZipArea .itemLine .itemCode {
  float: left;
  font-weight: bold;
  margin-right: 4px;
  font-size: 11px;
}

/* --------------------------------------------------------------------
  注文拡張項目
--------------------------------------------------------------------- */
table.sales_append_ {
  width: 100%;
}

table.sales_append_ th {
  width: 30%;
}

/* --------------------------------------------------------------------
  ユーザー定義　得意先拡張項目
--------------------------------------------------------------------- */
form[name="frmBiz"] .customer_rank_select select {
  max-width: 200px;
}

form[name="frmBiz"] .pwd_ReRegist input[type="text"] {
  width: 100px !important;
}

form[name="frmBiz"] dd.customer_savecard_ {
  word-wrap: break-word;
  line-height: 1.28;
}

form[name="frmBiz"] div.bt_customer_form_ {
  padding-bottom: 20px;
}

form[name="frmBiz"] div.biz_append_ dl {
  display: block;
}

form[name="frmBiz"] div.biz_append_ dt,
form[name="frmBiz"] div.biz_append_ dd {
  display: block;
  height: auto !important;
  word-wrap: break-word;
  word-break: break-all;
}

form[name="frmBiz"] div.biz_append_ dd label {
  white-space: normal;
}

form[name="frmBiz"] div.biz_append_ dt {
  width: auto;
  float: none;
}

form[name="frmBiz"] div.biz_append_ dd {
  margin-bottom: 10px;
}

.biz_append_ input,
.biz_append_ textarea,
.biz_append_ select {
  max-width: 400px;
}

/* --------------------------------------------------------------------
  bxslider
  --------------------------------------------------------------------- */

.bx-wrapper {
  box-shadow: none;
}

.slider-wrapper {
  min-height: 350px;
  padding-bottom: 40px;
}

.bx-wrapper img {
  width: 100%;
}

.bx-wrapper .bx-controls-direction a {
  background: inherit;
  display: block;
  width: 15px;
  height: 30px;
  width: 16px;
  opacity: 1;
  top: 46%;
  z-index: 2 !important;
}

.bx-wrapper .bx-controls-direction a.bx-next::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 1px #7dc788;
  border-right: solid 1px #7dc788;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  top: 52%;
  z-index: 2 !important;
}

.bx-wrapper .bx-controls-direction a.bx-prev::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 1px #7dc788;
  border-right: solid 1px #7dc788;
  transform: rotate(225deg);
  position: absolute;
  right: 2px;
  top: 51%;
  z-index: 2 !important;
}

.bx-wrapper .bx-pager {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 0;
  bottom: -8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dcdcdc;
  margin: 0 6px;
  display: inline-block;
}

.wrapper_ .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wrapper_ .bx-wrapper .bx-pager.bx-default-pager a.active,
.wrapper_ .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #4ca259;
}

.bx-wrapper {
  box-shadow: inherit;
}

#search_suggest_area_ {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 5px;
}

.suggest_keyword_ {
  padding: 2px;
}

.suggest_keyword_entry_ {
  display: block;
  color: #000;
  text-decoration: none;
}

.suggest_goods_ {
  width: 370px;
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
  display: flex;
}

.suggest-goods-info-wrapper {
  margin-left: 10px;
}

.suggest-goods-info-wrapper p.suggest_semiclosed_value_ {
  word-break: break-all;
}

.suggest_goods_img_ {
  display: inline-block;
  width: 60px;
  flex-shrink: 0;
}

.suggest_goods_img_ img {
  width: 60px;
  height: 60px;
}

.suggest_keyword_:hover,
.suggest_goods_:hover {
  background-color: #dedede;
  cursor: pointer;
  cursor: hand;
}

.dragover {
  background: rgb(255, 228, 200);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery > * {
  margin: 2px;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.gallery .working img {
  filter: blur(2px);
}

.gallery .working::after {
  content: "UPLOADING";
  font-size: 10px;
  line-height: 100px;
  text-align: center;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
}

.input_image_file {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px;
  color: rgba(0, 0, 0, 0.7);
  transition-duration: 0.4s;
  margin: 0 auto;
}

.input_image_file:hover {
  background: rgba(228, 100, 30, 0.1);
  color: rgba(228, 100, 30, 0.8);
  transition-duration: 0.2s;
}

.input_image_file:active {
  background: rgba(255, 60, 10, 0.1);
  color: rgba(255, 60, 10, 0.8);
  transition-duration: 0s;
}

.input_image_file input[type="file"] {
  display: none;
}

.input_image_file .material-icons {
  font-size: 40px;
  line-height: 96px;
  /* Support for IE. */
  font-feature-settings: "liga";
}
