@charset "UTF-8";

/* =======================================
	base
========================================== */
/*
basecolor 55A354
*/
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #29722c;
}
a:hover {
	text-decoration: none;
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
}
.pdfList{
	margin: 20px 0;
}
/* =======================================
	hako
========================================== */
.container {
	max-width: 960px;
	margin: 30px auto 50px;
}
.pan, .title01 {
	max-width: 960px;
	margin: 0 auto;
}
.main {
	width: 720px;
	float: left;
}
.lnav {
	width: 200px;
	float: right;
}

/* =======================================
	h, text
========================================== */
.title01 {
	line-height: 1.2;
	color: #fff;
	font-size: 214%;
	padding: 22px 0 0;
}
.title01 span {
	display: block;
	padding-bottom: 5px;
	font-size: 71%;
}
.title02 {
	line-height: 1.2;
	font-size: 129%;
	background: #cce3cb;
	margin-bottom: 24px;
	padding: 12px 14px;
}
.title03 {
	font-size: 114%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 0 0 16px;
	border-bottom: 1px solid #55a354;
	position: relative;
}
.title03:before {
	display: block;
	content: '';
	background-color: #55a354;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 27px;
}
.title04 {
	margin: 0 0 6px;
	font-weight: bold;
}
.main .midashi01 {
	background-color: #F8F8F8;
	margin: 0 auto 10px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	width: 85%;
}
p {
	margin-bottom: 6px;
}
.main p {
	margin-bottom: 30px;
}
/* top */
.homeTitle,
.homeMessageTitle {
	margin-bottom: 20px;
	line-height: 1.2;
	color: #fff;
	font-size: 214%;
	text-align: center;
}
.homeTitle {
	color: #333;
}
.homeMessageTitle {
	color: #29722c;
}
.homeInsideTitle {
	margin-bottom: 10px;
	color: #333;
}
.homeInsideTitle small {
	font-size: 80%;
}


/* =======================================
	img
========================================== */
img {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}
.sidePic {
	float: right;
	margin: 0 0 20px 20px;
	width: 240px;
}
.sidePic img {
	max-width: 100%;
}
.sidePic .cap {
	font-size: 86%;
	margin-top: 10px;
}
.mailPic {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

/* =======================================
	table, list
========================================== */
.list {
	margin-bottom: 5px;
}
.list li {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0;
	padding-left: 20px;
}
.list li:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 3px solid #999;
}
ol {
	margin: 0 0 20px 20px;
	list-style-type: decimal;
}
.listAnchor {
	margin: 0 0 40px;
}
.listAnchor li {
	display: inline-block;
	margin: 0 20px 8px 0;
}
.listAnchor li a {
	display: inline-block;
	padding-left: 16px;
	background: url(/faculty/engineering/department/civil/common/img/base/icnArrowB01.svg) 4px center no-repeat;
	background-size: 9px 9px;
}

table {
	width: 100%;
	margin-bottom: 25px;
}
table th, table td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
table th {
	width: 120px;
	background-color: #E6F1E6;
	font-weight: bold;
}

/* =======================================
	header
========================================== */
.header {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 10px;
	padding: 6px 0;
}
.header .link {
	font-size: 86%;
	padding-left: 14px;
}
.footer .link {
	font-size: 93%;
	margin: 0;
	padding-left: 14px;
	background-image: url(/faculty/engineering/department/civil/common/img/base/icnArrowR01.svg);
}
.headMenu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.headMenu a {
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}
.headMenuHome {
	float: left;
}
.headMenuContact {
	float: right;
}
.headSpMenu {
	display: none;
}
.sitenameBox {
	margin: 0 auto 20px;
	max-width: 960px;
}
.sitename {
	float: left;
	width: 341px;
}
.sitename img {
	margin-bottom: 8px;
	width: 100%;
}
.gnav {
	float: right;
	padding-top: 10px;
	width: 560px;
}
.gnav li:last-child a {
	padding-right: 0;
}
.pageTitle {
	background-color: #55a354;
	padding: 18px 0 30px;
}
.pan {
	font-size: 79%;
}
.pan, .pan a {
	color: #fff;
}
.pan li {
	float: left;
}
.pan li:nth-child(n+1):after {
	content: '>';
	padding: 0 10px;
}
.pan li:last-child:after {
	display: none;
}

/* =======================================
	gnav
========================================== */
.gnavMenu li{
	display: block;
	float: left;
}
.gnavMenu li a{
	display: block;
	padding: 10px 8px;
}
.gnavToggle {
	display: none;
}
/* サイト内検索 */
#searchBox {
	float: left;
	padding: 8px 0;
}
#searchBox div {
	position: relative;
}
#searchBox .searchInput {
	margin-right: 6px;
	padding-left: 10px;
	background-color: #c4dec6;
	border: none;
	width: 120px;
	height: 26px;
	border-radius: 20px;
}
#searchBox .searchSubmit {
	position: absolute;
	top: 0;
	right: 0;
	background: #55a354 url(../img/base/icnSearch.svg) center center no-repeat;
	background-size: 12px 13px;
	border-radius: 50px;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	z-index: 2;
}

/* =======================================
	footer
========================================== */
.footer {
	background-color: #29722c;
	border-top: 1px solid #E3E3E3;
	padding: 0 0 30px;
}
.footerLink {
	background-color: #fff;
	margin-bottom: 24px;
	padding: 25px 0;
	font-size: 79%;
	text-align: center;
}
.footerLink li {
	display: inline-block;
	padding: 0 8px;
}
.footerBox {
	max-width: 960px;
	margin: 0 auto;
}
.footerAccess {
	float: left;
	width: 40%;
}
.footerAccess .name {
	font-size: 93%;
}
.footerAccess .address {
	line-height: 1.5;
	font-size: 86%;
}
.footerAccess .mailPic {
	width: 180px;
}
.footerGnav {
	float: left;
	width: 50%;
}
.footerBox, .footerBox a {
	color: #fff;
}
.footerGnav ul {
	float: left;
	width: 33.33%;
}
.footerText{
	float: left;
	width: 100%;
}

/* =======================================
	sidenav
========================================== */
.lnavCat {
	background-color: #55a354;
	margin: 0;
	padding: 6px 10px 4px;
	color: #fff;
}
.lnavMenu {
	border: 1px solid #55a354;
}
.lnavMenu .title {
	padding: 4px 10px;
	border-bottom: 1px solid #F0F0F0;
}
.lnavMenu a {
	display: block;
	padding: 4px 10px 4px 26px;
	background: url(/faculty/engineering/department/civil/common/img/base/icnArrowR02.svg) 8px 10px no-repeat;
	background-size: 12px 12px;
	border-bottom: 1px solid #F0F0F0;
}
.lnavMenu .active a {
	background-color: #F5F5F5;
}


/* =======================================
	base style
========================================== */
.strong {
	font-weight: bold;
}
.em {
	color: #29722c;
	font-weight: bold;
}
.caution {
	font-size: 86%;
	margin-top: -20px;
	text-align: right;
}
.link, .blank, .blanklink, .blanklink2 {
	display: inline-block;
	background: url(/faculty/engineering/department/civil/common/img/base/icnArrowR02.svg) 0 6px no-repeat;
	background-size: 12px 12px;
	margin-bottom: 8px;
	padding: 0 4px 0 14px;
}
.blank:after,
.blanklink:after {
	display: inline-block;
	content: '';
	background: url(/faculty/engineering/department/civil/common/img/base/icnBlank.svg) right 0 no-repeat;
	background-size: 13px 10px;
	padding-left: 4px;
	width: 13px;
	height: 10px;
}
.blanklink2 {
	background: #55a354 url(/faculty/engineering/department/civil/common/img/base/icnArrowR01.svg) 8px 12px no-repeat;
	background-size: 14px 14px;
	padding: 8px 40px 8px 25px;
	color: #fff;
	min-width: 175px;
}
.blanklink2:after {
	display: inline-block;
	content: '';
	background: url(/faculty/engineering/department/civil/common/img/base/icnBlank02.svg) right 0 no-repeat;
	background-size: 13px 10px;
	width: 13px;
	height: 10px;
}
.btn {
	display: inline-block;
	background: #55a354 url(/faculty/engineering/department/civil/common/img/base/icnArrowR01.svg) 10px center no-repeat;
	background-size: 12px 12px;
	border-radius: 20px 20px;
	margin-bottom: 25px;
	padding: 4px 20px 2px 30px;
	color: #fff;
	font-size: 93%;
	text-decoration: none;
	min-width: 80px;
}
.box {
	margin: 0 auto 20px;
	padding: 16px 16px 0;
	border: 3px solid #CCE3CB;
}
p.box {
	padding-bottom: 16px;
}
.menuBox {
	float: left;
	width: 48%;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border: 1px solid #CCE3CB;
}
.menuBox:nth-child(2n) {
	margin-left: 1%;
}
.menuBox:nth-child(2n+1) {
	margin-right: 2%;
}
.main .menuBoxTitle {
	background: #CCE3CB;
	margin: 0;
	padding: 12px 14px;
}
.menuBoxLink {
	padding: 20px;
	padding: 12px 16px 6px;
}

.pager {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
.pager li {
	display: inline-block;
	width: 29%;
}
.pager li:nth-child(2) {
	width: 39%;
}
.pager .nextpage a:before {
	content: '<　';
	display: inline-block;
	text-decoration: underline;
}
.pager .backpage a:after {
	content: '　>';
	display: inline-block;
	text-decoration: underline;
}
.pager .nextpage:after,
.pager .backpage:before {
	content: '　|　';
	display: inline-block;
}



/* =======================================
	トップ
========================================== */
.homeMain .seamless {
	position: relative;
	max-height: 400px;
	min-height: 400px;
	overflow: hidden;
}
.homeMain .seamless .seamlessImg,
.homeMain .seamless .seamlessWord,
.homeMain .seamless .catchcopy {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	z-index: 1;
}

.homeMain .seamless {
	background: #54a35b;
}
.homeMain .seamless .flexslider img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	width: 100%;
	min-width: 1200px;
	min-height: 400px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/*
.homeMain .seamless .seamlessWord {
	background: url(/faculty/engineering/department/civil/common/img/home/catchcopy.svg) center center no-repeat;
	background-size: 303px auto;
	z-index: 10;
}
*/
.homeMain .seamless .seamlessWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	z-index: 10;
}
.homeMain .seamless .seamlessWord p {
	text-align: center;
	color: #fff;
	line-height: 1.5;
	font-size: 280%;
}

.homeIntroduction,
.homeMessage {
	max-width: 560px;
	margin: 0 auto;
}
.homeInsideLink,
.homeTeacher {
	max-width: 480px;
	margin: 0 0 0 auto;
	text-align: center;
}
.homeInsideLink,
.homeInsideTitle {
	text-align: left;
}

/* 電子情報システム工学科とは */
.homeIntroductionBox {
	background: -moz-linear-gradient(top,#55a354 0%,rgba(255,255,255,0.3));
	background: -webkit-gradient(linear, left top, left bottom,from(#55a354),to(rgba(255,255,255,0.3)));
	background: -ms-linear-gradient(top,#55a354 0%,rgba(255,255,255,0.3));
	background: linear-gradient(top,#55a354 0%,rgba(255,255,255,0.3));
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55a354', endColorstr='#000000', GradientType=0 );
}
.homeIntroduction {
	padding: 50px 0 34px;
	text-align: center;
}
.homeIntroduction p {
	color: #fff;
}
.homeIntroduction .introductionProgram .name {
	margin: 10px 0;
}

/* 188bet体育_188bet备用网址紹介 */
.homeTeacherNewsBox {
	display: table;
	width: 100%;
	background-color: rgba(84, 163, 91, 0.15);
}
.homeNewsBox {
	display: table-cell;
	width: 50%;
	background: rgba(241,242,248,0.3);
}
.homeTeacher, .homeNews {
	padding: 50px 0;
}
.homeNews {
	max-width: 960px;
	margin: 0 auto;
}
.homeNews div {
	position: relative;
}
.homeNews div:nth-child(n+2) {
	margin-top: 20px;
}
.homeNewsTitleImportant {
	padding-left: 25px;
	background: url(/faculty/engineering/department/civil/common/img/base/icnImportant.svg) 0 0 no-repeat;
	background-size: 20px 18px;
	color: #D93D0D;
	border-bottom: 1px solid #D93D0D;
}
.homeNewsTitle {
	color: #29722c;
	border-bottom: 1px solid #29722c;
}
.homeNewsMore {
	background: url(/faculty/engineering/department/civil/common/img/base/icnArrowR03.svg) 0 center no-repeat;
	background-size: 6px 6px;
	padding-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.homeNews .newsList li {
	display: table;
}
.homeNews .date,
.homeNews .newsTitle {
	display: table-cell;
}
.homeNews .date {
	padding-right: 10px;
	vertical-align: top;
}

/* 卒業生からのメッセージ */
.homeMessage {
	margin: 60px auto 40px;
}
.homeMessage .messageList {
	margin: 0;
	padding: 0 0 1rem;
}
.homeMessage .messageList li {
	display: inline-block;
	width: 25%;
}

/* 学内情報 */
.homeInsideBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 60px;
	padding: 0;
	width: 960px;
}
.homeInsideLinkBox {
	width: 25%;
	vertical-align: top;
}
.homeInsideLink {
	padding: 10px;
}
.homeInsideLink .btn {
	margin-top: 14px;
	background-color: #358F6A;
}
.homeInsideImg{
	width: 240px;
	height: 180px;
	overflow: hidden;
}
.homeInsideImg img {
	margin: 0;
	width: 100%;
}

/* 学位論文 */
.essayArea table{
}
