@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
#ringo_present .bgwood {
  background-color: #fcd45a;
}
#ringo_present .fbox {
  display: flex;
  flex-wrap: wrap;
}
#ringo_present .fbox li {
  background-color: rgba(255, 255, 255, 0.5);
  width: 45%;
  box-sizing: border-box;
  padding: 2.5%;
  margin: 2.5%;
}
#ringo_present .fbox li img {
  width: 100%;
}
#ringo_present .em2 {
  font-size: 2em;
  line-height: 2em;
}
#ringo_present .red {
  color: red;
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #ringo_present a {
    text-decoration: underline;
  }
  #ringo_present a:link, #ringo_present a:visited {
    color: blue;
  }
  #ringo_present .fbox li {
    width: 95%;
  }
}
/* タブレット
-------------------------------------------------- */
/* PC
-------------------------------------------------- */

/*# sourceMappingURL=ringopresent.css.map */
