*{
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body{
  -webkit-text-size-adjust: 100%; 
  font-style: normal;
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
  background-color: #fff;
}
a:hover{
  text-decoration: none;
}
img{
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
li{
  list-style-type: none;
}
input[type="submit"] ,
input[type="button"]{
  -webkit-appearance: none;
}
.clearfix::after,
.clearfix::before {
  content: "";
  clear: both;
  display: table;
}