@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span,iframe, img, a,
table,tbody,tfoot,thead, tr, th, td, small,strong,b,form,label,legend,footer,header,menu,
nav,section,video{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
	background: transparent;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
	text-decoration: none;
}
table {
	border-spacing: 0;
  border-collapse: collapse;
}