@charset "utf-8";
/*----- レシピ一覧 -----*/
#undercolumn.sgRecipe {
margin: 0;
width: 730px;
}
/*.newRecipe {
width: 700px
}*/
.sgNewRecipeArea {
background: #fef7db url(../img/sg_recipe/new_recipe_bg.jpg) repeat;
padding: 30px;
margin-bottom: 70px;
}
.sgNewRecTit {
text-align: center;
}
.newRecipe li {
float: left;
text-align: center;
width: 145px;
}
.sgNewRecipeArea .newRecipe li + li {
margin-left: 30px;
}
div#undercolumn h3.sgRecMTit {
text-align: center;
margin-bottom: 30px;
}
.sgRecPh img {
margin-bottom: 20px;
}
.newRecipe li .sgRecName {
font-size: 14px;
padding-bottom: 20px;
text-align: center;
}
.sgRecBtn {
margin-left: auto;
margin-right: auto;
display: inline-block;
width: 145px;
}
.sgRecipeListArea .newRecipe {
margin-top: -30px;
}
.sgRecipeListArea .newRecipe li { 
border-bottom: 1px solid #c9c5aa;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
margin-right: 0;
width: 150px;
}
.newRecipe + .sgRecMTit {
padding-top: 50px;
}
.sgRecipeListArea .newRecipe li:nth-child(-n+4) { 
border-top: none;
}
.sgRecBtn a:hover {
opacity: .6;
}

/*----- レシピ詳細 -----*/
h3.proDetIteTit {
border-bottom: 1px solid #dcdad0;
font-size: 32px;
padding: 0;
padding-bottom: 28px;
margin-bottom: 30px;
}
.sgRecDtlSubArea {
float: left;
}
.sgRecDtlType {
color: #b0ac92;
font-size: 14px;
margin-bottom: 20px;
}
.sgRecDtlUseArea {
border: 5px solid #f0efea;
box-sizing: border-box;
margin-bottom: 20px;
width: 275px;
}
.sgRecDtlUse {
background: #f0efea;
color: #000;
font-weight: bold;
font-size: 16px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}
.sgRecDtlUsePh {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.sgRecDtlUsePh img {
width: auto;
height: 190px;
}
.sgRecDtlMainPh {
float: right;
}
.sgRecDtlMainPh img {
max-width: 445px;
width: auto;
height: auto;
}
h3.sgRecDtlTit {
background: url(../img/sg_cart/tit_brd.png) no-repeat center left;
color: #000;
font-size: 26px;
font-weight: bold;
padding-left: 47px;
margin-bottom: 50px;
}
.sgRecDtlHowCount {
background: url(../img/sg_recipe/recipi_num_bg.png) no-repeat center left;
color: #fff;
font-size: 14px;
display: inline-block;
margin-right: 5px;
line-height: 26px;
text-align: center;
width: 30px;
height: 26px;
top: -2px;
position: relative;
}
.sgRecDtlHowtoList li {
border-bottom: 1px dotted #dcdad0;
padding-bottom: 18px;
margin-bottom: 18px;
}
