@charset "utf-8";
/* Recipe detail
   ========================================================================== */
#recipe-detail .recipe-detail-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eceae8;
}
#recipe-detail .recipe-detail-header > h1 {
  margin-bottom: 0;
}
#recipe-detail .social-button {
  overflow: hidden;
  zoom: 1;
  padding: 12px 0;
  float: left;
}
#recipe-detail .social-button li {
  float: left;
}
#recipe-detail .social-button .twitter {
  margin-right: 14px;
}
#recipe-detail .social-button .facebook {
  margin-right: 5px;
}
#recipe-detail .print-button {
  position: relative;
  float: right;
  min-width: 0;
  padding-top: 9px;
  *padding-top: 7px;
}
#recipe-detail .print-button a {
  padding: 5px 42px;
}
#recipe-detail .print-button .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  content: '';
  width: 13px;
  height: 13px;
  margin: -2px 4px -2px 0;
  background: url(/common/img/parts/icon_print.png) no-repeat;
}
#recipe-detail .data01 {
  float: left;
  width: 270px;
}
#recipe-detail .data02 {
  float: right;
  width: 412px;
}
#recipe-detail .data02 .ingredient-group {
  color: #df6127;
}
#recipe-detail #introduction {
  margin-bottom: 25px;
}
#recipe-detail #introduction .image {
  margin-bottom: 15px;
  text-align: center;
}
#recipe-detail #introduction .description {
  margin-bottom: 12px;
}
#recipe-detail #use-item .image {
  width: 80px;
}
@media screen and (max-width: 701px) {
  #recipe-detail .data01,
  #recipe-detail .data02 {
    float: none;
    width: 100%;
  }
  #recipe-detail .data01 {
    margin-bottom: 25px;
  }
  #recipe-detail #introduction .image img {
    max-width: 230px;
  }
}
/* Comment list
   ========================================================================== */
#comment-list .mod-label-icon li {
  background-color: #71ccc1;
}
/* Comment form
   ========================================================================== */
#comment-form .submit-comment {
  margin-bottom: 0;
}
#comment-form .submit-comment dl {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 2px;
  padding: 12px;
  background-color: #f5f5f5;
}
#comment-form .submit-comment dt {
  float: left;
  width: 290px;
  font-weight: bold;
}
#comment-form .submit-comment dd {
  float: right;
  width: 372px;
}
#comment-form .submit-comment .your-mood li {
  float: right;
}
#comment-form .submit-comment .your-mood li:first-child {
  float: left;
}
#comment-form .submit-comment .your-mood label {
  display: block;
  width: 180px;
  padding: 8px 0;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
#comment-form .submit-comment .your-comment .textarea {
  margin-bottom: 10px;
}
#comment-form .submit-comment .your-comment .confirm {
  margin-bottom: 10px;
  font-size: 83.33%;
}
@media screen and (max-width: 701px) {
  #comment-form .submit-comment dt {
    float: none;
    width: auto;
    padding-bottom: 12px;
  }
  #comment-form .submit-comment dd {
    float: none;
    width: auto;
  }
  #comment-form .submit-comment .your-mood li {
    float: none !important;
    margin-bottom: 10px;
  }
  #comment-form .submit-comment .your-mood li:last-child {
    margin-bottom: 0;
  }
  #comment-form .submit-comment .your-mood label {
    width: 100%;
  }
}
/* For print.
   ========================================================================== */
@media print {
  #site-header > nav,
  #breadcrumbs,
  .mod-h1,
  #recipe-search,
  .recipe-detail-header .social-button,
  .recipe-detail-header .print-button,
  #use-item .mod-button.mini,
  #comment-list,
  #comment-form,
  .mod-hr-trans,
  .mod-supplement-info-02,
  #related-recipe,
  .column-sub,
  #site-footer > nav {
    display: none;
  }
  body {
    padding-top: 0;
    border-top: none;
  }
  #site-header {
    width: 702px;
    min-width: 702px;
  }
  #content {
    width: 702px;
    margin: 0 auto 20px;
  }
  #recipe-detail {
    margin-bottom: 0;
  }
  #recipe-detail .recipe-detail-header {
    padding-bottom: 0;
    border-bottom: none;
  }
  #site-footer .copyright {
    padding-top: 20px;
    border-top: 1px solid  #eee;
    background: none;
  }
}
