@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : sightseeing.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
ul.list_spot:after {
  content: "";
  display: table;
  clear: both;
}

.intro {
  margin-bottom: 60px;
}

/* -----------------------------------------------------------
	list_spot
----------------------------------------------------------- */
ul.list_spot {
  width: 100%;
}
ul.list_spot li {
  width: 295px;
  float: left;
  margin: 0 30px 30px 0;
}
ul.list_spot li:nth-child(3n) {
  margin: 0 0 30px 0;
}
