@charset "UTF-8";

/* mainTtl */
.mainTtl {
  padding: 40px 15%;
}

/* recipeLead */
.hdrTxt {
  margin: 15px auto 20px auto;
  line-height: 1.8;
  text-align: center;
}

/* blockRecipe */
.blockRecipe {
  margin: 0 15px 40px 15px;
}

.blockRecipe:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.blockRecipe h3 {
  margin: 0 auto 15px auto;
  text-align: center;
}

/* recipeCopy */
.recipeCopy {
  margin-bottom: 13px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-size: 12px;
}

/* recipeItems */
.recipeItems {
  margin-top: 20px;
}

.recipeItems:before,
.recipeItems:after {
  content: " ";
  display: table;
}

.recipeItems:after {
  clear: both;
}

.recipeItems li {
  float: left;
  margin-bottom: 15px;
  width: 48%;
  vertical-align: top;
  list-style: none;
  border-radius: 1px;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.35);
}

.recipeItems li:nth-child(odd) {
  margin-right: 4%;
}

.recipeItems a {
  display: block;
  padding: 7px;
  color: #702e00;
  line-height: 1.4;
  font-size: 11px;
}

.recipeImg {
  display: block;
  margin-bottom: 7px;
  width: 100%;
}

.recipeTitle {
  padding-right: 20px;
}

.leafRecipe .recipeTitle {
  background: url("../img/common/icn_04.png") 100% 15% no-repeat;
  background-size: 12px 12px;
}

.tomatoRecipe .recipeTitle {
  background: url("../img/common/icn_03.png") 100% 15% no-repeat;
  background-size: 12px 12px;
}



/*Banner*/

.recipe-banner{
    text-align: center;
}
.recipe-banner_txt{
    font-size: 12px;

}
.recipe-banner_img{
margin-bottom: 10px;
}

