@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   List
   ========================================================================== */
/* Product list
  ========================================================================== */
.product-list {
  overflow: hidden;
}
.product-list > li {
  float: left;
  width: 420px;
  margin: 10px 0 0 10px;
}
.product-list > li:nth-child(-n+2) {
  margin-top: 0;
}
.product-list > li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.product-list > li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 30px 49px 30px 30px;
  background-color: #fff;
}
.product-list > li a:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 30px;
  margin: auto 0;
  background: url(/products/img/product-list_bg01.png) no-repeat;
  background-size: 16px auto;
  content: "";
}
.product-list > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-list > li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  body:not(.non-responsive) .product-list > li:nth-child(-n+2) {
    margin-top: 10px;
  }
  body:not(.non-responsive) .product-list > li:nth-child(-n+2):first-child {
    margin-top: 0;
  }
  body:not(.non-responsive) .product-list > li a {
    padding: 30px 34px 30px 15px;
  }
  body:not(.non-responsive) .product-list > li a:before {
    right: 10px;
    width: 9px;
    height: 17px;
    background-size: 9px auto;
  }
}
.product-list_image {
  float: left;
  width: 160px;
  height: 120px;
  margin-right: 20px;
  text-align: center;
}
.product-list_image:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.product-list_image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-list_image {
    width: 122px;
    height: 92px;
    margin-right: 10px;
  }
}
.product-list_body {
  overflow: hidden;
  line-height: 1.3;
}
.product-list_body .label-discontinued {
  margin-top: 13px;
  font-size: 1.2rem;
}
.product-list_body .label-discontinued span {
  display: inline-block;
  padding: 2px 20px;
  border: 1px solid #dd1919;
  color: #dd1919;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-list_body .label-discontinued {
    margin-top: 12px;
  }
}
.product-list_name {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-list_name {
    font-size: 1.7rem;
  }
}
.product-list_model-number {
  margin-top: 10px;
}
.product-list_model-number:first-child {
  margin-top: 0;
}
.product-list_model-number > li {
  margin-top: 4px;
  color: #999;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "helvetica", "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  word-break: break-all;
}
.product-list_model-number > li:first-child {
  margin-top: 0;
}
.product-list_price {
  margin-top: 10px;
  word-break: break-all;
}
.product-list_price:first-child {
  margin-top: 0;
}
.product-list_price .price {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "helvetica", "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}
.product-list_price .tax {
  font-size: 1.2rem;
}
.product-list_base_price {
  margin-top: 0;
  word-break: break-all;
}
.product-list_base_price .price {
  font-size: 1.2rem;
  font-family: "helvetica", "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}
.product-list_option {
  margin-top: 12px;
  font-size: 1.2rem;
}
.product-list_option > span {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #111;
}
.product-list_production-date {
  margin-top: 7px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-list_production-date {
    margin-top: 10px;
  }
}
