@charset "utf-8";

/* -----↓ #GRID ↓----- */
#grid ul {
  margin-bottom: 4em;
}


#grid ul, #grid li {
  list-style-type: none;
}

#grid ul:after {
  content: "";
  clear: both;
  display: block;
}

#grid ul li {
  float: left;
  width: 31%;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 9px;
}

#grid ul li span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#grid ul li:nth-child(3n) {
  margin-right: 0;
}

#grid ul li img {
  width: 210px;
  height: auto;
  margin-bottom: 0.5em;
}