@charset "utf-8";
body {
  margin: 0;
}
h1,h2,h3,h4 {
  margin: 0;
  font-weight: 400;
  font-size: 100%;
}
ul,ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
th {
  text-align: left;
  font-weight: normal;
}
dl,dt,dd {
  margin: 0;
  padding: 0;
}