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

}
html body {
  /* #wrapper end */

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

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

}
html body #wrapper #recipes #main {
  width: 662px;
  margin-left: 13px;
}
html body #wrapper #recipes #main h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #0d723b;
  border-bottom: 1px solid #0d723b;
}
html body #wrapper #recipes #main ul a {
  float: left;
  width: 330px;
}
html body #wrapper #recipes #main ul a li .recipe-genre {
  font-size: 24px;
  font-weight: bold;
  padding: 26px 0 22px 54px;
  background: url("../images/icon_right.gif") no-repeat 22px 25px;
}
html body #wrapper #recipes #main ul a li .photo {
  padding-bottom: 22px;
  text-align: center;
  height: 233px;
  line-height: 233px;
}
html body #wrapper #recipes #main ul a li .photo img {
  width: 233px;
  vertical-align: middle;
}
html body #wrapper #recipes #main ul a + a {
  border-left: 2px dotted #ccc;
}
html body #wrapper #recipes #main ul a + a + a {
  border-left: none;
  border-top: 2px dotted #ccc;
}
html body #wrapper #recipes #main ul a + a + a + a {
  border-left: 2px dotted #ccc;
}
/* html end */
@media screen and (max-width: 640px) {
  html {
    /* body end */
  
  }
  html body {
    /* #wrapper end */
  
  }
  html body #wrapper {
    /* #home end */
  
  }
  html body #wrapper #recipes {
    /* #main end */
  
  }
  html body #wrapper #recipes #main {
    width: auto;
    margin: 0;
    float: none;
  }
  html body #wrapper #recipes #main h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
/*    margin: 0 16px 16px 16px;*/
	   margin: 16px; /* 修正 */
  }
  html body #wrapper #recipes #main ul {
    width: auto;
    margin: 0 16px 16px 16px;
  }
  html body #wrapper #recipes #main ul a {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  html body #wrapper #recipes #main ul a li .recipe-genre {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0 12px 40px;
    background: url("../images/icon_right.gif") no-repeat 22px 11px;
    background-size: 14px 14px;
  }
  html body #wrapper #recipes #main ul a li .photo {
    padding-bottom: 12px;
    height: 100px;
    line-height: 100px;
  }
  html body #wrapper #recipes #main ul a li .photo img {
    width: 100px;
  }
  /* html end */
}
