/*----------------------------------------------------------
 * Reset
 *----------------------------------------------------------*/
/*	Reset
------------------------------------------------------------*/
/*-- margin, padding --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/*-- table --*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

td, th, caption {
  font-style: normal;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

address, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

a {
  text-decoration: underline;
  color: #000;
}

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

br {
  letter-spacing: normal;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
  line-height: 0;
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  margin: 0;
  padding: 0;
  display: block;
}
