html {
	font-size: 1rem;
}

body,
main,
dl dt {
	color: #333;
	font-weight: 300;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	letter-spacing: 1px;
}

p {
	line-height: 2rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	touch-callout: none;
	user-select:none;
}
