@charset "UTF-8";

/* =======================================
	学科紹介
========================================== */
.introductionAbout {
	color: #767BBA;
	font-weight: bold;
	text-align: center;
}
.introductionAbout img {
	max-width: 80%;
	max-height: 350px;
}
.introductionProgram01,
.introductionProgram02,
.introductionProgram03 {
	float: left;
	width: 32%;
	padding-right: 2%;
	text-align: center;
}
.introductionProgram03 {
	padding: 0;
}
.introductionProgram .name {
	color: #767BBA;
	margin: 0;
	font-size: 129%;
}
.introductionProgram .description {
	margin-bottom: 8px;
	text-align: left;
}
.programKeyword {
	padding-bottom: 16px;
	position: relative;
	text-align: center;
}
.programKeyword ul {
	line-height: 0;
}
.programKeyword li {
	padding: 25px 0 0;
	display: inline-block;
	width: 186px;
	height: 136px;
	background: url(/faculty/engineering/eict/common/img/base/bgHexagon.png) 0 0 no-repeat;
	line-height: 1.8;
	color: #767AB9;
	text-align: center;
}
.programKeyword li p {
	display: table-cell;
	width: 186px;
	height: 100px;
	font-size: 100%;
	vertical-align: middle;
}
.programCurriculum td {
	width: 80%;
	padding: 0;
}
.programCurriculum td > div {
	display: table;
	width: 100%;
}
.programCurriculum .half {
	display: table-cell;
	width: 50%;
}
.programCurriculum .half:nth-child(2n+1) {
	border-right: 1px solid #ccc;
}
.programCurriculum .half p,
.programCurriculum .all p {
	margin: 0;
	padding: 10px 4%;
}
.programCurriculum .all p {
	padding: 10px 2%;
}
.programCurriculum .midashiHalf {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}
.programCurriculum div.clearfix + div.all .midashiHalf {
	border-top: 1px solid #ccc;
}
/* 教員一覧 */
.teacherList {
	margin-bottom: 20px;
	line-height: 0;
}
.teacherList li {
	display: inline-block;
	padding-right: 1%;
	width: 24%;
	line-height: 1.8;
	vertical-align: top;
}
.teacherList li:nth-child(4n) {
	padding: 0;
	width: 25%;
}
.teacherList a {
	display: block;
	border-bottom: 1px solid #767CBB;
}
.teacherProfileBox th {
	min-width: 30%;
}
.teacherProfileBox td {
	min-width: 70%;
}
.teacherProfileBox .blank {
	margin: 0;
}


/* =======================================
	188bet体育_188bet备用网址室紹介
========================================== */
.laboratoryList {
	/*display: table;*/
	font-size: 0;
}
.laboratoryListEntry {
	display: block;
	margin-bottom: 30px;
	float: left;
	font-size: 14px;
	/*display: table-cell;*/
	width: 49%;
}
.laboratoryListEntry:nth-child(2n) {
	padding-left: 1%;
}
.laboratoryListEntry:nth-child(2n+1) {
	padding-right: 1%;
}
.laboratoryListEntry p {
	margin-bottom: 10px;
}
.laboratoryTeacherList li {
	display: inline-block;
	padding-right: 10px;
}
.labResearch div p {
	margin-bottom: 8px;
}
.labResearch div .link {
	margin-bottom: 20px;
}
.labMember th {
	width: 200px;
}
.labMember td p {
	margin: 0;
}

/* =======================================
	進学?就職
========================================== */
/* 進学?就職 */
.futureDiagram {
	float: left;
	margin-bottom: 20px;
	width: 49%;
}
.futureDiagram:nth-child(2n) {
	padding-left: 2%;
}
.futureDiagram canvas {
	width: 66% !important;
	height: auto !important;
	float: left;
}
.futureDiagram01text, .futureDiagram02text {
	font-size: 86%;
	float: right;
	width: 30%;
}
.futureDiagram01text li:before, .futureDiagram02text li:before {
	display: inline-block;
	content: '';
	margin-right: 3px;
	background-color: #8389C2;
	border: 1px solid #ccc;
	width: 8px;
	height: 8px;
}
.futureDiagram01text li:nth-child(2):before,
.futureDiagram02text li:nth-child(2):before {background-color: #AFA8D7;}
.futureDiagram01text li:nth-child(3):before,
.futureDiagram02text li:nth-child(3):before {background-color: #D7CBF8;}

/*.futureDiagram01text li:nth-child(2):before,
.futureDiagram02text li:nth-child(2):before {background-color: #787EBA;}
.futureDiagram01text li:nth-child(3):before,
.futureDiagram02text li:nth-child(3):before {background-color: #A9ADD3;}
.futureDiagram01text li:nth-child(4):before,
.futureDiagram02text li:nth-child(4):before {background-color: #A69ED1;}
.futureDiagram01text li:nth-child(5):before,
.futureDiagram02text li:nth-child(5):before {background-color: #D9CBFF;}
.futureDiagram01text li:nth-child(6):before,
.futureDiagram02text li:nth-child(6):before {background-color: #F1EBFF;}*/
.futureCompany {
	float: left;
	width: 49%;
}
.futureCompany:nth-child(2n) {
	padding-left: 2%;
}
.futureCompany th + th {
	text-align: center;
}
td.num {
	text-align: center;
	width: 20%;
}
/* 卒業生からのメッセージ */
.messageList li {
	width: 33%;
	float: left;
}
.messageList li a {
	font-weight: bold;
}
.messageList li img {
	margin-bottom: 0;
	max-height: 200px;
}
.messageList li div {
	padding: 6px 6px 10px;
}
.messageList li .company {
	display: block;
	font-size: 79%;
}
.messageName .year {
	font-size: 93%;
}
.messageCompany {
	display: inline-block;
	padding: 4px 12px;
	background-color: #EBEBF5;
}


/* =======================================
	188bet体育_188bet备用网址
========================================== */
.newsDate {
	margin-right: 10px;
	font-size: 93%;
}
.newsCat {
	margin-bottom: 2px;
	font-size: 93%;
}
.newsCat a {
	display: inline-block;
	margin: 0 8px 6px 0;
	padding: 1px 8px;
	background-color: #EBEBF5;
	text-decoration: none;
}
article.newsList {
	margin-bottom: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

.searchResult table th,
.searchResult table td {
	border: none;
	padding: 0;
}




