/* ==========================================
html5 elements
========================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================
reseting
========================================== */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  -webkit-appearance: none;
  border: 1px solid #000;
}

textarea {
  resize: none;
}

button {
  background: none;
  color: inherit;
  font-size: 100%;
  vertical-align: top;
  border: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

a, input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

/* ==========================================
base Link
========================================== */
a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* ==========================================
clearfix
========================================== */
.clearfix:before, .clearfix:after,
.wrap:before, .wrap:after {
  content: "";
  display: table;
}

/* ==========================================
For IE 6/7
========================================== */
.clearfix, .wrap {
  *zoom: 1;
}/*# sourceMappingURL=reset.css.map */