@charset "UTF-8";

#index h1{
	background-color:#ff4788;
	color:#fff;
	
	font-size:0.8rem;
	line-height:1.0em;
	padding:5px 0;
	
	text-align: center;
}

#index p.img-index img{
	width:100%;
	vertical-align: bottom;
}

#index div.entrance{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:20px;
	
	
	
	text-align: center;
}

#index div.entrance p.enter{
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#index div.entrance p.enter a{
	display:block;
	width:230px;height:230px;
	text-align:center;
	margin:auto;
}

#index div.entrance p.enter a{
	background-image: url(../images/btn-enter-off.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;

}

#index div.entrance p.enter a:hover{
	background-image: url(../images/btn-enter-on.png);


}

#index div.entrance p.enter img{
	width:230px;height:230px;
	vertical-align: bottom;
	margin:auto;
}

#index div.entrance p.18kin{
	margin-bottom:0px;
}

#index div.entrance p.img-18kin img{
	width:80px;
	vertical-align: bottom;
}

#index div.entrance p.note{
	font-size:0.8rem;
	line-height:1.75em;
	color:#888;
}

#index div.entrance p.leave{
	font-size:0.8rem;
	line-height:1.2em;
	font-weight:bold;
}

#index div.intro{
	width:100%;
	margin:20px auto;
	max-width: 800px;
	
	font-size:0.8rem;
	line-height:1.75em;
}

#index div.intro h3{
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:bold;
	color:#444;
	
	padding-bottom:5px;
	border-bottom:solid 1px #444;
	margin-bottom:10px;
}