@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
}

.hedder{
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 10;
}

.hedder img{
	width: 80px;
	margin-top: 20px;
	margin-left: 18px;
	
}

#topgamen p{
	color: #FFFFFF;
	position: absolute;
	top: 80px;
	left: 30px;
	font-size: 25px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#topgamen img{
	width: 100%;
}

p.daimei{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 30px;
	text-align: center;
}

p.setumei{
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
}

p.botan{
	font-size: 17px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
}

.botan1{
	width: auto;
	background-color: #C4EAFD;
	margin: 31px;
	padding-top: 40px;
	padding-bottom: 35px;
	border-radius: 30px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
}

.botan2{
	width: auto;
	background-color: #C4EAFD;
	margin: 31px;
	padding-top: 40px;
	padding-bottom: 35px;
	border-radius: 30px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
}


.botan3{
	width: auto;
	background-color: #C4EAFD;
	margin: 31px;
	padding-top: 40px;
	padding-bottom: 35px;
	border-radius: 30px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
}

.footer{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.footer img{
	width: 100px;
	text-align: center;
}

.footer p{
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
}






