@charset "utf-8";
/* CSS Document */

html,
html{
	box-sizing: border-box;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	background-color: #000000;
}

header{
	padding:10px;
}



img{
	width: 294px;
	height: 523px;
}

.style_logo{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 300;
	height: 60;
	display: block;
	vertical-align: middle;
}

h4{
	color: #FFFFFF;
	text-align: center;
}

.style_nav ul li a {
	text-decoration: none;
	color: #FFFFFF
}


.btn_tate{
	border: 1px #FFFFFF solid;
	padding: 10px;
	border-radius: 10px;
}


