@charset "utf-8";
html {
  /* body end */

}
html body {
  /* #wrapper end */

}
html body #wrapper {
  /* #home end */

}
html body #wrapper #recipe {
  /* #main end */

}
html body #wrapper #recipe #main {
  width: 505px;
  float: left;
  margin-left: 28px;
  padding-bottom: 55px;
}
html body #wrapper #recipe #main h2:before {
  content: "■ ";
  color: #0d6a37;
}
html body #wrapper #recipe #main h2 {
  font-size: 14px;
  line-height: 24px;
}
html body #wrapper #recipe #main .title {
  color: #0d6a37;
  border-top: 2px dotted #88b927;
  border-bottom: 2px dotted #88b927;
  font-size: 22px;
  line-height: 58px;
  margin-bottom: 20px;
  white-space: nowrap;
}
html body #wrapper #recipe #main .title:first-letter {
  color: #ff000f;
}
html body #wrapper #recipe #main .photo img {
  max-width: 505px;
}
html body #wrapper #recipe #side {
  width: 375px;
  float: right;
  margin-right: 16px;
  padding: 20px 0 55px 0;
}
html body #wrapper #recipe #side h3 {
  background: #88b927;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  border-left: 5px solid #0d723b;
  padding-left: 6px;
  margin-bottom: 10px;
}
html body #wrapper #recipe #side .name {
  font-size: 14px;
  line-height: 24px;
}
html body #wrapper #recipe #side ol {
  margin-bottom: 40px;
  margin-left: 30px;
}
html body #wrapper #recipe #side ol li {
  list-style: decimal;
  font-size: 14px;
  line-height: 24px;
}
html body #wrapper #recipe #side ul {
  margin-left: 8px;
}
html body #wrapper #recipe #side ul li {
  font-size: 14px;
  line-height: 24px;
}
html body #wrapper #recipe #side .print {
  text-align: right;
  margin-top: 40px;
}
html body #wrapper #recipe #side .print img {
  width: 73px;
}
/* html end */
@media screen and (max-width: 640px) {
  html {
    /* body end */
  
  }
  html body {
    /* #wrapper end */
  
  }
  html body #wrapper {
    /* #home end */
  
  }
  html body #wrapper #recipe {
    /* #main end */
  
  }
  html body #wrapper #recipe #main {
    width: auto;
    float: none;
    margin: 0 10px;
    padding: 0;
  }
  html body #wrapper #recipe #main .title {
    font-size: 18px;
    line-height: 26px;
    padding: 8px 0;
  }
  html body #wrapper #recipe #main .photo {
    text-align: center;
  }
  html body #wrapper #recipe #main .photo img {
    max-width: 245px;
  }
  html body #wrapper #recipe #side {
    width: auto;
    float: none;
    margin: 0 10px;
    padding: 20px 0 55px 0;
  }
  html body #wrapper #recipe #side h3 {
    font-size: 12px;
    line-height: 24px;
  }
  html body #wrapper #recipe #side .name {
    font-size: 14px;
    line-height: 24px;
  }
  /* html end */
}
