@charset "UTF-8";
/*背景に斜め罫線画像がある見出し*/
section {
	margin-bottom: 100px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
	section {
		margin-bottom: 0;
	}
}
/* スマートフォンここまで */
/* --------------------------------------------------

ページタイトル

-------------------------------------------------- */
.page_title {
	min-width: 1100px;
	height: 350px;
	margin: 0 auto 69px;
	background: #999 url(/instructor/img/pagetitle.jpg) 100% 25% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.page_title .inner {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.page_title header {
	position: absolute;
	top: 133px;
	left: 35px;
	width: 356.0px;
	height: 115.0px;
	overflow: visible;
	text-align: center;
}
.page_title .heading {
	text-align: center;
	font-family: 'Libre Baskerville', serif;
	font-size: 39px;
	font-size: 3.9rem;
	line-height: 1.5;
	margin-bottom: 11px;
	letter-spacing: 3px;
}
.page_title .heading span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Pゴシック", sans-serif;
	margin-top: 0px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
	.page_title {
		min-width: inherit;
		height: 160px;
		margin: 0 auto 15px;
		background: #fff url(/instructor/img/pagetitle.jpg) 65% 0% repeat-x;
		background-size: auto 160px;
		-webkit-background-size: auto 160px;
	}
	.page_title .inner {
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.page_title header {
		position: absolute;
		top: 56.0px;
		left: 9.0px;
		width: 163.0px;
		height: 83.0px;
		overflow: visible;
		text-align: center;
	}
	.page_title .heading {
		text-align: center;
		font-family: 'Libre Baskerville', serif;
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.2;
		margin-bottom: 11px;
		letter-spacing: 3px;
	}
	.page_title .heading span {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		letter-spacing: 1px;
		line-height: 2;
		margin-top: 5px;
	}
}
/* スマートフォンここまで */
/* --------------------------------------------------

講師一覧

-------------------------------------------------- */
.list-wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.instructor-list {
	width: 1040px;
	overflow: hidden;
	*zoom: 1;
}
.instructor-list > li {
	padding: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 480px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	*zoom: 1;
	position: relative;
	display: block;
}
.instructor-list > li:nth-of-type(2n+3) {
	clear: left;
}
.instructor-list .wrap {
	overflow: hidden;
	*zoom: 1;
	height: 144px;
}
.instructor-list .photo {
	float: left;
	width: 100px;
	height: 130px;
	margin-right: 20px;
	margin-bottom: 14px;
}
.instructor-list .photo img {
	width: 100%;
	height: auto;
}
.instructor-list .name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 11px;
}
.instructor-list .qualification {
	overflow: hidden;
	margin-bottom: 7px;
}
.instructor-list .qualification:empty {
	display: none;
}
.instructor-list .qualification li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.83;
	display: inline;
}
.instructor-list .qualification li:after {
	content: " / ";
}
.instructor-list .qualification li:last-child:after {
	display: none;
}
.instructor-list .comment {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}
.instructor-list .comment br {
	display: none;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
	.list-wrap {
		width: auto;
		margin: 0 15px;
		overflow: hidden;
	}

	.instructor-list {
		width: auto;
		overflow: hidden;
		*zoom: 1;
	}
	.instructor-list > li {
		padding: 15px;
		padding-right: 10px;
		padding-bottom: 10px;
		width: auto;
		border: 1px solid #ebebeb;
		background-color: #fff;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		overflow: hidden;
		*zoom: 1;
		position: relative;
		display: block;
	}
	.instructor-list > li:nth-of-type(2n+3) {
		clear: left;
	}
	.instructor-list .photo {
		float: left;
		width: 100px;
		height: 130px;
		height: auto;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.instructor-list .photo img {
		width: 100%;
		height: auto;
	}
	.instructor-list .name {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 6px;
	}
	.instructor-list .qualification {
		overflow: hidden;
		margin-bottom: 5px;
	}
	.instructor-list .qualification:empty {
		display: none;
	}
	.instructor-list .qualification li {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		display: inline;
	}
	.instructor-list .qualification li:after {
		content: " / ";
	}
	.instructor-list .qualification li:last-child:after {
		display: none;
	}
	.instructor-list .comment {
		clear: both;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
}
/* スマートフォンここまで */

/*# sourceMappingURL=instructor.css.map */
