/* ===================================================================
CSS information

 file name  : sightseeing.css
 author     : Ability Consultant
 style info : sightseeing
=================================================================== */
/* font-awesome */
#header {
  position: relative;
  z-index: 2;
}

#contents {
  position: relative;
  z-index: 1;
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin: 15px auto 25px;
  text-align: center;
}
.con_int .txt {
  padding-top: 30px;
}

/* -----------------------------------------------------------
	.con_spot
----------------------------------------------------------- */
.con_spot {
  overflow: hidden;
}
.con_spot li {
  width: 290px;
  margin: 20px 0 20px 40px;
  float: left;
}
.con_spot li:nth-child(3n+1) {
  margin-left: 0;
}
.con_spot li img {
  width: 100%;
}
.con_spot li .txt_det {
  margin-top: 10px;
}
