/* 20170215 active追加 ここから*/
.footerArea {
  z-index: 499;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background: #6a5acd;
  color: #fff;
  opacity: 0;
}
.footerMain {
  margin: 0 auto;
}
.footerMain img {
  margin-top: 5px;
}
.tel-link {
  color: #06F;
  font-size: 16px;
  font-weight: bold;
}
/* ここまで */
