@charset "UTF-8";

/* ------------------------------------------------- *
 *        ＠リセットCSS　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */

h1, h2, h3, h4, h5, h6, h7, th, td, dt, dd, em, label, address {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

img, input, select, textarea {
  vertical-align: bottom;
}

img {
  border: 0;
  vertical-align: middle;
}

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

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

main,
header,
footer,
nav,
aside,
article,
section,
footer {
  display: block;
}





