/* CSS Document 
CSS Hack
background:red \9;   IE8網頁背景變紅色
*background:green;   IE7網頁背景變綠色
_background:blue;    IE6網頁背景變藍色
*/
/* 網頁預設文字顏色，一定要是黑色，不要修改，其他要使用顏色另外自訂 */
html {
		overflow-x: hidden;/*禁止x捲軸*/
	}
/*body,td,th {
	color: #000;
	font-size: 0.938rem; 
	line-height: 1.6;
	font-family: "微軟正黑體", "Open Sans", sans-serif,Verdana, Geneva, sans-serif,"新細明體";
}*/

body,td,th {
	color: #000;
	font-family: "微軟正黑體", "Open Sans", sans-serif,Verdana, Geneva, sans-serif,"新細明體";
	margin: 0;
    font-size: 0.938rem; 
    line-height: 2;
    font-weight: 300;
	/* 文字左右對齊 */ 
	text-align:justify;
	text-justify:inter-ideograph;
}

/*li {list-style-type:none;} /*去除li黑點*/

p, td, li, label {
    font-size: 1.07em; 
    line-height: 2;
    font-weight: 300;
}

/*反白文字、背景顏色*/
::-webkit-selection {
    background: #000; /*9bcdd7、16aafe、ffa2c6*/
	color: #fff;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
/*反白文字、背景顏色*/

/* 預設網頁超連結顏色設定 */
a:link,a:active,.input,#submit { 
    text-decoration: underline; 
	color : #000;
	font-family: "微軟正黑體",Verdana, Geneva, sans-serif,"新細明體";
	/*移除超連結外框線*/
	/*outline: none; /* Firefox,Chrome 
	hlbr: expression(this.onFocus=this.blur()); /* IE */
}

a:hover { 
	text-decoration: underline; 
	font-family: "微軟正黑體",Verdana, Geneva, sans-serif,"新細明體";
	/*color : #FFED00; */
	/*移除超連結外框線*/
	/*outline: none; /* Firefox,Chrome 
	hlbr: expression(this.onFocus=this.blur()); /* IE */
}

a:visited {
    text-decoration: underline; 
	color : #333333;
	font-family: "微軟正黑體",Verdana, Geneva, sans-serif,"新細明體";
}

/* ****************無障礙，超連結外框線**************** */
a:focus {
    border: 2px dotted rgb(255, 80, 44);
	display: inline-block;
	outline: none;
	hlbr: expression(this.onFocus=this.blur()); 
}
.search_ap_Div input:focus { background-color: yellow;border: 2px dotted rgb(255, 80, 44);} 
#footer a:focus { border: 2px dotted rgb(255, 255, 255);} 
#footer input:focus { background-color: yellow;border: 2px dotted rgb(255, 80, 44);} 
#footer textarea:focus { background-color: yellow; }
/* ****************無障礙，超連結外框線**************** */

.w_white {color : #FFF;}
.w_white a:link {color:#fff;}
.w_white a:visited {color:#fff;}
.w_white a:hover {/*color: #FFED00;*/}  

.td_height_5 {height:5px; clear:both;}
.td_height_8 {height:8px; clear:both;}
.td_height_10 {height:10px; clear:both;}
.td_height_20 {height:20px; clear:both;}

.w_bold {
	font-weight:bold;
	}
.w_12 {
	font-size:0.75em;
	}
.w_15 {
	font-size:0.938rem;
	}
.w_18 {
	font-size:1.125rem;
	}
.w_20 {
	font-size:1.250rem;
	}
.w_red {
	color:#f00;
	}
.w_black {
	color:#000;
	}
.w_pink {
	color:#ef5f96;
	}
.w_bold {
	font-weight:bold;	
	}

.fb_tips {
	clear:both;
	background-color:#EFEFEF;
	padding:1px 8px;
	border-radius:10px;
	font-size:0.938rem;
	margin-bottom:5px;
	}
.fb_tips2 {
	clear:both;
	background-color:#f00;
	color:#fff;
	padding:1px 8px;
	border-radius:10px;
	font-size:0.938rem;
	}

.w_bt {
	width: 10rem;
	background-color: #ef5f96;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 5px 8px 5px 20px ;
	letter-spacing: 5px;
	font-size:1.125rem;
	}
	
.w_bt a:link {color: #fff;}
.w_bt a:visited {color: #fff;}
.w_bt a:hover {color: #fff;}  
	
.inputstyle {
	border: 0px;
	background-color: #f5f5f5;
	width: 235px;
	height: 32px;
	padding-left: 38px;
	padding-right: 5px;
	background-image: url(images/bt_search.gif);
	background-position: 15px 8px;
	background-repeat: no-repeat;
	color:#7c7c7c;
	font-size:0.750rem;
	/*
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	*/
}


/*----新聞內容與圖片---------------------*/
#main {
	background-color:#f9f9f9;
	}
#main_main_title1 {
	border-bottom: 2px solid #dedede;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	height:auto;
	overflow:hidden;
	}
#main_main_content {
	clear: both;
	line-height: 185%;
    letter-spacing: 0;
	font-size:0.938rem;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	text-align: justify;
	}
#main_main_content_pic1 {
	background-color: #ef5f96; /*ffd801、0598dd*/
	color:#fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width:150px;
	}
#main_main_content_pic2 {
	padding: 5px 0px 5px 5px;
	border: 2px solid #ef5f96; /*ffd801、0598dd*/
	height:auto;
	overflow:hidden;
	}
.pic_border1 {
	padding: 3px;
	border: 1px solid #CCC;	
	}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  .video-container object,  .video-container embed,  .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-container {
	position: relative;
	padding-bottom: 45.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.map-container iframe,  .map-container object,  .map-container embed,  .map-container map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#showmember {
	height: 100%;
	overflow:hidden;
	}
#showmember1 {
	height:450px;
	width: 200px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	}
#showmember2 {
	height:450px;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	float:left;
	}
#shareBtn {
	background-color:#4267b2; 
	margin-right:5px; 
	border:0px; 
	width:40px; 
	height:20px; 
	padding:0; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
/*----新聞內容與圖片---------------------*/


/* 科系更多新聞欄位、討論區表格底線和文字設定 */
.forumtd_line {
    border: 1px solid #9e9e9e;
	color: #000000;
	height: 30px;
	line-height: 18px;
	padding: 5px;
}
.forumtd_line a:link {text-decoration: none;} 
.forumtd_line a:visited {text-decoration: none;} 
.forumtd_line a:hover {text-decoration: underline;} 
.sticky {
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color:#FFF;
	background-color:#eeb300;
	margin-left:6px;
	margin-right:6px;
	} 


/*下面是給分頁樣式用*/
.nav {
	POSITION: relative; WIDTH: 100%; FLOAT: left
}
.lw-bottom LI {
	TEXT-ALIGN: center; PADDING-BOTTOM: 8px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; DISPLAY: block; FONT-FAMILY: Arial, Helvetica, sans-serif; FLOAT: left; HEIGHT: 18px; COLOR: #8a8989; FONT-SIZE: 0.875em; FONT-WEIGHT: bold; PADDING-TOP: 10px;margin-bottom:30px;
}
.lw-bottom LI A {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 6px; PADDING-LEFT: 9px; PADDING-RIGHT: 9px; DISPLAY: block; COLOR: #1e5d90; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; PADDING-TOP: 6px;margin-bottom:30px;
}
.lw-bottom LI A:hover {
	TEXT-DECORATION: underline;margin-bottom:30px;
}
.lw-bottom LI.selected A {
	BACKGROUND: url(images/selected.gif) no-repeat; COLOR: #ffffff; FONT-SIZE: 0.875em; OVERFLOW: hidden;margin-bottom:30px;
}
.lw-bottom LI.selected A:hover {
	COLOR: #ffe71b;margin-bottom:30px;
}
/*下面是給分頁樣式用結束*/	


/*--本版專用，不需保留------------------------------------------------------------*/
#footer ul li {
	color:#fff;
	font-size: 1rem;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	}
#footer ul li a:link {color:#fff;font-size: 1rem;text-decoration:none;}
#footer ul li a:visited {color:#fff;font-size: 1rem;text-decoration:none;}
#footer ul li a:hover {color: #fff;font-size: 1rem;text-decoration:none; background-color:#000000;border:dashed 0px #000000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 5px 15px 5px 10px;
} 

.search_ap_Div {	
     position:absolute; z-index:100; right:0px; top:90px; padding:0 15px 0 0
}
.input_style1 {
	width:150px;
	height:30px;
	/*修改，刪除字級13*/
	background-image:#fff;
	border:solid 1px #414141;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	margin-right:10px;
	padding:0 10px 0 10px;
	outline: none; /* Firefox,Chrome */
    hlbr: expression(this.onFocus=this.blur()); /* IE */
	background-image: url(images/bt_search.gif);
	background-position: 90% 8px;
	background-repeat: no-repeat;
	}
.input_style2 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	height:30px;
	margin-bottom:5px;
	}
.index_video_arrow { color:#fff; font-size:24px; text-decoration:none;}
/*--本版專用，不需保留------------------------------------------------------------*/

