@charset "utf-8";
/*スクールのご案内*/
#shop {
	margin: 15px 5px 5px;
	clear: both;
	display: block;
}
.guide_01 {
	padding: 3px;
	background-color: #EAF4C9;
	width: 25%;
	float: left;
	clear: left;
	text-align: center;
}
.guide_02 {
	padding: 3px;
	margin-left: 28%;
}
/*スクールのご案内*/

/*インストラクター紹介*/
.instructor {
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100px;
}
.instructor .photo {
	float: left;
}
.instructor .name {
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #7FB72C;
	margin-left: 110px;
	text-align: right;
	padding-right: 5px;
}
.instructor .coment {
	margin-left: 110px;
	margin-top: 5px;
	padding-right: 5px;
}
/*インストラクター紹介*/

/*アクセス*/
.access {
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #7FB72C;
	margin: 5px;
	padding: 5px;
}
#map {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 200px;
}
/*アクセス*/
