@charset "utf-8";
.fr{
  float: right;
}
.fl{
  float: left;
}
.clear{
  clear: both;
}
.mt10{
  margin-top: 10px;
}
.mb10{
  margin-bottom: 10px;
}
.mr10{
  margin-right: 10px;
}
.ml10{
  margin-left: 10px;
}
.mt20{
  margin-top: 20px;
}
.mb20{
  margin-bottom: 20px;
}
.mr20{
  margin-right: 20px;
}
.ml20{
  margin-left: 20px;
}
.tac{
text-align: center;
}
.b{
  font-weight: bold;
}
.small{
  font-size: 30%;
}
.noline{
  text-decoration: none;
}
.tb{
  padding: 0 0 10px 0;
  display: table;
  width: 100%;
}
.tb-cell{
  padding: 0 5px;
  display: table-cell;
  width: 50%;
}
/*レシピ共通*/
.recipe_wrap{
    font-size: 110%;
    background-color: #FFF;
    line-height: 1.8em;
    padding:5px 10px 20px;
    position: relative;
}
.recipe_wrap img{
    width: 100%;
    padding: 10px 0 0;
}
.recipe_wrap h1{
    font-size: 157%;
    margin: 10px 0;
    border: 0;
}
.recipe_wrap h2{
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 0px;
    border-top: 2px solid #C19E84;
    border-bottom: 3px double #C19E84;
    color: #4C2204;
}
.footnote{
    padding: 5px 0 0;
    font-size: 90%;
    color: #666;
    line-height: 1.5em;
}
/*レシピ一覧（栄養素トップ）*/
.c_orange{
  color: #FF9933;
}
.lead_text{
  font-size: 110%;
  width: 100%;
  height: auto;
  margin: 10px 0 20px;
}
.recipeListBig{
    font-size: 110%;
    width: 100%;
    margin: 0 0 10px;
}
.recipeListBig ul{
    width: 100%;
}
.recipeListBig li{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
}
.recipeListBig_imgArea{
    float:left;
    position: relative;
    width: 49%;
    height: 220px;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.recipeListBig_imgArea img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.recipeListBig_info{
    float: right;
    width: 49%;
    margin: 15px 0 0 1%;
}
.recipeListBig_title{
    color: #889b00;
    font-size: 130%;
    font-weight: bold;
    text-decoration: none;
}
.recipeListBig_user{
    font-size: 100%;
    text-align: right;
    color: #666;
    line-height: 1.3em;
    margin: 5px 0;
}

.recipeListBig_user:after{
    content: "さんのレシピ";
    color: #666;
}

.recipeListBig table{
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.recipeListBig tr{
    width: 100%;
}
.recipeListBig td{
    font-size: 70%;
    padding: 4px;
}

.recipeListBig_comment{
    font-size: 100%;
    width: 100%;
    height: 6.0em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.recipeListBig_comment:before{
    content: url(../img/icon_cook.png);
    position: relative;
}
.recipeListBig_category{
    clear: both;
    display: block;
    width: 100%;
    padding-top: 10px;
    font-size: 90%;
    color: #666;
}
.recipeListBig_category span{
    display:inline-block;
    border-radius: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin: 0 4px 4px 0;
}
.recipeListBig_category a{
    color: #666!important;
    text-decoration: none;
}
.recipeListBig_category a:hover{
    text-decoration: none;
}
.recipeListBig_more{
    clear: both;
    width: 100%;
    text-align: right;
    color: #4C2204;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}
.recipeListBig_more a:after {
    margin-left: 0.2em;
    font-family: "BabySymbols";
    content: "";
    font-size: 1.0em;
}
/*レシピ詳細*/
.recipe_titleBlock{
    display: block;
    -webkit-margin-before: 0.25em;
    -webkit-margin-after: 0.05em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
}
.recipe_titleBlock h1{
    font-size: 150%;
    border: 0;
    margin: 5px 0 0;
    padding: 0 0 5px;
    color: #889b00;
    font-weight: bold;
    line-height: 1.7em;
}
.related_category{
    display: block;
    margin: 15px 0 10px;
    font-size: 85%;
}
.related_category span{
    border-radius: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin: 0 4px 4px 0;
    display: inline-block;
}
.related_category a{
    color: #666!important;
    text-decoration: none;
}
.related_category a:hover{
    text-decoration: none;
}
.recipe_contents{
    width: 100%;
    margin: 0 0 20px;
}
.recipe_image{
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.recipe_image img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
}
.recipe_user{
    font-size: 100%;
    text-align: right;
    color: #666;
    margin: 0;
    line-height: 1.3em;
}
.recipe_user a{
    color: #666!important;
}
.recipe_user a:after{
    content: "さん";
    color: #666!important;
}
.recipe_user span:before{
    font-family: "BabySymbols";
    content: "";
    margin-left: 0.2em;
    color: #C19E84;
}
.recipe_user span:after{
    content: "のレシピ";
    margin-left: 0.2em;
}
.recipe_user a:hover{
    text-decoration: none;
}
.recipe_comment{
    padding: 10px 0 20px;
    width: 100%;
    font-size: 110%;
}
.recipe_comment p{
    padding: 10px 0 0;
}
.recipe_material{
    clear: both;
    width: 100%;
    margin: 0 0 20px;
}
.recipe_commentTitle,
.recipe_infoTitle,
.recipe_materialTitle,
.recipe_methodTitle,
.userprofileTitle{
    desplay:block;
    font-size: 130%;
    font-weight: bold;
    color:  #4C2204;
    margin: 10px　0　0;
}
.recipe_commentTitle:before{
    content: url(../img/icon_cook.png);
    display: inline-block;
    vertical-align: -3px;
    padding-right: 5px;
}
.recipe_infoTitle:before{
    content: url(../img/icon_eiyou.png);
    display: inline-block;
    vertical-align: -3px;
    padding-right: 5px;
}
.recipe_infoTitle:after{
    font-size: 80%;
    content: "(１人分)";
    font-weight: normal;
    padding-left: 5px;
}
.recipe_info{
      width: 100%;
}
table.recipe_info{
    width: 100%;
    margin: 0;
    border: 1px solid #eee;
}
.recipe_info tr{
    border-top: 1px solid #eee;
    width: 100%;
}
.recipe_info :first-child{
    border: none
}
.recipe_info td　{
    padding: 6px;
}
.recipe_materialTitle:before{
    content: url(../img/icon_material.png);
    display: inline-block;
    vertical-align: -3px;
    padding-right: 5px;
}
.recipe_materialTitle:after{
    font-size: 80%;
    content: "(１人分)";
    font-weight: normal;
    padding-left: 5px;
}

.recipe_material table{
    width: 100%;
    margin: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.recipe_material tr{
    border-top: 1px dotted #eee;
    width: 100%;
}
.recipe_material tr:first-child{
    border: none;
}
.recipe_material td{
    padding: 10px 5px;
}
.recipe_method{
    margin: 0 0 20px;
}
.recipe_method ol{
    margin: 0;
    padding:0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.recipe_method il{
    list-style-type:none !important;
    list-style-image:none !important;
    padding: 5px 0px 5px 0px !important;
}
.recipe_method il:first-child{
    border: none;
}
.method{
    font-size: 110%;
    font-weight: bold;
    counter-reset:li;
    margin-left: 0 !important;
}
.method li{
    border-top: 1px dotted #eee;
    position:relative;
    display: block;
    padding:8px 0px 12px 40px;
}
li.method-count:after{
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    background: #FF9933;
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
}
li.method-count:before{
    content:'';
    display:block;
    position:absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    top:11px;
    left:15px;
    height:0;
    width:0;
}
.recipe_methodTitle:before{
    content: url(../img/icon_recipe.png);
    display: inline-block;
    vertical-align: -3px;
    padding-right: 5px;
}
.userprofile {
    font-size: 110%;
    width: 100%;
    margin: 0 0 20px;
}
.userprofileTitle:before{
    content: url(../img/icon_user.png);
    display: inline-block;
    vertical-align: -3px;
    padding-right: 5px;
}
.userprofile_inner{
    display: block;
    padding: 12px;
    border-radius: 8px;
    background-color: #fffcf4;
}
.userprofile_inner p{
    color: #333;
}
/*
.userprofile_inner p:before{
    content: url(../img/icon_point.png);
    display: inline-block;
    vertical-align: -3px;
    padding-right: 5px;
}
*/
.userprofile_site{
    margin-top: 10px;
    width: 100%;
}
.userprofile_name{
    color: #4C2204;
    font-weight: bold;
}
.userprofile_name:before{
    content: "『";
}
.userprofile_name:after{
    content: "』";
}
.userprofile_url{
    padding-left: 5px;
    word-break: break-all;
    line-height: 1.3em;
}
.userprofile_url a{
    color: #536bd8!important;
}
.userprofile_url a:after{
    color: #C19E84;
    margin-left: 5px;
    font-family: "BabySymbols";
    content: "";
}
.userprofile_comment{
    padding-left: 20px;
    color: #666;
    line-height: 1.3em;
}
/*作り方中身*/
.material_title{
    font-size: 110%;
    font-weight: bold;
    color: #333;
}
.material_indication{
    width: 30%;
    border-left: 1px dotted #eee;
    border-right: 1px dotted #eee;
    font-size: 110%;
    color: #333;
    text-align: right;
    white-space: nowrap;
}
.material_volume{
    font-size: 110%;
    width: 15%;
    color: #666;
    text-align: right;
    white-space: nowrap;
}
.material_volume:after{
    content: " g";
}
/*栄養素中身*/
.info_title{
    width: 24%;
    font-size: 110%;
    color: #4C2204;
    border-left: 1px solid #eee;
    white-space: nowrap;
    padding: 4px 8px;
}
.info_kcal,
.info_mg,
.info_g,
.info_ug{
    width: 24%;
    text-align: right;
    font-size: 100%;
    color: #999;
    border-right: 1px solid #eee;
    white-space: nowrap;
    padding: 4px 8px;
}
.bgcp{
    background: #fdf3f5;
}
.info_kcal:after{
    content: "kcal";
}
.info_mg:after{
    content: "mg";
}
.info_g:after{
    content: "g";
}
.info_ug:after{
    content: "μg";
}

/*レシピリストここから*/
.recipeList{
    color: #333;
    width:100%;
    margin: 0 0 10px;
}
.recipeList p{
    width:100%;
    margin: 0 0 10px;
    font-size: 110%;
}
.recipeList a:hover{
    text-decoration: none;
}
.recipeList ul{
    width: 100%;
}
.recipeList li{
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    margin: 0;
    padding: 0;
    font-size: 110%;
}
.recipeList_imgArea{
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.recipeList_imgArea img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.recipeList_title{
    position: relative;
    color: #536bd8;
    margin: 0;
    padding: 5px;
    width: 98%;
    height: 3.0em;
    line-height: 1.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.recipeList_user{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.3em;
    text-align: right;
    color: #C19E84;
}
.recipeList_user:before{
    content: "(by ";
}
.recipeList_user:after{
    content: ")";
}
.recipeList:after{
    clear: both;
}
.recipeList_more{
    width: 100%;
    border-top: 1px solid #eee;
    text-align: right;
    color: #4C2204;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
}
.recipeList_more a:after {
    margin-left: 0.2em;
    font-family: "BabySymbols";
    content: "";
    font-size: 1.0em;
}

/*栄養素からレシピを探すここから*/
.categoryList{
    margin: 0 0 20px;
    width: 100%;
}
.categoryList ul{
    border-top: 1px dotted #eee;
    border-left: 1px dotted #eee;
    font-size: 0;
}
.categoryList li{
    position: relative;
    display: inline-block;
    width: 49%;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
    border-right: 1px dotted #eee;
    vertical-align: middle;
    font-size: 14px;
}

.categoryList img{
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
    padding: 5px;
}

.category_title{
    display: inline-block;
    position: absolute;
    margin-left: 78px;
    margin-top: 18px;
    clear: both;
}
