@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;
}
.b{
  font-weight: bold;
}
.small{
  font-size: 30%;
}
.noline{
  text-decoration: none;
}
.footnote{
    margin: 5px 0 20px;
    font-size: 90%;
    color: #666;
    line-height: 1.4em;
}
/*レシピ共通*/
.recipe_wrap{
  width: 610px;
  height: 100%;
  float: left;
  font-size: 14px;
  line-height: 1.8em;
  border-top: 4px solid #D93C38;
  background-color: #FFF;
  padding: 0 20px 20px 20px;
}

.recipe_wrap h1{
  margin: 10px 0 0;
  padding: 15px 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;
}

/*レシピ詳細*/
.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{
    border: 0;
    padding: 0 0 10px;
    color: #889b00;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}
.related_category{
    display: block;
    margin: 0 0 5px;
    font-size: 80%;
    color: #666;
}
.related_category span{
    display: inline-block;
    border-radius: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin: 0 4px 6px 0;
}
.related_category span:hover{
    background-color: #f3f3f3;
}
.related_category a{
    color: #666!important;
    text-decoration: none;
}
.related_category a:hover{
    text-decoration: none;
}
.recipe_contents{
    width: 610px;
    margin: 0 0 20px;
}
.recipe_image{
    float: left;
    position: relative;
    width: 280px;
    height: 500px;
    overflow: hidden;
    margin: 0 5px 0 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.recipe_image img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}
.recipe_info{
    float: right;
    width: 310px;
    margin: 0 0 0 5px;
}
.recipe_user{
    font-size: 100%;
    text-align: right;
    color: #666;
    margin: 0;
    line-height: 1.2em;
}
.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{
    margin: 0 0 10px;
    width: 100%;
    font-size: 110%;
}
.recipe_material{
    clear: both;
    width: 100%;
    padding-top: 10px;
}
.recipe_commentTitle,
.recipe_infoTitle,
.recipe_materialTitle,
.recipe_methodTitle,
.userprofileTitle{
    font-size: 120%;
    font-weight: bold;
    color:  #4C2204;
    margin: 5px 0 2px;
}
.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{
    content: "(１人分)";
    font-weight: normal;
    font-size: 70%;
    padding-left: 5px;
}
.recipe_info table{
    width: 100%;
    margin: 0 0 5px;
    border: 1px solid #eee;
}
.recipe_info tr{
    border-top: 1px solid #eee;
    width: 100%;
}
.recipe_info tr:first-child{
    border: none;
}
.recipe_info td{
    padding: 2px 6px;
}
.recipe_materialTitle:before{
    content: url(../img/icon_material.png);
    display: inline-block;
    vertical-align: -3px;
    padding-right: 5px;
}
.recipe_materialTitle:after{
    content: "(１人分)";
    font-weight: normal;
    font-size: 70%;
    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: 6px 10px;
    font-size: 110%;
}

.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;
    margin: 5px 0px 5px 0px !important;
}
.recipe_method il:first-child{
    border: none;
}
.method{
    counter-reset:li;
    margin-left: 0 !important;
}
.method li{
    font-size: 110%;
    color: #333;
    font-weight: bold;
    border-top: 1px dotted #eee;
    position:relative;
    display: block;
    padding:8px 0px 8px 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 {
    width: 610px;
    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: 25px;
    border-radius: 8px;
    background-color: #fffcf4;
}
.userprofile_inner p{
    font-size: 110%;
    color: #333;
    line-height: 1.8em;
}
/*
.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{
    font-size: 100%;
    color: #4C2204;
    font-weight: bold;
}
.userprofile_name:before{
    content: "『";
}
.userprofile_name:after{
    content: "』";
}
.userprofile_url{
    font-size: 90%;
    padding-left: 20px;
    word-break: break-all;
    line-height: 1.2em;
}
.userprofile_url a{
    color: #536bd8!important;
}
.userprofile_url a:after{
    color: #C19E84;
    margin-left: 5px;
    font-family: "BabySymbols";
    font-size: 100%;
    content: "";
}
.userprofile_comment{
    font-size: 90%;
    padding-left: 20px;
    color: #666;
    line-height: 1.2em;
}

/*作り方中身*/
.material_title{
    font-size: 100%;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}
.material_indication{
    width: 35%;
    font-size: 90%;
    border-left: 1px dotted #eee;
    border-right: 1px dotted #eee;
    color: #333;
    text-align: right;
    white-space: nowrap;
}
.material_volume{
    width: 15%;
    font-size: 100%;
    color: #666;
    text-align: right;
    white-space: nowrap;
}
.material_volume:after{
    content: " g";
}

/*栄養素中身*/
.info_title{
    font-size: 90%;
    padding-right: 2px;
    color: #4C2204;
    border-left: 1px solid #eee;
    white-space: nowrap;
}
.info_kcal,
.info_mg,
.info_g,
.info_ug{
    font-size: 85%;
    text-align: right;
    color: #999;
    border-right: 1px solid #eee;
    white-space: nowrap;
}
.bgcp{
    background: #fdf3f5;
}
.info_kcal:after{
    content: "kcal";
}
.info_mg:after{
    content: "mg";
}
.info_g:after{
    content: "g";
}
.info_ug:after{
    content: "μg";
}


/*レシピ一覧（栄養素トップ）*/
.c_orange{
  color: #FF9933;
}
.lead_text{
  width: 610px;
  height: auto;
  margin: 10px 0 20px;
}
.recipeListBig{
    width: 610px;
    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: 300px;
    height: 200px;
    margin: 10px 5px 10px 0;
    overflow: hidden;
}
.recipeListBig_imgArea img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
    transition: 0.3s;
}
.recipeListBig_imgArea img:hover{
    opacity: 0.7;
}
.recipeListBig_info{
    float: right;
    position: relative;
    width: 300px;
    margin: 10px 0 0 5px;
}
.recipeListBig_title{
    color: #889b00;
    font-size: 135%;
    font-weight: bold;
    text-decoration: none;
}
.recipeListBig_user{
    font-size: 90%;
    text-align: right;
    color: #666;
    line-height: 1.2em;
    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{
    padding: 0 10px;
}

.recipeListBig_comment{
    width: 300px;
    height: 85px;
    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;
    margin: 0 0 5px;
    font-size: 80%;
    color: #666;
}
.recipeListBig_category span{
    display:inline-block;
    border-radius: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin-right: 4px;
    margin: 0 4px 8px 0;
}
.recipeListBig_category span:hover{
    background-color: #f3f3f3;
}
.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;
    font-size: 90%;
    color: #4C2204;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
}
.recipeListBig_more a:after {
    margin-left: 0.2em;
    font-family: "BabySymbols";
    content: "";
    font-size: 1.0em;
}
/*カテゴリリンクここから*/
.recipeList{
    width: 610px;
    margin: 0 0 10px;
}
.recipeList p{
    width: 100%;
    margin: 10px 0;
    line-height: 1.6em;
}
.recipeList ul{
    width: 100%;
}
.recipeList li{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0;
    padding: 0;
}
.recipeList_imgArea{
    position: relative;
    width: 100%;
    height: 130px;
    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;
    font-size: 100%;
    line-height: 1.6em;
    margin: 5px 0;
    padding: 0 5px;
}
.recipeList_user{
    position: relative;
    font-size: 90%;
    margin: 0;
    padding: 0;
    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;
    font-size: 90%;
    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{
    width: 610px;
    margin: 0 0 20px;
}
.categoryList ul{
    border-top: 1px dotted #eee;
    border-left: 1px dotted #eee;
    font-size: 0;
}
.categoryList li{
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #eee;
    border-right: 1px dotted #eee;
    width: 33%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 13px;
}
.p_rel {
  position: relative;
}
.categoryList li:hover{
    background: #fdf3f5;
}
.categoryList img{
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
    padding: 15px 10px;
}
.category_title{
    display: inline-block;
    position: absolute;
    width: 105px;
    height: 70px;
    right: 5px;
    margin-top: 23px;
    padding: 2px;
    clear: both;
}
/*栄養素リンクここまで*/
.sideContentBlock>.titleBlock{
    border: 0!important;
    margin: 0!important;
}
.bodyBlock>.titleBlock{
    border: 0!important;
    margin: 0!important;
}
.guideBlock>.titleBlock{
    border: 0!important;
    margin: 0!important;
}
