@charset "UTF-8";
.rlc-info div {
  display: inline-block;
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  padding-left: 20px;
  padding-top: 2px;
}
.rlc-info .rlc-time {
  background-image: url("../img/icon_time.png");
}
.rlc-info .rlc-cal {
  background-image: url("../img/icon_cal.png");
}

.recipe-list-wr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.recipe-list-wr .recipe-list-nav {
  text-align: right;
  padding: 0 10px 10px 10px;
}
.recipe-list-wr .recipe-list-nav li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
.recipe-list-wr .recipe-list-nav li:last-child {
  padding-right: 0;
}
.recipe-list-wr .recipe-list-nav li a, .recipe-list-wr .recipe-list-nav li a:visited {
  color: #F6851F;
}
.recipe-list-wr .recipe-list-ul {
  list-style: none;
  padding: 0 5px;
}
.recipe-list-wr .recipe-list-ul li {
  position: relative;
  margin-bottom: 10px;
  background: url(../img/r_index_menu_bac.png) repeat left top;
  box-shadow: 4px 4px 3px -4px #d8d8d8;
}
.recipe-list-wr .recipe-list-ul li a {
  display: flex;
  padding: 10px;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-img {
  width: 115px;
  height: 107px;
  display: inline-block;
  padding: 5px;
  background-color: #FFF;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-img div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-content {
  width: 65%;
  padding-left: 10px;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-vol,
.recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-title {
  color: #EC710A;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-vol {
  font-size: 12px;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-title {
  font-size: 16px;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-cat {
  display: inline-block;
  background-color: #F56E05;
  color: #FFF;
  text-align: center;
  line-height: 1.7;
  padding: 2px 15px;
  font-size: 12px;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-info {
  padding-top: 20px;
  font-size: 12px;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-bottom {
  display: none;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 65px;
}
.recipe-list-wr .recipe-list-ul li .recipe-list-arrow i {
  color: #FFF;
  font-size: 65px;
}

@media only print, only screen and (min-width: 1000px) {
  .recipe-list-wr .recipe-list-ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .recipe-list-wr .recipe-list-ul li {
    position: relative;
    width: 32.5%;
    display: block;
    margin-bottom: 25px;
    margin-right: 10px;
    padding-bottom: 50px;
  }
  .recipe-list-wr .recipe-list-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .recipe-list-wr .recipe-list-ul li a {
    display: block;
  }
  .recipe-list-wr .recipe-list-ul li a:hover {
    text-decoration: none;
  }
  .recipe-list-wr .recipe-list-ul li a:hover .recipe-list-bottom span {
    background-position: left -40px;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-img {
    width: 100%;
    height: 225px;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-img div {
    background-size: 100% auto;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-content {
    width: 100%;
    position: relative;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-vol {
    padding-top: 3px;
    min-height: 30px;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-cat {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
    border: #F56E05 1px solid;
    color: #252525;
    border-radius: 13px;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-info .rlc-time, .recipe-list-wr .recipe-list-ul li .recipe-list-content .rlc-info .rlc-cal {
    display: block;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-bottom {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    padding-top: 10px;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-bottom span {
    text-align: center;
    display: block;
    color: #EC710A;
    width: 294px;
    height: 40px;
    background: url(../img/r_index_menu_btn01.png) no-repeat left top;
    margin-left: 9px;
    line-height: 37px;
  }
  .recipe-list-wr .recipe-list-ul li .recipe-list-arrow {
    display: none;
  }
}
/**
 * recipe view
 */
.recipe-view .h_r_1 {
  padding: 5px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;
  color: #002A4A;
  background: url("../img/htitle_line.png") repeat-x left top, url("../img/htitle_line.png") repeat-x left bottom;
}
.recipe-view .h_r_1 em {
  font-style: normal;
  color: #FF9F31 !important;
}
.recipe-view .recipe_wr {
  overflow: hidden;
}
.recipe-view .recipe_content_2 {
  max-width: 760px;
  padding-bottom: 40px;
}
.recipe-view .recipe_content_2 dd .rc_ul_1, .recipe-view .recipe_content_2 dd ol {
  padding-left: 30px;
}
.recipe-view .recipe_content_2 dd .rc_ul_1 li, .recipe-view .recipe_content_2 dd ol li {
  padding-bottom: 10px;
}
.recipe-view .recipe_content_2 dd .rc_ul_1 li {
  list-style: disc;
}
.recipe-view .recipe_content_2 dd ol li {
  list-style-type: decimal;
}
.recipe-view .recipe_content_2 .rc_l {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.recipe-view .recipe_content_2 .rc_l .rc_main_img {
  position: relative;
  margin-bottom: 10px;
}
.recipe-view .recipe_content_2 .rc_l .rc_main_img a {
  position: relative;
  display: block;
}
.recipe-view .recipe_content_2 .rc_l .rc_main_img a:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon_loupe.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.recipe-view .recipe_content_2 .rc_l .rc_l_detail {
  padding: 10px;
  margin-bottom: 20px;
  border: #D6D6D6 2px solid;
  background-color: #FFF;
}
.recipe-view .recipe_content_2 .rc_l .rc_l_detail dl dt {
  padding-left: 15px;
  color: #D64600;
  font-weight: bold;
  background: url("../img/icon_recipe_list.png") no-repeat left 7px;
}
.recipe-view .recipe_content_2 .rc_l .rc_l_detail dl dd {
  padding-left: 15px;
}
.recipe-view .recipe_content_2 .rc_l .rc_l_detail dl dd .time {
  margin-top: 10px;
  padding-left: 25px;
  background: url("../img/icon_clock.png") no-repeat left top;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}
.recipe-view .recipe_content_2 .rc_btm {
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
}
.recipe-view .recipe_content_2 .ingredients {
  padding: 0;
  margin-bottom: 20px;
}
.recipe-view .recipe_content_2 .ingredients li {
  padding: 5px;
  list-style: none;
  border-bottom: 1px dotted #E5E5E5;
}
.recipe-view .recipe_content_2 .recipe-content-dl dd,
.recipe-view .recipe_content_2 .rc_use dl dd {
  padding: 10px;
}
.recipe-view .recipe_content_2 .recipe-content-dl .recipe-content-img,
.recipe-view .recipe_content_2 .rc_use dl .recipe-content-img {
  text-align: center;
  padding-bottom: 5px;
}
.recipe-view .recipe_content_2 .recipe-content-dl .recipe-content-img img,
.recipe-view .recipe_content_2 .rc_use dl .recipe-content-img img {
  display: inline-block;
  margin-bottom: 10px;
}
.recipe-view .recipe_content_2 .rc_use dt {
  margin-bottom: 15px;
}
.recipe-view .rc_detail {
  padding: 10px;
  margin-bottom: 20px;
  border: #D6D6D6 2px solid;
  background-color: #FFF;
}
.recipe-view .rc_detail dl {
  overflow: hidden;
}
.recipe-view .rc_detail dl dt {
  float: left;
  padding-left: 15px;
  background: url("../img/icon_recipe_list.png") no-repeat left 8px;
  clear: both;
}
.recipe-view .rc_detail dl dt:after {
  content: ':';
}
.recipe-view .rc_detail dl dd {
  float: left;
  padding-left: 5px;
  vertical-align: middle;
}
.recipe-view .rc_detail dl dd div {
  padding-top: 0;
}
.recipe-view .a-rl {
  text-decoration: none;
  color: #D64600;
  padding-left: 10px;
  background: url("../img/icon_triangle_red.png") no-repeat left center;
}
.recipe-view .a-rl:hover {
  text-decoration: underline;
}
.recipe-view .other-recipe-dd {
  padding: 0 !important;
}
.recipe-view .other-recipe-wr {
  padding: 25px;
  background: url(../img/r_index_menu_bac.png) repeat left top;
}
.recipe-view .other-recipe-wr ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.recipe-view .other-recipe-wr ul li {
  width: 200px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: left;
}
.recipe-view .other-recipe-wr ul li:last-child {
  margin-bottom: 0;
}
.recipe-view .other-recipe-wr ul li a {
  display: block;
}
.recipe-view .other-recipe-wr ul li .other-recipe-img {
  width: 200px;
  height: 200px;
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #FFF;
}
.recipe-view .other-recipe-wr ul li .other-recipe-img div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.recipe-view .other-recipe-wr ul li .a-rl {
  text-decoration: none;
}
.recipe-view .other-recipe-wr ul li a:hover .a-rl {
  text-decoration: underline;
}
.recipe-view .recipe-side-nav .rsn-h {
  padding: 15px;
  color: #FFF;
  background-color: #002B48;
  line-height: initial;
  font-size: 18px;
}
.recipe-view .recipe-side-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9em;
}
.recipe-view .recipe-side-nav ul .cat-name {
  position: relative;
  display: block;
  border: 1px #EBEBEB solid;
  padding: 10px;
  background: url(../img/r_index_menu_bac.png) repeat left top;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.recipe-view .recipe-side-nav ul .cat-name:after {
  content: '▼';
  font-size: 10px;
  float: right;
  padding-top: 4px;
}
.recipe-view .recipe-side-nav ul .rsn-open:after {
  content: '▲';
}
.recipe-view .recipe-side-nav ul li ul {
  display: none;
}
.recipe-view .recipe-side-nav ul li ul li {
  border-bottom: 1px dotted #666666;
}
.recipe-view .recipe-side-nav ul li a {
  display: block;
  padding: 10px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(../img/icon_triangle_blue.gif);
}
.recipe-view .recipe-side-nav ul li a:hover {
  color: #D64600;
  background-image: url(../img/icon_triangle_red.png);
}

@media only print, only screen and (min-width: 1000px) {
  .recipe-view .h_r_1 {
    text-align: center;
    color: #002A4A;
    font-size: 24px;
    padding: 15px;
  }
  .recipe-view .h_r_1 span {
    display: none;
  }
  .recipe-view .h_r_1 br {
    display: none;
  }
  .recipe-view .h_r_1 span {
    display: inline;
  }
  .recipe-view .recipe_wr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .recipe-view .recipe_content_2 {
    float: right;
  }
  .recipe-view .recipe_content_2 .rc_l {
    width: 400px;
    margin: 0;
    float: left;
  }
  .recipe-view .recipe_content_2 .rc_l .rc_l_detail {
    padding-bottom: 0;
  }
  .recipe-view .recipe_content_2 .rc_l .rc_l_detail dl {
    overflow: hidden;
  }
  .recipe-view .recipe_content_2 .rc_l .rc_l_detail dl dt {
    float: left;
    clear: both;
    height: 35px;
  }
  .recipe-view .recipe_content_2 .rc_l .rc_l_detail dl dd {
    padding-left: 135px;
  }
  .recipe-view .recipe_content_2 .rc_l .rc_l_detail dl dd p:last-child {
    padding-bottom: 0;
  }
  .recipe-view .recipe_content_2 .rc_r {
    margin-left: 415px;
  }
  .recipe-view .recipe_content_2 .recipe-content-dl dd {
    overflow: hidden;
  }
  .recipe-view .recipe_content_2 .recipe-content-dl .recipe-content-img {
    float: right;
  }
  .recipe-view .recipe_content_2 .recipe-content-dl .recipe-content {
    width: 470px;
  }
  .recipe-view .recipe_content_2 .rc_use dd {
    overflow: hidden;
  }
  .recipe-view .recipe_content_2 .rc_use .recipe-content-img {
    float: left;
  }
  .recipe-view .recipe_content_2 .rc_use .recipe-content {
    padding-left: 365px;
  }
  .recipe-view .other-recipe-wr ul {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .recipe-view .other-recipe-wr ul li {
    width: 230px;
    margin-bottom: 0;
  }
  .recipe-view .other-recipe-wr ul li .other-recipe-img {
    width: 230px;
    height: 230px;
  }
  .recipe-view .recipe-side-nav {
    width: 200px;
  }
}
