body {
	background:url(../images/body_bg.png)
}
#wrap {
	background:url(../images/wrap_bg.png) repeat-x
}
#hd {
	height: 90px;
	width:960px;
	padding: 10px 0;
	margin:0 auto;
	overflow:hidden;
	background: url(../images/hd_bg.png) no-repeat;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
#hd h1 {
	width: 387px;
}
#hd h1 img {
	width:100%;
}
#hd .language {
	margin: 15px 0 0;
}
#hd .language ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
#hd .language ul li {
	margin-left:5px;
	background: url(../images/hd_en_ov.png) no-repeat;
}
#hd .language ul li a {
	display:block;
	width: 100px;
	height: 36px;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
}
#hd .language ul li a:hover {
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
	opacity: 0;
}

#nav {
	background: url(../images/nav_bg.png) repeat-x;
	width:100%;
}
#nav img {
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#nav #nav_list {	
	width:960px;
	margin: 0 auto;
	background: url(../images/nav_bg_ov.png) no-repeat;
	overflow:visible;
}
#nav #nav_list ul {
	display:table;
	width:100%;
}
#nav #nav_list ul li {
	display:table-cell;
	position:relative;
	z-index:1000;
}
#nav #nav_list ul li:last-child {
	display: none;
}
#nav #nav_list ul li a {
	display:block;
	display: 120px;
	height: 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#nav #nav_list ul li a.current {
	opacity: 0;
}
#nav #nav_list ul li a span {
	display: none;
}
#nav #nav_list ul li a:hover {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu_trigger {
	display:none
}
#con {
	width:960px;
	margin:20px auto 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	order: 1!important;
}
#main {
	width:720px
}
#main ol, #main ul {
	padding:5px 0px 5px 25px
}
#main ul {
	list-style-type:disc
}
#main ol li, #main ul li {
	padding:5px 0px
}
#main table {
	margin:10px 0px
}
#main table th, #main table td {
	padding:5px
}
#main a img {
	display:inline-block;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#main a img:hover {
	opacity:0.7
}
#main h1 {
	font-size: 25px;
	font-weight:bold;
	color:#3f3f3f;
	padding:0.7em;
	margin:0 0 25px;
	background:url(../images/h1_bg.jpg) left center no-repeat;
	line-height: 0.7em;
}
#main h1 span {
	font-size: 0.45em;
	font-weight: normal;
}
#main h1 span:before {
	content: "\A" ;
	white-space: pre ;
}
#main h2 {
	font-size:1.4em;
	font-weight:normal;
	padding:0.5em 0 0.5em 1.4em;
	margin:24px 0 14px 0;
	background:url(../images/h2_bg.jpg) no-repeat;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,48,0,0.35);
	letter-spacing: 0.06em;
}
#main h3 {
	position: relative;
	margin: 0 0 10px;
	padding: .75em 0 0.35em;
	font-size:1.15em;
	font-weight:bold;
	border-bottom: 3px solid #CCC;
}
#main h3::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background: #F98A8A;
}
#side {
	width:220px;
	order: 3!important;
}
#side h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#000000;
	text-align:center;
	padding:10px;
	margin:0 0 6px 0;
	background: #FFBA63;
	border: 1px solid #019752;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,48,0,0.35)
}
#sidenav {
	width:100%
}
#sidenav a {
	width:100%;
	padding:8px 6px 8px 23px;
	display:block;
	text-decoration:none;
	background:url(../images/common/sidenav_icon.png) no-repeat 6px center;
	font-size:12px;
	color:#000000;
	border-bottom:dotted 1px #cccccc
}
#bnr {
	width:100%;
	margin: 0 0 20px;
}
#bnr li {
	margin-bottom:10px
}
#bnr li a {
	width:100%;
	display:block;
}
#bnr li a img {
	width:100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#bnr li a:hover img {
	opacity: 0.6;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#center {
	width:10px;
	margin:0 10px 0 0;
	border-right:1px solid #dddddd;
	order: 2!important;
}
#ft {
	margin-top:20px;
	padding:0 ;
	text-align:center;
	background: #FFBA63;
	border-top: 2px solid #009751;
}
#ft_nav {
	background: #E8FFF4;
	border-bottom: 1px solid #009751;
}
#ft_nav ul {
	display:table;
	width:760px;
	height: 50px;
	margin: 0 auto;
}
#ft_nav ul li {
	display:table-cell;
	position:relative;
	z-index:1000;
}
#ft_nav ul li a {
	display:block;
	height: 20px;
	color: #333;
	margin: 15px  0 0;
	padding: 0 0.5em;
	line-height: 1.5em;
	text-align:center;
	text-decoration: none;
	letter-spacing: 0.0em;
	border-right: 1px solid #999;
}
#ft_nav ul li a:hover {
	text-decoration: underline;
}
#ft small {
	display: block;
	padding: 15px 0;
	color: #FFF;
	font-weight: normal;
	font-size: 13px!important;
}
#i_img {
	width: 100%;
	padding: 20px 0;
	background: #E8FFF4;
	border-bottom: 1px solid #ddd;
}
#i_img_con {
	width: 960px;
	margin: 0 auto;
	box-shadow:0px 0px 10px 0px #666;
	-moz-box-shadow:0px 0px 10px 0px #666;
	-webkit-box-shadow:0px 0px 10px 0px #666;
}
#i_news {
	height:300px;
	margin: 0 0 20px;
	overflow:auto
}
#i_news table {
	width:100%
}
#i_news table tr {
	border-bottom:1px dotted #cccccc
}
#i_news table td {
	vertical-align:top;
	font-size:0.9em;
	padding:10px;
	white-space:nowrap
}
#i_news table td:first-child {
	background:url(../images/common/news_icon.gif) 4px 13px no-repeat;
	padding-left:30px;
	width:140px
}
#i_news table td:last-child {
	white-space:normal
}
#page-top {
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:0.9em;
	background:#003300;
	text-decoration:none;
	color:#ffffff;
	padding:20px;
	text-align:center;
	display:block;
	border-radius:5px;
	z-index:10000;
}

.img_box {
	width:720px;
	margin:0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.img_box p {
	width:calc(100% / 2);
	margin:10px 0;
	padding:0!important;
	text-align: center;
}

.publication_list li {
	position: relative;
	list-style: none;
}
.publication_list li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.25em;
	left: -1.3em;
	width: 8px;
	height: 1px;
	background-color: #666;
}

.group_explanation {
	width: 90%;
	margin: 15px auto;
	padding: 10px 15px;
	border:1px solid #FFBA63;
	color:#003300;
	font-weight: bold;
	text-align: justify;
}

#member_staff tr th,
#member_students tr th {
	width: 90px;
}
#member_staff tr td,
#member_students tr td {
	border-right: none;
}
#member_staff tr td:nth-child(2) ,
#member_students tr td:nth-child(2) {
	width: 150px;
}


#member_students02 tr td {
	border-right: none;
}
#member_students02 tr th {
	width: 90px;
}
#member_students02 tr td:nth-child(2) {
	width: 150px;
}

.member_id a {
	padding:3px 5px;
	background:#69F;
	color:#FFF;
	text-shadow:1px 1px 1px #333;
	text-decoration:none;
	font-size:9px;
}
#member_only {
	float:right;
	margin:10px 0 20px;
}
#member_only a {
	display:block;
	padding:10px 15px;
	background:#00763F;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
    border:1px solid #030;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#member_only a:hover {
	background:#FFF;
	color:#030;
	font-weight:bold;
    border:1px solid #030;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#member_only a:before {
	content:">>";
	padding: 0 5px 0 0;
}

#access_map {
	width:480px;
	margin:0 auto 10px;
}
#access_map img {
	width:100%;
}

.album_list {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0!important;
}
.album_list  li {
	width:calc(100% / 2 - 10px);
	margin:10px 5px;
	padding:0!important;
	text-align: center;
	list-style: none;
}
.album_list  li img {
	width:100%;
}