@charset "UTF-8";
/* common.css */

/*--------------------
1:body
--------------------*/
html, body {
  height: 100%;
}
body {
  background-color: #051427;
  color: #fff;
  font-family: Amaranth, "Noto Sans Japanese", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
a {
  color: #fff;
  text-decoration: none;
}
