@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #000;
  text-decoration: underline; }

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 71.4285714286%; }

.text11 {
  font-size: 78.5714285714%; }

.text12 {
  font-size: 85.7142857143%; }

.text13 {
  font-size: 92.8571428571%; }

.text14 {
  font-size: 100%; }

.text15 {
  font-size: 107.142857143%; }

.text16 {
  font-size: 114.285714286%; }

.text17 {
  font-size: 121.428571429%; }

.text18 {
  font-size: 128.571428571%; }

.text19 {
  font-size: 135.714285714%; }

.text20 {
  font-size: 142.857142857%; }

.text21 {
  font-size: 150%; }

.text22 {
  font-size: 157.142857143%; }

.text23 {
  font-size: 164.285714286%; }

.text24 {
  font-size: 171.428571429%; }

.text25 {
  font-size: 178.571428571%; }

.text26 {
  font-size: 185.714285714%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle; }

label {
  vertical-align: middle; }

.custom-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: medium none; }

.custom-field::-ms-expand {
  display: none; }

.btn-area {
  text-align: center; }

.cmn-text {
  border: 1px solid #e5e5de;
  border-radius: 3px; }

.cmn-select {
  background: #FFF url(img/select_arrow.gif) no-repeat right center;
  border: 1px solid #e5e5de;
  border-radius: 3px;
  font-size: 114.285714286%;
  padding: 6px;
  position: relative; }

select#category[disabled] {
  background: #FFF url(img/select_arrow_grey.gif) no-repeat right center;
  border: 1px solid #e5e5de;
  background: #f0f0f0;
  color: #c6c0c0; }

.ie8 .cmn-select {
  background: none; }

.cmn-submit {
  background-color: #c6bda0;
  border-radius: 2px;
  border: none;
  text-align: center; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
#contents {
  padding-top: 20px; }

/* ==========================================================================
   header
   ========================================================================== */
header {
  padding: 12px 24px 10px;
  border-bottom: 1px solid #cdcdcd; }

#head-ci {
  text-align: center; }

.btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  .btn-menu a {
    background: url(img/head_menu.png) no-repeat left top;
    background-size: 40px auto;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    height: 40px;
    width: 40px; }
  .btn-menu .nav-close {
    background-position: left bottom; }

.btn-recipe {
  position: absolute;
  right: 43px;
  top: 0;
  z-index: 2; }
  .btn-recipe a {
    background: url(img/head_recipe.png) no-repeat left top;
    background-size: 40px auto;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    height: 40px;
    width: 40px; }
  .btn-recipe .nav-close {
    background-position: left bottom; }

.overlay-contents .btn-menu,
.overlay-contents .btn-recipe {
  position: fixed;
  z-index: 100; }

#scroll-nav {
  background-color: #f6f5f0;
  position: fixed;
  z-index: 9999;
  top: -60px;
  width: 100%;
  transform: .3s; }
  #scroll-nav .srch-set {
    border-bottom: none;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%; }

/* 新着レシピ
   ========================================================================== */
#head-new-recipe {
  display: none;
  padding-top: 15px; }
  #head-new-recipe .recipe_list {
    border-bottom: none;
    padding-bottom: 0; }

/* lightboxの代替
   ========================================================================== */
.overlay-hidden {
  display: none;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: -9999px; }

.overlay-box {
  left: 0;
  margin-left: 8px;
  position: absolute;
  top: 16px;
  width: 95%;
  z-index: 100; }
  .overlay-box .inner-box {
    border-bottom: 3px solid #5c5cd3; }

/* ==========================================================================
   navigation
   ========================================================================== */
#gnav-wrap {
  display: none; }

#gnav a {
  /*display:block;
		padding:14px 24px 14px;
		position:relative;*/
  text-decoration: none; }

#gnav .icon-gohan .gnav-parent {
  background: url(img/icon_gohan.gif) no-repeat center top; }

#gnav .icon-sirumono .gnav-parent {
  background: url(img/icon_sirumono.gif) no-repeat center 5px; }

#gnav .icon-okazu .gnav-parent {
  background: url(img/icon_okazu.gif) no-repeat center 5px; }

#gnav .icon-nabe .gnav-parent {
  background: url(img/icon_nabe.gif) no-repeat center 5px; }

#gnav .icon-hozon .gnav-parent {
  background: url(img/icon_hozon.gif) no-repeat center 5px; }

#gnav .icon-kihon .gnav-parent {
  background: url(img/icon_kihon.gif) no-repeat center 5px; }

#gnav .icon-oyatsu .gnav-parent {
  background: url(img/icon_oyatsu.gif) no-repeat center 5px; }

#gnav .icon-jitan .gnav-parent {
  background: url(img/icon_jitan.gif) no-repeat center 5px; }

#gnav > li {
  border-bottom: 1px solid #e5e5de;
  position: relative; }
  #gnav > li .gnav-parent {
    background-size: 85px auto !important;
    display: block;
    padding-top: 60px; }

#gnav .parent-link {
  display: block;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 106px; }

#gnav .gnav-child {
  padding: 17px 0 17px 130px; }
  #gnav .gnav-child li {
    background: url(img/arrow01.gif) no-repeat left 7px;
    background-size: 3px auto;
    margin-top: 10px;
    padding-left: 10px; }
    #gnav .gnav-child li:first-child {
      margin-top: 0; }

.srch-season {
  background-color: #f6f5f0;
  padding: 10px 15px; }

.srch-season-ttl {
  margin-bottom: 4px;
  font-size: 100%; }

.srch-season-sttl {
  font-size: 85.7142857143%; }

.srch-season-listwrap {
  background-color: #FFF;
  border-radius: 7px;
  margin-bottom: 5px;
  margin-top: 7px;
  padding: 10px 0 5px; }
  .srch-season-listwrap.multi-line {
    padding: 10px 0; }

.srch-season-list {
  background: url(img/srch_season_line.gif) repeat-y center top;
  background-size: 100% auto;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap; }
  .srch-season-list a {
    display: block;
    text-decoration: none;
    text-align: center; }
  .srch-season-list li {
    border-bottom: 1px solid #e5e5de;
    line-height: 1;
    margin-bottom: -1px;
    width: 25%;
    font-size: 85.7142857143%; }
  .srch-season-list li:nth-last-child(-n+4):first-child a,
  .srch-season-list li:nth-last-child(-n+4):first-child ~ li a {
    padding-top: 5px;
    padding-bottom: 10px; }
  .srch-season-list li:nth-last-child(n+5):nth-child(1) a, .srch-season-list li:nth-last-child(n+5):nth-child(2) a, .srch-season-list li:nth-last-child(n+5):nth-child(3) a, .srch-season-list li:nth-last-child(n+5):nth-child(4) a,
  .srch-season-list li:nth-last-child(n+5) ~ li:nth-child(1) a,
  .srch-season-list li:nth-last-child(n+5) ~ li:nth-child(2) a,
  .srch-season-list li:nth-last-child(n+5) ~ li:nth-child(3) a,
  .srch-season-list li:nth-last-child(n+5) ~ li:nth-child(4) a {
    padding-bottom: 15px;
    padding-top: 5px; }
  .srch-season-list li:nth-last-child(n+5) a,
  .srch-season-list li:nth-last-child(n+5) ~ li a {
    padding-bottom: 5px;
    padding-top: 15px; }

.gnav-other a {
  background: url(img/arrow01.gif) no-repeat 24px center;
  background-size: 3px auto;
  display: block;
  padding: 14px 24px 14px 34px;
  text-decoration: none; }

.gnav-other li {
  border-bottom: 1px solid #e5e5de; }

#gnav-wrap .srch-set {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0; }

.gnav-anchor-nav {
  display: flex;
  flex-wrap: wrap; }
  .gnav-anchor-nav li {
    border-bottom: 1px solid #e5e5de;
    border-right: 1px solid #e5e5de;
    box-sizing: border-box;
    font-size: 10px;
    font-size: 3.2vw;
    width: 50%;
    vertical-align: top; }
    .gnav-anchor-nav li:nth-child(2n) {
      border-right: none; }
  .gnav-anchor-nav .anchor-nav-full {
    border-right: none;
    width: 100%; }
  .gnav-anchor-nav a {
    display: block;
    padding: 15px;
    position: relative;
    text-decoration: none; }
    .gnav-anchor-nav a:before {
      content: '';
      display: block;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      height: 8px;
      position: absolute;
      right: 15px;
      top: 15px;
      transform: rotate(135deg);
      width: 8px; }

/* ==========================================================================
   contents
   ========================================================================== */
/* topicpath
   ========================================================================== */
/* ==========================================================================
   定番レシピランキング
   ========================================================================== */
.recipe-ranking {
  padding-bottom: 45px; }

.ranking-recipe-list {
  letter-spacing: -.40em; }
  .ranking-recipe-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-right: 1.25%;
    margin-top: 10px;
    vertical-align: top;
    width: 36%; }

.ranking-recipe-thumb,
.ranking-recipe-name {
  display: block; }

.ranking-recipe-thumb img {
  height: auto;
  width: 100%; }

.ranking-recipe-name {
  font-size: 85.7142857143%;
  margin-top: 5px;
  padding-left: 10px; }

.ranking-numttl {
  line-height: 1;
  text-align: center;
  margin-bottom: 8px; }
  .ranking-numttl span {
    background: url(img/ranking_ttl_left.gif) no-repeat left center, url(img/ranking_ttl_right.gif) no-repeat right center;
    background-size: 6px 10px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px; }

/* bxslider.css を上書き */
.associated-recipe .bx-wrapper,
.recipe-ranking .bx-wrapper {
  padding-left: 12px;
  position: static;
  position: relative; }

.associated-recipe .bx-wrapper .bx-viewport,
.recipe-ranking .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  height: auto !important;
  left: 0; }

/* ==========================================================================
   footer
   ========================================================================== */
footer {
  padding-bottom: 40px;
  padding-top: 36px; }

.display-pc {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 24px;
  margin-right: 24px;
  text-align: center; }
  .display-pc span {
    background: url(img/icon_pc.gif) no-repeat left center;
    background-size: 13px auto;
    padding-left: 22px; }
  .display-pc a {
    border: 1px solid #a9a59c;
    border-radius: 2px;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none; }

.foot-linewrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  font-size: 85.7142857143%;
  margin-top: 25px;
  padding: 10px 24px;
  width: 100%; }
  .foot-linewrap .add-line {
    text-align: center;
    margin-top: 10px; }

.foot-linewrap-text {
  font-weight: bold;
  text-align: center; }

.foot-sns {
  letter-spacing: -.40em;
  padding-top: 7px;
  padding-bottom: 13px;
  text-align: center; }
  .foot-sns li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    vertical-align: top; }
    .foot-sns li:first-child {
      margin-left: 0; }

.copyright {
  text-align: center; }

.foot-privacy {
  font-size: 62.5%;
  text-align: center;
  margin-top: 15px; }

#pagetop {
  bottom: 60px;
  position: fixed;
  right: 15px; }

#foot-menu {
  background-color: #c6bda0;
  bottom: 132px;
  border-radius: 30px;
  position: fixed;
  right: 15px;
  height: 60px;
  width: 60px; }
  #foot-menu a {
    display: block;
    height: 60px;
    width: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1; }
  #foot-menu span {
    background-color: #000;
    display: block;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 29px;
    width: 20px; }
    #foot-menu span:before, #foot-menu span:after {
      background-color: #000;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      height: 2px;
      width: 20px; }
    #foot-menu span:before {
      top: -6px; }
    #foot-menu span:after {
      top: 6px; }

.fixed-nav-recipe {
  display: none; }

/* ==========================================================================
   parts
   ========================================================================== */
.ad-full {
  margin: 24px auto 10px auto;
  text-align: center;
  width: 320px; }

.sp-pdg {
  padding-left: 24px;
  padding-right: 24px; }

/* ==========================================================================
   404
   ========================================================================== */
.error-h1 {
  margin: 50px 24px 24px 24px; }
  .error-h1 img {
    width: 204px;
    height: auto; }

.error-wrap {
  border-bottom: 1px solid #000;
  padding: 0px 24px 0px 24px;
  margin-bottom: 30px; }
  .error-wrap p {
    margin-bottom: 24px;
    font-size: 87.5%;
    line-height: 1.68; }
    .error-wrap p a img {
      width: 180px;
      height: auto; }

/* SNSボタン
   ========================================================================== */
.top-snslist {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  letter-spacing: -.40em;
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .top-snslist li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    padding-right: 5px;
    vertical-align: middle; }
    .top-snslist li:last-child {
      padding-right: 0; }
  .top-snslist .sns-tweet {
    position: relative;
    top: 3px; }
  .top-snslist .sns-line {
    display: block; }

/* ==========================================================================
   ナビゲーション　SNSバナー追加
   ========================================================================== */
.sns-bn-list {
  background: #f6f5ef;
  padding: 15px 15px 10px 15px;
  position: relative;
  border-bottom: 1px solid #e5e5de; }
  .sns-bn-list .sns-ttl {
    position: absolute;
    top: 20px;
    left: 15px; }
  .sns-bn-list .top-snslist {
    text-align: right;
    margin-top: 0px; }
  .sns-bn-list .bn-area {
    margin-top: 15px; }
    .sns-bn-list .bn-area img {
      width: 100%; }

/* ==========================================================================
   だしパックバナー
   ========================================================================== */
.top-bn-area img {
  width: 100%; }

.ad-bn-area {
  padding: 15px 15px 0px 15px; }
  .ad-bn-area img {
    width: 100%; }

.recipe-keyword-wrap + .ad-bn-area {
  padding: 0px 24px 0px 24px; }

/* ==========================================================================
   99. parts
   ========================================================================== */
/**
 * 共通パーツ
 */
/* ==========================================================================
   title
   ========================================================================== */
.cmn-h1 {
  font-size: 142.857142857%;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px; }

#recipe-name {
  font-size: 121.428571429%;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-left: 24px;
  padding-right: 24px; }

.center-ttl {
  background-color: #f6f5f0;
  border-bottom: 1px solid #e5e5de;
  border-top: 1px solid #e5e5de;
  font-size: 114.285714286%;
  margin-top: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center; }

/* ==========================================================================
   box
   ========================================================================== */
/* ==========================================================================
   text
   ========================================================================== */
.text-red {
  color: #990000; }

.ad-sponsor {
  font-size: 85.7142857143%;
  padding-right: 10px;
  text-align: right; }

/* ==========================================================================
   レシピ検索
   ========================================================================== */
.srch-set {
  background-color: #f6f5f0;
  border-bottom: 1px solid #e5e5de;
  margin-bottom: 15px;
  margin-top: -20px;
  padding: 10px 15px;
  position: relative; }

.srch-input {
  border: 1px solid #a9a59c;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  font-size: 114.285714286%;
  line-height: 36px;
  padding: 5px 10px;
  height: 36px;
  -webkit-appearance: none;
  width: 100%; }

.srch-submit {
  height: auto;
  position: absolute;
  right: 18px;
  top: 13px;
  width: 29px; }

.srch-keyword-wrap {
  border: 1px solid #e5e5de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  float: right;
  padding: 15px 20px;
  width: 250px; }

.srch-keyword-ttl {
  font-size: 100%;
  position: relative;
  margin-top: 7px; }

.srch-keyword-list li {
  display: inline;
  font-size: 75%; }
  .srch-keyword-list li .size-large {
    font-size: 158.333333333%;
    font-weight: bold; }
  .srch-keyword-list li .size-medium {
    font-size: 133.333333333%; }
  .srch-keyword-list li:after {
    content: '、'; }
  .srch-keyword-list li:last-child:after {
    display: none; }

/* ==========================================================================
   レシピ検索結果（一覧）
   ========================================================================== */
#search_name {
  font-size: 125%;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 20px;
  line-height: 1;
  padding-left: 12px;
  padding-right: 24px; }
  #search_name span {
    font-size: 75%;
    font-weight: normal; }

ul.recipe_list {
  border-bottom: 1px solid #e5e5de;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }
  ul.recipe_list li {
    letter-spacing: normal;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    position: relative;
    font-size: 100%; }
    ul.recipe_list li:nth-child(3n) {
      margin-right: 0px; }
    ul.recipe_list li a {
      display: block;
      position: relative; }
      ul.recipe_list li a img {
        width: 100%;
        height: auto; }
      ul.recipe_list li a span,
      ul.recipe_list li a .recipe_list_icon {
        display: flex;
        position: absolute;
        top: 89.5%;
        left: 4px;
        z-index: 10; }
        ul.recipe_list li a span li,
        ul.recipe_list li a .recipe_list_icon li {
          margin-right: 5px;
          width: 26px; }
          ul.recipe_list li a span li:last-child,
          ul.recipe_list li a .recipe_list_icon li:last-child {
            margin-right: 0; }
        ul.recipe_list li a span img,
        ul.recipe_list li a .recipe_list_icon img {
          height: 26px;
          width: 26px; }
    ul.recipe_list li h3 {
      margin-top: 10px;
      margin-bottom: 16px;
      font-size: 75%;
      font-weight: normal;
      line-height: 1.2;
      margin-left: 5px; }

/* ==========================================================================
   作り方
   ========================================================================== */
.howto {
  margin: 20px 0;
  padding-top: 20px; }
  .howto .recipe-sttl {
    padding-left: 24px;
    padding-right: 24px; }

.howto-ttl {
  border-top: 1px solid #e5e5de;
  font-size: 114.285714286%;
  margin-bottom: 15px;
  padding: 24px 24px 0 47px;
  position: relative; }
  .howto-ttl:before {
    font-size: 20px;
    position: absolute;
    left: 24px;
    top: 26px; }

.howto-block {
  margin-bottom: 20px; }
  .howto-block p {
    margin-bottom: 24px; }
    .howto-block p:last-child {
      margin-bottom: 0; }
  .howto-block p + .howto-imglist,
  .howto-block p + .howto-imglist-col1 {
    margin-top: -10px; }
  .howto-block a {
    color: #1471c0; }
  .howto-block p {
    padding-left: 24px;
    padding-right: 24px; }
  .howto-block .bg {
    background-color: #fffadf;
    padding: 4px 2px; }

.howto-imglist,
.howto-imglist-col1,
.howto-imglist-col3 {
  letter-spacing: -.40em;
  margin-top: 0px;
  position: relative;
  font-size: 0; }
  .howto-imglist li,
  .howto-imglist-col1 li,
  .howto-imglist-col3 li {
    font-size: 87.5%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-bottom: 1%;
    margin-left: 1%;
    vertical-align: top;
    width: 49.5%; }
    .howto-imglist li:nth-child(odd),
    .howto-imglist-col1 li:nth-child(odd),
    .howto-imglist-col3 li:nth-child(odd) {
      margin-left: 0; }
  .howto-imglist img,
  .howto-imglist-col1 img,
  .howto-imglist-col3 img {
    height: auto;
    width: 100%; }

/*.howto-imglist + .howto-imglist{
	li{
		margin-left:0;

		&:nth-child(odd){
			margin-left:1%;
		}
	}
}*/
.howto-imglist-col3 {
  display: inline; }

.howto-imglist + p,
.howto-imglist-col1 + p {
  margin-top: 24px; }

.howto-imglist-col1 {
  margin-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px; }
  .howto-imglist-col1 li {
    display: block;
    letter-spacing: normal;
    margin-left: 0;
    width: 100%; }
    .howto-imglist-col1 li img {
      height: auto;
      width: 100%; }

/* ==========================================================================
   人気のキーワード
   ========================================================================== */
.popularity-keyword {
  background-color: #f6f5f0;
  border-bottom: 1px solid #e5e5de;
  border-top: 1px solid #e5e5de;
  padding: 12px 24px;
  margin-top: 14px; }

.srch-keyword-ttl {
  background-color: #FFF;
  border-bottom: 1px solid #e5e5de;
  border-top: 1px solid #e5e5de;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center; }

.srch-keyword-list li {
  display: inline;
  font-size: 75%; }
  .srch-keyword-list li strong {
    font-size: 158.333333333%; }
  .srch-keyword-list li:after {
    content: '、'; }
  .srch-keyword-list li:last-child:after {
    display: none; }

/* ==========================================================================
   特集ページ
   ========================================================================== */
.feature-box {
  border-bottom: 1px solid #e5e5de;
  padding: 21px 24px 21px;
  position: relative; }
  .feature-box:first-child {
    border-top: 1px solid #e5e5de; }

.feature-ttl {
  font-weight: bold;
  margin-bottom: 21px;
  line-height: 1.25; }

.feature-lead,
.feature-thumb {
  display: table-cell;
  vertical-align: top; }

.feature-lead {
  font-size: 85.7142857143%;
  padding-left: 21px; }

.feature-thumb {
  width: 44%; }
  .feature-thumb img {
    height: auto;
    width: 100%; }

/* ==========================================================================
   バナー
   ========================================================================== */
.bnr {
  margin: 24px auto 10px;
  text-align: center;
  width: 320px; }
  .bnr li {
    margin-bottom: 13px; }

/* ==========================================================================
   検索結果0件のとき
   ========================================================================== */
.srch-nodata {
  margin-top: 30px; }

.srch-category a {
  background: url(img/arrow02.png) no-repeat left center;
  background-size: 15px auto;
  font-weight: bold;
  padding: 5px 0 5px 20px; }

@font-face {
  font-family: 'icomoon';
  src: url("/common/css/icon_fonts/icomoon.eot?-2b066k");
  src: url("/common/css/icon_fonts/icomoon.eot?#iefix-2b066k") format("embedded-opentype"), url("/common/css/icon_fonts/icomoon.ttf?-2b066k") format("truetype"), url("/common/css/icon_fonts/icomoon.woff?-2b066k") format("woff"), url("/common/css/icon_fonts/icomoon.svg?-2b066k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-blank:before {
  content: "\e60c"; }

.icon-blank-after:after {
  content: "\e60c";
  margin-left: 5px; }

.icon-keyword:before {
  content: "\e600";
  margin-right: 10px; }

.icon-num01:before {
  content: "\e601"; }

.icon-num02:before {
  content: "\e602"; }

.icon-num03:before {
  content: "\e603"; }

.icon-num04:before {
  content: "\e604"; }

.icon-num05:before {
  content: "\e605"; }

.icon-num06:before {
  content: "\e606"; }

.icon-num07:before {
  content: "\e607"; }

.icon-num08:before {
  content: "\e608"; }

.icon-num09:before {
  content: "\e609"; }

.icon-num10:before {
  content: "\e60a"; }

.icon-print:before {
  content: "\e60b";
  font-size: 24px;
  margin-right: 8px; }
