@charset "utf-8";
/*header-------------------------------------*/
.dNav > ul {
	width: 165%;
	right: inherit;
	left: 50%;
	transform: translateX(-50%);
}
/*footer-------------------------------------*/
.footBnr,.footBnr li {
	width: auto;
}
.footBnr li:not(:first-of-type) {
	margin-left: 20px;
}
.footBnr li img {
	max-height: 46px;
}
.footNav {
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;
}
.courseWrap dt
/*top----------------------------------------*/
.mainBox {
	font-size: 20px;
	margin-top: 60px;
}
.mainCont h2 {
	font-size: 26px;
}
.mainArea._03 .mainBox {
	max-width: 960px;
}
.courseWrap dl {
	font-weight: 500;
}
.courseWrap dt {
	line-height: 1.4;
	font-weight: 400;
}
.courseWrap dt small {
	display: block;
	font-size: 55%;
}
.courseWrap._02 dt {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.01em;
}
.courseWrap._02 dd {
	font-size: 18px;
}
.bnrWrap a {
	padding: 81px 10px;
}
/*greetig-----------------------------*/
.deanCont {
	width: 100%;
	max-width: 100%;
	margin-bottom: 60px;
}
.deanName {
	font-size: 20px;
	line-height: 1.4;
	padding-left: 50px;
}
.deanName h3.fo-trajan {
	font-size: 32px;
	margin-top: 10px;
	line-height: 1.2;
}
/*masters-----------------------------*/
.pagetitle2 h2:after,#electrical .pagetitle2 h2:after {
	background: #1749ff;
}
.pagetitle2 h2 {
	font-size: 30px;
}
.pagetitle2 p {
	font-size: 42px;
	font-weight: 400;
	letter-spacing: normal;
}
.pagetitle2 p small {
	font-size: 60%;
	vertical-align: 4px;
}
.pagetitle2 > span {
	font-size: 30px;
	font-weight: 400;
}
.edugoaltitle {
	letter-spacing: normal;
}
.goalbox dd {
	line-height: 1.2;
}
.mastercoursewrap .courseWrap dt {
	font-size: 25px;
}
.mastercoursewrap .courseWrap dd {
	margin-top: 5px;
	font-weight: 400;
}
#engineering .professorwrap {
	margin-bottom: 100px;
    background: #000;
}
.subTtlBox {
	margin: 0 auto;
}
.doctorallist dd {
	font-size: 90%;
	line-height: 1.2;
}
.doctorallist figcaption {
	white-space: nowrap;
	font-weight: 400;
	font-size: 20px;
}
.doctorallist figcaption span {
	display: block;
	white-space: normal;
	font-size: 25px;
	margin-bottom: 5px;
}
.doctorallist figcaption span small {
	display: block;
	font-size: 60%;
}
#engineering .edupointbox h3 {
	padding: 5px 25px 5px 20px;
	letter-spacing: .05em;
}
#engineering .edupoint08 li {
	font-size: 90%;
}
.professortitle{
    background:#666;
}



@media screen and (max-width: 1180px) {
	.dNav > ul {
		width: 100%;
		right: 0;
		left: 0;
		transform: none;
	}
	.dNav ul a {
		padding-left: 15px;
		white-space: nowrap;
	}
	img[src*="/logo02.png"] {
		max-height: 30px;
	}

}
@media screen and (max-width: 620px) {
	/*footer---------------------*/
	.footTop {
		display: block;
	}
	.footBnr {
		justify-content: space-between;
		margin-top: 40px;
	}
	.footBnr li {
		width: 100%;
	}
	.footBnr li:not(:first-of-type) {
		margin: 10px 0 0;
		width: 48.5%;
	}
	.footBnr .btnEng a {
		max-width: 150px;
		margin: 0 auto;
	}
	/*top-------------------------*/
	.courseWrap._02 dl {
		padding: 15px 10px;
	}
	.courseWrap._02 dt {
		font-size: 14px;
	}
	.courseWrap._02 dd {
		font-size: 14px;
	}
	/*greetig-----------------------------*/
	.deanCont {
		margin-bottom: 40px;
	}
	.deanName {
		padding-left: 15px;
		font-size: 3.6vw;
	}
	.deanName h3.fo-trajan {
    font-size: 5.2vw;
	}
	/*about-------------------------------*/
	.outlineArea h4 {
		font-size: 16px;
	}
	/*master------------------------------*/
	.pagetitle2 h2 {
		font-size: 5vw;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.pagetitle2 p {
		font-size: 4.5vw;
	}
	.pagetitle2 > span {
		font-size: 3.5vw;
	}
	.pagetitle2 p small {
		vertical-align: .5vw;
	}
	.mastercoursewrap .courseWrap dt {
		font-size: 5.4vw;
	}
	.professorname h2 strong {
		display: block;
	}
	.doctorallist figcaption {
		font-size: 5.2vw;
	}
	.doctorallist figcaption span {
		font-size: 7.2vw;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}