html {
  font-size: 10px;
}

#container .contents .h2 {
  margin-bottom: 12px;
  padding: 8px 12px;
  border-bottom: 2px solid #951f03;
  font-size: 130%;
  line-height: 1;
  color: #5a3f0c;
  background: none;
  background: url(../../../../images/top_hdg0.gif) 0 0 no-repeat;
}
#container .contents h2 a {
  color: #069;
  text-decoration: underline;
}

#container .contents h2 {
  margin-bottom: 12px;
  padding: 8px 12px;
  border-bottom: 2px solid #951f03;
  font-size: 130%;
  line-height: 1;
  color: #5a3f0c;
  background: none;
  background: url(../../../../images/top_hdg0.gif) 0 0 no-repeat;
}
#container .contents h2 a {
  color: #069;
  text-decoration: underline;
}

.contents ul, .contents ol, .contents p, .contents dl, .contents th, .contents td {
  font-size: 14px;
  line-height: 1.5em;
}

.contents .recipe-home--main {
  position: relative;
  padding: 0 12px;
  margin: 0 0 45px;
  overflow: hidden;
  zoom: 1;
}

.contents .recipe-home--recommend {
  position: relative;
  float: left;
  width: 362px;
  padding: 45px 10px 10px;
  border: solid 1px #d6d6d6;
  box-sizing: border-box;
}
.contents .recipe-home--recommend:before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  content: '';
  display: block;
  height: 35px;
  background: url(https://www.shokutu.com/images/recipe/recipe_hdg2.jpg) 0 0 no-repeat;
}
.contents .recipe-home--recommend p {
  width: 270px;
  margin: 0 auto;
}
.contents .recipe-home--recommend a {
  text-decoration: none;
}
.contents .recipe-home--recommend-title {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.contents .recipe-home--recommend-description {
  display: block;
  margin: 4px 0;
  font-size: 12px;
}
.contents .recipe-home--recommend-button {
  display: block;
  margin: 4px 0 0 auto;
  width: 106px;
  height: 21px;
  background: url(https://www.shokutu.com/images/button/btn_recipedetail_off.jpg) 0 0 no-repeat, url(https://www.shokutu.com/images/button/btn_recipedetail_on.jpg) 0 0 no-repeat;
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
}
.contents .recipe-home--recommend-button:hover {
  background: url(https://www.shokutu.com/images/button/btn_recipedetail_on.jpg) 0 0 no-repeat;
}

.contents .recipe-home--menu {
  position: relative;
  float: right;
  width: 362px;
  padding: 45px 10px 10px;
  border: solid 1px #d6d6d6;
  box-sizing: border-box;
}
.contents .recipe-home--menu:before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  content: '';
  display: block;
  height: 35px;
  background: url(https://www.shokutu.com/images/recipe/recipe_hdg3.jpg) 0 0 no-repeat;
}
.contents .recipe-home--menu h3 {
  font-size: 14px;
  margin: 0 0 12px;
}
.contents .recipe-home--menu p {
  margin: 12px 0;
}
.contents .recipe-home--menu li + li {
  margin-top: 6px;
}
.contents .recipe-home--menu li img {
  width: 100%;
}

.contents .recipe-home--ranking {
  position: relative;
  margin: 0 12px 45px;
  padding: 45px 5px 10px;
  border: solid 1px #d6d6d6;
  box-sizing: border-box;
}
.contents .recipe-home--ranking:before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  content: '';
  display: block;
  height: 35px;
  background: url(https://www.shokutu.com/images/recipe/recipe_hdg4.png) 0 0 no-repeat;
}
.contents .recipe-home--ranking h4 {
  display: none;
}
.contents .recipe-home--ranking ol {
  display: block;
  overflow: hidden;
  zoom: 1;
}
.contents .recipe-home--ranking li {
  float: left;
  display: block;
  width: 20%;
  padding: 5px;
  font-size: 13px;
  line-height: 1.5em;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
.contents .recipe-home--ranking li img {
  width: 100%;
  height: auto;
}

.contents .recipe-list--category-title {
  margin-bottom: 16px;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  background: #f9f1cc;
}
.contents .recipe-list--category-title h3 {
  color: #5a3f0c;
  padding-left: 12px;
  font-size: 14px;
  line-height: 30px;
}

/* 2017.02.10 Youtube 動画用に追記 */
.contents .recipe-list--youtube {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.contents .recipe-list--container li .recipe-list--youtube img {
  display: block;
  width: auto;
  height: 170px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contents .recipe-list--container li .recipe-list--youtube:hover img {
  opacity: 0.9;
}
.contents .recipe-list--youtube .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 51px;
  height: 36px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}
.contents .recipe-list--youtube .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contents .recipe-list--container li .recipe-list--youtube:hover .ytp-large-play-button svg {
  opacity: 0.9;
}
.contents .recipe-list--container li .recipe-list--youtube:before {
  display: block;
  height: 35px;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
  z-index: 1;
}
.contents .recipe-list--container li .recipe-list--youtube:after {
  display: block;
  height: 35px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3));
  z-index: 1;
}
/* 2017.02.10 Youtube 動画用に追記 ここまで */

.contents .recipe-list--container {
  margin: 0 18px 10px;
  overflow: hidden;
}
.contents .recipe-list--container ul {
  position: relative;
  margin-right: -18px;
  border-top: dotted 1px #cdcdcd;
  overflow: hidden;
  zoom: 1;
}
.contents .recipe-list--container li {
  float: left;
  width: 25%;
  padding: 16px 18px 16px 0;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
}
.contents .recipe-list--container li:nth-child(4n+5) {
  clear: left;
}
.contents .recipe-list--container li:nth-child(4n+5):before {
  position: absolute;
  left: 0px;
  right: 0px;
  content: '';
  display: block;
  border-top: dotted 1px #cdcdcd;
  margin-top: -16px;
}
.contents .recipe-list--container li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}
.contents .recipe-list--container li img:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.contents .recipe-list--container li span {
  display: block;
  margin: 2px auto 0;
  width: 106px;
  height: 21px;
  background: url(https://www.shokutu.com/images/button/btn_recipedetail_off.jpg) 0 0 no-repeat, url(https://www.shokutu.com/images/button/btn_recipedetail_on.jpg) 0 0 no-repeat;
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
}
.contents .recipe-list--container li span:hover {
  background: url(https://www.shokutu.com/images/button/btn_recipedetail_on.jpg) 0 0 no-repeat;
}

.contents .recipe-list--pager {
  margin-bottom: 20px;
  padding: 10px 12px;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.contents .recipe-list--pager .wp-pagenavi {
  overflow: hidden;
  zoom: 1;
  text-align: right;
}
.contents .recipe-list--pager .pages {
  float: left;
}
.contents .recipe-list--pager .pages:after {
  display: none;
}
.contents .recipe-list--pager a, .contents .recipe-list--pager span {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  font-size: 12px;
  line-height: 18px;
}
.contents .recipe-list--pager a:after, .contents .recipe-list--pager span:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -8px;
  content: '';
  display: block;
  border-right: solid 1px #dedede;
}
.contents .recipe-list--pager a:last-child:after, .contents .recipe-list--pager span:last-child:after {
  display: none;
}
.contents .recipe-list--pager span.current {
  color: #f00;
}
.contents .recipe-list--pager a.nextpostslink {
  padding-right: 14px;
  background: url('https://www.shokutu.com/images/icon/icon_next0.gif') right center no-repeat;
}
.contents .recipe-list--pager a.previouspostslink {
  padding-left: 14px;
  background: url('https://www.shokutu.com/images/icon/icon_prev0.gif') left center no-repeat;
}

.contents .recipe-detail {
  margin-top: 30px;
}
.contents .recipe-detail--title {
  float: right;
  width: 415px;
}
.contents .recipe-detail--title h3 {
  margin-bottom: 12px;
  color: #5a3f0a;
  font-size: 19px;
  line-height: 1.3em;
}
/* 2017.02.10 Youtube 動画用に追記 */
.contents .recipe-detail--youtube {
  margin: 24px 12px;
  padding-bottom: 24px;
  border-bottom: solid 1px #dcdcdc;
  text-align: center;
}
.contents .recipe-detail--youtube-sp {
  display: none;
}
/* 2017.02.10 Youtube 動画用に追記 ここまで */
.contents .recipe-detail--main {
  position: relative;
  padding: 0 12px;
  margin: 0 0 45px;
  overflow: hidden;
  zoom: 1;
}
.contents .recipe-detail--image {
  float: left;
  width: 272px;
}
.contents .recipe-detail--image img {
  border: 1px solid #cdcdcd;
}
.contents .recipe-detail--one-point {
  margin-top: 12px;
}
.contents .recipe-detail--one-point h4 {
  width: 272px;
  height: 35px;
  background: url(../../../../images/recipe/hdg_recipe_advice.gif) 0 bottom no-repeat;
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
}
.contents .recipe-detail--one-point > div {
  width: 272px;
  background: #f6dcc8;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  padding: 0 10px 10px;
  font-size: 12px;
}
.contents .recipe-detail--description {
  float: right;
  width: 415px;
}
.contents .recipe-detail--description h4 {
  margin: 0;
  padding: 11px 10px;
  font-size: 18px;
  line-height: 1.3em;
  background: #f9ead9;
  color: #d87103;
  font-size: 17px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
.contents .recipe-detail--description table + h4 {
  margin-top: 12px;
}
.contents .recipe-detail--description h5 {
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: normal;
  border-bottom: solid 1px #dcdcdc;
}
.contents .recipe-detail--description ul {
  list-style: none;
}
.contents .recipe-detail--description ul li {
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: normal;
  border-bottom: solid 1px #dcdcdc;
}
.contents .recipe-detail--description ol {
  list-style: none;
}
.contents .recipe-detail--description ol li {
  position: relative;
  padding: 15px 10px 15px 55px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: normal;
  border-bottom: solid 1px #dcdcdc;
  counter-increment: chapter;
}
.contents .recipe-detail--description ol li:before {
  position: absolute;
  top: 15px;
  left: 10px;
  content: counter(chapter);
  display: inline-block;
  min-width: 25px;
  padding: 0 6px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 25px;
  color: white;
  background: #d87103;
}
.contents .recipe-detail--description table {
  width: 100%;
}
.contents .recipe-detail--description th {
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: normal;
  border-bottom: solid 1px #dcdcdc;
  text-align: left;
}
.contents .recipe-detail--description td {
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: normal;
  border-bottom: solid 1px #dcdcdc;
  text-align: right;
}
.contents .recipe-detail--description p {
  margin: 12px 0;
  padding: 0 12px;
}
.contents .recipe-detail--description p + h4 {
  margin-top: 27px;
}
.contents .recipe-detail--material {
  width: 746px;
  margin: 20px auto;
}
.contents .recipe-detail--material h4 {
  margin: 0;
  padding: 11px 10px;
  font-size: 18px;
  line-height: 1.3em;
  background: #f9ead9;
  color: #d87103;
  font-size: 17px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
.contents .recipe-detail--material-list {
  padding: 5px;
  overflow: hidden;
  zoom: 1;
}
.contents .recipe-detail--material-list ul {
  display: inline;
}
.contents .recipe-detail--material-list li {
  display: block;
  width: 16.666%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
}
.contents .recipe-detail--material-list li img {
  max-width: 100%;
  margin-bottom: 2px;
}
.contents .recipe-detail--to-list {
  padding: 10px;
  background: #eaeaea;
}
.contents .recipe-detail--to-list a {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 21px;
  background: url(../../../../images/recipe/btn_recipetop_off.jpg) 0 0 no-repeat, url(../../../../images/recipe/btn_recipetop_on.jpg) 0 0 no-repeat;
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
}
.contents .recipe-detail--to-list a:hover {
  background: url(../../../../images/recipe/btn_recipetop_on.jpg) 0 0 no-repeat;
}
.contents .recipe-detail--to-all-list a {
  display: block;
  margin: 0 0 0 auto;
  width: 130px;
  height: 21px;
  background: url(../../../../images/recipe/btn_recipelist_off.jpg) 0 0 no-repeat, url(../../../../images/recipe/btn_recipelist_on.jpg) 0 0 no-repeat;
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
}
.contents .recipe-detail--to-all-list a:hover {
  background: url(../../../../images/recipe/btn_recipelist_on.jpg) 0 0 no-repeat;
}
.contents .recipe-detail--search .searchsubmit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 80px;
  height: 23px;
  background: url(../../../../images/recipe/btn_search_off.jpg) 0 0 no-repeat, url(../../../../images/recipe/btn_search_on.jpg) 0 0 no-repeat;
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.contents .recipe-detail--search .searchsubmit:hover {
  background: url(../../../../images/recipe/btn_search_on.jpg) 0 0 no-repeat;
}
.contents .recipe-detail--sns-list {
  margin-top: 12px;
}
.contents .recipe-detail--sns-list ul {
  padding: 0;
}
.contents .recipe-detail--sns-list li {
  display: inline-block;
  vertical-align: middle;
}
.contents .recipe-detail--sns-list li.postSosial-email img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.contents .recipe-detail--sns-list li.postSosial-email a {
  color: #5d4311 !important;
  text-decoration: none;
  font-size: 13px;
}
.contents .recipe-detail--sns-list li.postSosial-email a:hover {
  text-decoration: underline !important;
}