@charset "UTF-8";
@media all {
	body {
		/* overflow: hidden; */
	}
	#aoba {
		padding-bottom: 250px;
	}
	h1 {
	    padding: 0;
		width: 100%;
		height: 180px;
		background: url('../img/logo_bg.png') no-repeat;
		background-size: 100% 100%;
	}
	h1 img {
		display: block;
		margin: auto;
	}
	#menu {
		top: -1px;
		width: 100%;
		background: url('../img/menu.png') no-repeat;
		background-size: 100% 100%;
		height: 50px;
		text-align: center;
	}
	#menu p {
		top: 18px;
		display: inline-block;
		vertical-align: middle;
	}
	#menu p span {
		
	}
	.back {
    background: url(../member/img/back.png);
    width: 99px;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
}
	.back:hover { background:url(../member/img/back_hover.png); }
	h1 p {
		display: inline-block;
		vertical-align: top;
	}
	.hint {
	    text-align: center;
	    margin: 36px;
	    font-size: 24pt;
	    font-weight: bold;
	}
	.hidden {
		display: none !important;
	}
	.btn-1:hover {
		background-color: #21661d;
		box-shadow: -2px -2px #a3ffaa;
	}
	.btn-1 {
		background-color: #a3ffaa;
		border: 1px solid #21661d;
		box-shadow: 2px 2px #21661d;
		padding: 30px;
		font-size: 36pt;
		font-weight: bold;
		display: block;
		width: 30%;
		text-align: center;
		border-radius: 20px;
		margin: auto;m
	}
	footer {
		position: fixed;
		bottom: 0;
	}
	img#city {
		height: 150px;
		display: block;
		margin: auto;
	}

.button { cursor:auto; }
.button:hover { cursor:pointer; }
	p{
		font-size: 14pt;
	}
	.link{
	position: fixed;
    bottom: 155px;
    margin: auto;
    width: 100%;
    text-align: center;
	}
	.link>a{
		display:inline-block;
	}
	.footbtn{
	    padding: 20px;
    background: #4d4d4d;
    border-radius: 10px;
    margin: 20px;
    width: 200px;
    text-align: center;
    font-size: 1.2em;
    color: #FFF;
	}
	.footbtn:hover{
	 background:#b5b5b5;
		color: #000;
	}
}