@charset "utf-8";

* {
  margin:0;
  padding:0;
}
body {
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  font-family: "Heiti SC", Arial, sans-serif;
/*
  font-family: "ヒラギノ角ゴシック体 GB W3", "ヒラギノ角ゴシック体 GB W6", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
*/
}
h1,h2,h3,h4,h5,h6 {
  font-size: 14px;
  font-weight: normal;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
