@charset "utf-8";
/* CSS Document */

/*-------------------------
	informationBox
--------------------------*/

#informationBox{
	margin-bottom:80px;
}

#informationBox #floor1{
	margin-bottom:40px;
}


/*-------------------------
	outside
--------------------------*/

#outside dl{
	clear:both;
	float:none;
	width:auto;
}

#outside dl dd{
	width:auto;
}

#outside table th{
	width:202px;
}

/*-------------------------
	entrance
--------------------------*/

#entrance dl{
	clear:both;
	float:none;
	width:auto;
	border-bottom:solid 1px #dbdbdb;
	margin-bottom:0px;
	padding-bottom:30px;
}

#entrance dl dd{
	width:auto;
}

#informationBox p.btnSupport{
	font-size:150%;
	text-align:center;
	border:solid 2px #DDDDDD;
	border-radius:3px;
	margin:0 5% 5%;
}

#informationBox p.btnSupport a{
	display:block;
	background:#DDDDDD;
	color: #333;
	padding:3% 0;
}

#informationBox p.floor2{
	font-size:150%;
	text-align:center;
	border:solid 2px #70b949;
	border-radius:3px;
	margin:0 5%;
}

#informationBox p.floor2 a{
	display:block;
	color:#70b949;
	padding:3% 0;
}

@media only screen and
(max-width : 640px) {
#informationBox #floor1{
	margin-bottom:5%;
}
#informationBox p.btnSupport{
	font-size:130%;
}
}



