@charset "UTF-8";

/* =======================================
	学科紹介
========================================== */
.introductionAbout {
	color: #29722c;
	font-weight: bold;
	text-align: center;
}
.introductionAbout img {
	max-width: 80%;
	max-height: 350px;
}
.introductionProgram01,
.introductionProgram02,
.introductionProgram03 {
	box-sizing: border-box;
	float: left;
	width: 48%;
	text-align: center;
}
.introductionProgram01 {
	padding-right: 3%;
}
.introductionProgram02 {
	padding-left: 3%;
}

.introductionProgram .name {
	color: #29722c;
	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/department/civil/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 th{
	text-align: center;
	vertical-align: middle;
}
.programCurriculum td {
	/*width: 80%;*/
	text-align: center;
}
.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 {
	font-size: 0;
}
.laboratoryListEntry {
	display: block;
	margin-bottom: 30px;
	float: left;
	font-size: 14px;
	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;}

.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 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 50px;
	border-bottom: 1px solid #55a354;
	padding-bottom: 42px;
}
.messageList > div {
	box-sizing: border-box;
}
.messageListImg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 34.72%;
	-ms-flex: 0 0 34.72%;
	flex: 0 0 34.72%;
	max-width: 34.72%;
	padding-right: 5%;
}
.messageListImg img {
	width: 100%;
	height: auto;
}
.messageListImg strong {
	font-weight: bold;
}
.messageListContent {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 65.28%;
	-ms-flex: 0 0 65.28%;
	flex: 0 0 65.28%;
	max-width: 65.28%;
}
.messageListContent .title04 {
	margin-bottom: 20px;
	font-size: 129%;
}
.main .messageListContent p {
	margin-bottom: 0;
}


/* =======================================
	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: #cce3cb;
	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;
}
