﻿@charset "UTF-8";

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 1.7;
}

a {
  color: #111;
}

.page-estimate input[name="pwd_display"] {
  margin-top: 0;
}

h1,
.h1 {
  padding: 30px 0;
  font-size: 26px;
  font-weight: bold;
}

h2,
.h2 {
  margin: 0 0 12px;
  padding: 0 0 4px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #111;
}

h3,
.h3 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #dedede;
}

h4,
.h4 {
  margin: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  border-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}

.block-goods-list--pager-top .pagination {
  display: none;
}

.block-goods-list--pager-top .pager-total {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin: 0 0 20px;
}

.price::after {
  display: inline-block;
  content: "税込";
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 0 3px;
}

.net::after,
.net-price::after,
.default-net::after {
  content: "税抜";
}

.action .btn {
  border-bottom-width: 1px;
}

.btn-default {
  border: 1px solid #000;
  background: #fff;
}

.btn-primary {
  border: 0;
  color: #fff;
  background: #204B9F;
}

.btn-secondary {
  border: 0;
  color: #fff;
  background: #9d9896;
}

.btn-danger {
  border: 0;
  color: #111;
  background: #F0F0F0;
}

.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}

.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.fieldset .form-control {
  padding-left: 12px;
}
