@charset "utf-8";
html, body{
	height:inherit;
}
header{
	padding:inherit;
	width:100vw;
	z-index:100;
	box-shadow:none;
}
footer[role="contentinfo"]{
	background-color: #fff;
	text-align:inherit;
	line-height:1;
}
footer li{
	display: block;
	line-height: 1;
}
#contact .emphasis{
	text-align:center;
}