﻿@charset "UTF-8";

input {
  vertical-align: middle;
}

input.search-btn {
  border-color: #ccc !important;
  border-radius: 4px;
}

input.address-select {
  background: #ccc;
  border: solid 1px #ccc;
  cursor: pointer;
  color: #332b2c;
  padding: 10px 15px;
  border-radius: 4px;
}

input[type="text"],
textarea,
select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2em;
}

input[type="text"],
input[type="password"] {
  padding: 2px 1px;
}

input[name="q"] {
  padding: 5px 1px 4px;
}

/* firefox用 */
@-moz-document url-prefix() {
  form#assist_login_form + form input[type="text"] {
    width: 99%;
  }

  input[name="search_sales_agency_id"] {
    width: 100%;
  }

  input[name="search_item_code"],
  input[name="search_gname"] {
    width: 290px;
  }

  input[name="comment"] {
    width: 707px;
  }

  input[name="app_kana"],
  input[name="app_kana2"],
  input[name="app_name"],
  input[name="app_name2"],
  input[name="rep_name"],
  input[name="rep_name2"],
  input[name="rep_kana"],
  input[name="rep_kana2"] {
    width: 207px;
  }
}

input[type="password"] {
  font-family: Verdana, sans-serif;
}

input[type="date"] {
  width: 150px;
}

input[type="date"].input_date_invisible::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}

input[type="date"].input_date_visible::-webkit-datetime-edit-fields-wrapper {
  opacity: 1;
}

textarea {
  padding: 2px 1px;
  resize: vertical;
}

textarea[name="approval_comment"] {
  width: 100%;
}

select {
  padding: 2px 1px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="image"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* 特定メッセージ（インライン） */
.error_ {
  color: #c00;
  font-weight: bold;
}

input[name="address.x"] + .error_ {
  margin-left: 15px;
}

.notice_ {
  color: #4cae8d;
  font-weight: bold;
  color: #333;
  font-weight: normal !important;
}

.info_ {
  font-weight: bold;
  word-break: keep-all;
}

/* アラートメッセージ */
div.alert_ {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 12px auto;
  background-position: 10px 50%;
  background-image: url(../../img/usr/alert-icon.png);
}

/* 共通クラス(ブロック) */
.top_comment_ {
  margin-bottom: 10px;
}

div.supplier_event_ .top_comment_ {
  margin-top: 10px;
}

.submit_ {
  margin: 20px auto;
  text-align: center;
}

.action-buttons {
  text-align: center;
}

input[name="confirm"]:hover {
  opacity: 0.7;
}

input[name="agree"]:hover {
  opacity: 0.7;
}

.submit_ input,
.submit_ img {
  vertical-align: middle;
}

div.message_ {
  color: #4cae8d;
  background-color: #fff;
  border: solid 1px #4cae8d;
  padding: 8px;
  margin: 1px 1px 10px 1px;
  text-align: left;
}

p.message_ {
  margin: 4px 0;
}

/* --------------------------------------------------------------------
  common　フォーム
-------------------------------------------------------------------- */
.formlist_ {
  margin: 0 auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border: none;
}

.formlist_ th {
  padding: 8px 8px 6px 8px;
  font-weight: bold;
  background-color: #eef8f5;
  border: 1px solid #ccc;
}

.formlist_ td {
  padding: 8px 8px 6px 8px;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border: 1px solid #ccc;
  word-break: break-all;
}

.formdetail_ {
  border-collapse: collapse;
}

.formdetail_ th {
  padding: 8px 8px 6px 8px;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  background-color: #eef8f5;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.formdetail_ td {
  padding: 8px 8px 6px 8px;
  font-weight: normal;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  word-break: break-all;
}

.formdetailcard_ {
  border-collapse: collapse;
  margin: 0 auto;
}

.formdetailcard_ th {
  padding: 8px 8px 6px 8px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #eef8f5;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.formdetailcard_ td {
  padding: 8px 8px 6px 8px;
  font-weight: normal;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.formsublist_ {
  border-collapse: collapse;
}

.formsublist_ th {
  border: 1px dotted #cbcbcb;
  background-color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.formsublist_ td {
  border: 1px dotted #cbcbcb;
  background-color: #fff;
  font-weight: normal;
}

.must_ {
  margin-left: 10px;
  margin-top: 2px;
  float: right;
  display: inline;
}

/* --------------------------------------------------------------------
  cart button
--------------------------------------------------------------------- */

.jquery-ui-dialog-alert div.ui-dialog-titlebar {
  border-color: red;
  border: none;
  background-color: #606060;
  background-image: none;
}

/* --------------------------------------------------------------------
  button
--------------------------------------------------------------------- */

.btn {
  border: none;
  color: #000;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
}

.move_button_ {
  overflow: visible;
  cursor: pointer;
  margin: 4px;
  font-size: 12px;
  line-height: 13px;
  height: 32px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #909090;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  display: inline-block;
  position: relative;
}

.move_button_:hover {
  border: 1px solid #333;
  color: #000;
}

.move_button_:active {
  top: 1px;
}

.move_button_:hover {
  opacity: 0.7 !important;
}

.move_button_bk_ {
  overflow: visible;
  margin: 4px;
  font-size: 12px;
  line-height: 13px;
  height: 32px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #ededed;
  color: #aaa;
  display: inline-block;
  text-shadow: 1px 1px 0 #fff;
  position: relative;
}

.move_button_orange_ {
  overflow: visible;
  cursor: pointer;
  margin: 4px;
  font-size: 12px;
  line-height: 13px;
  height: 32px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #909090;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  display: inline-block;
  position: relative;
}

.move_button_orange_:hover {
  border: 1px solid #333;
  color: #000;
}

.move_button_orange_:active {
  top: 1px;
}

.move_button_mini_ {
  overflow: visible;
  cursor: pointer;
  margin: 4px;
  font-size: 12px;
  line-height: 13px;
  height: 25px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #909090;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 4px 6px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  display: inline-block;
  position: relative;
}

.move_button_orange_:hover {
  border: 1px solid #333;
  color: #000;
}

.move_button_orange_:active {
  top: 1px;
}

.order_ .move_button_.edi_add_cart_all_ {
  color: #fff;
  background: none;
  padding: 5px 10px 5px 30px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  width: 164px;
  height: 36px;
}

.btn-primary {
  color: #fff;
  border: solid 1px var(--cl-btn);
  background-color: var(--cl-btn);
}

.btn-secondary {
  color: #000;
  border: solid 1px #ccc;
  background-color: #ccc;
}

.btn-default {
  color: #fff;
  border: solid 1px #333;
  background-color: #333;
}

.btn-tertiary {
  color: #577cc6;
  border: solid 1px #577cc6;
  background-color: #fff;
}

.btn-neutral {
  color: #fff;
  border: solid 1px #767676;
  background: #767676;
}

.button_mini_ {
  border: solid 1px #333;
  background-color: #fff;
  padding: 3px 3px 3px 3px;
  height: 25px;
  border-radius: 4px;
}

/* --------------------------------------------------------------------
  会員拡張項目
--------------------------------------------------------------------- */
.customer_append_ input,
.customer_append_ textarea,
.customer_append_ select {
  max-width: 400px;
}

/* --------------------------------------------------------------------
  注文拡張項目
--------------------------------------------------------------------- */
.sales_append_ input[type="text"],
.sales_append_ textarea,
.sales_append_ select {
  max-width: 400px;
}

/* --------------------------------------------------------------------
    ボタン
  --------------------------------------------------------------------- */

.btn_cart_.cart_s_button_ {
  color: #fff;
  background-color: var(--cl-btn);
  padding: 10px 10px 10px 15px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 0;
  width: 135px;
  height: 20px;
}

.btn_cart_.cart_s_button_::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
}

.add-cart-icon {
  position: relative;
}

.add-cart-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
  z-index: 2;
}

.cartbox_ .btn_cart_,
.cartbox2_ .btn_cart_ {
  color: #fff;
  background-color: #577cc6;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  position: relative;
  border-radius: 4px;
  width: 160px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}

.cartbox_ .btn_cart_::before,
.cartbox2_ .btn_cart_::before {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  background-image: url(../../img/usr/btn_cart.png);
  background-size: 17px;
  width: 17px;
  height: 17px;
}

.submit_:has(> .btn_cart_.cart_button_) {
  position: relative;
}

.submit_:has(> .btn_cart_.cart_button_)::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
  z-index: 2;
}

.btn_cart_.cart_button_ {
  color: #fff;
  background-color: #577cc6;
  padding: 5px 10px 5px 30px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  width: 160px;
  height: 40px;
}

.btn_cart_.cart_button_::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
}

.btn_cart_.cart-small-btn {
  color: #fff;
  background-color: #577cc6;
  padding: 5px 10px 5px 30px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  width: 30px;
  height: 20px;
  border: none;
  text-decoration: none;
}

.btn_cart_.cart-small-btn::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
}

.btn_cart_.cart_button_slender_ {
  color: #fff;
  background-color: #577cc6;
  padding: 5px 10px 5px 30px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  border: none;
  text-decoration: none;
}

.btn_cart_.cart_button_slender_::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
}

div.StyleT_Item_ div.cart_ {
  width: auto;
  height: 100%;
}

.goods_ .StyleP_Item_ .cart_s_button_ {
  margin-top: 10px;
  display: inline-block;
}

.btn-small {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  font-size: 12px;
  height: auto;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
}

.btn-small:hover {
  border: 1px solid #333;
}

.btn-small:active {
  top: 1px;
}

.btn-small:disabled {
  color: #cfcfcf;
  opacity: 0.8;
}

.btn-long {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  height: 30px;
}

.btn-slender {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 145px;
  height: 30px;
}

.btn-oblong {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 180px;
  height: 30px;
}

.btn-wide {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  font-size: 14px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 180px;
  height: 45px;
}

.btn-medium {
  overflow: visible;
  cursor: pointer;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 85px;
  height: 30px;
}

.btn-large {
  overflow: visible;
  cursor: pointer;
  margin: 4px 15px 4px 15px;
  font-size: 14px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 160px;
  height: 40px;
}

.btn-large:active {
  top: 1px;
}

.btn-large:disabled {
  color: #cfcfcf;
  opacity: 0.8;
}

.option_buttons_ li a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.btn-update {
  color: #000;
  border: 1px solid #333;
  padding: 5px 20px;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.btn-update::before {
  content: "";
  position: absolute;
  left: 3px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/icon_update.png);
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.btn-update-progress {
  color: #000;
  border: 1px solid #333;
  padding: 5px 20px;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.btn-dest {
  width: 250px;
  margin-bottom: 25px;
}

.select_disabled {
    pointer-events: none;
    background-color: #d7d5d5;
}

.text_disabled {
    pointer-events: none;
    background-color: #d7d5d5;
}