@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */html {
  font-family: sans-serif;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/**
 * Remove the margin in all browsers (opinionated).
 */body {
  margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
 /* 1 */
  display: block;
}/**
 * Add the correct display in IE 9-.
 */audio,canvas,progress,video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */template,[hidden] {
  display: none;
}/* Links
   ========================================================================== *//**
 * Remove the gray background on active links in IE 10.
 */a {
  background-color: transparent;
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,a:hover {
  outline-width: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
 /* 1 */
  text-decoration: underline;
 /* 2 */
  text-decoration: underline dotted;
 /* 2 */;
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,strong {
  font-weight: bolder;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,kbd,pre,samp {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/**
 * Add the correct margin in IE 8.
 */figure {
  margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
  overflow: visible;
 /* 2 */;
}/* Forms
   ========================================================================== *//**
 * Change font properties to `inherit` in all browsers (opinionated).
 */button,input,select,textarea {
  font: inherit;
}/**
 * Restore the font weight unset by the previous rule.
 */optgroup {
  font-weight: bold;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */button,input,select {
 /* 2 */
  overflow: visible;
}/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */button,input,select,textarea {
 /* 1 */
  margin: 0;
}/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */button,select {
 /* 1 */
  text-transform: none;
}/**
 * Change the cursor in all browsers (opinionated).
 */button,[type="button"],[type="reset"],[type="submit"] {
  cursor: pointer;
}/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */[disabled] {
  cursor: default;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
 /* 2 */;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,input:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box;
 /* 1 */
  color: inherit;
 /* 2 */
  display: table;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */;
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
}/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
}

h1,h2,h3,h4,h5,p,ul,ol,li {
  margin: 0;
  padding: 0;
}

ul,ol,li {
  list-style: none;
}

div:after,ul:after,ol:after,li:after,dl:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  position: fixed;
  min-height: 52px;
  background-color: #ffffff;
  width:100%;
  z-index:9999;
}
.header.is-active {
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}


.header__logo {
  float: left;
}

.header__logo__link {
  display: block;
  padding: 12px 0 0 14px;
}

.header__logo__img {
  width: 100px;
}

.contents{
  padding-top:60px;
}

.drawer-btn {
  padding: 13px 10px 11px;
  float: right;
}

.drawer-btn.close {
  background: #eee;
}

.drawer-btn--close {
  position: absolute;
  top: -52px;
  right: 0;
  width: 54px;
  height: 52px;
  line-height: 52px;
  background: #eee;
  text-align: center;
}

.drawer-body {
  position: absolute;
  clear: both;
  top: 52px;
  left: 0;
  display: none;
  background: #eee;
  z-index: 999;
  width:100%;
  display: none;
  background: #EEE;
}

.gnav {
  margin: 0 0 5px;
}

.g-nav-btn__img {
  width: 31px;
}

.g-nav-btn__img--02 {
  width: 23px;
  vertical-align: middle;
}

.gnav__item {
  border-bottom: 1px solid #e5e5e5;
}

.gnav__link {
  display: block;
  padding: 23px 15px 21px;
  line-height: 1;
}

.header__keyword {
  margin: 15px 15px 8px;
  line-height: 1;
}

.member-action {
  padding: 32px 0 100px;
  text-align: center;
  font-size: 0;
}

.member-action__item {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

.member-action__item + .member-action__item {
  margin-left: 10px;
}

.member-action__link {
  display: block;
  width: 108px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #91bf38;
  border-radius: 3px;
  text-align: center;
  color: #91bf38;
}

.member-action__item:nth-child(2) .member-action__link {
  background: #91bf38;
  color: #fff;
}

.search-box {
  position: relative;
  padding: 16px 15px;
  background: #eee;
}

.contents .search-box {
  margin: 32px 0;
}

.search-box__input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100%;
  height: 40px;
  padding: 0 104px 0 10px;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  background: #ffffff;
}

.search-box__input-text::-webkit-input-placeholder {
  color: #c1c1c1;
}

.search-box__input-text:-ms-input-placeholder {
  color: #c1c1c1;
}

.search-box__input-text::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #c1c1c1;
}

.search-box__submit {
  outline: none;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 94px;
  height: 40px;
  padding: 0;
  text-align: center;
  border: none;
  background: #91bf38;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.heading--02 {
  font-size: 1.4rem;
  position: relative;
  margin: 0 0 9px 15px;
  line-height: 1;
  font-size: 21px;
  font-size: 2.1rem;
}

.heading--02 img {
  width: 30px;
  vertical-align: -7px;
}

.heading--02 span {
  background: #fff;
  padding: 0 8px 0 10px;
}
.heading--02:before {
/*  position: absolute;*/
  margin: 0px 0px -20px 0px;
  top: 11px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: url("/img/v2/common/sp/line_01.png");
  background-size: 5px;
  z-index: -1;
}

.section--news .heading--02 {
  color: #f39c05;
}

.section--news .heading--02:before {
  display: none;
}

.section--feature-articles .heading--02 {
  color: #aa0c15;
}

.section--recipe .heading--02 {
  color: #138458;
}

.section--recipe .heading--02:before {
  background: url("/img/v2/common/sp/line_02.png");
  background-size: 5px;
}

.section--magazine .heading--02 {
  color: #144281;
}

.section--magazine .heading--02:before {
  background: url("/img/v2/common/sp/line_03.png");
  background-size: 5px;
}

.heading--03 {
  position: relative;
  margin: 0 15px 10px;
  padding-left: 15px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  color: #138458;
}

.heading--03:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #138458;
}

.btn--fill--02 {
  display: block;
  width: 68.75%;
  height: 44px;
  margin: 0 auto;
  line-height: 46px;
  letter-spacing: normal;
  background: #91bf38;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

.btn--fill--02 span {
  padding-right: 17px;
  background: url("/img/v2/common/sp/btn_ico_01.png") no-repeat right 3px;
  background-size: 8px 12px;
}

.section {
  margin: 0 0 40px;
}

.section--02 {
  margin: 0 0 32px;
}

.ad-block {
  text-align: center;
  display: block;
  margin:15px 15px 40px;
}

.post-list {
  margin: 0 0 15px;
}

.post-list__item {
  border-bottom: 1px solid #e5e5e5;
}

.post-list__item:last-child {
  border: none;
}

.post-list__link {
  display: block;
  padding: 15px 5px 15px 15px;
}

.todays-recipe .post-list__link {
  padding: 0 5px 15px 15px;
}

.pr-recommended .post-list__link {
  padding: 15px;
}


.post-list__imagebox {
  position: relative;
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  text-align:center;
  vertical-align:middle;
}

.post-list__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.post-list__thumbs {
  float: left;
  display: block;
  width: 24.137%;
  margin-right: 15px;
}

.pr-recommended .post-list__thumbs {
  width: 34.48%;
}

.post-list__body {
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-list__label {
  margin: 0 0 8px 13px;
  display: inline-block;
  min-height: 13px;
  padding-left: 18px;
  background: url("/img/v2/common/sp/main_ico_08.png") no-repeat left center;
  background-size: 13px;
  text-align: center;
  color: #f39c05;
}

.post-list__date {
  display: inline-block;
  color: #555;
}

.post-list__heading {
  line-height: 1.3;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.pr-recommended .post-list__heading {
  color: #91bf38;
}

.card-list {
  margin: 0 0 15px;
  line-height: 1.5;
}

.card-list__item {
  border-bottom: 1px solid #e5e5e5;
}

.card-list__link {
  display: block;
  max-width: 580px;
  margin: 0 auto;
  padding: 15px;
}

.card-list__heading {
  margin: 9px 0 7px;
  font-weight: bold;
}

.card-list__excerpt {
  font-size: 12px;
  font-size: 1.2rem;
}

.recipe-card__heading {
  font-weight: bold;
}

.recipe-card__data {
  font-size: 12px;
  font-size: 1.2rem;
}

.recipe-card__data dd em {
  font-style: normal;
  font-weight: bold;
}

.magazine-card {
  margin: 0 15px;
  line-height: 1;
}

.magazine-card__cover {
  display: block;
  margin: 0 auto;
  width: 68.96%;
}

.magazine-card__data {
  margin: 16px 0 11px;
  font-size: 12px;
  font-size: 1.2rem;
}

.magazine-card__heading {
  margin: 11px 0 16px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.magazine-card__link {
  margin: 0 -5px 20px;
}


.magazine-card__link__item {
  float: left;
  width: 50%;
  padding: 0 5px;
  display: block;
  height: auto;
  line-height: auto;
  border: 1px solid #91bf38;
  border-radius: 5px;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  color: #91bf38;
}


.magazine-card__link__item1 {
  float: left;
  width: 47%;
  margin-left:5px;
  padding: 0 5px;
  display: block;
  height: auto;
  line-height: auto;
  border: 1px solid #91bf38;
  border-radius: 5px;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  color: #91bf38;
  margin-bottom:5px;
}


.magazine-card__link__item2 {
  float: right;
  margin-right:5px;
  width: 47%;
  padding: 0 5px;
  display: block;
  height: auto;
  line-height: auto;
  border: 1px solid #91bf38;
  border-radius: 5px;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  color: #91bf38;
  margin-bottom:5px;
}

.magazine-card__action__item img {
  width: auto;
  height: 26px;
  vertical-align: -6px;
  padding-right: 7px;
}

.magazine-card__action__item + .magazine-card__action__item {
  margin-top: 10px;
}

.magazine-card__action__link {
  display: block;
  height: 44px;
  line-height: 44px;
  border: 1px solid #91bf38;
  border-radius: 5px;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  color: #91bf38;
}

.pr-recommended{
	margin-top:15px;
	margin-bottom:30px;
}
.pr-recommended__heading {
  margin: 0 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.tag-list {
  margin: -10px 15px 0;
  font-size: 0;
  letter-spacing: normal;
}

.tag-list__item {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.tag-list__link {
  display: block;
  padding: 10px 12px;
  border: 1px solid #91bf38;
  border-radius: 3px;
  line-height: 1;
  color: #91bf38;
}

.section__tab-wrap {
  position: relative;
  border-bottom: 3px solid #f39c05;
}

.section__tab-viewport {
  width: 268px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
 /* Optional: When heavy at iOS6+ */;
}

.section__tab {
  overflow: hidden;
  height: 31px;
  font-size: 15px;
  font-size: 1.5rem;
  width: 640px;
}

.section__tab:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.section__tab__item {
  float: left;
  min-width: 80px;
  max-width: 100px;
  padding:0 2px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #f39c05;
  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  color: #f39c05;
}

.section__tab__item + .section__tab__item {
  margin-left: 9px;
}

.section__tab__item.active {
  background: #f39c05;
  color: #fff;
  border-bottom: 1px solid #f39c05;
}

.section__tab-ctrl--prev,.section__tab-ctrl--next {
  position: absolute;
  top: 0;
  left: 50%;
  width: 27px;
  height: 32px;
  background: url("/img/v2/common/sp/drawer_btn_03.png") no-repeat center center;
  background-size: 8px 12px;
}

.section__tab-ctrl--prev.disabled,.section__tab-ctrl--next.disabled {
  display: none;
  background: url("/img/v2/common/sp/drawer_btn_04.png") no-repeat center center;
  background-size: 8px 12px;
}

.section__tab-ctrl--prev {
  margin-left: -161px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section__tab-ctrl--next {
  margin-left: 132px;
}

.js-tab-change__content {
  display: none;
}

.js-tab-change__content:first-child {
  display: block;
}

.recipe-card {
  padding: 15px;
  background: #fbf7e8;
}

.recipe-card__heading {
  margin: 9px 0 0 5px;
}

.recipe-card__data {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.1;
  font-size: 15px;
  font-size: 1.5rem;
}

.recipe-card__data dt {
  float: left;
}

.recipe-card__data dd {
  overflow: hidden;
  text-align: right;
}

.recipe-card__data em {
  font-style: normal;
  font-weight: bold;
}

.recipe-card__data__ico {
  padding: 0 8px 0 0;
  width: auto;
  height: 14px;
  vertical-align: -3px;
}

.view-change {
  display: block;
  padding: 16px 0 13px;
  background: #eee;
  text-align: center;
  color: #91bf38;
}

.view-change img {
  width: 19px;
  margin-right: 7px;
  vertical-align: -5px;
}

.back-top {
  display: block;
  padding: 9px 0 10px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
}

.back-top img {
  height: 12px;
  width: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.back-top span {
  display: block;
  margin-top: -4px;
}

.footer__nav {
  margin: 7px 0 7px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}

.footer__nav__item {
  float: left;
  width: 50%;
}

.footer__nav__item:nth-child(2n+1) {
  clear: both;
}

.footer__nav__link {
  display: block;
  padding: 11px 10px;
}

.copyright {
  padding: 15px 0 120px 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
}

.copyright small {
  font-size: 1em;
}
.banner__img {
  text-align: center;
}


/* 注目の特集 */
.parts-block {
  padding: 30px 0 15px;
}

.ad-block + .parts-block {
  padding: 0 0 15px;
}

.parts-ft_topics-item {
  margin: 0 15px 10px;
}

.parts-ft_topics-item p{
  text-align:center;
  font-size: 1.3rem;
  font-weight:600;
}
.parts-ft_topics:last-child {
  margin: 0 15px 15px;
}

.parts-ft_topics a {
  display: block;
  width: 100%;
}
.parts-heading03 {
  margin: 0 5px 14px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.parts-heading03 h2{
  margin: 0 5px 14px;
  line-height: 1;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}
.parts-heading03--sp {
  color: #aa0c15;
}

.parts-heading03.green {
    color: #138458;
}
.parts-heading03.orange {
color: #f38605; }

.btn-parts {
  background: #91bf38;
  display: block;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  padding: 14px 0 13px;
  box-sizing: border-box;
  margin: 0 auto;
}

.btn-parts span {
  font-size: 1.7rem;
  display: inline-block;
  padding: 0 17px 0 10px;
  background: url("/img/v2/common/sp/btn_ico_01.png") no-repeat right 3px;
  background-size: 8px 12px;
}

.btn-parts--more {
  padding: 12px 0 10px;
}


.parts-link-list, .parts-link-wrap {
  padding: 0 15px;
}

/*人気のレシピ*/

.parts__ranking li {
padding: 15px;
border-bottom: 1px solid #f2f2f2; }

.parts__ranking__box {
margin-left: 40px;
font-size: 1.5rem;
font-weight: bold;
position: relative; }
.parts__ranking__box.no1::before {
content: "";
position: absolute;
top: 0;
left: -43px;
width: 33px;
height: 29px;
background: url("/img/v2/news/sp/news_ranking-icon1.png") 0 0 no-repeat;
background-size: 33px 29px; }
.parts__ranking__box.no2::before {
content: "";
position: absolute;
top: 0;
left: -42px;
width: 31px;
height: 28px;
background: url("/img/v2/news/sp/news_ranking-icon2.png") 0 0 no-repeat;
background-size: 31px 28px; }
.parts__ranking__box.no3::before {
content: "";
position: absolute;
top: 0;
left: -43px;
width: 33px;
height: 29px;
background: url("/img/v2/news/sp/news_ranking-icon3.png") 0 0 no-repeat;
background-size: 33px 29px; }
.parts__ranking__box span {
font-size: 1.2rem;
font-weight: normal;
color: #555555;
display: block;
margin-bottom: 5px; }

.parts__ranking__imagebox_recipe {
float: right;
width: 25%;
margin-left: 15px; }

.parts__ranking__imagebox {
display: block;
float: right;
height: 100px !important;
width: 100px !important;
margin-left: 15px;
position: relative;
text-align: center;
vertical-align: middle ;
}

.parts__ranking__image {
vertical-align: middle ;
text-align: center;
margin: auto;
max-height: 100%;
max-width: 100%;
right: 0;
top: 0;
}
.btn--fill--02.narrow {
width: 50%; }

.parts__hr {
margin: 30px 0;
border: none;
border-bottom: 1px solid #e5e5e5; }

.parts__hr2 {
margin: 0 0 30px;
border: none;
border-bottom: 1px solid #e5e5e5; }

.parts__hr3 {
margin: 0 0 15px;
border: none;
border-bottom: 1px solid #e5e5e5; }

.parts__btn2 {
margin: 20px 0 30px; }

/** 2017.08.08 add **/
/** レシピに関連するニュース **/
.relate_news__heading03 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 2px solid #f39c05;
	color: #f39c05;
	margin: 15px 15px 0 15px;
	position: relative;
}
.relate_news {
  margin: 0 0 15px;
}

.relate_news__item {
  border-bottom: 1px solid #e5e5e5;
}

.relate_news__item:last-child {
  border: none;
}

.relate_news__link {
  display: block;
  padding: 15px 5px 15px 15px;
}

.todays-recipe .relate_news__link {
  padding: 0 5px 15px 15px;
}

.pr-recommended .relate_news__link {
  padding: 15px;
}

.relate_news__imagebox {
  position: relative;
  float: right;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  text-align:center;
  vertical-align:middle;
}

.relate_news__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.relate_news__thumbs {
  float: right;
  display: block;
  width: 24.137%;
  margin-right: 15px;
}

.pr-recommended .relate_news__thumbs {
  width: 34.48%;
}

.relate_news__body {
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
}

.relate_news__label {
  margin: 0 0 8px 13px;
  display: inline-block;
  min-height: 13px;
  padding-left: 18px;
  background: url("/img/v2/common/sp/main_ico_08.png") no-repeat left center;
  background-size: 13px;
  text-align: center;
  color: #f39c05;
}

.relate_news__date {
  display: inline-block;
  color: #555;
}

.relate_news__heading {
  line-height: 1.3;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

/** 2017.08.30 add 検索TOP カテゴリ **/
.recipe-search-category--top {
	margin: 0 15px 20px;
	display: block;
}
.search-category-item02 {
	width: 100%;
	border-bottom: #f2f2f2 1px solid;
	background: url("/img/v2/common/sp/drawer_btn_04.png") no-repeat right 3px top 25px;
	background-size: 8px 12px;
}
.icon-category-thumbnail img {
	height: 30px;
	width: auto;
}
.recipe-search-category--top_any {
	margin: 0 15px 0px;
}
h2.listtab {
	font-weight: normal;
	font-size: 1.5rem;
}

.header_login,.header_logout{
  display: none !important;
}
