@charset "utf-8"; 


*,
*:before,
*:after {
	box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,p,blockquote,th,td { margin:0;padding:0; }
address,caption,cite,code,dfn,th,var { font-style:normal;font-weight:normal; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;}

html {
	font-family: sans-serif;
	font-size: 62.5%;
	width: 100%;
	text-align:justify;
	-webkit-text-size-adjust: 100%;}
ul,
ol,
figure {
	margin: 0;
}
ol, ul {
    list-style: none;}
small {
	font-size: 80%;}	

