@import url();

/*reset*/
*{margin:0; padding:0; box-sizing:border-box;}

html{height:100%;}
body{min-height:100%; -webkit-text-size-adjust:none;}
html, body{height:100%;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd,
ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea{margin:0; padding:0;}
ul, ol, li{list-style:none;}
img, a img {
	border:none;
	display:block;
	height:auto;
	image-rendering: optimizeQuality;
}
button{cursor:pointer; border:0; /* display:block; */}
caption{font-size:0; visibility:hidden; position:absolute; top:0; left:0;} 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{color: inherit; text-decoration: none;}