@charset "utf-8";
body {
 padding-top: 0;
 background-color: transparent;
}
.contents-inner {
  width: 860px;
  margin: 0 auto;
}
.recipe-top{
  background: none;
}
.recipe-top .contents-inner{
  height: 45px;
  box-sizing: border-box;
  padding-top: 0;
  padding-left: 5px;
}
.logo-area {
  position: relative;
  padding-top: 7px;
}
span.txt-recipe {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
.area-details .contents-inner {
  position: relative;
}
.area-details .title-01 {
  margin-bottom: 2px;
  padding-top: 10px;
  border-top: 3px solid #e10000;
}
.area-details .title-01 .name {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}
.area-details .title-01 .txt-catch {
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.area-details .sec-details .sec-details-inner {
  float: left;
  width: calc(100% - 360px);
}
.area-details .sec-details .image-01 {
  float: left;
  width: calc(100% - 360px);
  padding-top: 15px;
}
.area-details .sec-details .sec-details-inner .image-01 {
  float: none;
  width: 100%; 
}
.area-details .sec-details .image-01 img {
    width: 100%;
}
.sec-details{
  height: auto;
}
.area-details .box-overview {
  width: 340px;
  position: absolute;
  top: 15px;
  right: 0;
}
.area-details .box-overview .unit li {
  float: left;
  width: 49.7%;
  margin: 0 0 .6% .6%;
  padding: 7px 0;
  /*background-color: #eeede9;*/
  font-size: 16px;
  text-align: center;
}
.area-details .box-overview .unit li:nth-child(odd) {
  margin-left: 0;
}
.area-details .box-overview .unit li span {
  display: inline-block;
  color: #65562d;
}
.area-details .box-overview .unit li.time,
.area-details .box-overview .unit li.calorie {
  float: none;
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.area-details .box-overview .unit li.time {
  padding-left: 22px;
}
.area-details .box-overview .unit li.calorie {
  padding-left: 22px;
}
.area-details .box-overview .unit li.time img {
  margin-right: 10px;
}
.area-details .box-overview .unit li.calorie img {
  margin-right: 8px;
}
.area-details .box-overview .unit li.time span,
.area-details .box-overview .unit li.calorie span {
  width: 5.5em;
}
.area-details .box-overview .notes {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
.area-details .box-overview .item {
  margin-top: 13px;
}
.area-details .box-overview .item .ttl-01 {
  margin-bottom: 10px;
  font-size: 15px;
  padding-left: 5px;
}
.area-details .box-overview .item .ttl-01 img {
  margin-right: 10px;
  height: 24px;
  margin-top: -10px;
}
.area-details .box-overview .item dl {
  float: left;
  width: calc(47% - 1px);
  margin-right: 6%;
  padding: 12px;
  border: 2px solid #cccccc !important;
}
.area-details .box-overview .item dl:nth-child(odd) {
  margin-right: 0;
}
.area-details .box-overview .item dt {
  text-align: center;
}
.area-details .box-overview .item dt img {
  height: 77px;
}
.area-details .box-overview .item dt span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}
.area-details .box-recipe {
  padding-bottom: 14px;
}
.area-details .box-recipe .ttl-01 {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #918c8a;
  font-size: 20px;
  font-weight: bold;
}
.area-details .box-recipe .ttl-01 img {
  margin-right: 10px;
  margin-top: -10px;
}
.area-details .box-recipe .ttl-01 span {
  margin-left: 20px;
  font-size: 15px;
}
.area-details .box-recipe .box-recipe-material {
  float: left;
  width: 34%;
}
.area-details .box-recipe .box-recipe-material dl {
  margin-top: 10px;
}
.area-details .box-recipe .box-recipe-material dt {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.area-details .box-recipe .box-recipe-material dd table {
  width: 100%;
  color: #65562d;
  font-size: 16px;
}
.area-details .box-recipe .box-recipe-material dd tr{
  border-bottom: 1px dotted #949494; 
}
.area-details .box-recipe .box-recipe-material dd th {
  padding: 3px 0;
  font-weight: normal;
  text-align: left;
  vertical-align: bottom;
}
.area-details .box-recipe .box-recipe-material dd th a {
  text-decoration: underline;
  color: #e10000;
}
.area-details .box-recipe .box-recipe-material dd th a:hover {
  text-decoration: none;
}
.area-details .box-recipe .box-recipe-material dd td {
  width: 9em;
  padding: 1px 0;
  text-align: right;
  vertical-align: bottom;
}

.area-details .box-recipe .box-recipe-steps {
  float: right;
  width: 62.6666%;
}
.area-details .box-recipe .box-recipe-steps .ttl-01 {
  padding-bottom: 12px;
}
.area-details .box-recipe .box-recipe-steps ol {
  counter-reset: recipe-steps;
  margin: 0;
  list-style: none;
}
.area-details .box-recipe .box-recipe-steps li {
  position: relative;
  margin-top: 3px;
  padding: 0 0 0 35px;
  color: #65562d;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.area-details .box-recipe .box-recipe-steps li:before {
  display: block;
  counter-increment: recipe-steps;
  content: "(" counter(recipe-steps) ")";
  position: absolute;
  top: 0;
  left: 0;
  color: #231815;
  font-weight: bold;
}
.area-details .box-recipe .box-recipe-steps li a {
  color: #e10000;
  text-decoration: underline;
}
.area-details .box-recipe .box-recipe-steps li a:hover {
  text-decoration: none;
}

.area-details .box-recipe .box-recipe-point {
  float: right;
  width: 62.6666%;
  margin-top: 50px;
}
.area-details .box-recipe .box-recipe-point .ttl-01 {
  margin-bottom: 18px;
}
.area-details .box-recipe .box-recipe-point p {
  color: #65562d;
  font-size: 16px;
  letter-spacing: 0.9px;
}
.area-details .box-recipe .box-recipe-point a {
  color: #e10000;
  text-decoration: underline;
}
.area-details .box-recipe .box-recipe-point a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 641px) { 
  .area-details .box-recipe .box-recipe-material dd th a:hover {
    color: #65562d;
  }
  .area-details .box-recipe .box-recipe-steps li a:hover {
    color: #65562d;
  }
  .area-details .box-recipe .box-recipe-point a:hover {
    color: #65562d;
  }
}
.area-details .box-component {
  position: relative;
  margin-top: 33px;
}
.area-details .box-component .ttl-01 {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #918c8a;
  font-size: 20px;
}
.area-details .box-component .ttl-01 img {
  margin-right: 10px;
}
.area-details .box-component .tetx-additional {
  color: #65562d;
  font-size: 13px;
  margin-bottom: 7px;
}
.area-details .box-component .list-component dl {
  float: left;
  width: 20%;
  font-size: 16px;
  text-align: center;
}
.area-details .box-component .list-component dt {
  padding: 7px 0;
  border: 2px solid #dedbd2;
  font-weight: bold;
  border-bottom-width: 1px;
}
.area-details .box-component .list-component dd {
  padding: 7px 0;
  border: 2px solid #dedbd2;
  border-top-width: 1px;
}
.area-details .box-component .list-component dl + dl dt {
  border-left: none;
}
.area-details .box-component .list-component dl + dl dd {
  border-left: none;
}
.area-recipe-cover-box {
  position: relative;
}
ul.column.col4.bg-no li{
  background-color: transparent;
}
a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-recipe.e_clear{
  clear: both;
  margin-top: 50px;
}
.footer {
  background: none;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 0;
}
.footer-logo {
  margin-left: 0;
  width: 120px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer .copyright {
  font-size: 13px;
  padding-right: 0;
  margin-top: 47px;
  letter-spacing: 0.5px;
}
.container-cmn {
  width: 860px;
}
.footer .recipe-link, 
.footer-nav, 
.footer-sns, 
.footer-info, 
.footer-search, 
.socialWrap, 
.box-comments, 
.area-farstview, 
.area-details 
.box-overview .item dd,
.area-recommend,
.ico-h3,
.box-recently,
.gray-wrap,
.bg-club-rink,
.recipe-under-search, 
.contents-inner > #breadcrumb,
.recipe-top .return-top,
.footer-nav,
.footer-sns,
.footer .recipe-link,
.footer-info,
.area-details .sec-details .image-01 figcaption,
header.header{
  display: none !important;
}
.area-details .box-overview .unit li{
  border: solid 1px #cccccc !important;
}
.logo-area span.recipe-logo img {
  width: 193px;
  height: auto;
}
@media screen {
  body {
    padding-top: 30px !important;
    padding-bottom: 30px;
  }
  main {
    background-color: transparent;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact;
  }
  @page {
    size: A4;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
  }
  html{
    width: 860px;
  }
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: 860px;
    margin: 0 auto;
  }
  .box-comments-content {
    height: auto;
  }
  .area-details .box-component {
    margin-bottom: 15px !important;
  }
  .area-details .box-recipe .box-recipe-material dd th {
    line-height: 18px;
  }
  .area-details .box-recipe .box-recipe-material dd td {
    line-height: 18px;
    width: 8em;
  }
}