html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em {
  font-style: normal;
}

ol, ul {
  list-style-type: none;
  list-style-position:inside;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&amp;amp;amp;amp;amp;quot;0&amp;amp;amp;amp;amp;quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

/* for-box-bug */
div:after {
  content: "";
  display: block;
  height: 0px;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

div {
  display: inline-table;
}

/* not allowed to Mac IE \*/
* html div {
  height: 1px;
}

div {
  display: block;
}

/* */
/* end for-box-bug */
/* for-box-bug */
dl:after {
  content: "";
  display: block;
  height: 0px;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

dl {
  display: inline-table;
}

/* not allowed to Mac IE \*/
* html dl {
  height: 1px;
}

dl {
  display: block;
}

/* */
/* end for-box-bug */
/* for-box-bug */
ul:after {
  content: "";
  display: block;
  height: 0px;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

ul {
  display: inline-table;
}

/* not allowed to Mac IE \*/
* html ul {
  height: 1px;
}

ul {
  display: block;
}

/*clearfix*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*box-sizing*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}