@charset "utf-8";
/* CSS Document */

*{margin: 0;
padding: 0;}

body{
	background: #000000;
	color: #ffffff;
	font-size: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	width: 100%;
	height: 99vh;
}

hr {
	border: none;
	border-top: solid 20px #b79318;
	border-bottom: solid 5px #b79318;
}

#wrap{
	width: 100%;
	height: 99vh;
	text-align: center;
	line-height: 1.6em;
}

header{
	width: 90%;
	margin: 20px auto 20px;
}

header img{
	width: 50%;
	min-width: 340px;
}

#content {
	 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 100vh;
	 display: table;
}

.inner{
	font-weight:bold;
   display: table-cell;
  vertical-align: middle;
}

.inner img{
	width: 95%;
max-width: 450px;
}

footer{
	font-size: 0.3em;
	text-align: center;
	position: fixed;
	bottom:0 ;
	width: 100%;
	height: 20px;
	padding: 5px;
	background: #b79318;
}