@charset "utf-8";
/* CSS Document */

#pageTit {
	margin: 0px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.subTit {
	margin-top: 0px;
	margin-bottom: 20px;	
}

.buttBox {
	margin-bottom:10px;
}

.imgLeft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.boxTokusyoku {
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;	
}

ul.number {
	margin-bottom:30px;
	margin-left:20px;
}

ul.number li{
	margin-top:10px;
	list-style-type: decimal;
	font-size: 13px;
	line-height: 1.7em;
	color: #333;
	list-style-position: outside;
}

ul.number2 {
	margin-bottom:30px;
	margin-left:43px;
}

ul.number2 li{
	margin-top:10px;
	list-style-type: decimal;
	font-size: 13px;
	line-height: 1.7em;
	color: #333;
	list-style-position: outside;
}

.imgMidashi {
	margin-top:30px;
	margin-bottom:20px;
}


/*専任教員*/

.senBox {
	
	margin-top:40px;
	margin-left:20px;
}

.senBox .tableBox {
	background: #999999;
	line-height: 1.75em;
	color: #333;
	margin-bottom:25px;
	width:100%;
}

.senBox .tableBox tr td {
	background: white;
	padding: 7px;
}

.senBox .tableBox tr td.titl {
	background: #F5F5F5;
	margin-left: 15px;
	color: #224568;
	width:20%;
}


.senBox .tableBox tr td.mainT {
	background: white;
	padding: 7px;
	width: 60%;
}

.senBox .tableBox tr td.imgP {
	background: white;
	width: 20%;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
.instructor_cont{
	border-collapse:collapse;
	margin-bottom:30px;
}
.instructor_cont td{border:1px solid #DCDCDC;}
.instructor_txt{
	padding:10px 15px 15px 15px;
	}
.instructor_title{
	width:95px;
	background:#F5F5F5;
	color:#224568;
	font-weight:bold;
	padding-left:13px;
	padding-top:10px;
}
.professor,.instructor_name{
	padding:10px;
}
.instructor_name{
	width:420px;
}



