﻿@charset "UTF-8";
/* ----テーブル--- */
.table {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
  table-layout: fixed;
  width: 100%;
}
.table td,
.table th {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}
.table td {
  padding: 5px;
}
.table th {
  padding: 5px;
  font-weight: normal;
  background-color: #f8f8f8;
  width: 35%;
  text-align: left;
}
.table td {
  background-color: #fff;
}
/* ----テキストカラー--- */
.text-muted {
  color: #777;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #df253b;
}
.price {
  color: #df253b;
}
.default-price {
  text-decoration: line-through;
  color: #333;
  font-weight: bold;
}
.net-price,
.exchange-price {
  color: #555;
}
/* ----商品説明リスト--- */
.goods-detail-description {
  display: table;
  width: 100%;
}
.goods-detail-description dt {
  display: table-cell;
  width: 120px;
  font-weight: bold;
}
.goods-detail-description dd {
  display: table-cell;
}
/* ----パネル--- */
.panel {
  padding: 10px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}
/* ----バッジ--- */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #458b13;
}
.badge:empty {
  display: none;
}
/* ----ページャー--- */
.pager {
  margin-bottom: 10px;
  text-align: center;
}
.pager > * {
  display: inline-block;
  vertical-align: top;
}
.pager-scope {
  padding: 3px;
  margin: 0 10px;
  text-align: center;
  display: block;
}
.pager-total {
  display: block;
  padding: 3px;
  margin-right: 5px;
}
.pager-count span {
  font-weight: bold;
}
.pagination {
  display: inline-block;
}
.pagination > li {
  min-width: 28px;
}
.pagination > li a i.fa-angle-right,
.pagination > li a i.fa-angle-left {
  display: none;
}
.pagination > * {
  list-style-type: none;
  float: left;
  padding: 5px 1px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0 1px;
}
.pagination > .disabled {
  color: #777;
}
.pager-current {
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
}
.pager-current span {
  font-weight: bold;
}
/* ----画像センタリング配置--- */
.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-center img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* ----ツールチップ--- */
.balloontip {
  min-width: 20px;
  max-width: 100%;
  padding: 10px;
  border-radius: 6px;
  opacity: 1;
  z-index: 32767;
  text-align: left;
  font-size: 12px;
  border: 1px solid #ff8c00;
  -webkit-box-shadow: 0px 0px 8px -6px #000;
          box-shadow: 0px 0px 8px -6px #000;
  color: #fff;
  background: #ff8c00;
}
/* ----ドロップダウン--- */
.dropdown {
  z-index: 11000;
  background: #fff;
}
.dropdown li {
  border-bottom: 1px solid #333;
}
.dropdown li:last-child {
  border-bottom: none;
}
.dropdown li span {
  display: block;
  padding: 13px 15px;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  color: #333;
  cursor: pointer;
}
.dropdown li span:hover {
  background: #fff;
  text-decoration: underline;
}
/* ----モーダルダイアログ--- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10000;
}
.modal-overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10002;
}
.modal-alert {
  padding: 0 10px;
  width: 100%;
  max-width: 600px;
  z-index: 10003;
}
.modal-dialog {
  padding: 0 10px;
  width: 100%;
  max-width: 600px;
  z-index: 10001;
}
.modal-header {
  padding: 10px;
  font-weight: bold;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #fff;
  background-color: #458b13;
}
.variation .modal-header {
  font-weight: normal;
  color: #444;
  background-color: #fff;
}
.modal-content {
  background: #eee;
}
.variation .modal-content {
  background: #fff;
}
.modal-body {
  padding: 10px;
}
.modal-body p {
  margin-bottom: 10px;
}
.modal-footer {
  padding: 0 10px 10px;
}
.modal-footer .btn {
  margin-top: 5px;
  width: 100%;
}
.modal-close {
  display: block;
  width: 18px;
  cursor: pointer;
  float: right;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.variation .modal-close {
  display: block;
  width: 18px;
  cursor: pointer;
  float: right;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #444;
  font-size: 25px;
  margin-left: auto;
}
/* ----バリエーション商品 モーダルダイアログ--- */
.page-goods > .modal-overlay {
  background-color: gray;
  z-index: 10000;
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 0;
}
.page-goods > .modal-dialog {
  background-color: #fff;
  padding: 28px 10px 32px;
  width: 95%;
  /* margin: 0 15px; */
  /* max-width: 345px; */
}
/* ----ヘッダー警告--- */
.header-warning {
  position: relative;
  padding: 10px;
  background: #458b13;
  border-bottom: 1px solid #458b13;
}
.header-warning-contents {
  display: block;
  padding-right: 18px;
  text-align: center;
  background: transparent;
  color: #fff;
}
.header-warning-close {
  display: block;
  position: absolute;
  width: 18px;
  cursor: pointer;
  font-weight: bold;
  top: 10px;
  right: 10px;
  background: transparent;
  color: #fff;
}
/* ----検索エンジン向けH1タグ--- */
.optimaized-h1 {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
/* ----レビュー--- */
.star-base {
  float: left;
  width: 60px;
  height: 15px;
  background: url("../../img/usr/user_review/star.png");
}
.star-select {
  width: 60px;
  height: 15px;
  background: url("../../img/usr/user_review/star.png");
  background-repeat: no-repeat;
}
.star-select-link {
  color: #66f;
  float: left;
  margin-left: 5px;
}
/* ----注文ステータス--- */
.status-order,
.status-cancel,
.status-income,
.status-reserve,
.status-rship,
.status-ship,
.status-verify,
.status-return,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_9 {
  height: auto;
  min-height: 50px;
  border: #ccc solid 1px;
  padding: 5px 0;
}
.status-message,
.status-percentage {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.status-message {
  width: 70%;
  font-size: 12px;
}
.status-percentage {
  width: 30%;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
[class^="status-progress"] {
  display: block;
  position: relative;
  width: 96%;
  height: 14px;
  margin: 0 auto;
  background: #f2f2f2;
}
[class^="status-progress"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  background: #379e49;
}
.status-progress-20:after {
  width: 20%;
}
.status-progress-40:after {
  width: 40%;
}
.status-progress-60:after {
  width: 60%;
}
.status-progress-80:after {
  width: 80%;
}
.status-progress-100:after,
.status-reserve .status-message,
.status-cancel .status-message,
.status-return .status-message,
.status-status_ .status-message,
.status-status_1 .status-message,
.status-status_2 .status-message,
.status-status_3 .status-message,
.status-status_4 .status-message,
.status-status_9 .status-message {
  width: 100%;
}
.status-reserve [class^="status-progress"]:after {
  background: #8fca00;
}
.status-return [class^="status-progress"]:after {
  background: #df253b;
}
/* ----ホワイトスペース制御--- */
.white-space-pre-wrap {
  white-space: pre-wrap;
}
/* ----カテゴリ・ジャンルツリー--- */
.expand-tree-open i:before {
  content: "\f068";
}
/* ----Google reCAPTCHAロゴ位置--- */
.grecaptcha-badge {
  margin-bottom: 60px;
}
/* ---- !!!! ここより下にスタイルを追加しないこと !!!!

/* ----表示・非表示--- */
.hidden {
  display: none;
}
.show {
  display: block;
}

/*# sourceMappingURL=sb_base_misc.css.map */
