@charset "UTF-8";
/* CSS Document */
/*12131063_黒崎力斗*/
#container{
	width: 100%;
	min-height: 100vh;
	background: url("fault.png")
		center/cover;
	background-position: center;
	background-size: cover;
	margin-top: -15px;
	margin-left: -10px;
	
}
/*********************************リンクボタンの設定*/
.start01 a{
	/*display:blockを書くことでaタグに画像を読み込ませる*/
	display:block !important;
	width:150px;
	height:150px;
	position: absolute;
	top: 620px;
	left: 450px;
	background-image:url("restart.png");
	background-size: cover;
	background-repeat:no-repeat;
}