@charset "UTF-8";

html,
body,
h1,
h2,
p,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}