@charset "utf-8";

.aside_recommend_recipe_ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  font-size: 13px;
}

.aside_recommend_recipe_li {
  width: 49%;
  padding-bottom: 13px;
}