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

/*--------------------
1:body
--------------------*/
body {
  background: #000;
  color: #fff;
  font-family: Lato, "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 {
  text-decoration: none;
}
ul, li {
  list-style: none;
}
address {
  color: #fff;
  font-style: normal;
  padding: 40px;
  text-align: center;
}
