@charset "utf-8";

#toppage_emergency {
  width: 80%;
  text-align: center;
  border: 1px solid #ff0000;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-left: 10%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 15px;
  line-height: 1px;
}

#toppage_emergency a {
  color: #ff0000;
  font-size: 140%;
  font-weight: bold;
}

