.image .pointSearch {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 22%;
  height: 92%;
  top: 7%;
  left: 10%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-4%,-2.5%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointSearchButton {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 5%;
  height: 6.25%;
  top: 9.5%;
  left: 12%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointBookmark {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 6%;
  height: 6.25%;
  top: 9.5%;
  left: 17.75%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointDownload {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 3.5%;
  height: 6.25%;
  top: 9.5%;
  left: 24.5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointSearchArea {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 19%;
  height: 9%;
  top: 17.75%;
  left: 10.5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointSearchItems {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 20%;
  height: 66.5%;
  top: 28%;
  left: 10%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
#timeDiv {
  display: block;
  margin: auto;
  padding-top: 20px;
  width: 90%;
}