.notice table {
  width: 100%;
  background: url("./ma.jpg");
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  max-width: 575px;
  margin: 0 auto;
}
.notice table tr:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}/*# sourceMappingURL=notice.css.map */