/* guideSec
-------------------------------------------------- */
.guideSec {
  margin-bottom: 30px;
}
.guideSec dl {
  font-size: 16px;
  line-height: 25px;
}
.guideSec dl dt {
  text-align: left;
}
.guideSec dl dt span {
  padding: 0;
  background: #00873C;
  border-radius: 1px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px;
  min-width: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guideSec dl dt span {
    min-width: 100px;
  }
}
.guideSec dl dd {
  text-align: left;
  margin-bottom: 15px;
}
.guideSec img {
  border: 5px solid #FFF;
}

#map {
  width: 100%;
  height: 450px;
}

#map iframe {
	width: 100%;
	height: 100%;
}

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