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

#parking .inner p.text{
	font-size:150%;
	font-weight:bold;
	color:#70b949;
}

#parking .inner p.map{
	margin-bottom:30px;
}


/*-------------------------
	parkingBox
--------------------------*/

#informationBox{
	margin-bottom:60px;
}

#informationBox .section{
	margin-bottom:30px;
}



#informationBox .division p.text{
	clear:both;
}

#informationBox #temporary{
	border-bottom:solid 1px #dbdbdb;
	padding-bottom:50px;
}

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

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