@charset "utf-8";
html,
body {
	font-size: 20px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	word-wrap: break-word;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ffffff;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-highlight: none;
	box-sizing: border-box;
}
.ng-click-active {
	color: inherit;
	text-decoration: none;
	background: #e6e6e6;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
div,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
textarea {
	font-size: 20px;
	line-height: 30px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clear {
	clear: both;
}
