@charset "utf-8";
/* ------------------------------------------------------------------------------
レシピページ
------------------------------------------------------------------------------ */
/* 共通 */



/* 一覧 */
.recBrand {
text-align: center;
margin-bottom: 5px;
}
.recListBg {
background: #faf2e1;
padding-bottom: 30px;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 300px;
}
.recListTit {
margin-bottom: 15px;
}
.recList li {
margin-bottom: 5px;
}

/* 詳細 */
.recDtlCateNav {
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
width: 308px;
}
.recDtlCateNav li {
float: left;
padding-left: 5px;
}
.recDtlCateNav li:first-child {
padding-left: 0;
}
.recDtlBakBtn {
background: #ededed;
text-align: center;
margin-bottom: 16px;
}

.recDtlCont {
margin-left: auto;
margin-right: auto;
width: 300px;
}
.recDtlTit {
margin-bottom: 4px;
}
.recDtlBrand {
margin-bottom: 19px;
}
.recDtlMTit {
margin-bottom: 12px;
}
.recDtlMateList {
margin-bottom: 22px;
}
.recDtlMateList li {
margin-bottom: 1px;
}
.recDtlMateNote {
margin-top: -10px;
padding-left: 15px;
margin-bottom: 5px;
}
.topNote {
margin-top: 0;
}
.recDtlHowtoList {
margin-top: -5px;
margin-bottom: 10px;
}
.recDtlHowtoList li {
padding-top: 10px;
padding-left: 13px;
padding-bottom: 10px;
border-top: 1px dotted #999;
}
.recDtlHowtoList li:first-child {
border-top: 0;
}
.recDtlHowtoNote {
padding-left: 10px;
}
.recDtlHowtoNote img {
padding-top: 5px;
}

.recDtlItemBtn {
text-align: center;
}