@charset "utf-8";

.item_title {
  background: url("/images/common/icon.gif") no-repeat 0 0;1
  padding-left: 40px; line-height: 35px;
  font-size: 18px; font-weight: bold; color: #FF6600;
}

.item_notes {
  padding: 5px;
  color: #444;
  margin-bottom: 50px;
}

.tch_list li {
  border: 1px solid #f8dbc2;
  background-color: #fff8f2;
  margin-bottom: 10px;
  padding: 10px;
}

.tch_list img {
  width: 220px;
  border: 1px solid #ddd;
  padding: 4px;
  margin-top: 5px;
  background-color: white;
}

.tch_list dl { width: 380px; }
.tch_list dt { font-size: 14px; font-weight: bold; }
.tch_list dd { border: 1px solid #f8dbc2; background-color: white; padding: 5px; height: 40px; }
.tch_list p { width: 220px; text-align: center; margin-top: 10px; }

.mt20 { margin-top: 10px; }


.teacher_list {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px dashed #666;
}
.teacher_list li {
  text-align: center;
  width: 25%;
  float: left;
  margin-bottom: 1em;
  font-size: .9em;
}
.teacher_list li img {
  padding: 1%;
  width: 93%;
  min-height: 120px;
  display: block;
  margin: 0 auto;
}
.teacher_list p, .teacher_list_single p {
  margin-top:5px;
}
.teacher_list.center li {
	float:none;
    display:inline-block;
}
.teacher_list_wrap .teacher_list_inner {
	float: left;	
}
.teacher_list_wrap .teacher_list_inner .teacher_list li {
	width:162px;
}
.teacher_list_single {
	margin-top: 20px;
}
.teacher_list_single img {
	display: block;
	width:100%;
}