@charset "UTF-8";

/*

Cascading Style Sheets : home.css

- Last Updated on 2019. 12. 25
- (c) 2012 長崎大学工学部工学科 社会環境デザイン工学コース - http://cee.nagasaki-u.ac.jp/

- Written by : Sayoko Nishimura (oniguili), Wataru Shitami (contrast)
- Modified by : Shingo MORIMASA

*/


#Keyvisual {
	width: 960px;
	height: 400px;
	margin-top: 20px;
	padding-top: 40px;
	overflow: hidden;
	position: relative;
}

#KeyvisualImg {
	position: absolute;
	bottom: 0;
	left: 0;
}

#Catch {
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 5;
}

#CeeMagazine {
	margin-top: 60px;
	padding-top: 15px;
	border-top: 1px solid #999;
}

#CeeMagazine h3 {
	width: 366px;
	margin: 5px 30px 0;
	float: left;
}

#CeeMagazine p {
	width: 503px;
	padding: 4px 0 0 30px;
	border-left: 1px solid #999;
	font-size: 92.3%;
	line-height: 1.8;
	float: left;
}

#Main {
	margin-top: 80px;
}

#LeftNav {
	width: 200px;
	margin-top: 36px;
	float: left;
}

#Bannar li {
	width: 198px;
	margin-bottom: 30px;
	line-height: 1;
}
#Bannar li a {
	display: block;
	width: 198px;
	overflow: hidden;
	position: relative;
}
#Bannar li.h107 a {	/* non-animation */
	height: 107px;
}
#Bannar li.h198 a {
	height: 198px;
}
#Bannar li.h177 a {
	height: 177px;
}
#Bannar li.h140 a {
	height: 140px;
}
#Bannar li.h99 a {
	height: 99px;
}

#Bannar img {
	position: absolute;
	top: 0;
	left: 0;
}
#Bannar li.h198:hover img {
	top: -198px;
}
#Bannar li.h177:hover img {
	top: -177px;
}
#Bannar li.h140:hover img {
	top: -140px;
}
#Bannar li.h99:hover img {
	top: -99px;
}

#SubNav {
	border-top: 1px solid #E6E6E6;
	font-size: 92.3%;
}

#SubNav li {
	border-bottom: 1px solid #E6E6E6;
}

#SubNav li a {
	display: block;
	padding: 13px;
	line-height: 1;
	background: url(../img/arrow.png) no-repeat 180px 16px;
}

#SubNav li:hover {
	background: #FFF;
}

#MainContents {
	width: 720px;
	float: right;
}

#NewsTopics h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	line-height: 1;
}

#News {
	margin: 30px 0 20px;
}

#News li {
	padding: 12px 0 0px 108px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 92.3%;
	line-height: 1.2;
  position: relative;
	min-height: 100px;
	clear: both;
}

.News {
	background: url(../news-topics/img/icon-news.png) no-repeat 0 13px;
}

.Info {
	background: url(../news-topics/img/icon-info.png) no-repeat 0 13px;
}

.Topics {
	background: url(../news-topics/img/icon-topics.png) no-repeat 0 13px;
}

/*
.AdmissionInfo {
	background: url(../news-topics/img/icon-admissioninfo.png) no-repeat 0 13px;
}

.Admission {
	background: url(../news-topics/img/icon-ad.png) no-repeat 0 13px;
}

.Student {
	background: url(../news-topics/img/icon-student.png) no-repeat 0 13px;
}

.General {
	background: url(../news-topics/img/icon-general.png) no-repeat 0 13px;
}

.Graduate {
	background: url(../news-topics/img/icon-graduate.png) no-repeat 0 13px;
}
*/

#News li span {	/*日付*/
	display: block;
	color: #555;
	font-size: 90%;
	padding: 5px 0;
	line-height: 1.7em;
}

#News li span.content {	/*News&topics 1件目内容*/
	padding-top: 0;
}

#News li span.continue {	/*続きを読む*/
	text-align: right;
}

#News li img {	/*News&topics 1件目画像*/
	float: right;
	margin-left: 5px;
	/* @191225：サムネイル用画像を使用せずCSSでトリミングして表示 */
	width: 100px;
	height: 100px;
	object-fit: cover;	
}

#NewsTopics p {
  float: right;
}

#NewsTopics p a {
  display: block;
  width: 115px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

#NewsTopics p a img {
  position: absolute;
  top: 0;
  left: 0;
}

#NewsTopics p a:hover img {
  top: -16px;
}

#Employment100 {
	margin-top: 70px;
	height: 360px;
	border-top: 1px solid #999;
	background: url(../img/emp-bg.jpg) no-repeat center bottom;
}

#EmpBtn {
	padding: 270px 0 0 25px;
}

#EmpBtn a {
	display: block;
	width: 201px;
	height: 31px;
	overflow: hidden;
	position: relative;
}

#EmpBtn img {
	position: absolute;
	top: 0;
	left: 0;
}

#EmpBtn a:hover img {
	top: -45px;
}

/* archive.html */

#Content h2 {
  margin-bottom: 40px;
}

#NewsTopicsArchive {
  width: 960px;
  margin: 0 auto;
}

#NewsTopicsArchive h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	line-height: 1;
}

#NewsTopicsArchive ul {
  margin-bottom: 40px;
}

.Entry h3 {
	padding: 12px 0 5px 108px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 92.3%;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}

.Entry h3 span {
	font-size: 84.6%;
  font-weight: normal;
	line-height: 2;
  position: absolute;
  top: 12px;
  right: 10px;
}

.EntryBody {
  width: 920px;
	font-size: 92.3%;
  line-height: 1.5;
  margin: 20px auto 40px;
}

#Pager {
	font-family: "Times New Roman", Times, serif;
}

#Pager a,
#Pager span {
	display: inline-block;
	padding: 1px 10px;
	border: 1px solid #CCC;
	margin-right: 10px;
}


#YouTube {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
#YouTube h3 {
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	color: #555;
	
}
#YouTube figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
