/*■エントランス■━━━━━━━━━━━━━━━━━━━━*/

#enterbox {
	width: 320px; height: 600px;
	background-image: url('../img/entrance/entrance_bg.jpg');
	position: relative;
	margin: 0px auto;
}

#btn_enter {
	position: absolute;
	left: 78px;
	top: 255px;
}

#btn_mrs {
	position: absolute;
	left: 78px;
	top: 310px;
}

#btn_exit {
	position: absolute;
	left: 78px;
	top: 365px;
}
