/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/


/* ==== Base === */

body {
	background: url(../images/body_bg.png) repeat;
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


/* ==== Background === */

#wrap {
	box-shadow: 5px 0px 5px -2px rgba(0, 0, 0, 0.1), -5px 0px 5px -2px rgba(0, 0, 0, 0.1);
}


/* ==== Header === */

#hd {
	height: 120px;
	position: relative;
	background: #fff url(../images/hd_border.png) repeat-x;
	box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.1);
	overflow: visible;
}


/* ==== Navigation === */

#sidenav {
	width: 210px;
	float: left;
}

#nav {
	background: url(../images/nav_bg.png) no-repeat;
}

#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

#bnr {
	margin: 30px 0;
}

#bnr li img {
	display: block;
	margin: 10px auto;
}


/* ==== Content === */

#con {
	min-height: calc(100vh - 210px);
	background: #fff url(../images/sidenav_bg.png) repeat-y;
}

#main {
	width: 750px;
	float: right;
	margin-top: 20px;
	padding: 0 20px 0 30px;
}


/* ol,ul */

#main ol,
#main ul {
	padding: 5px 0px 5px 25px;
}

#main ul {
	list-style-type: disc;
}

#main ol li,
#main ul li {
	padding: 5px 0px;
}


/* table */

#main table {
	margin: 10px 0px;
}

#main table th,
#main table td {
	padding: 5px;
}


/* img */

#main a img {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#main a img:hover,
.shrink:focus,
.shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}


/* ==== Footer === */

#ft {
	display: table-cell;
	width: 960px;
	vertical-align: middle;
	text-align: center;
	background: #7BA348;
	height: 90px;
	color: white;
}


/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
	position: absolute;
	top: 0px;
	right: 16px;
	z-index: 100;
}

h2 {
	margin: 0em 0 0.8em 0;
	font-size: 2.2em;
	font-weight: normal;
	color: white;
	height: 80px;
	padding: 0.6em 0 0.8em 1em;
	background: url(../images/h2_bg.png) left center no-repeat;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3)
}

h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight: normal;
	max-height: 40px;
	padding: 0.4em 0 0.4em 1.3em;
	background: url(../images/h3_bg.png) no-repeat;
}

h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: .8em 0 .2em 0;
	color: lightpink;
}

h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}

h1.img,
h2.img,
h3.img,
h4.img,
h5.img,
h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}


/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/


/* ==== Index === */

#i_img {}

#i_news {
	height: 300px;
	overflow: auto;
}

#i_news table {
	width: 100%;
}

#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}

#i_news table td.research {
	background: url(../images/news_ico01.png) no-repeat center right 20px;
}

#i_news table td.lecture {
	background: url(../images/news_ico02.png) no-repeat center right 20px;
}

#i_news table td.achievment {
	background: url(../images/news_ico03.png) no-repeat center right 20px;
}

#i_news table td.books {
	background: url(../images/news_ico04.png) no-repeat center right 20px;
}

#i_news table time {
	background: url(../images/common/news_icon.gif) 8px 0px no-repeat;
	padding-left: 25px;
}

.activity {
	display: flex;
	display: -webkit-flex
	justify-content:center;
	flex-wrap: wrap;

}
.activity figure {
	align-self: baseline;
}
.activity img {
	margin: 5px;
}


.activity figcaption {
	text-align: center;
	border-bottom: 2px solid pink;
	font-weight: bold;
	color: forestgreen;
	margin: 5px;

}


/*----pagetop----*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
}