@charset "UTF-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,caption,hr {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img,abbr,acronym {
  border: 0;
}

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

ul,li {
  list-style: none;
}

ol {
  list-style-position: inside;
}

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

hr {
  height: 0;
  font-size: 0;
  line-height: 0;
}

input,button,textarea,select {
  font: inherit;
}