@charset "utf-8";
/* CSS Document */

@import url("../../css/study.css");/* 授業内全体共通 */

/* ==================================================================
CSS information
  style info :　講師紹介
================================================================== */



/*  */


#instructor  ul.navi_list{
	width:614px;
	margin:10px 10px 0px 10px;
}

#instructor ul.navi_list li{
	float:left;
	border:1px solid #cccccc;
	width:199px;
	height:28px;
	background-color: #E8FAFF;
	text-align:center;
	line-height:28px;
	margin-bottom:4px;
	font-size:12px;
}

#instructor ul.navi_list li a{ display:block; width:199px;height:28px;}

#instructor ul.navi_list li.sp_left{margin-left:4px;}

#instructor ul.teacher{ width:634px;}


#instructor ul.teacher li{
	float:left;
	width:285px;
	border:1px #333 solid;
	padding:10px;
	margin-bottom:10px;
	}
	
#instructor ul.teacher li .photo_s{
	float:left;
	border:#cccccc 1px solid;
	padding:3px;
	background:#ffffff;
	margin-right:10px;
	}	
	
	
#instructor ul.teacher li.left{ margin-right:20px;}

#instructor ul.teacher li dl{ width:184px;float:left;}
#instructor ul.teacher li dl dt{border-bottom:1px dotted #666;}

#instructor ul.teacher li dl dd{ background:#E8FAFF; padding:3px; font-size:10px;}
#instructor ul.teacher li dl dd img{ margin:2px 0px 0px 16px;}
#instructor ul.teacher li dl dt strong{ font-size:18px; margin-right:5px;}

/* メッセージページ */

#message div.m_box{ clear:both; width:612px; border:#666 1px solid; padding:10px; margin-bottom:10px;}

#message div.m_box div.face{ width:158px; float:left; text-align:center;}
#message div.m_box div.face strong{ margin-bottom:5px;}

#message div.m_box div.face img{ margin-bottom:5px;}

#message div.m_box .photo_m{
	float:left;
	border:#333333 1px solid;
	padding:3px;
	background:#ffffff;
	margin-right:10px;
	}	
	
#message div.m_box .profile{ width:434px;float:left; padding-left:10px; }

#message div.m_box .profile dl dt{ clear: left;
  float: left;
  margin: 0 0 0.8em;
  border-left: solid 3px #CCC;
  padding-left: 5px;
  color: #000;
  font-weight:bold;}

#message div.m_box .profile dl dd{  margin-bottom: 0.8em;
  margin-left: 7.5em;}
	
