@charset "UTF-8";

* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-style:normal;
font-weight:lighter;
list-style:none;
text-decoration:none;
}

html {
font-size:62.5%; 
width:100%; 
/*height:100%;*/}

body {
font-size:12px;
/*font-size:1.2rem;*/
line-height:1.4;
position:relative;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
width:100%;
height:100%;
}

img {
width: 100%;
height: auto;
/*display: block;*/
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}

br, hr {display:block;}

ol, ul {list-style:none;}

table {border-collapse:collapse; border-spacing:0;}





@media (max-width: 767px) {
*{
-webkit-text-size-adjust: none;
}
}





