/*==================================================
    Universal Reset
    Default Style
    hasLayout
==================================================*/
/*--------------------------------------------------
    Universal Reset
--------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, del, ins, em, img, hr, q, strong, sub, sup, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend{
  margin: 0;
  padding: 0;
}

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

ul, ol {
  list-style: none;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

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

dt {
  font-weight: normal;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

p, ul, ol, dl, table {
  margin-bottom: 1.67em;
}

a {
  color: #0099ff;
  text-decoration: none;
}

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

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

article, aside, details, figcaption, figure, footer, header,
main, nav, section, summary {
  display: block;
}

div, ul, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6 {
  zoom: 1;
}
