@charset "utf-8";

html, body, header, footer, section, main, iframe,
div, span, figure, figcaption, table, tr, td, 
form, object, canvas, fieldset, label, legend, input,
summary, details, use, ul, li, ol,
p, a, b, h1, h2, h3, h4, h5, h6, q, strong, mark, pre,
audio, img, video
{
  margin  : 0;
  padding : 0;
  outline : 0;
  border  : none;
  border-spacing: 0;
  font-weight: inherit;
  vertical-align: baseline;
  box-sizing  : border-box;
  -webkit-box-sizing: border-box;
}

div, header, footer, section
{
  display	 : block;
}

body
{
  text-size-adjust         : none;
  -webkit-text-size-adjust : none;
  line-height              : 0;
}
a         { color: inherit; text-decoration: none; }
a:link    { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover	  { color: inherit; text-decoration: none; }
a:active  { color: inherit; text-decoration: none; }
p, a, b, h1, h2, h3, h4, h5, h6, q, strong, mark, pre
{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
}
