@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 * 99. parts
 *
 */
/* ==========================================================================
   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: 160%;
  line-height: 1.68;
  overflow: hidden;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%; }

.ngt {
  font-family: 'ngt', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7; }

@font-face {
  font-family: 'Adobe Blank';
  src: url("data:application/font-woff;base64,d09GRgABAAAAAARIABEAAAAABdwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABsAAAAcaLMRlEdERUYAAAGcAAAAHQAAACAAMAAET1MvMgAAAbwAAABJAAAAVlXgZ5BjbWFwAAACCAAAAEIAAAFKAC0DsGN2dCAAAAJMAAAABAAAAAQAIQJ5Z2FzcAAAAlAAAAAIAAAACP//AANnbHlmAAACWAAAAFQAAABUPaWWPmhlYWQAAAKsAAAAMAAAADb9ErJRaGhlYQAAAtwAAAAeAAAAJAT2A3RobXR4AAAC/AAAAAwAAAAMC7gAIWxvY2EAAAMIAAAACAAAAAgAKgBUbWF4cAAAAxAAAAAfAAAAIABHADluYW1lAAADMAAAALoAAAGEGgY1yXBvc3QAAAPsAAAAKgAAADcc+EvmdmhlYQAABBgAAAAgAAAAJAItE0N2bXR4AAAEOAAAAAgAAAAIA+gCmndlYmYAAARAAAAABgAAAAYG6lIVeNpjYGBgZACCM7aLzoPoc1bbE6B0CgBKMwa+AHjaY2BkYGDgA2IJBhBgYmAEQhDJAuYxAAAEYAA1AAAAeNpjYGR+wTiBgZWBhamLaQ8DA0MPhGZ8wGDIyMTAwMTAyswAB0ABBhYoOyDNNYXBgYGXgZdZ4b8FQxRzAUMFUJgRJAcA60YKJQAAAHjaY2BgYGaAYBkGRgYQcAHyGMF8FgYNIM0GpBkZmIAs3v//wSpANOP/r1D1QMDIxgDnMIJUMjGgAkaGYQ8AgK0G2wAAACECeQAAAAH//wACAAIAIQAAASoCmgADAAcALrEBAC88sgcEAO0ysQYF3DyyAwIA7TIAsQMALzyyBQQA7TKyBwYB/DyyAQIA7TIzESERJzMRIyEBCejHxwKa/WYhAlgAeNpjYGRgYABib3UXqXh+m68M9swvgCIM56y2Z8JpRaASLaZZQC4HAxNIFAAEsAjeeNpjYGRgYC7438EQxfyCAQgYtRgYGVABMwBfOwNwAAAD6AAhA+gAAAPoAAAAAAAqACoAKnjaY2BkYGBgZuBgYGIAARDJyAASc2DQAwkAAARmAIEAeNqFkE0OwVAUhb9SwgYMm47EhGgRdMbAEhhriggh8TOzHKuwAnZgFdbgtL0MGbzck/Pz7nkPqLCkiONWcfDAcEG8Z7jIlLphlwYXwyVqXA2X5b4Zvot/Gn7Q5sWIhD0xC8ZsmbNjQ5NQWpfhd07k2XHK5oGV3L60llSfSOf3LbknJBA3MD6g8zf1QVM5DhxZZy18ZdPNv9Mz8bH+L+/9yaRskvU96xV5p1TrqmGobhE9+rZZDd+rAy/wAAB42mNgYgCD/80MRkCKkQEdMAMFmRiZ2dJzKgsyDNlL8zINDAxcAHY1BkQAAHjaY2AUYPhv9o+HIYr5BQMDox/TLAYgxYAMGAF6hwSDA+gCmgAAAAAAAVIVBukAAA==") format("woff"); }
@font-face {
  font-family: 'ngt';
  font-style: normal;
  font-weight: 100;
  src: url("/common/css/font/ngt.eot");
  /* IE9 Compat Modes */
  src: url("/common/css/font/ngt.eot?#iefix") format("embedded-opentype"), url("/common/css/font/ngt.woff") format("woff"), url("/common/css/font/ngt.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: none; }

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 62.5%; }

.text11 {
  font-size: 68.75%; }

.text12 {
  font-size: 75%; }

.text13 {
  font-size: 81.25%; }

.text14 {
  font-size: 87.5%; }

.text15 {
  font-size: 93.75%; }

.text16 {
  font-size: 100%; }

.text17 {
  font-size: 106.25%; }

.text18 {
  font-size: 112.5%; }

.text19 {
  font-size: 118.75%; }

.text20 {
  font-size: 125%; }

.text21 {
  font-size: 131.25%; }

.text22 {
  font-size: 137.5%; }

.text23 {
  font-size: 143.75%; }

.text24 {
  font-size: 150%; }

.text25 {
  font-size: 156.25%; }

.text26 {
  font-size: 162.5%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

.ielt8 img,
.ie8 img {
  max-width: none;
  width: auto; }

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; }

.mb45 {
  margin-bottom: 45px !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-bottom: 0 !important; }

.ptb0 {
  padding-bottom: 0 !important;
  padding-top: 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: 100%;
  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; }

/*.custom-cbox{
	display: none !important;
	&:checked + label{
		border:1px solid $line01;
		background-color: #FFF;
		color: $line03;
	}
}

.custom-cbox + label{
	background-color: #fff;
	border: 1px solid $line01;
	border-radius:5px;
	cursor: pointer;
	@include inblock;
	padding: 10px 10px 9px 10px;
	text-align: center;
}*/
.cmn-submit {
  background-color: #c6bda0;
  border-radius: 2px;
  border: none;
  text-align: center; }
  .cmn-submit:hover {
    opacity: 0.65; }

/* 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
   ========================================================================== */
/* ==========================================================================
   header
   ========================================================================== */
header {
  border-bottom: 1px solid #e5e5de;
  line-height: 1; }
  header .inner-cont {
    -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;
    padding: 17px 20px 13px;
    position: relative; }

#head-logo {
  left: 20px;
  position: absolute;
  top: 16px; }
  #head-logo img {
    height: auto;
    width: 100%; }

#head-tagline {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  position: absolute;
  left: 207px;
  height: 32px;
  background: url(/common/img/tagline.gif) no-repeat left center;
  width: 29%; }

@media screen and (max-width: 1130px) {
  #head-tagline {
    background: url(/common/img/tagline_s.gif) no-repeat left center; } }
/* ==========================================================================
   navigation
   ========================================================================== */
#gnav-wrap {
  text-align: right; }

#gnav li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-left: 2%; }
  #gnav li:first-child {
    margin-left: 0; }

@media screen and (max-width: 1130px) {
  #gnav li {
    margin-left: 0.8%; } }
/* ==========================================================================
   contents
   ========================================================================== */
#contents {
  display: table; }

#main-wrap,
#side-wrap {
  display: table-cell;
  vertical-align: top; }

#main-wrap {
  padding-bottom: 55px;
  padding-top: 34px;
  width: 72.99%; }

#side-wrap {
  background-color: #f6f5f0;
  padding-bottom: 34px;
  width: 27%; }

.inner-cont {
  -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;
  max-width: 1680px;
  min-width: 1024px;
  margin: 0 auto;
  width: 100%; }

.inner-main {
  max-width: 800px;
  margin: 0 auto;
  width: 94.65%; }

/* ==========================================================================
   サイドナビ
   ========================================================================== */
.srch-form {
  position: relative; }

.side-srch-input {
  border: 1px solid #a9a59c;
  border-radius: 3px;
  font-size: 100%;
  -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;
  padding: 0 55px 0 12px;
  height: 51px;
  width: 100%;
  -webkit-appearance: none; }

.side-srch-submit {
  position: absolute;
  right: 2px;
  top: 2px; }
  .side-srch-submit:hover {
    opacity: 0.65; }

.inner-side {
  max-width: 300px;
  margin: 0 auto;
  padding: 34px 8.99% 34px 9.26%; }

.side-full {
  border-bottom: 1px solid #e5e5de; }

.inner-sidewrap {
  min-width: 226px;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 34px;
  padding-top: 34px;
  width: 100%; }

.full-img {
  height: auto;
  width: 100%; }

.side-bnr {
  margin: 0 auto;
  width: 220px; }
  .side-bnr li {
    margin-bottom: 13px; }
    .side-bnr li:last-child {
      margin-bottom: 0; }

.side-sns {
  letter-spacing: -.40em;
  margin: 13px auto;
  text-align: right;
  width: 220px; }
  .side-sns li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 13px; }
    .side-sns li:first-child {
      margin-left: 0; }

/* 関連レシピ
   ========================================================================== */
.side-recipe-list {
  letter-spacing: -.40em; }
  .side-recipe-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-right: 4.6%;
    margin-top: 10px;
    vertical-align: top;
    width: 47.67%; }
    .side-recipe-list li:nth-child(2n) {
      margin-right: 0; }

.side-recipe-thumb,
.side-recipe-name {
  display: block; }

.side-recipe-thumb img {
  height: auto;
  width: 100%; }

.side-recipe-name {
  font-size: 75%;
  margin-top: 5px; }

.large-recipe .side-recipe-name {
  font-size: 87.5%; }

/* 合わせて見たいレシピ
   ========================================================================== */
.side-editbox {
  border-bottom: 1px solid #e5e5de; }

.inner-editbox {
  -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;
  padding: 21px 5.69% 0px 5.69%;
  margin: 0 auto;
  min-width: 226px;
  max-width: 300px;
  width: 100%; }

.editbox-ttl {
  background-color: #FFF;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  -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;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  min-width: 226px;
  max-width: 300px;
  width: 100%; }
  .editbox-ttl span {
    display: block;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    padding-bottom: 10px;
    padding-top: 10px; }

/* ランキング
   ========================================================================== */
.side-ranking li {
  font-size: 87.5%;
  list-style-type: none;
  margin-top: 19px;
  position: relative;
  padding-left: 25px; }
  .side-ranking li:before {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 3px; }

/* おしらせ
   ========================================================================== */
.side-info-ttl {
  margin-bottom: -21px; }
  .side-info-ttl img {
    height: auto;
    width: 100%; }

.side-info-list {
  background-color: #FFF;
  border: 1px solid #e5e5de;
  padding: 26px 21px 13px; }
  .side-info-list li {
    font-size: 75%;
    line-height: 1.33;
    margin-top: 21px;
    display: block !important;
    float: none !important;
    clear: both; }
    .side-info-list li:first-child {
      margin-top: 0; }
    .side-info-list li.news_link {
      border-top: 1px solid #e5e5de;
      margin-top: 21px;
      padding-top: 8px;
      text-align: right; }
      .side-info-list li.news_link a {
        background: url("img/arrow01.gif") no-repeat scroll left center;
        padding-left: 8px; }
  .side-info-list .info-date {
    display: block;
    font-weight: bold;
    margin-bottom: 5px; }

/* 書籍などの最新情報
   ========================================================================== */
.newestbox-ttl {
  text-align: center;
  margin-bottom: 34px; }
  .newestbox-ttl span {
    background: url(img/newest_ttl_left.gif) no-repeat left center, url(img/newest_ttl_right.gif) no-repeat right center;
    display: inline-block;
    padding-left: 23px;
    padding-right: 23px;
    letter-spacing: 0.13em; }

.newest-img {
  display: block;
  margin-bottom: 21px;
  text-align: center; }

.newestbox-summary dt {
  font-weight: bold;
  text-align: center; }
.newestbox-summary dd {
  font-size: 87.5%;
  margin-top: 10px; }

/* topicpath
   ========================================================================== */
#topicpath {
  letter-spacing: -.40em; }
  #topicpath div {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 87.5%;
    margin-left: 4px; }
    #topicpath div:before {
      content: '>';
      margin-right: 4px; }
    #topicpath div:first-child:before {
      display: none; }

/* 広告
   ========================================================================== */
.ad-full {
  margin: 0 auto;
  width: 728px; }

.ad-halfwrap {
  letter-spacing: -.40em;
  margin: 55px auto;
  width: 696px; }
  .ad-halfwrap .ad-half {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 24px;
    width: 336px; }
    .ad-halfwrap .ad-half:first-child {
      margin-left: 0; }

.ad-sponsor {
  font-size: 75%;
  margin-top: 8px; }

#side .ad-sponsor {
  text-align: right; }

/* ==========================================================================
   定番レシピランキング
   ========================================================================== */
.ranking-wrap {
  margin: 0 auto;
  max-width: 1094px;
  width: 100%; }

.recipe-ranking {
  -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;
  padding: 0 0 55px; }

.ranking-ttl {
  background-color: #FFF;
  border-bottom: 1px solid #202020;
  border-top: 1px solid #202020;
  font-size: 150%;
  font-family: 'ngt', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.13em;
  line-height: 1;
  min-width: 1024px;
  padding-bottom: 21px;
  padding-top: 21px;
  text-align: center; }

.ranking-boxwrap {
  letter-spacing: -.40em;
  padding-top: 35px;
  text-align: center; }

.ranking-box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: top;
  width: 18.27% !important;
  max-width: 200px; }
  .ranking-box:first-child {
    margin-left: 0; }

.ranking-numttl {
  line-height: 1;
  margin-bottom: 21px; }
  .ranking-numttl span {
    background: url(img/ranking_ttl_left.gif) no-repeat left center, url(img/ranking_ttl_right.gif) no-repeat right center;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px; }

.ranking-recipe-name {
  font-weight: bold;
  margin-top: 8px; }

/* bxslider.css を上書き */
.recipe-ranking .bx-wrapper {
  position: static;
  position: relative; }
.recipe-ranking .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  height: auto !important;
  left: 0; }
.recipe-ranking .bx-wrapper .bx-controls-direction a {
  height: 29px;
  width: 29px; }
.recipe-ranking .bx-wrapper .bx-prev {
  background-position: 0 0;
  left: -55px; }
  .recipe-ranking .bx-wrapper .bx-prev:hover {
    background-position: 0 -29px; }
.recipe-ranking .bx-wrapper .bx-next {
  background-position: -29px 0;
  right: -55px; }
  .recipe-ranking .bx-wrapper .bx-next:hover {
    background-position: -29px -29px; }
@media screen and (max-width: 1024px) {
  .recipe-ranking .bx-wrapper {
    max-width: 830px !important; } }

/* swiper.css を上書き */
/*.swiper-container{
	position:static;
	//width:1077px;
	width:1024px;
}

.swiper-button-next,
.swiper-button-prev{
	height:40px;
	top:55%;
	width:40px;
}

.swiper-button-next{
	background:url(img/slide_next.gif) no-repeat left top;
	right:0;
}

.swiper-button-prev{
	background:url(img/slide_prev.gif) no-repeat left top;
	left:0;
}*/
/* ==========================================================================
   footer
   ========================================================================== */
#footer-wrap {
  background-color: #f6f5f0;
  border-top: 1px solid #e5e5de;
  padding: 33px 20px 55px; }
  #footer-wrap p {
    line-height: 1; }
  #footer-wrap img {
    vertical-align: top; }
  #footer-wrap .icon-gohan {
    background: url(img/icon_gohan.gif) no-repeat center top;
    background-size: auto 43px !important; }
  #footer-wrap .icon-sirumono {
    background: url(img/icon_sirumono.gif) no-repeat center top;
    background-size: auto 43px !important; }
  #footer-wrap .icon-okazu {
    background: url(img/icon_okazu.gif) no-repeat center top;
    background-size: auto 43px !important; }
  #footer-wrap .icon-mentonabe {
    background: url(img/icon_nabe.gif) no-repeat center top;
    background-size: auto 43px !important; }
  #footer-wrap .icon-jyobisai {
    background: url(img/icon_hozon.gif) no-repeat center top;
    background-size: auto 43px !important; }
  #footer-wrap .icon-kihon {
    background-image: url(img/icon_kihon.gif);
    background-size: auto 43px !important;
    background-position: top 10px; }
  #footer-wrap .icon-oyatu {
    background: url(img/icon_oyatsu.gif) no-repeat center top;
    background-size: auto 43px; }
  #footer-wrap .icon-jitan {
    background: url(img/icon_jitan.gif) no-repeat center top;
    background-size: auto 43px; }

footer {
  background-color: #FFF;
  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;
  display: table;
  max-width: 1680px;
  margin: 0 auto;
  width: 1280px; }

@media screen and (max-width: 1280px) {
  footer {
    background-color: #FFF;
    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;
    display: table;
    max-width: 1680px;
    margin: 0 auto;
    min-width: 982px;
    width: 100%; } }
#foot-side,
#fnav-wrap {
  display: table-cell;
  vertical-align: top; }

#foot-side {
  padding: 41px 2.4% 0;
  text-align: center;
  width: 18%; }

#fnav-wrap {
  width: 77%; }

.fnav-col {
  display: table;
  margin-top: -1px;
  width: 100%; }

.fnav-col + .fnav-col .inner-fnav {
  padding-top: 21px; }

.fnav-ttl {
  font-size: 100%;
  text-align: center;
  margin-bottom: 24px; }
  .fnav-ttl span {
    display: block;
    padding-top: 40px; }
    .fnav-ttl span a {
      margin-top: 15px;
      display: block; }

.icon-gohan {
  background: url(img/icon_gohan.gif) no-repeat center top; }

.icon-sirumono {
  background: url(img/icon_sirumono.gif) no-repeat center top; }

.icon-okazu {
  background: url(img/icon_okazu.gif) no-repeat center top; }

.icon-mentonabe {
  background: url(img/icon_nabe.gif) no-repeat center top; }

.icon-jyobisai {
  background: url(img/icon_hozon.gif) no-repeat center top; }

.icon-kihon {
  background: url(img/icon_kihon.gif) no-repeat center top; }

.icon-oyatu {
  background: url(img/icon_oyatsu.gif) no-repeat center top; }

.icon-jitan {
  background: url(img/icon_jitan.gif) no-repeat center top; }

.inner-fnav {
  border-top: 1px solid #e5e5de;
  border-left: 1px solid #e5e5de;
  display: table-cell;
  padding: 34px 2.3% 42px;
  vertical-align: top;
  width: 25%; }
  .inner-fnav li {
    background: url(img/arrow01.gif) no-repeat left center;
    font-size: 87.5%;
    margin-top: 10px;
    padding-left: 8px;
    position: relative; }
    .inner-fnav li:first-child {
      margin-top: 0; }
    .inner-fnav li a {
      text-decoration: none; }
      .inner-fnav li a:hover {
        color: #666; }

#foot-snav {
  background: url(img/dot01.gif) repeat-x left top;
  margin-top: 51px; }
  #foot-snav li {
    background: url(img/dot01.gif) repeat-x left bottom;
    font-size: 100%; }
  #foot-snav a {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-decoration: none; }
    #foot-snav a:hover {
      color: #666; }
  #foot-snav .icon-blank:before {
    color: #9b9b88;
    font-size: 12px;
    position: absolute;
    right: 4px;
    top: 35%; }

/* ==========================================================================
   copyright
   ========================================================================== */
.copyright {
  width: 1280px;
  margin: 20px auto 0px auto; }

.foot-privacy {
  font-size: 75%;
  width: 1280px;
  margin: 8px auto 0px auto; }

@media screen and (max-width: 1280px) {
  .copyright {
    width: 100%; }

  .foot-privacy {
    width: 100%; } }
/* ==========================================================================
   スマートフォンサイトに移動する
   ========================================================================== */
.sp_link {
  font-size: 300%;
  text-align: center;
  padding: 60px auto;
  border: 1px solid #a9a59c;
  border-radius: 3px;
  margin: 24px; }

/* ==========================================================================
   404
   ========================================================================== */
.error-h1 {
  margin: 60px 0 30px; }

.error-wrap {
  border-bottom: 1px solid #000;
  margin-bottom: 21px;
  padding-bottom: 40px; }
  .error-wrap p {
    font-size: 87.5%;
    margin-bottom: 40px; }

/* ==========================================================================
   99. parts
   ========================================================================== */
/**
 * 共通パーツ
 */
/* ==========================================================================
   title
   ========================================================================== */
.cmn-h1 {
  font-size: 212.5%;
  font-family: 'ngt', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.13em;
  margin-bottom: 34px;
  line-height: 1; }

#recipe-name {
  font-size: 212.5%;
  font-family: 'ngt', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.13em;
  margin-bottom: 40px;
  line-height: 1.4; }

@media screen and (max-width: 1134px) {
  #recipe-name {
    font-size: 181.25%; } }
/* ==========================================================================
   text
   ========================================================================== */
.text-red {
  color: #990000; }

/* ==========================================================================
   特集一覧
   ========================================================================== */
.feature-box {
  border-bottom: 1px solid #e5e5de;
  min-height: 127px;
  padding-bottom: 21px;
  padding-top: 21px;
  padding: 21px 0 21px 28.2%;
  position: relative; }

.feature-ttl {
  font-size: 118.75%;
  font-family: 'ngt', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.13em;
  margin-bottom: 21px;
  padding-top: 19px;
  line-height: 1.25; }

.feature-lead {
  font-size: 87.5%; }

.feature-thumb {
  position: absolute;
  left: 0;
  top: 21px;
  width: 25%; }

/* ==========================================================================
   作り方
   ========================================================================== */
.howto {
  border-top: 1px solid #e5e5de;
  margin-bottom: 55px;
  margin-top: 34px;
  padding-top: 39px; }

.howto-ttl {
  font-size: 150%;
  font-family: 'ngt', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  margin-top: 34px; }
  .howto-ttl:before {
    font-size: 28px;
    margin-right: 14px;
    position: relative;
    top: -3px; }

.howto-block {
  margin-bottom: 55px; }
  .howto-block p {
    margin-bottom: 21px; }
    .howto-block p:last-child {
      margin-bottom: 0; }

.howto-imglist,
.howto-imglist-col3 {
  letter-spacing: -.40em;
  margin-bottom: 34px; }
  .howto-imglist li,
  .howto-imglist-col3 li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 0.625%;
    vertical-align: top;
    width: 24.4%; }
    .howto-imglist li:first-child,
    .howto-imglist-col3 li:first-child {
      margin-left: 0; }
  .howto-imglist img,
  .howto-imglist-col3 img {
    height: auto;
    width: 100%; }

.howto-imglist-col3 {
  width: 74.375%; }
  .howto-imglist-col3 li {
    margin-left: 0.84%;
    margin-bottom: 5px;
    width: 32.77%; }
    .howto-imglist-col3 li:nth-child(3n+1) {
      margin-left: 0; }

p + .howto-imglist-col3 {
  margin-top: -8px; }

.howto-imglist + .howto-imglist {
  margin-top: -29px; }

.howto-imglist-col3 + .howto-imglist-col3 {
  margin-top: -29px; }

/* ==========================================================================
   レシピ検索
   ========================================================================== */
.main-srch {
  margin: 0 auto;
  width: 750px; }

.main-keyword-wrap {
  display: block;
  margin-bottom: 6px;
  position: relative; }
  .main-keyword-wrap:before {
    background: url(img/input_icon_srch.gif) no-repeat left top;
    content: '';
    display: block;
    height: 27px;
    position: absolute;
    left: 21px;
    top: 16px;
    width: 27px;
    z-index: 2; }

.main-srch-keyword {
  display: block;
  -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: 100%;
  max-height: 56px;
  min-height: 56px;
  padding: 16px 90px 16px 63px;
  width: 100%; }

.main-srch-submit {
  display: block;
  font-size: 118.75%;
  position: absolute;
  right: 2px;
  top: 2px;
  min-height: 52px;
  max-height: 52px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  width: 80px; }
  .main-srch-submit:hover {
    opacity: 0.65; }

.srch-option-wrap {
  background-color: #f6f5f0;
  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: left;
  padding: 21px;
  width: 480px; }
  .srch-option-wrap .srch-option-ttl {
    background-color: #ebe7ce;
    border-radius: 4px 4px 0 0;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 10px 5px;
    position: relative; }
    .srch-option-wrap .srch-option-ttl:after {
      background: url(img/srch_top_arrow.png) no-repeat left top;
      content: '';
      position: absolute;
      right: 24px;
      height: 20px;
      top: -20px;
      width: 22px;
      z-index: 2; }
    .srch-option-wrap .srch-option-ttl span {
      font-size: 75%;
      font-weight: normal;
      margin-left: 12px; }

.srch-option {
  background-color: #FFF;
  border: 1px solid #e5e5de;
  border-top: none;
  border-radius: 0 0 4px 4px;
  letter-spacing: -.40em;
  padding: 21px; }
  .srch-option dt,
  .srch-option dd {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-top: 5px; }
  .srch-option dt:first-child,
  .srch-option dt:first-child + dd {
    margin-top: 0; }
  .srch-option dt {
    -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;
    padding: 2px 0 2px 55px;
    width: 140px; }
  .srch-option dd {
    width: 250px; }
  .srch-option .icon-genre {
    background: url(img/top_srch_genre.png) no-repeat left center; }
  .srch-option .icon-kind {
    background: url(img/top_srch_kind.png) no-repeat left center; }
  .srch-option .icon-time {
    background: url(img/top_srch_time.png) no-repeat left center; }

.option-select {
  width: 100%; }

.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.3333333333%;
    font-weight: bold; }
  .srch-keyword-list li .size-medium {
    font-size: 133.3333333333%; }
  .srch-keyword-list li:after {
    content: '、'; }
  .srch-keyword-list li:last-child:after {
    display: none; }

/* ==========================================================================
   ページャー
   ========================================================================== */
#pager {
  border-top: 1px solid #e5e5de;
  border-bottom: 1px solid #e5e5de;
  letter-spacing: -0.4em;
  text-align: right;
  display: table;
  width: 100%; }
  #pager .pager_txt {
    font-size: 87.5%;
    display: inline-block;
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
    display: table-cell;
    float: left;
    line-height: 48px; }
  #pager ul.num {
    border-left: 1px solid #e5e5de;
    display: table;
    text-align: right;
    float: right; }
    #pager ul.num li {
      font-size: 87.5%;
      border-right: 1px solid #e5e5de;
      display: table-cell;
      letter-spacing: normal;
      height: 48px;
      width: 48px;
      vertical-align: middle;
      text-align: center; }
      #pager ul.num li.active {
        background: #f6f5f0; }
      #pager ul.num li a {
        text-decoration: none;
        display: block;
        height: 48px;
        width: 48px;
        line-height: 48px; }

/* ==========================================================================
   公式SNS
   ========================================================================== */
.side-official {
  margin: 13px auto;
  width: 220px; }

.side-official-ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 21px;
  padding-top: 21px;
  height: 14px;
  margin-top: 21px; }
  .side-official-ttl img {
    vertical-align: top; }

.side-official-sns {
  letter-spacing: -.40em;
  text-align: right;
  position: relative;
  top: -44px; }
  .side-official-sns li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 10px; }

.inner-sidewrap + .inner-sidewrap {
  padding-top: 0 !important; }

/* ==========================================================================
   検索結果0件のとき
   ========================================================================== */
.srch-category a {
  background: url(img/arrow02.gif) no-repeat left center;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 2px; }

.nodata-category-list {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 10px;
  margin-bottom: 21px; }

.srch-nodata > .inner-main {
  width: 100% !important; }

.submenu {
  display: none; }

.nodata-category {
  width: 103%;
  margin: 0 -3% 0 0;
  overflow: hidden;
  _zoom: 1; }
  .nodata-category .category-open {
    width: 30%;
    margin-right: 1.8%;
    float: left; }
    .nodata-category .category-open h4 {
      border-bottom: 1px solid #e5e5de;
      padding: 13px 0px;
      background: #FFF url(img/select_arrow.gif) no-repeat right center; }
      .nodata-category .category-open h4 span {
        padding-top: 15px;
        padding-bottom: 15px; }
      .nodata-category .category-open h4 a {
        text-decoration: none; }
      .nodata-category .category-open h4 .bdtop {
        border-top: 1px solid #e5e5de; }
    .nodata-category .category-open .bdtop {
      border-top: 1px solid #e5e5de; }
    .nodata-category .category-open .icon-gohan {
      background-size: auto 43px !important;
      background-position: -8px center;
      padding-left: 70px; }
    .nodata-category .category-open .icon-sirumono {
      background-size: auto 43px !important;
      background-position: -8px center;
      padding-left: 70px; }
    .nodata-category .category-open .icon-okazu {
      background-size: auto 43px !important;
      background-position: -8px center;
      padding-left: 70px; }
    .nodata-category .category-open .icon-mentonabe {
      background-size: auto 43px !important;
      background-position: -8px top;
      padding-left: 70px; }
    .nodata-category .category-open .icon-jyobisai {
      background-size: auto 43px !important;
      background-position: -8px top;
      padding-left: 70px; }
    .nodata-category .category-open .icon-kihon {
      background-size: auto 43px !important;
      background-position: -8px bottom;
      padding-left: 70px; }
    .nodata-category .category-open .icon-oyatu {
      background-size: auto 43px !important;
      background-position: -8px top;
      padding-left: 70px; }
    .nodata-category .category-open .icon-jitan {
      background-size: auto 43px !important;
      background-position: -8px top;
      padding-left: 70px; }
    .nodata-category .category-open ul li {
      border-bottom: 1px solid #e5e5de;
      padding: 15px 0px;
      font-size: 87.5%;
      background: url("img/arrow01.gif") no-repeat scroll left center;
      padding-left: 8px; }
      .nodata-category .category-open ul li a {
        text-decoration: none; }

/* ==========================================================================
   人気のキーワード
   ========================================================================== */
.top-srch-popularity {
  border: 1px solid #e5e5de;
  margin-bottom: 55px;
  margin-top: 55px; }

.popularity-keyword-ttl {
  background-color: #f6f5f0;
  padding: 6px 20px 8px; }

.popularity-keyword-list {
  padding: 15px 20px; }
  .popularity-keyword-list li {
    display: inline;
    font-size: 75%; }
    .popularity-keyword-list li .size-large {
      font-size: 158.3333333333%;
      font-weight: bold; }
    .popularity-keyword-list li .size-medium {
      font-size: 133.3333333333%; }
    .popularity-keyword-list li:after {
      content: '、'; }
    .popularity-keyword-list li:last-child:after {
      display: none; }

@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; }
