#history_map table {
  margin: 10px auto
}

#history_map table td {
  width: 366px;
  height: 233px;
}

#history_map div {
  position: relative;
  margin: 0 6px 6px 0;
  padding: 0;
  border: 1px solid #0075FF;
  width: 360px;
  height: 227px;
  cursor: pointer;
}

#history_map div img {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  width: 360px;
  height: 227px;
  left: 0;
  top: 0;
}

#history_map div div {
  position: absolute;
  border: 0;
  margin: auto;
  height: auto;
  padding: 1px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0075FF;
}

#history_map div div.datetime {
  width: 150px;
  top: 0;
  left: 0;
}

#history_map div div.beforeTime {
  width: 60px;
  top: 0;
  right: 0;
}

#history_map div img.error_display {
  position: absolute;
  display: none;
  left: 106px;
  top: 103px;
  width: 147px;
  height: 22px;
}
