@charset "utf-8";
@import url(reset.css);
@import url(nav.css);
@import url(search.css);

/*----------------------------------------------------- */
body {
	background:#eee;
}

	
.accesskey{
	color:#FFF;
	text-decoration:none;
	}
	

#wrap {
	width:90%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.indexbg {
	background-image:url(../img/bg01.png);
	background-repeat:no-repeat;
    background-position: top;
	background-size: 100%;
	min-width:320px;
	max-width:1440px;
}
.white{
	background-color:#fff;
}
.seprate-line{border-bottom:1px solid #c6c6c6; margin:20px 0;}

/*----------------------------------------------------- Header*/
header {
	width:100%;
	height:90px;
}
header .logo {
	width:30%;
	max-height:80px;
	float:left;
	z-index:999px;
}
header .logo img {
	margin:10px;
	width:30vw;
	max-width:460px;
}
#fast-link {
	width:53%;
	letter-spacing:1px;
	height:40px;
	text-align:right;
	position:absolute;
	background: linear-gradient(177deg, rgba(243, 245, 245, 1)100%, rgba(200, 200, 200, 0.8)100%); 
    background: -moz-linear-gradient(177deg, rgba(243, 245, 245, 1)100%, rgba(200, 200, 200, 0.8)100%); 
    background: -webkit-linear-gradient(177deg, rgba(243, 245, 245, 1)100%, rgba(200, 200, 200, 0.8)100%); 
    background: -o-linear-gradient(177deg, rgba(243, 245, 245, 1)100%, rgba(200, 200, 200, 0.8)100%); 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	top:40px;
	right:20px;
	box-shadow: 5px 5px 22px 1px #666666;
    -webkit-box-shadow: 5px 5px 22px 1px #666666;
    -moz-box-shadow: 5px 5px 22px 1px #666666;
    -o-box-shadow: 5px 5px 22px 1px #666666;
}
#fast-link ul {
	padding:8px 5px 0 0;
}

.linkphoto{
	position:absolute;
	margin-top:-8px;
	right:60px;
}
.linkphoto1{
	position:absolute;
	margin-top:-8px;
	right:170px;
}

#fast-link ul li {
	display:inline-block;
	margin-right:10px;
	text-align:center;
	font-size:0.8em;
}

#fast-link .sp{
	margin-left:40px;
}

#fast-link .infomation {
	position:absolute;
	background-color:#369;
	padding:12px 15px;
	font-size:0.95em;
	left:3%;
box-shadow: 3px 3px 5px 1px #666666;
-webkit-box-shadow: 3px 3px 5px 1px #666666;
-moz-box-shadow: 3px 3px 5px 1px #666666;
-o-box-shadow: 3px 3px 5px 1px #666666;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background: linear-gradient(176deg, #FFB919 100%, #FF9D3B 100%); 
background: -moz-linear-gradient(176deg, #FFB919 100%, #FF9D3B 100%); 
background: -webkit-linear-gradient(176deg, #FFB919 100%, #FF9D3B 100%); 
background: -o-linear-gradient(176deg, #FFB919 100%, #FF9D3B 100%); 
}

#fast-link .infomation a{
	color:#000;
	font-weight:bold;
}


#fast-link ul li a {
	 color:#666;
	 font-weight:bold;
}

.select{
	color:#999;
	font-size:0.7em;}

/*----------------------------------------------------- Main */

#main-content {
	width:73%;
	float:right;
}

/*----------------------------------------------------- Page title */
#page-title {
	width:98%;
	margin:10px auto 25px;
	padding:0 10px 10px;
	border-bottom:1px solid #b5b5b6;
}

#page-title span {
	height:30px;
	line-height:30px;
	font-size:1.2em;
	display:inline-block;
	padding:0 10px;
	border-left:5px solid #7f1084;
}

/*----------------------------------------------------- Footer */
footer {
	width:100%;
    height:auto;
	overflow:hidden;
    margin-top:15px;
	padding:10px 20px;
	position:relative;
}
footer .logo {
	width:30%;
	margin:auto;
}
footer .logo img {
	width:25vw;
	max-width:300px;
}

footer .txt {
	width:50%;
	margin:auto;
	text-align:center;
	color:#448db0;
}
footer .txt a{
	color:#448db0;
}

#ftbanner{
	width:80%;/*update100%;*/
	position:relative;/*add*/
	left:10%;/*add*/
	margin:10px 0px;}
	
#ftbanner .banner{
	width:18%;
	margin-top:1.5%;
	margin-left:1.5%;
	float:left;
	cursor:pointer;}
	
#ftbanner .banner img{
    height:60px;/*add*/
	width: 100%;
	}

footer .share {
	text-align:right;
	margin-top:16px;
	float:right;
}
footer .share img{
	width:100%;
}

footer .line {
	border-bottom:1px solid #eee;
	clear:both;
}
footer .contact {
	font-size:0.8em;
	font-weight:bold;
    color:#666;
	line-height:22px;
    letter-spacing:1px;
	margin:20px 0;
}

footer .contact .txt1{
	width:70%;
	margin:auto;
}
footer .contact a {
	color:#333;
}
footer .bg {
	bottom:10px;
	width:90%;
	margin:auto;
	font-size:0.4em;
	text-align:center;
	padding-top:20px;
    color:#333;
}

/*----------------------------------------------------- Page */
.page{margin-bottom:15px;}
.page a.prev{height:25px; color:#4a9db8; display:block; float:left;}
.page a.next{height:25px; color:#4a9db8; display:block; float:right;}

/*----------------------------------------------------- path */
.path{
	color:#666;
	font-size:0.75em;
	padding-left:15px;
	padding-top:20px; /*20180907 add*/
}
	
.path a{
	color:#333;
	text-decoration:underline;}
	
.path a:hover{
	color:#000;
	text-decoration:none;
	}

.about{
	background-color:#ffffff;
	width:100%;
	padding:0px 15px;

	}
	
.about img{
	width:100%;

	}
	
.about h2{
	font-size:0.875em;
	font-weight:bold;
	color:#0B5375;
	margin-top:15px;
	padding-bottom:5px;
	border-bottom:#ddd 1px solid;}	
	
.left{
	float:left;
	width:45%;
	}
.left img{
     width:100%;
	 margin-top:12px;
	}
	
.leftphoto{
	float:left;
	width:32%;
	margin-left:1.1%;
	}
.leftphoto img{
     width:100%;
	 margin-top:12px;	 
	max-height:320px;
	}

.right{
	float:right;
	width:53%;
	padding:0 10px 10px 10px;
	font-size:0.875em;
	color:#333;
	line-height:33px;
	}
.right ul{
   list-style-type:square;
	}
	
.right p{
	color:#933;
	font-weight:bold;
	margin-left:-20px;
	margin-top:5px;
	}
.right li{

	}
	
.blue{
	color:#069;
	font-weight:bold;}
	
.blue01{
	color:#09C;
	font-weight:bold;}
	
.grayline{
	width:100%;
	padding-top:10px;
	padding-bottom:1px;
	margin:auto;
	border-top:#ddd 1px solid;}

/*-------------------College_list學術單位-------------------*/
#College_list{
	width:100%;
	margin:auto;
	padding:10px 0;
	line-height:30px;}
	
#College_list .ti{
	width:100%;
	color:#933;
	font-weight:bold;}
	
#College_list .icon{	
    margin-right:1.5%;
	margin-bottom:20px;
	margin-top:10px;
	float:left;
	cursor:pointer;}
	
#College_list .table{	
    width: 78%;
	color:#021;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	font-family: "標楷體";
	padding: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
	float: left;
	border-style: dotted;
	border-width: 2px;
	line-height: 30px;
}
#College_list table a:hover{	
	color: #00F;
}

	
#College_list .icon a {
	text-decoration:none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	width:18%;
	margin:auto;
	color:#000;
	text-align:center;
	padding:10px 20px;
	font-size:0.875em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
background: #f1e767; /* Old browsers */
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */}

#College_list .icon a:hover{
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eda602+0,e57f02+100 */
background: #eda602; /* Old browsers */
background: -moz-linear-gradient(top, #eda602 0%, #e57f02 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eda602 0%,#e57f02 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eda602 0%,#e57f02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda602', endColorstr='#e57f02',GradientType=0 ); /* IE6-9 */
}

.gybg{
	background-color:#F4F4F4;
	overflow:hidden;}
	
#College_list a.iconblue{	
    margin-right:1.5%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	float:left;
	text-decoration:none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;color:#fff;
	text-align:center;
	padding:5px 20px;
	font-size:0.875em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0dabdb+2,5e8cba+99 */
background: #0dabdb; /* Old browsers */
background: -moz-linear-gradient(top, #0dabdb 2%, #5e8cba 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0dabdb 2%,#5e8cba 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0dabdb 2%,#5e8cba 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dabdb', endColorstr='#5e8cba',GradientType=0 ); /* IE6-9 */
}
	

#College_list a:hover.iconblue {
	color:#000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deefff+0,98bede+100;Blue+3D+%2310 */
background: #deefff; /* Old browsers */
background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #deefff 0%,#98bede 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #deefff 0%,#98bede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
}
	
	
.blueicon{
	float:right;
	margin-top:15px;
	text-align:center;
	}
	
.blueicon a{
     text-decoration:none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width:18%;
	margin:auto;
	color:#fff;
	text-align:center;
	padding:5px 20px;
	font-size:0.875em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63b6db+0,309dcf+100;Blue+3D+%234 */
background: #63b6db; /* Old browsers */
background: -moz-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #63b6db 0%,#309dcf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #63b6db 0%,#309dcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=0 ); /* IE6-9 */
	}
	
.blueicon a:hover{
	color:#069;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f9fe+0,d6f0fd+100;White+3D+%232 */
background: #f2f9fe; /* Old browsers */
background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f9fe 0%,#d6f0fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
	}
	
	
/*----------------------------------------------------- 德明頭條*/

.width16{
	width:16.6%}

.width25{
	width:24.5%}
.width50{
	width:50%;}
	
.rightnew{
	float:right;
	text-align:right;
	padding:10px 25px;
	font-size:0.875em;
	color:#333;
	line-height:33px;
	}
	
table.blueTable {
  margin:auto;
  border: 1px solid #1C6EA4;
  margin-top:15px;
  background-color: #EEEEEE;
  width: 95%;
  text-align: left;
  line-height:30px;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 5px;
}
table.blueTable tbody td {
  font-size: 0.82em;
}
table.blueTable tr:nth-child(even) {
  background: #eaf5ff;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
}
table.blueTable thead th {
  font-size: 0.94em;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 1px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 0.875em;
  font-weight: bold; /*粗體*/
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 1px solid #444444;
}
table.blueTable tfoot td {
  font-size: 0.875em;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
	
	
/*----------------------------------------------------- media(RWD) iphone*/
@media only screen and (max-width: 990px) {
	#wrap {
		width:90%;
	}
	#fast-link {
		width:100%;
		padding-left:25%;
		height:50px;
		position:fixed;
		top:auto;
		right:auto;
		bottom:0px;
		z-index:30;
		background:#eee;
	}
	#fast-link ul {
		width:100%;
		height:60px;
		padding-top:8px;
		overflow:hidden;
	}
	#fast-link ul li {
		width:28%;
		display:block;
		float:left;
		margin-right:0px;
	    border-left:1px #CECECE dashed;
	}
	#fast-link ul li:nth-of-type(1) {
		border-left:0px;
	}
	#fast-link ul li a {
		width:90px;
		height:15px;/*~~~~20180906upate */
		display:block;
		margin:0 auto;
		font-size:0.8em;
		font-weight:normal;
		padding-top:2px;/*~~~~20180906upate 10px;*/
		color:#333;
		text-align:center;
		text-decoration:none;
		background-repeat:no-repeat;
		background-position:center 2px;
		background-size:26px 26px;
	}
	.linkphoto{
		display: none;
}		
	.linkphototxt{ /*20180906 add*/
		display: none;
}
.linkphoto1{
	display:none;
}
}

@media only screen and (max-width: 768px) {
	#wrap {
		width:100%;
		min-height:100%;
	}
	header {
		height:60px;
		border-bottom:1px solid #999;
		position:fixed;
		top:0px;
		z-index:30;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,eeeeee+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	}
	header .logo {
		width:90%;
		padding-left:60px;
		top:-5px;
		position:absolute;
	}
	header .logo img {
		width:auto;
		height:50px;
	}
	
	#main {
		position:relative;
		margin:50px 0;
		z-index:1;
	}
	
    footer .txt {
	width:90%;
	font-size:0.8em;
    }
	
   footer .contact .txt1{
	width:90%;
	font-size:0.85em;
}
    footer .logo img {
	width:40vw;
	max-width:300px;
     }

   #ftbanner{
	width:80%;
	margin:10px 0px;}
	
   #ftbanner .banner{
	width:48%;
    }
	#page-title {
		width:100%;
		height:40px;
		text-align:center;
		margin:0 auto 10px;
		padding:0;
		border-bottom:1px solid #b5b5b6;
		background:#eeeeee;
	}
	#page-title span {
		display:inline;
		border-left:0;
		padding:0;
		line-height:40px;
	}

	#main-content {
		width:100%;
		float:none;
		padding-bottom:10px;
	}
	.page a.prev{margin-left:60px;}
	.page a.next{margin-right:60px;}
	#toTop {
		z-index:50;
		right:10px !important;
		bottom:70px !important;
	}
}

@media only screen and (max-width: 320px) {
	header .logo {
		padding-left:21px;
	}
}
