﻿.block-section {
  margin-bottom: 1em;
}
/*
Product list
******************************************/
.products-container {
  margin-bottom: 1em;
  width: 950px;
}
.products-container {
  border-collapse: collapse;
  border: solid 1px #cccccc;
  padding: 0;
  background-color: #FFFFFF;
}
.products-container td {
  border-collapse: collapse;
  border: solid 1px #cccccc;
  /*  width: 180px;*/
}
.products-container tr.product-column td {
  text-align: center;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.flex a {
  margin-right: 7px;
}
.flex a:last-child {
  margin-right: 0;
}
.icon-stock {
  display: inline-block;
}
.product-hardness {
  padding: 0;
}
.product-hardness {
  height: 60px;
  position: relative;
  background-color: #382d03;
}
h3.brush-type {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.2;
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin: 10px 0 0 0;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
   h3.brush-type {
   margin: 0 0 0 0;
  }
}
/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  h3.brush-type {
    margin: 0 0 0 0;
  }
}
h3.brush-type span {
  display: block;
  font-size: 18px;
}
h3.comb-type,h3.ohters-poducts {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5;
  color: #fff;
  font-size: 23px;
  text-align: center;
  padding:10px 0 3px 0;
  margin: 0;  
  background-color: #4e3f06;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
   h3.comb-type,h3.ohters-poducts {
    padding:10px 0 5px 0;
  }
}
/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  h3.comb-type,h3.ohters-poducts {
    padding:10px 0 5px 0;
  }
}
h3.comb-type span,h3.ohters-poducts span {
  display: inline-block;
  font-size: 18px;
}
.products-container .a-product:hover {
  background-color: #fdf8e3;
}
.a-product .container {
  border: solid 5px #fff;
  position: relative;
  text-align: center;
}
.products-container span.star {
  position: absolute;
  left: 30px;
}
.a-product:hover .container {
  border: solid 5px #584922;
}
.a-product .image {
  position: relative;/*  margin-top: 7px;*/
}
.a-product .name {
  height: 40px;
}
.colors {
  position: absolute;
  right: 2em;
  bottom: 7px;
}
.colors div {
  width: 20px;
  height: 20px;
}
.product-hardness .cboxelement, .product-hardness .cboxelement img {
  position: absolute;
  top: 6px;
  left: 300px;
}
.top-seller {
  position: absolute;
  left: 0;
  margin-top: 5px;
  z-index: 1;
}
/*
Product details
******************************************/
h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  letter-spacing: -2.5px;
  color: #333;
}
h2 .english-name {
  border-top: solid 1px #333;
  display: block;
  font-size: 12px;
  line-height: 3;
  letter-spacing: 1px;
  color: #585858;
}
.btn-review {
  margin: 0 auto 10px;
  width: 55%;
}
.btn-review a {
  background-color: #2a2100;
  display: block;
  border-radius: 40px;
  padding: 7px 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-review a:hover, .btn-review a:visited {
  opacity: 0.8;
  text-decoration: none;
  color:#fff;
}
.seiki-pop-up {
  background-color: #fff;
  border: solid 1px #990000;
  width: 20%;
  float: left;
}
.seiki-pop-up a:hover {
  text-decoration: none;
}
.seiki-pop-up a .text-caution, .seiki-pop-up a .text-genuine {
  display: block;
  text-align: center;
  padding: 1px 0;
}
.seiki-pop-up a .text-caution {
  background-color: #990000;
  color: #fff;
}
.seiki-pop-up a .text-genuine {
  background-color: #fff;
  color: #990000;
  font-weight: bold;
  font-size: 13px;
}
a.about-kesitsu:before, a.about-size:before {
  content: "?";
  font-size: 11px;
  border: solid 1px #7a5d25;
  background-color: #fff;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 3px;
  text-align: center;
  font-weight: 0.5;
  text-decoration: none;
}
a.about-kesitsu, a.about-size {
  color: #7a5d25;
  text-decoration: underline;
}
#image-block {
  margin: 0 45px 0 15px;
}
#details-block {
  padding-top: 1.5em;
  width: 660px;
}
#details-block h1 {
  margin: 0.2em 0;
  position: relative;
}
#details-block table {
  width: 100%;
  margin-bottom: 20px;
}
#average-ratings span {
  float: left;
  margin-bottom: 0.5em;
}
#average-ratings span.star {
  margin-right: 1em;
}
table#specs {
  width: 100%;
}
#specs, #specs td {
  border: solid 1px;
  border-collapse: collapse;
  padding: 0.2em 0.5em;
}
#specs td {
  width: 200px;
}
#specs th {
  background-color: #111133;
  color: #fff;
  width: 60px;
  text-align: center;
}
#details-block .separator {
  border-bottom: solid 1px;
  margin: 1em 0 1em 0;
}
#caution {
  margin-top: 0.5em;
}
#colors {
  line-height: 31px;
}
#colors a {
  padding: 0;
  width: 28px;
  display: block;
  border: solid 2px #fff;
  margin-left: 0.3em;
  overflow: hidden;
}
#colors a:hover, #colors a.selected {
  border: solid 2px #333355;
}
#colors a.selected {
  cursor: default;
}
#colors div.color-border {
  padding: 3px;
  border: solid 1px #666688;
  height: 20px;
}
#price-container {
  margin-top: 3px;
  clear: both;
}
#product-price {
  font-size: 1.5em;
  font-weight: bold;
}
#product-price.strike {
  font-size: 1em;
  text-decoration: line-through;
  color: #000;
}
#detail_cart {
  float: right;
  margin-top: 15px;
}
#detail_cart .option-item, #detail_cart select, #detail_cart .quantity-label {
  margin-right: 5px;
}
#detail_cart .option-item, #detail_cart select, #detail_cart .quantity-label, #detail_cart input {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
}
#detail_cart .option-item {
  width: 155px;
}
#detail_cart .option-item img {
  display: inline;
  vertical-align: middle;
  width: 15%;
}
#detail_cart .option-item p {
  color: #990000;
  display: inline;
  font-size: 12px;
  line-height: 2.3;
}
#detail_cart select {
  line-height: 1.5;
  padding: 3px;
}
/*
#cart {
  line-height: 3.2em;
}
*/
body#no-meiryo #cart {
  font-size: 12px;
}
#banners-and-cart {
  overflow: hidden;
  margin-bottom: 20px;
}
.reservation {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  background-color: Maroon;
  padding: 3px 3px 3px 7px;
  margin-bottom: 5px;
  width: 280px;
}
#cart_block {
  padding-bottom: 5px;
}
#cart_block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#cart form {
  margin: 0;
  padding: 0;
}
#cart span.cart-section {
/*  float: right;*/
}
#cart span.quantity.cart-section {
}
#cart span.quantity-label.cart-section {
  margin-right: 0;
}
/*
#cart #add-to-cart {
  height: 29px;
  margin-top: 3px;
  margin-top: 1px;
  margin-left: 3px;
  margin-right: 0;
}
#in-stock {
  width: 230px;
}
*/
#product-chart {
  border-collapse: collapse;
  font-size: 0.8em;
}
#product-chart th {
  padding: 0;
  margin: 0;
}
#product-chart #hardness-title {
  width: 20px;
}
#product-chart td.a-product {
  border: solid 1px #ccccdd;
  vertical-align: middle;
  padding: 0;
}
#product-chart td.a-product a {
  display: block;
  padding: 3px;
  border: solid 5px #fff;
  overflow: hidden;
  height: 36px;
}
#product-chart td.a-product.no-meiryo a {
  font-size: 1.1em;
}
#product-chart td.a-product a:hover {
  border: solid 5px #bbc;
}
#product-chart td.a-product a.selected {
  border-color: #ccb050;
}
#product-chart td.a-product img {
  width: 16px;
  float: left;
  margin-right: 0.5em;
}
#thumbnails {
  text-align: center;
  margin-top: 1em;
}
#thumbnails img {
  border: solid 1px #cccccc;
  margin-left: 1em;
  height: 110px;
  cursor: pointer;
  padding: 0 8px;
}
#thumbnails img:first-child {
  margin-left: 0;
}
.bristle-background {
  width: 650px;
  height: 300px;
}
.bristle-background p {
  padding-left: 30px;
  padding-top: 6.5em;
  width: 250px;
}
.bristle-container {
  padding: 5px;
}
#cart_image.disabled {
  cursor: default;
}
/*
h2#product-list-page-title.page-title {
  background: url(/content/images/title/buy_now.gif) no-repeat;
  text-indent: -9999px;
}
*/
#out-of-stock {
  margin-top: 3px;
  height: 29px;
}
#image-container {
  position: relative;
}
#image-container .see-original {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 21px;
  z-index: 1000;
  cursor: pointer;
}
.discounted-price {
  font-size: 2.0em;
  font-weight: bold;
  color: #990000;
}
td.a-product .container .discounted-price {
  font-size: 1.1em;
}
table.product td {
  border: 0px !important;
}
#image_gallery a {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
.about_seiki {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #990000;
}
#show-seiki-pop-up {
  background-color: #ffffff;
  padding: 5px;
}
.option-item {
  display: inline-block;
  margin-top: 15px;
}
.option-item img {
  width: 15%;
  padding-right: 5px;
  vertical-align: bottom;
}
.option-item p {
  padding-top: 6px;
  display: inline-block;
}
