/* CSS Document */
html, body {
  	height: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

body{
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

html{
	min-height: -webkit-fill-available;
}

br{
	display: block;
	content: "";
	margin: 0.5vh 0;
}

.header{
	position: absolute;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid black;
	top:0px;
	display: none;
}

.logo{
	position: absolute;
	width: 400px;
	height: 80px;
	top: 10px;
	left: 30px;
}

.info{
	position: fixed;
	width: 240px;
	height: 80px;
	top: 10px;
	right: 60px;
}