/*
Title: reset.css
Author: cjt
Version: 1.0.0
*/

html {
  font-family: sans-serif;
  font-size: 62.5%;
  font-style: normal;
	font-weight: normal;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, header, footer, main, section, div, h1, h2, h3, h4, h5, h6, p, span, a,
blockquote, q, pre, code, ol, ul, li, form, label, input, textarea, button,
table, tr, th, td, dl, dt, dd, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: transparent;
  position: relative;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav,
section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
hr {
  border-bottom: 1px solid #000;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
a {
  color: #000;
  text-decoration: none;
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
[type='color'],
[type='date'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777; opacity: 1;
}
:-ms-input-placeholder {
  color: #777;
}
[type='reset'],
[type='submit'],
[type='button'],
button {
  border: 1px solid #000;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
:focus {
  outline: none;
}
table {
  width: 100%;
}
table, tr, th, td {
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}