@charset "utf-8";
/* CSS Document */

.bg_main {
    padding: 10px 0px;
    background: #fff;
  font-size: 13px;
}

.main_cont_inner {
}
.content{
  padding: 0;
}
.main_btn_area{
  border: 3px solid #bd0010;
  text-align: center;
  padding-bottom: 15px;
}
.main_btn_area .main_btn{
  width: 280px;
  background: #bd0010;
  text-align: center;
  margin: 0 auto;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
}
.main_btn_area .main_btn a{
  display: block;
  padding: 13px 0;
  /*background: url(../images/main_btn_arrow.png) no-repeat 100% center;*/
  background-size: 17px;
}
.main_btn_area .main_btn a img{
  pointer-events: none;
}
.block{
  margin-bottom: 5px;
}

.block ul{
  margin: 0 10px 10px;
  border-bottom: 2px solid #fff;
}
.block ul li{
  position: relative;
  border: 2px solid #fff;
  border-bottom: 0;
}
.block ul li a{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/main_btn_arrow4.png) no-repeat 96% center;
  background-size: 17px;
  display: block;
}
.block.recipe_3 ul li a{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/main_btn_arrow3.png) no-repeat 96% center;
  background-size: 17px;
  display: block;
}
.block ul li img{
  height: 76px;
  pointer-events: none;
}
.block ul li .recipe_txt{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}
.recipe_1{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe1_bg_02.png) repeat-y 0 -5px;
  background-size: 100%;
}
.recipe_1 ul li{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe1_btn_bg.png) repeat-x 0 0;
  background-size: 10px;
}
.recipe_1 .btn_area{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe1_bg2_02.png) repeat 0 0;
  background-size: 50px;
  padding: 16px 20px;
}
.btn_area .btn{
  background: -moz-linear-gradient(top, #fff, #fbedd8);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbedd8));
  text-align: center;
  height: 39px;
  border: 3px solid #6d9b56;
  border-radius: 7px;
}
.btn_area .btn a{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/main_btn_arrow4.png) no-repeat 96% center;
  background-size: 17px;
  display: block;
  padding: 10px 0px;
}
.recipe_3 .btn_area .btn a{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/main_btn_arrow3.png) no-repeat 96% center;
  background-size: 17px;
  display: block;
  padding: 10px 0px;
}
.recipe_4 .btn_area .btn a{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/main_btn_arrow5.png) no-repeat 96% center;
  background-size: 17px;
  display: block;
  padding: 10px 0px;
}
.btn_area .btn img{
  width: 217px;
  pointer-events: none;
  padding-right: 7px;
}

.recipe_2{
  background: #e8de9c;
}
.recipe_2 ul li{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe2_btn_bg.png) repeat-x 0 0;
  background-size: 10px;
}
.recipe_2 .btn_area{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe2_bg2.png) repeat 0 0;
  background-size: 50px;
  padding: 16px 20px;
}
.recipe_2 .btn_area .btn{
  border: 3px solid #5f6b1c;
}
.recipe_2 ul{
  margin: -33px 10px 10px;
}

.recipe_3{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe3_bg.png) repeat-y 0 0;
  background-size: 100%;
}
.recipe_3 ul li{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe3_btn_bg_02.png) repeat-x 0 0;
  background-size: 10px;
}
.recipe_3 .btn_area{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe3_bg2_02.png) repeat 0 0;
  background-size: 50px;
  padding: 16px 20px;
}
.recipe_3 .btn_area .btn{
  border: 3px solid #e65134;
}
.recipe_4 .btn_area{
  background: url(../../../../../../../../recipe/corner/otonajyoshi/images/recipe4_bg1.png) repeat 0 0;
  background-size: 50px;
  padding: 16px 20px;
}
.recipe_4 .btn_area .btn{
  border: 3px solid #ee7000;
}
.search_box{
  margin-top: 20px;
}
.search_box .serch_box_inner{
  background: #fff;
  border: 5px solid #ff9000;
  border-top: 0;
  padding: 15px 9px 10px;
}
.search_box .serch_box_inner dl:after{
  content: "";
  display: block;
  clear: both;
}
.search_box .serch_box_inner dt{
  float: left;
  width: 106px;
}
.search_box .serch_box_inner dt img{
  width: 100%;
}
.search_box .serch_box_inner dd{
  margin-left: 110px;
}

.search_box .serch_box_inner #recipe_search{
  width: 93%;
  border: 1px solid #ff9000;
  height: 30px;
  padding: 0 5px;
  border-radius: 0;
}
.search_box .serch_box_inner .note{
  text-indent: -1em;
  font-size: 9px;
  line-height: 12px;
  margin: 11px 0 13px 1em;
}

.search_box .serch_box_inner #search_btn{
  background: #bd000f;
  border-radius: 7px;
  margin: 0 75px;
  text-align: center;
}
.search_box .serch_box_inner #search_btn img{
  width: 35px;
}

.faq{
  margin-top: 22px;
}

.faq .faq_inner{
  padding: 13px 0 25px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

.faq .faq_inner img{
  width: 12px;
  vertical-align: -3px;
}
.faq .faq_inner .question dd{
  margin-bottom: 15px;
}
.faq .faq_inner dl dt{
  float: left;
  width: 18px;
  padding-left: 10px;
}
.faq .faq_inner dl dd{
  margin: 0 15px 0 30px;
}
.faq .faq_inner dl dd a{
  text-decoration: underline;
}
.faq .faq_inner .border{
  border-bottom: 2px solid #ff9000;
  padding-bottom: 20px;
  margin-bottom: 14px;

}

/* 201607霑ｽ蜉� */
.otonazyoshi_main {
  background: url(../images/otonajyoshi_recipebox_border.jpg) no-repeat bottom;
  padding-bottom: 10px;
  background-size: 100%;
}
.otonazyoshi_main p {
  width: 90%;
  margin: 0 auto;
  color: #000000;
  padding-top: 10px;
}

.otonazyoshi_recipelist {
  background: url(../images/otonajyoshi_recipelist.png) repeat-x top #f6f6f6;
  padding-top: 16px;
  margin-top: 5px;
}
.otonazyoshi_recipelist ul {
}
.otonazyoshi_recipelist ul li {
  width: 90%;
  padding-top: 12px;
  margin: 0 auto;
}
.otonazyoshi_recipelist ul li a {
  display: block;
}
.otonazyoshi_recipelist ul li .otonazyoshi_recipelist_innder {
  background: url(../images/otonajyoshi_recipettl_bg02.png) repeat-y center;
  text-align: center;
  padding: 15px 0 30px;
  background-size: 100%;
}
.otonazyoshi_recipelist ul li .otonazyoshi_recipelist_innder img {
  width: 80%;

}
.otonazyoshi_btn {
  background: url(../images/otonajyoshi_recipettl_bg03.png) no-repeat center;
  background-size: 100%;
  margin: 0 auto;
  text-align: right;
  position: relative;
  top: -17px;
}
.otonazyoshi_btn img {
  width: 50%;
  position: relative;
  right: 20px;
  top: -3px;
}

.otonajyoshi_feature {
  border-bottom: solid 4px #e6e5e2;
}
.otonajyoshi_feature ul {
  width: 90%;
  margin: 20px auto;
}
.otonajyoshi_feature ul li {
  color: #000000;
  margin-bottom: 5px;
}
.otonajyoshi_feature ul li .bnr {
  margin-top: 8px;
  margin-bottom: 10px;
}

.otonajyoshi_description {
  background: #f6f6f6;
  border: solid 4px #cecbc5;
  border-radius: 5px;
  width: 85%;
  margin: 20px auto;
  padding: 10px;
}
.otonajyoshi_description h2 {
  margin: 0 20px;

}
.otonajyoshi_description ul {
  width: 100%;
  padding: 10px 0 0;

}

.otonajyoshi_description ul li {
  background: url(../images/otonajyoshi_icn.png) no-repeat left top;
  padding-left: 45px;
  background-size: 14%;
  color: #000000;
  margin-bottom: 10px;
}
.otonajyoshi_description ul li span {
  color: #e60012;
}
