@charset "UTF-8";

/* =======================================
	base
========================================== */
/*
basecolor 767CBB
*/
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: #767CBB;
}
a:hover {
	text-decoration: none;
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 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: #D6D7EA url(../img/base/bg_title02.png) right center no-repeat;
	margin-bottom: 24px;
	padding: 12px 14px;
}
.title03 {
	font-size: 114%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0 0 0 16px;
	border-bottom: 1px solid #767CBB;
	position: relative;
}
.title03:before {
	display: block;
	content: '';
	background-color: #767CBB;
	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: 20px;
}
/* top */
.homeTitle,
.homeMessageTitle,
.homeInsideTitle {
	margin-bottom: 20px;
	line-height: 1.2;
	color: #fff;
	font-size: 214%;
	text-align: center;
}
.homeTitle {
	color: #333;
}
.homeMessageTitle {
	color: #767CBB;
}
.homeInsideTitle {
	color: #358F6A;
}


/* =======================================
	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: 20px;
}
.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 10px;
}
.listAnchor li {
	display: inline-block;
	/*margin-right: 20px;*/
	margin: 0 20px 8px 0;
}
.listAnchor li a {
	display: inline-block;
	padding-left: 16px;
	background: url(/faculty/engineering/eict/common/img/base/icnArrowB01.png) 4px center no-repeat;
	-webkit-background-size: 9px 9px;
	background-size: 9px 9px;
}

table {
	width: 100%;
	margin-bottom: 20px;
}
table th, table td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
table th {
	background-color: #F8F8F8;
	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;
}
.headMenu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.headMenu a {
	float: left;
	margin-right: 10px;
}
.headMenuHome {
	float: left;
}
.headMenuContact {
	float: right;
}
.headSpMenu {
	display: none;
}
.sitenameBox {
	margin: 0 auto 20px;
	max-width: 960px;
}
.sitename {
	float: left;
	width: 385px;
}
.gnav {
	float: right;
	padding-top: 10px;
	width: 570px;
}
.pageTitle {
	background-color: #767CBB;
	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 {
	padding: 8px 0;
}
#searchBox div {
	position: relative;
}
#searchBox .searchInput {
	margin-right: 6px;
	padding-left: 10px;
	background-color: #E4E5F1;
	border: none;
	width: 100px;
	height: 26px;
	border-radius: 20px;
}
#searchBox .searchSubmit {
	position: absolute;
	top: 0;
	right: 0;
	background: #767CBB url(../img/base/icnSearch.png) center center no-repeat;
	border-radius: 50px;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	z-index: 2;
}

/* =======================================
	footer
========================================== */
.footer {
	background-color: #767CBB;
	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: 40%;
}

/* =======================================
	sidenav
========================================== */
.lnavCat {
	background-color: #767CBB;
	margin: 0;
	padding: 6px 10px 4px;
	color: #fff;
}
.lnavMenu {
	border: 1px solid #767CBB;
}
.lnavMenu .title {
	padding: 4px 10px;
	border-bottom: 1px solid #F0F0F0;
}
.lnavMenu a {
	display: block;
	padding: 4px 10px 4px 26px;
	background: url(/faculty/engineering/eict/common/img/base/icnArrowR02.png) 8px 10px no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	border-bottom: 1px solid #F0F0F0;
}
.lnavMenu .active a {
	background-color: #F5F5F5;
}


/* =======================================
	base style
========================================== */
.strong {
	font-weight: bold;
}
.em {
	color: #767CBB;
	font-weight: bold;
}
.caution {
	font-size: 86%;
	margin-top: -20px;
	text-align: right;
}
.link, .blank, .blanklink, .blanklink2 {
	display: inline-block;
	background: url(/faculty/engineering/eict/common/img/base/icnArrowR02.png) 0 6px no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	margin-bottom: 8px;
	padding: 0 4px 0 14px;
}
.blank:after,
.blanklink:after {
	display: inline-block;
	content: '';
	background: url(/faculty/engineering/eict/common/img/base/icnBlank.png) right 0 no-repeat;
	-webkit-background-size: 13px 10px;
	background-size: 13px 10px;
	padding-left: 4px;
	width: 13px;
	height: 10px;
}
.blanklink2 {
	background: #767CBB url(../img/base/icnArrowR01.png) 8px 12px no-repeat;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	padding: 8px 40px 8px 25px;
	color: #fff;
	min-width: 175px;
}
.blanklink2:after {
	display: inline-block;
	content: '';
	background: url(/faculty/engineering/eict/common/img/base/icnBlank02.png) right 0 no-repeat;
	-webkit-background-size: 13px 10px;
	background-size: 13px 10px;
	width: 13px;
	height: 10px;
}
.btn {
	display: inline-block;
	background: #767CBB url(../img/base/icnArrowR01.png) 10px center no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	border-radius: 20px 20px;
	margin-bottom: 20px;
	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 #E4E5F1;
}
p.box {
	padding-bottom: 16px;
}
.menuBox {
	float: left;
	width: 48%;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border: 1px solid #D6D7EA;
}
.menuBox:nth-child(2n) {
	margin-left: 1%;
}
.menuBox:nth-child(2n+1) {
	margin-right: 1%;
}
.main .menuBoxTitle {
	background: #D6D7EA url(../img/base/bg_title02.png) right center no-repeat;
	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 video {
	width: 100%;
	z-index: 50;
}
.homeMain .seamless video img {
	display: none;
}
.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
/*.homeMain .seamless .seamlessImg*/ {
	background: url(/faculty/engineering/eict/common/img/home/imgSeamless.png) center 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.homeMain .seamless .seamlessWord {
	background: url(/faculty/engineering/eict/common/img/home/catchcopy.png) center center no-repeat;
	z-index: 10;
}

.homeContentsBox {
	background: url(/faculty/engineering/eict/common/img/home/bgMain.png) center 0 no-repeat;
}
.homeIntroduction,
.homeMessage {
	max-width: 960px;
	margin: 0 auto;
}
.homeInsideLink,
.homeTeacher {
	max-width: 480px;
	margin: 0 0 0 auto;
	text-align: center;
}

/* 電子情報システム工学科とは */
.homeIntroductionBox {
	background-color: #9398C9;
	background: -moz-linear-gradient(top,#767CBB 0%,rgba(255,255,255,0.3));
	background: -webkit-gradient(linear, left top, left bottom,from(#767CBB),to(rgba(255,255,255,0.3)));
}
.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%;
}
.homeTeacherBox, .homeNewsBox {
	display: table-cell;
	/*float: left;*/
	width: 50%;
}
.homeTeacherBox {
	background: rgba(206,208,230,0.3);
}
.homeNewsBox {
	background: rgba(241,242,248,0.3);
}
.homeTeacher, .homeNews {
	padding: 30px 0;
}
.homeNews {
	max-width: 450px;
	margin: 0 auto 0 30px;
}
.homeNews div {
	position: relative;
}
.homeNews div:nth-child(n+2) {
	margin-top: 20px;
}
.homeNewsTitleImportant {
	padding-left: 25px;
	background: url(/faculty/engineering/eict/common/img/base/icnImportant.png) 0 0 no-repeat;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	color: #D93D0D;
	border-bottom: 1px solid #D93D0D;
}
.homeNewsTitle {
	color: #767CBB;
	border-bottom: 1px solid #767CBB;
}
.homeNewsMore {
	background: url(/faculty/engineering/eict/common/img/base/icnArrowR03.png) 0 center no-repeat;
	-webkit-background-size: 6px 6px;
	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;
}
.homeNews .newsTitle {
}

/* 卒業生からのメッセージ */
.homeMessage {
	margin: 40px auto 60px;
}
.homeMessage .messageList {
}
.homeMessage .messageList li {
	display: inline-block;
	width: 25%;
}

/* 学内情報 */
.homeInsideBox {
	display: table;
	background: #E1EED4 url(../img/home/bgInside.png) center center no-repeat;
	margin-bottom: 60px;
	padding: 0;
	/*min-height: 400px;*/
	width: 100%;
}
.homeInsideImg {
	/*background: url(/faculty/engineering/eict/common/img/home/imgInside.jpg) center center no-repeat;*/
}
.homeInsideLinkBox, .homeInsideImg {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	/*min-height: 400px;*/
}
.homeInsideLink {
	margin-top: 20%;
	/*margin-top: 100px;*/
	/*margin-bottom: 100px;*/
}
.homeInsideLink .btn {
	margin-top: 14px;
	background-color: #358F6A;
}
.homeInsideImg img {
	margin: 0;
	width: 100%;
}






