@charset "utf-8";
/*-------------------------------------
* school.css
* 鞄教室について
-------------------------------------*/
.title {
	margin-bottom: 20px;
}
.about {
	margin-bottom: 40px;
}
.about:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.about__photo {
	float: right;
	width: 309px;
}
.about__photo__image {
	margin-bottom: 3px;
}
.about__info {
	width: 400px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
}
.about__course {
	width: 400px;
}
.about__course__title {
	margin-bottom: 20px;
}
.about__course__text {
	margin-bottom: 30px;
}
.detail {
	width: 520px;
	background: #f9e6a1;
}
.detail__info {
	padding: 20px;
}
.detail__info:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.detail__label {
	float: left;
	width: 6em;
	margin-bottom: 10px;
}
.detail__content {
	margin: 0 0 10px 6em;
}