@charset "UTF-8";

body {
  font-family: "Noto Sans JP","Yu Gothic Medium","游ゴシック Medium","YuGothic","游ゴシック体","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #3c3c3c;
  background-color: #f2f2f2;
  font-feature-settings: "palt";
  line-height: 1.0em;
}

dl, dt, dd, ul, li, ol {
  list-style: none;
  margin: 0;
  max-height: 99999px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%;
  margin: 0;
  max-height: 99999px;
  padding: 0;
}

th, td {
  max-height: 99999px;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
	max-width:100%;
	height: auto;
}

.center {
  display:block;
  margin:auto;
  text-align:center;
}

ul li img {
  vertical-align:bottom;
}

* {
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  text-size-adjust: none;
}

*:focus {
  outline: none;
}
