/* line 10, ../src/styles.scss */
body {
  color: #666;
  font-family: "Open Sans", sans-serif;
}

/* line 17, ../src/styles.scss */
ul {
  list-style: none;
  margin: 0;
}

/* line 22, ../src/styles.scss */
#location-navi {
  display: block;
  position: relative;
  text-align: left;
  padding: 0;
}
/* line 27, ../src/styles.scss */
#location-navi li {
  float: left;
  position: relative;
  display: inline-block;
  background-color: #c7e6fe;
  width: 90px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
}
/* line 38, ../src/styles.scss */
#location-navi li a {
  display: block;
  position: relative;
  color: white;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 3.5em;
  text-decoration: none;
  max-width: 100%;
  max-height: 100%;
}

/* line 56, ../src/styles.scss */
#map {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
