
.box_map{
  padding: 20px 20px 0 20px;
  text-align: center;
}
.box_map .aed{
  margin-top: -15px;
}

.box_eyes{
  margin-top: 40px;
  margin-bottom: 40px;
}

.photoLine3 a img{
  border: solid 1px #fff;
}

@media screen and (min-width : 768px){
  .photoLine3 a:hover img{
    border: solid 1px #1e8230;
  }
}
@media screen and (max-width : 767px){
  .box_map{
    padding: 17.5px 0 0 0;
  }
  .box_map .aed{
    margin-top: 14px;
  }
  .box_eyes{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


