@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  /*cursor: none;*/
}
html,
body {
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font: 14px source-han-sans-japanese, "ヒラギノ角ゴ W3 JIS2004",
    Hiragino Kaku Gothic W3 JIS2004, "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
  *font-size: small;
  *font: x-small;
}
@media only screen and (max-width: 480px) {
  /*body.home{
		margin-left: 3px;
	}*/
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  list-style-type: none;
  font-feature-settings: "palt";
  font-display: swap;
}

input,
select,
textarea {
  font-size: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none;
  image-rendering: -webkit-optimize-contrast;
}
*:focus {
  outline: none;
}
hr {
  display: none;
}
a {
  text-decoration: none;
  outline: none;
}
/* set html5 elements to block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
