/* media query */
* {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  * {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  * {
    font-size: 1.6rem;
  }
}

.reNewArea a {
  color: #007ebc;
  text-decoration: underline;
}
.reNewArea a:hover {
  text-decoration: none;
}
.reNewArea table {
  width: 100%;
  margin: 1.5em 0;
}
.reNewArea table td {
  background: #f5f5f9;
  font-size: 90%;
}/*# sourceMappingURL=index.css.map */