@charset "UTF-8";
/*-------------------------
reset
---------------------------*/
* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  background-color: #000;
  margin: 0;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  position: relative;
  overflow-x: hidden; }

img, a, ul, li, iframe, fieldset {
  border: none;
  outline: none; }

img {
  line-height: 0; }

a {
  color: #000;
  text-decoration: none; }

a,
a:before,
a:after {
  -webkit-transition: .2s;
  transition: .2s; }

h1, h2, h3, h4, ol, ul, li, dl, dt, dd, p, from, iframe, fieldset, legend {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: normal; }

em {
  font-style: normal; }

article, aside, footer, header, main, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
