/*
	講師プロフィール
*/
#main {
	font-size: 16px;
	line-height: 22px;
}
#main p {
	font-size: 16px;
	line-height: 22px;
}
#teacher_list {
	padding-left: 10px;
	padding-right: 10px;
}
#teacher_list h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-left: 24px;
	color: #195a8d;
	background-image: url("../../r_image/blue_box.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#teacher_list .sub_title {
	font-size: 16px;
	line-height: 24px;
	padding-left: 24px;
}
#teacher_list .teacher_list_table {
	margin-top: 8px;
	margin-left: 24px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
#teacher_list .teacher_list_table th {
	border: 1px solid #000000;
	padding: 5px;
	font-size: 10px;
	background: #f0f0f0;
	font-weight: normal;
}
#teacher_list .teacher_list_table td {
	font-size: 14px;
	line-height: 20px;
}
#teacher_list .teacher_list_table .teacher_names,
#teacher_list .teacher_list_table .teacher_names_last {
	padding: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 10px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	width: 30%;
}
#teacher_list .teacher_list_table .teacher_names {
	border-bottom: 1px solid #cccccc;
}
#teacher_list .teacher_list_table .teacher_names_last {
	border-bottom: 1px solid #000000;
}
#teacher_list .teacher_list_table .senmon,
#teacher_list .teacher_list_table .senmon_last {
	padding: 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	width: 70%;
}
#teacher_list .teacher_list_table .senmon {
	border-bottom: 1px solid #cccccc;
}
#teacher_list .teacher_list_table .senmon_last {
	border-bottom: 1px solid #000000;
}
/*
	講師紹介ページ
*/
#teacher_profile {

}
#teacher_profile #teacher_profile_header {
	margin-bottom: 10px;
	padding: 5px;
	background: #f0f0f0;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	padding-left: 20px;
}
#teacher_profile .teacher_name {
	padding-top: 30px;
	text-align: center;
}
#teacher_profile .teacher_profile {
	margin-bottom: 5px;
}
#teacher_profile .furigana {
	font-weight: normal;
	font-size: 14px;
}
#teacher_profile .birthday {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
#teacher_profile .teacher_photo {
	text-align: center;
	margin-bottom: 10px;
}
#teacher_profile .teacher_photo img {
	width: 100%;
}
#teacher_profile .profile_title {
	font-size: 20px;
	line-height: 28px;
	border-bottom: 1px solid #cccccc;
	color: #195a8d;
}
.back_to_index {
	margin: 40px;
	text-align: center;
}
#ryakureki {
	border: 0;
	margin-bottom: 8px;
}
#ryakureki th,
#ryakureki td {
	vertical-align: top;
	padding: 5px;
	border: 0;
}
#ryakureki .year {
	width: 70px;
}
#ryakureki .affiliated {
	width: 120px;
}