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


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

#informationBox{
	margin-bottom:80px;
}

#informationBox h3{
	clear:both;
}

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

/*-------------------------
	middle
--------------------------*/

#middle table th{
	width:201px;
}

/*-------------------------
	small
--------------------------*/

#small table th{
	width:201px;
}

#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 #floor2Area{
		margin-bottom:5%;
	}
}




