html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	overflow-x: hidden;
	height: auto;
}
#iframe_container {
	width: 100%;
	height: 100vh;
}

iframe#akiframe {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}

footer#footer {
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 16px 32px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
footer#footer a {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
footer#footer a:hover {
	background-color: #000;
	color: #f00;
	font-size: 14px;
	line-height: 18px;
}
div#footer_nav {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
