/* 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: fixed;
	top:30px;
	left:30px;
	z-index: 10;
}

.header img{
	width: 400px;
}

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