@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing:border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* html {
  font-size: 62.5%;
} */
body, html {
  font-size: 15px;
  font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1.5;
  color: #232323;
}
*, *::before, *::after {
  -ms-box-sizing:border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #111111;
  outline: none;
}
a:hover, a:visited, a:focus, *:focus {
  outline: none;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
ul, ol {
  list-style-type: none;
}
