*, *::before, *::after {
	box-sizing: border-box;
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.5;
}
h1, h2, h3, h4, button, input, label {
	line-height: 1.1;
}
