@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  text-align: left;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 16px;
  font-weight: normal;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-x: hidden;
}
main {
  display: block;
  overflow: hidden;
}
ul,li {
  list-style: none;
  list-style-type: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,q {
  quotes: none;
}
blockquote::before,blockquote::after,
q::before,q::after {
  content: none;
}
span {
  font-weight: inherit;
}
img {
  line-height: 0;
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
a,
a:visited,
a img,
button {
  text-decoration: none;
  color: inherit;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  font-size: 1em;
}
input,select,textarea,button,fieldset,label {
  width: 100%;
  vertical-align: middle;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
select {
  cursor: pointer;
}
sup {
  vertical-align: super;
  font-size: smaller;
  font-weight: inherit;
}
sub {
  vertical-align: sub;
  font-size: smaller;
  font-weight: inherit;
}
strong,b {
  font-weight: bold;
}
em,i {
  font-style: italic;
  font-weight: inherit;
}