@charset "utf-8";

/**
 *
 * 講師紹介
 *
 */

@media only screen and (min-width: 641px) {
	
.pic_float_right {
	float: right;
	margin-left: 10px;	
}
.on_pointer {
	cursor: pointer;
}
.border_gray {
	border: 1px solid #e3e3e3;
}
.h5_title {
	background: url(img/bullet_green.png) left center no-repeat;
	padding-left: 20px;
	color: #00ae92;
	margin: 10px auto;
}
.teacher_ul_p {
	padding-left: 10px;
}
.teacher_ul {

}
.teacher_ul li {
	text-align: center;
	float: left;
	color: #ff2c9c;
	font-size: 14px;
	cursor: pointer;
	margin: 10px 10px;
}


#teacher_modal {

}
#teacher_left {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	/*width: 280px;
	height: 380px;*/
}
#teacher_right {
	float: right;
	width: 480px;
	text-align: left !important;
}
.teacher_tb {
	width: 100%;
}
.teacher_tb th {
	vertical-align: top;
	width: 70px;
}
.teacher_tb td {

}
.teacher_title {
	margin-left: 10px;
}


}


/***************************
 *
 * SP
 *
 **************************/
@media only screen and (max-width: 640px) {
	
.pic_float_right {
	float: right;
	margin-left: 10px;	
}
.on_pointer {
	cursor: pointer;
}
.border_gray {
	border: 1px solid #e3e3e3;
}
.h5_title {
	background: url(img/bullet_green.png) left center no-repeat;
	padding-left: 20px;
	color: #00ae92;
	margin: 10px auto;
}
.teacher_ul_p {
	padding-left: 10px;
}
.teacher_ul {
	width: 265px;
	margin: 0 auto;
}
.teacher_ul li {
	text-align: center;
	float: left;
	color: #ff2c9c;
	font-size: 14px;
	cursor: pointer;
	margin: 10px 10px;
}

.tbox {
	top: 20px !important;
}

.tinner {
	width: 310px !important;
	height: 400px !important;
	overflow: scroll;
}
#teacher_modal {

}
#teacher_left {
	margin: 0 auto;
	width: 150px;
	/*width: 280px;
	height: 380px;*/
}
#teacher_left img {
	max-width: 100%;
	height: auto;
}
#teacher_right {

	text-align: left !important;
}
.teacher_tb {
	width: 100%;
}
.teacher_tb th {
	vertical-align: top;
	width: 70px;
}
.teacher_tb td {

}
.teacher_title {
	margin-left: 10px;
}	
	
	
}