/* CSS Document */

/*css reset*/
* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
	overflow-x: hidden;

	font-size: 62.5% !important;
	min-height: 100%;
	-ms-touch-action: none;
}

body {
	color: #000000;
	font-size: 1.4rem !important;
	font-family: Helvetica;
	background-color: #FFFFFF;
	height: 100%;
	overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

img {
	border: none;
	vertical-align: middle;
	width: 100%;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	line-height: 22px;
}