.notice {
  font-family:sans-serif;
  font-size:11px;
  position:absolute;
  left:250px;
  bottom: 60px;
  width:300px;
  z-index:2;
  background-color: #FFFFBB;
  padding: 10px;
  overflow: visible;
  visibility: hidden;
  border:1px;
  border-style: solid;
}


.button_notice {
  position: absolute;
  left: 10px;
  bottom: 60px;
  z-index:2;
  width: 220px;
  border:1px;
  border-style: solid;
  background-color: yellow;
  text-align: center;
}

.button_data {
  position: absolute;
  left: 10px;
  bottom: 90px;
  z-index:2;
  width: 220px;
  border:1px;
  border-style: solid;
  background-color: yellow;
  text-align: center;
}


.link {
  text-decoration: none;
  color: black;
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
}
