@charset "utf-8";

*{
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	border:0;
	outline:none;
	text-decoration:none;
}
html,body{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-touch-callout:none;
	-webkit-touch-action:auto;
	touch-action:auto;
	-webkit-user-select:none;
	-ms-touch-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	scroll-behavior:smooth;
}
html{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:125%;
	font-family:Tahoma,Helvetica,Arial,sans-serif;
}

body{
	box-sizing:border-box;
	font-size:.6rem;
	background:#fff;
	color:#000;
	/*white-space:nowrap;*/
}

body *{
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	border:0;
	outline:none;
}

a:link{
	color:#999;
	text-decoration:none;
}

a:visited{
	color:#999;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}