@charset "utf-8";
/* CSS Document */

/*アクセスマップ*/
div#school_photo {
	width: 250px;
	float: left;
}

div#school_photo p {
	margin-bottom: 20px;
	font-weight: bold;
}

div#school_photo p img {
	margin-bottom: 5px;
	width:100%;
	height:auto;
}

div#google_map {
	float: right;
	margin-bottom: 50px;
}

div#neighborhood_map {
	clear: both;
	margin-bottom:50px;
}
div#neighborhood_map div{
	float:left;
	margin-right:20px;
}
div#neighborhood_map div p{
	margin-bottom:20px;
}

