@charset "utf-8";

.l-content > .featured {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #007c4f;
  text-align: center;
  margin-bottom: 20px;
}
.l-content > .anchors {
  margin-bottom: 25px;
}
.l-content > .anchors > li > a {
  width: 450px !important;
}
.l-content > .button {
  width: 450px !important;
  margin: 0 auto;
}
.l-content > .title {
  background: url(/pr/vona/nanaboshi/images/title_bg.png) no-repeat;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0 11px 50px;
}
.l-content > .products-wrap {
  padding: 20px 20px 0 20px;
}
.l-content > .products-wrap > .products {
  margin-left: -10px;
  margin-right: -10px;
}
.l-content > .products-wrap > .products > .product-wrap {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.l-content > .products-wrap.three > .products > .product-wrap {
  float: left;
  width: 33.33%;
}
.l-content > .products-wrap > .products > .product-wrap > .product {
  border: 1px solid #cccccc;
  text-align: center;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .image {
  height: 140px;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .name {
  height: 80px;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .name > a {
  font-size: 14px;
  color: #004bb1;
  text-decoration: none;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .serial {
  font-size: 11px;
  height: 20px;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .price {
  font-size: 13px;
  color: #ed1c24;
  height: 30px;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .delivery {
  height: 40px;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .delivery > img,
.l-content > .products-wrap > .products > .product-wrap > .product > .delivery > span {
  vertical-align: middle;
}
.l-content > .products-wrap > .products > .product-wrap > .product > .delivery > span {
  font-size: 14px;
  font-weight: bold;
}
.l-content > .featured-background {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  background: #c1ecda;
  padding: 10px 0;
}
.l-content > .brands-wrap {
  width: 770px;
  margin: 0 auto;
}
.l-content > .brands-wrap > .brands {
  margin-left: -10px;
  margin-right: -10px;
}
.l-content > .brands-wrap > .brands > .brand {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
  height: 50px;
}
.l-content > .brands-wrap > .brands > .brand > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.l-content > .brands-wrap.two {
  width: 400px;
}
.l-content > .brands-wrap.two > .brands > .brand {
  width: 50%;
}
.l-content > .list-three-buttons {
  margin-bottom: 50px;
}
.l-content > .list-three-buttons > li > a {
  width: 290px !important;
}