@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	min-width: 320px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

body {
	min-height: 100vh;
	color: #0d0d0d;
	background: #fff;
	line-height: 1.5;
}

a {
	color: inherit;
	text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.sound_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#site_root,
#site_shell,
#site_header_wrap,
#site_footer_wrap {
	width: 100%;
}
