@charset "UTF-8";
/* CSS Document */
/* 教員一覧*/
.staff_ichiran ul {
	padding: 0;
	margin: 0;
	width: 100%;
}


.staff_ichiran ul li{
	display: block;
	box-sizing: border-box;
	background: white;
	list-style-type: none;
	padding: 3%;
	margin: 1% 0;
	width: 100%;
	border: 2px solid #eb3;
	/* border-left: 6px solid #EE8E8C;*/
}

.staff_ichiran ul li a{
	display: inline;
	text-decoration: none;
	color: #444;
	}
.staff_ichiran ul li a:hover{
	text-decoration: underline;
	}



/*.staff_ichiran ul li:nth-child(4n+1){
	border-left: 10px solid #FFBF4F;}*/
/*.staff_ichiran ul li:nth-child(4n){
	border-left: 10px solid #15b8d7;}*/
/*.staff_ichiran ul li:nth-child(4n+2){
	border-left: 10px solid #8bb54a;}*/
/*.staff_ichiran ul li:nth-child(4n+3){
	border-left: 10px solid #EE8E8C;
}*/



li div {
	display: block;
}
.staff-name {
	float: left;
	color: #666;
	font-weight: bold;
	font-size: larger;
	}

.staff-title {
	margin-left: 11em;
	
}
.staff-nameb {
	clear: left;
	display: none;
	color: #444;
	font-weight: bold;
	font-size:larger;
}

.staff-class {
	margin: 20px 0;
	clear: left;
	color: #444;
		}
.staff-class:before {
	content: "主要担当科目　";
	font-weight: bold;
	color: #666;
	}
	
.staff-research {
	margin: 20px 0;
	color: #444;
		}
.staff-research:before {
	content: "研究分野　";
	font-weight: bold;
	color: #666;
	}

.staff-link {
	color: #444;
	}
.staff-link:before {
		content: "外部リンク　";
	font-weight: bold;
	color: #666;
	
	}






@media only screen and (min-width: 1000px) {
/* intermediate*/

.staff_ichiran ul li { 
	box-sizing: border-box;
	margin: 1% 0;
	float: left;
	padding: 3%;
	width: 49%;
	height: 300px;
}
.staff_ichiran ul li:nth-child(2n+1){
	margin-right: 1%;
}
.staff_ichiran ul li:nth-child(2n){
	margin-left: 1%;
}






.staff-class:before {
	content: "主要担当科目　\A";
	font-weight: bold;
	white-space: pre;
	}
	
.staff-research {
	margin: 20px 0;
	
	color: #444;
		}
.staff-research:before {
	content: "研究分野　\A";
	font-weight: bold;
	white-space: pre;
	}

.staff-link {
	}
.staff-link:before {
		content: "外部リンク　\A";
	font-weight: bold;
	color: #666;
	white-space: pre;
	
	}
	
	
.coursecontents:before {
	content: "講義内容　";
	font-weight: bold;
	white-space: pre;
		}
}