@charset "utf-8";
/*HTML5*/
html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,
table,td,th,form,fieldset,legend,label,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary{
     margin: 0px;
     padding: 0px;
     font-style: normal;
     font-weight: normal;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summar{
  display: block;
}

input,select,textarea{
     margin: 0px;
		 font-weight:normal;
		 font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
ul,ol{ list-style:none;}
img{ border: 0px; vertical-align: middle;}
a:focus{ outline:none;}
sup{ vertical-align: top;}
sub{ font-size:75%; vertical-align: baseline; padding-right: 3px; padding-left: 1px;}