.product-title {
  width: 220px;
  height: 80px;
  background: url(../../img/bgimg/productTitleBg02.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.product-title-long {
  width: 260px;
}

.product-title-business {
  background: url(../../img/bgimg/productTitleBg01.png) center no-repeat;
  background-size: 100% 100%;
}

.product-title span {
  bottom: 16px;
  letter-spacing: 10px;
  left: 10px;
}

@media (min-width:0px) and (max-width:767px) {

  .product-title {
    width: 2.2rem;
    height: 1rem;
    margin-top: .3rem;
    margin-bottom: .5rem;
  }

  .product-title-long {
    width: 3rem;
  }

  .product-title span {
    bottom: .2rem;
    letter-spacing: .06rem;
    left: .1rem;
  }
}

/*  */
.product-content {
  margin-bottom: 80px;
}

.product-box {}

.product-box-title {
  text-align: center;
  width: 150px;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.product-item {
  margin-bottom: 20px;
}

@media (min-width:0px) and (max-width:767px) {
  .product-box-title {
    width: 2rem;
    padding: .16rem .24rem;
    margin-bottom: .4rem;
  }

  .product-content {
    margin-bottom: .6rem;
  }

  .product-item {
    margin-bottom: .2rem;
  }
}

/* homeuse-small */
.homeuse-small img {
  width: 40px;
}

.homeuse-small {
  padding-bottom: 10px;
  margin-bottom: 40px;
}

@media (min-width:0px) and (max-width:767px) {
  .homeuse-small {
	padding-bottom: .1rem;
    margin-bottom: .6rem;
  }

  .homeuse-small img {
    width: .4rem;
  }
}

/* product-table */
.product-table {
  margin-bottom: 40px;
}

.product-table .table tr td {
  vertical-align: middle;
}

.product-table .table>tbody>tr>td {
  padding: 4px 0;
}

@media (min-width:0px) and (max-width:767px) {
  .product-table {
    margin-bottom: .4rem;
  }
}


/* /recipe-view-all-link */
.recipe-view-all-link a {
  width: 200px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 40px auto;
}

@media (min-width:0px) and (max-width:767px) {
  .recipe-view-all-link a {
    width: 2.75rem;
    text-align: center;
    line-height: .7rem;
    margin: 0 auto .4rem auto;
  }

}
/* product-item-banner */
@media (min-width:0px) and (max-width:767px) {
  .product-item-banner{
    max-width: 100%;
    margin-bottom: .4rem;
  }
  .product-item-banner img {
    max-width: 100%;
  }
}
