@charset "UTF-8";

body,html {
  height: 100%;
  font-size: 62.5%;
}
body{
  margin: 0;
  padding: 0;
  font-family:
    "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    メイリオ,
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    Helvetica,
    sans-serif;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{
  margin: 0;
  padding: 0;
}
ul{
  list-style: none
}
img{
  max-width: 100%;
  height: auto;
  /* display: block; */
}
a:link,a:visited,a:hover,a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
header,footer,main,nav,article,aside,section {
  display: block;
}
address {
  font-style: normal;
}