@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  /*
  font-family: "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  font-family: "DIN Alternate", Helvetica, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  */
  font-family: "DIN Alternate", Helvetica, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "PingFangSC-Regular", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-weight: 200;
  color: #000000;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 200;
  /*
  font-weight: normal;
  */
}
div {
}
img {
  border: none;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
tbody {
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
strong {
  font-weight: bold;
}