@charset "shift_jis";
/* CSS Document */
/*シーズンレシピリスト（150516設定）*/
#seasonRecipe_lead {
  width: 100%;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}
.strongRed {
  font-weight: bold;
  color: #ff0000;
}
.seasonRecipe_list {
  width: 92%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.seasonRecipe_list h2 {
  font-size: medium;
}
.seasonRecipe_list h2 a {
  text-decoration: none;
}
.seasonRecipe_list h2 a:hover {
  color: #ff4628;
}
.seasonRecipe_img {
  width: 25%;
  float: left;
  text-align: center;
}
.seasonRecipe_img img {
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #CCC;
  width: 200px;
  height: 150px;
  object-fit: cover;/*縦横のうち小さい方を基準にして自動的に拡大・縮小され、ボックスからはみ出した部分はトリミング*/
}
.seasonRecipe_overview {
  width: 75%;
  float: left;
  padding-bottom: 10px;
  overflow: hidden;
}
.cookComment {
  clear: both;
  float: left;
  width: 55%;
  padding-left: 0.5em;
}
.useProduct {
  float: left;
  width: 45%;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFE1E1;
  height: 150px;
}
.useProductName {
  width: 100%;
  font-size: small;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 2px;
}
.useProduct_all {
  overflow: hidden;
  text-align: center;
  padding-top: 3px;
}
.useProduct_each {
  display: inline-block;
  width: auto;
  font-size: 11px;
  line-height: normal;
}
.useProduct_each a {
  line-height: 150%;
  text-align: center;
}
.useProduct_each img {
  padding: 2px;
  background-color: #FFF;
  border: 1px solid #CCC;
  height: 85px;
  width: auto;
}
.useProduct_each img[src$="../../product/home/img/atsumegyoza@2x.png"], img[src$="../../product/home/img/organicgyoza@2x.png"], img[src$="../../product/home/img/kokusangyoza@2x.png"], img[src$="../../product/home/img/komekogyoza@2x.png"], img[src$="../../product/home/img/namaharumaki@2x.png"], img[src$="../../product/home/img/genmaicrepe@2x.png"] {
  padding: 0;
}
.komidasi {
  background-image: url(../img/caution_tutumu.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 30px;
  padding-left: 40px;
  font-weight: bold;
  font-size: small;
  margin-bottom: -1em;
}
/*シーズンレシピリストここまで*/
/*バックナンバー*/
#seasonRecipe_backnumberList {
  list-style: none;
}
#seasonRecipe_backnumberList li {
  background-color: #FFE1E1;
  text-align: left;
  margin-bottom: 10px;
}
#seasonRecipe_backnumberList li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}
#seasonRecipe_backnumberList li a img {
  width: 100px;
  height: 80px;
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #CCC;
  vertical-align: top;
  margin-right: 1em;
  display: inline-block;
}
#seasonRecipe_backnumberList li a p {
  display: inline-block;
  width: 70%
}
/*バックナンバーここまで*/
@media screen and (max-width:481px) {
  .seasonRecipe_list {
    width: 100%;
  }
  .seasonRecipe_img {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
.seasonRecipe_img img {
  width: 100%;
  height: auto;
  object-fit: cover;/*縦横のうち小さい方を基準にして自動的に拡大・縮小され、ボックスからはみ出した部分はトリミング*/
}
  .seasonRecipe_overview {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cookComment {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .useProduct {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cookComment a {
    display: block;
    width: 6em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
}