/* Reset CSS */



* {

	margin:0px; 
	padding:0px; 
	vertical-align:top;

}

article ,aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display:block;

}

ul, dl, ol {

	list-style:none;
	list-style-type:none; 
	padding:0; margin:0;
	letter-spacing:-0.1px;
	word-spacing:-0.5px;

}

img, video {

	border:0;
	vertical-align:top;

}

a {

	text-decoration:none;
	color:#000;
	display:inline-block;

}

table {

	border-collapse:collapse;
	border-spacing:0;

}

th, td {

	vertical-align:middle;

}

input, select {

	vertical-align:middle;

}

body {

	font-family:'NG',sans-serif;
	line-height:1;
	font-size:12px;
	padding:0px; margin:0px;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow-y: visible !important;

}

label {

	cursor:pointer;

}

fieldset {

	border:0;

}

legend {

	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:-1000em;
	padding:0px;
	margin:0px;


}

caption {

	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;

}

hr {

	display:none;

}

i, em, address {

	font-style:normal;
	font-weight:normal;

}


.clearfix:after {content:""; clear:both; display:block;}
.blind {position:absolute; visibility:hidden; width:0; height:0; top:0; left:0; overflow:hidden; font-size:0; line-height:0;}
