@charset "utf-8";
/*============================
diy_products
============================*/
.whats-new-list li {
  padding: 10px 0;
  border-bottom: 1px solid #beb795;
}
.whats-new-list li a {
  padding-left: 30px;
  background: url("../../common/images/arr_lightgreen.png") no-repeat left center;
  background-size: 12px 12px;
}

.date {
  background-color: #ef739c;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1px 2px;
}

.product-list li {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 1px solid #beb795;
}
.product-list li .catalog-img {
  float: left;
  width: 12%;
}
.product-list li .catalog-detail {
  float: left;
  width: 88%;
  overflow: hidden;
  *zoom: 1;
}
.product-list li .catalog-detail .btn-green {
  float: right;
  width: 230px;
  margin-top: 40px;
}
.product-list li.book-2 .catalog-img {
  width: 22%;
}
.product-list li.book-2 .catalog-detail {
  width: 78%;
}

#ecle_movie .movie-wrap {
  margin-bottom: 40px;
  text-align: center;
}
#ecle_movie .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#ecle_movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#ecle_movie .movie-txt {
  font-size: 14px;
  margin-top: 10px;
}

#diy_products .tag.tag-new {
  background-color: #ef739c;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1px 2px;
}
#diy_products .movie_link img {
  max-width: 100%;
  height: auto;
}

/*============================
SP
============================*/
@media screen and (max-width: 667px) {
  .product-list li {
    text-align: center;
  }
  .product-list li .catalog-img {
    float: none;
    width: 100%;
  }
  .product-list li .catalog-detail {
    float: none;
    width: 100%;
  }
  .product-list li .catalog-detail .btn-green {
    float: none;
    width: 230px;
    margin: 10px auto 0;
  }
  .product-list li.book-2 .catalog-img {
    width: 100%;
  }
  .product-list li.book-2 .catalog-detail {
    width: 100%;
  }
}

/*# sourceMappingURL=diy_products.css.map */
