@charset "UTF-8";
/* CSS Document */

h3{
  text-align:center;
  margin-bottom: 30px;
}
.container{
  padding:0 20px;
  margin-bottom: 40px;
}
p.mainPhoto{
  width:442px;
  float:left;
}
.description{
  width: 474px;
  height: 295px;
  float:right;
  position: relative;
}
.description h4{
  color:#1e5185;
  font-size: 24px;
  border-top:solid 2px #1e5185;
  border-bottom:solid 2px #1e5185;
  padding:10px 0;
  margin-bottom: 20px;
}
.description ul.sns{
  position: absolute;
  right: 0;
  bottom: 0;
}
.description ul.sns li{
  display: inline-block;
  margin-left: 10px;
}
.description ul.sns li *{
  vertical-align:bottom;
}


dl{
}
dl dt{
  color:#fff;
  background:#1e5185;
  padding:5px 10px 3px;
}

dl.materialBox{
  width: 313px;
  float:left;
}
dl.materialBox ul{
  margin-bottom: 35px;
}
dl.materialBox ul li{
  border-bottom:dashed 1px #b6b6b6;
  padding:14px 5px 3px 10px;
  overflow: hidden;
}
dl.materialBox ul li span{
  display: block;
  float:right;
}
dl.materialBox p{
  font-size: 16px;
  border-bottom:solid 2px #1e5185;
}

dl.recipeBox{
  width: 586px;
  float:right;
}
dl.recipeBox ol{
  margin-bottom: 50px;
}
dl.recipeBox ol li{
  height: 86px;
  border-bottom:dashed 1px #b6b6b6;
  padding:14px 5px 0 40px;
  position: relative;
}
dl.recipeBox ol li span{
	color: #1e5185;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 9px;
	top: 13px;
}
dl.recipeBox p.backBtn{
  text-align:right;
}
dl.recipeBox p.backBtn a{
  display: inline-block;
  width: 130px;
  text-align:left;
  line-height: 28px;
  background:url(../img/common/icon_arrow02.png) no-repeat 20px center;
  padding:2px 0 0 38px;
  border:solid 1px #1e5185;
}
dl.recipeBox p.backBtn a:hover{
  text-decoration: none;
}


.otherRecipe{
  margin:180px 0 80px;
}
.otherRecipe h3{
  margin-bottom: 20px;  
}
.otherRecipe ul{
  overflow: hidden;
}
.otherRecipe ul li{
  width: 230px;
  margin-right: 20px;
  float:left;
}
.otherRecipe ul li:last-child{
  margin-right: 0;
}
.otherRecipe ul li p{
  text-align:center;
  margin-top: 5px;
}


@media screen and (max-width:767px){
  h3{
    margin-bottom: 15px;
  }
  h3 img{
    width:auto;
    max-width:100%;
    max-height:15px;
  }
  .contentInr{
    padding:0 15px;
  }
  .container{
    padding:0;
    margin-bottom: 25px;
  }

  p.mainPhoto{
    width:100%;
    margin-bottom: 25px;
    float:none;
  }
  .description{
    width:100%;
    height: auto;
    padding-bottom: 35px;
    float:none;
  }
  .description h4{
    font-size: 20px;
    padding:6px 0;
    margin-bottom: 10px;
  }
  
  dl dt{
    padding:5px 10px 4px;
  }
  
  dl.materialBox{
    width: 100%;
    margin-bottom: 35px;
    float:none;
  }
  dl.materialBox ul{
    margin-bottom: 25px;
  }
  dl.materialBox ul li{
    padding:10px 5px 3px 5px;
  }
  dl.materialBox p{
    font-size: 14px;
  }

  
  dl.recipeBox{
    width: 100%;
    float:none;
  }
  dl.recipeBox ol{
    margin-bottom: 30px;
  }
  dl.recipeBox ol li{
    height: auto;
    padding:10px 5px 10px 30px;
  }
  dl.recipeBox ol li span{
    font-size: 14px;
    left: 5px;
    top: 10px;
  }
  dl.recipeBox p.backBtn{
    text-align:center;
  }
  dl.recipeBox p.backBtn a{
    display: inline-block;
    width: 110px;
    background-size:6px auto;
    padding:1px 0 0 30px;
  }
  dl.recipeBox p.backBtn a:hover{
    text-decoration: none;
  }
  
  
  .otherRecipe{
    margin:80px 0 30px;
  }
  .otherRecipe h3{
    margin-bottom: 15px;  
  }
  .otherRecipe ul li{
    width: 48%;
    margin:0 0 15px 0;
  }
  .otherRecipe ul li:nth-child(2n){
    float:right;
  }
  .otherRecipe ul li p{
    text-align:center;
    margin-top: 2px;
  }
}






/* recipe.html */
.recipeList{
  margin-bottom: 100px;
}
.recipeList ul{
  margin-bottom: 30px;
  overflow: hidden;
}
.recipeList ul li{
  width: 294px;
  height: 320px;
  margin:0 24px 30px 0;
  padding-right:24px;
  float:left;
}
.recipeList ul li:nth-child(3n-2){
  border-right:dashed 1px #b5b5b5;
}
.recipeList ul li:nth-child(3n-1){
  border-right:dashed 1px #b5b5b5;
}
.recipeList ul li:nth-child(3n){
  margin-right: 0;
  padding-right:0;
}
.recipeList ul li p{
  margin-top: 5px;
}
.recipeList ul li p span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width:767px){
  .recipeList{
    margin-bottom: 30px;
  }
  .recipeList ul{
    margin-bottom: 10px;
  }
  .recipeList ul li{
    width: 100%;
    height: auto;
    border-bottom:dashed 1px #b5b5b5;
    margin:0 0 30px;
    padding:0 0 30px;
    float:none;
  }
  .recipeList ul li:nth-child(3n-2){
    border-right:none;
  }
  .recipeList ul li:nth-child(3n-1){
    border-right:none;
  }
  .recipeList ul li:last-child{
    border-bottom: none;
  }
  .recipeList ul li p span{
    font-size: 14px;
  }
}

