@charset "UTF-8";
a {
	color: inherit;
	cursor: pointer;
	text-decoration: inherit;
}
a:visited {
	color: inherit;
}
body {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
footer {
	display: block;
}
h1 {
	display: block;
	text-align: center;
}
h1 span {
	border-bottom: .1em dashed;
}
header {
	display: flex;
}
html {
	background: #567;
	color: #FFFFFA;
	font-family: 'Zen Maru Gothic', serif;
	font-size: 16pt;
	height: 100vh;
	position: relative;
}
main {
	display: block;
	flex: 1;
	position: relative;
}
.main-content {
	bottom: 0;
	display: block;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.header-center {
	display: block;
	flex: 1;
}
.header-end {
	display: block;
}
.header-menu img {
	width: 2em;
}
.header-start {
	display: block;
	visibility: collapse;
}
.home-image {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}
.menu {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.menu img {
	padding-right: 1em;
	height: 2em;
}
.menu ul {
	list-style: none;
	padding: 0;
}
.menu-border {
	background: white;
	border-radius: 2em;
	color: #5D656E;
	margin: 1em auto;
	padding: 1em;
	width: fit-content;
}
.menu-caption {
	text-align: center;
}
.menu-caption::after {
	content: " -";
}
.menu-caption::before {
	content: "- ";
}
.status {
	background: white;
	border-radius: 1em;
	box-sizing: border-box;
	color: #5D656E;
	display: block;
	padding: .1em 0;
	width: 100%;
}
.status-body {
	display: flex;
	box-sizing: border-box;
	margin: .5em;
}
.status-head {
	border-bottom: 1px solid gray;
	display: flex;
	margin: .5em;
}
.status-item {
	display: block;
	flex: 1;
	text-align: center;
}
.toolbar {
	display: flex;
}
.toolbar figure {
	margin: 0 .5em;
}
.toolbar-image {
	display: block;
	margin: 0 auto;
	width: 4em;
}
.toolbar-progress {
	flex: 1;
}
.toolbar-progress progress {
	width: 100%;
	height: 2em;
}
