@charset "utf-8";

/* =========================================================
Resetting the Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form{
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
}
textarea{ font-size: 100%; }
img{
  vertical-align: bottom;
}


/* =========================================================
Link Color
========================================================= */
a{
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active{
  text-decoration: none;
}

/* =========================================================
body
========================================================= */
body{
  margin: 0;
  padding: 0;
  background-color: #333;
  color: #000000;
  font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: inherit !important;
    color: inherit !important;
}