@charset "utf-8";
/* CSS Document */
form {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow-x: hidden;
}
.second_menu {
	position: relative;
}
.second_menu {
	border: 1px solid rgb(242, 242, 242); border-image: none;
}
.second_menu h4 {
	background-position: center center;
	color: rgb(255, 255, 255);
	line-height: 1.6;
	font-size: 1.4em;
	position: relative;
	background-image: url(../images/sec_menu_bg.jpg);
	background-repeat: no-repeat;
	background-color: #3e7ab5;
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.second_menu h4 a{
	color: #FFF;
}
.second_menu h4::first-line {
	text-align: center;
}
.second_menu ul {
	border: 1px solid rgb(216, 216, 216);
	transition:160ms;
	border-image: none;
	height: auto;
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.second_menu ul li + li h5 {
	border-top-color: rgb(216, 216, 216); border-top-width: 1px; border-top-style: solid; 
}
.second_menu ul li h5 {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	background-color: #FFF;
}
.second_menu ul li h5 a {
	display: block;
	padding: 10px;
	line-height: 24px;
	font-size: 1.1em;
	white-space: normal;
	margin: 0px;
}
.second_menu ul li.second_menu_yes h5 a {
	color: #000000;
	background-color: #d6edfa;
}
.second_menu ul li:hover a, .second_menu ul li.second_menu_yes a {
	color: #000000;
	background-color: #d6edfa;
}
.second_menu ul li:hover a:after, .second_menu ul li.second_menu_yes a:after {
  content: "​";
}

.second_menu ul li ul {
	transition:160ms;
	border-image: none;
	height: auto;
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgb(216, 216, 216);
}
.second_menu ul li ul li + li h6 {
	border-top-color: rgb(216, 216, 216); border-top-width: 1px; border-top-style: solid;
}
.second_menu ul li ul li h6 {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.second_menu ul li.second_menu_yes ul li h6 a {
	display: block;
	line-height: 24px;
	white-space: normal;
	margin: 0px;
	background-image: url(../images/icon_dot.png);
	background-repeat: no-repeat;
	background-position: 8px 17px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.second_menu ul li.second_menu_yes ul li h6 a {
	color: #333333;
	background-color: #FBF5E6;
}
.second_menu ul li ul li.three_menu_yes h6 a {
	color: #663300;
	background-color: #FFF7D9;
}
.second_menu ul li.second_menu_yes ul li:hover a, .second_menu ul li ul li.three_menu_yes a {
	color: #663300;
	background-color: #FFF7D9;
}
.second_menu ul li ul li:hover a:after, .second_menu ul li ul li.second_menu_yes a:after {
  content: "​";
}
/* second_menu ul li ul li h6 */
.second_menu ul li ul li h6 a {
	display: block;
	line-height: 24px;
	white-space: normal;
	margin: 0px;
	background-image: url(../images/icon_dot.png);
	background-repeat: no-repeat;
	background-position: 8px 17px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.second_menu ul li:hover ul li {
	color: #333333;
	background-color: #FBF5E6;
}
.second_menu ul li:hover ul li a,.second_menu ul li ul li a {
	color: #333333;
	background-color: #FBF5E6;
}
.second_menu ul li ul li:hover a {
	color: #663300;
	background-color: #FFF7D9;
}

@media (max-width: 768px) {
  .second_menu {
    margin-bottom: 0;
  }
  .second_menu h4 {
    padding-right: 72px;
  }
  .second_menu h4:after {
    content: "​";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background-image: url('../images/sec_menu_right.png');
    background-position: center;
    background-repeat: no-repeat;
  }
  .second_menu h4.is_active:after {
    background-image: url('../images/sec_menu_bottom.png');
  }
  .second_menu h4.is_active + ul {
    height: auto;
  }
  .second_menu ul {
    height: 0;
  }
}
.FCK {
	margin: 0px; padding: 10px; border-radius: 5px; width: 100%; letter-spacing: 1px; clear: right; float: left; box-shadow: 2px 2px 12px -2px rgba(51,51,102,0.5); background-color: rgb(255, 255, 255); -moz-box-shadow: 2px 2px 12px -2px rgba(20%, 20%, 40%, 0.5); -webkit-box-shadow: 2px 2px 12px -2px rgba(20%, 20%, 40%, 0.5);
}
.FCK .title {
	text-align: left;
	color: #3e7ab5;
	line-height: 1.6em;
	font-family: "微軟正黑體";
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-color: #3b81b6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-shadow:2px 2px 3px #FFFFFF;
}
.font_02 {
	text-align: left; color: rgb(51, 51, 51); letter-spacing: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; text-decoration: none;
}
.font_02 a:link {
	color: rgb(51, 51, 51); text-decoration: none;
}
.font_02 a:visited {
	color: rgb(51, 51, 51); text-decoration: none;
}
.font_02 a:hover {
	color: rgb(80, 151, 23);
}
.listOne {
	text-align: left;
	list-style-type: none;
}
.listTwo {
	text-align: left;
	list-style-type: none;
	font-size: 1.25em;
}
.listOne ul {
	padding: 10px 20px;
	display: block;
	list-style-type: none;
}
.listOne li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
.listOne li a:link {
	background-position: left 2px; color: rgb(89, 73, 63); padding-bottom: 5px; padding-left: 24px; font-family: "微軟正黑體"; font-size: 1.2em; text-decoration: none; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: dotted; display: block; background-image: url("../images/icon_arr3.png"); background-repeat: no-repeat;
}
.listOne li a:visited {
	background-position: left 2px; color: rgb(89, 73, 63); padding-bottom: 5px; padding-left: 24px; font-family: "微軟正黑體"; font-size: 1.2em; text-decoration: none; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: dotted; display: block; background-image: url("../images/icon_arr3.png"); background-repeat: no-repeat;
}
.listOne li a:hover, .listOne li a:focus {
	background-position: left 2px; color: rgb(204, 51, 0); background-image: url("../images/icon_arr4.png"); background-repeat: no-repeat;
}
.listOne li ul li a:link {
	background-position: 10px 10px; color: #337ab7; padding-left: 24px; font-family: "微軟正黑體"; font-size: 1em; text-decoration: none; background-image: url("../images/icon_arr5.png"); background-repeat: no-repeat;
}
.listOne li ul li a:visited {
	background-position: 10px 10px; color: #337ab7; padding-left: 24px; font-family: "微軟正黑體"; font-size: 1em; text-decoration: none; background-image: url("../images/icon_arr5.png"); background-repeat: no-repeat;
}
.listOne li ul li a:hover {
	background-position: 10px 10px; color: rgb(204, 51, 0); background-image: url("../images/icon_arr6.png"); background-repeat: no-repeat;
}
.downbtn {
	text-align: center; overflow: hidden; padding-top: 10px; padding-bottom: 10px; padding-left: 35%; clear: both; vertical-align: middle; display: table;
}
.downbtn2 {
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	vertical-align: middle;
	display: block;
}
.listTwo p {
	font-family: "微軟正黑體";
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: table;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	width: 100%;
}
.listTwo .date {
	width: auto;
	color: rgb(0,102,153);
	float: left;
	margin-left: 10px;
}
.listTwo .subject {
	width: auto;
	color: rgb(51, 51, 51);
	font-family: "微軟正黑體";
	font-weight: 400;
	float: left;
	background-image: url(../images/icon_dot.png);
	background-position: 1px 6px;
	padding-left: 18px;
	background-repeat: no-repeat;
}
.listTwo .subject a:link {
	color: rgb(0, 0, 0); text-decoration: none;
}
.listTwo .subject a:visited {
	color: rgb(0, 0, 0); text-decoration: none;
}
.listTwo .subject a:hover {
	color: #CF4200;
}
.FCKdetail {
	padding: 5px; text-align: left;
}
.FCKdetail .subject {
	background-position: -33px;
	padding: 10px;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 1.6em;
	font-weight: 400;
	display: block;
	color: #069;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9CC;
	margin-top: 0px;
	margin-bottom: 0px;
}
.date_font_01 {
	text-align: left; color: #CF4200; clear: left; font-family: Verdana, Arial, Helvetica,sans-serif; font-size: 0.867em; text-decoration: none;
}
.date_font_02 {
	text-align: left; color: rgb(51, 51, 51); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.867em; text-decoration: none;
}
.FCKdetail p {
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1.15em;
}
.FCKdetail img {
	height: auto; max-width: 700px;
}
.FCKdetail img {
  max-width: 100%;
  max-width: 100% !important;
  height: auto;
}
.FCKdetail a:link {
	color: #337ab7; text-decoration: none;
}
.FCKdetail a:visited {
	color: #337ab7; text-decoration: none;
}
.FCKdetail a:hover {
	color: #CF4200;
}
.FCKdetail ol, .FCKdetail ul {margin-top: 0px;margin-right: 0px;margin-bottom: 20px;margin-left: 40px;padding: 0px;}
.FCKdetail ol li, .FCKdetail ul li{margin-top: 0px;margin-right: 0px;margin-bottom: 15px;margin-left: 0px;padding: 0px;}
.FCKdetail table td img {display:block; width:auto; max-width:100%;height:auto;}
.FCKdetail table td ol {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; padding: 0px;}
.FCKdetail table td ul {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; padding: 0px;}
DIV.page {
	font-size: 0.867em;
	COLOR: #084576;
	TEXT-ALIGN: center;
	font-family: "微軟正黑體";
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
DIV.page A {
	PADDING-RIGHT: 7px;
	BACKGROUND-POSITION: 50% bottom;
	PADDING-LEFT: 7px;
	BACKGROUND-IMAGE: url(meneame.jpg);
	PADDING-BOTTOM: 5px;
	COLOR: #317D31;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none;
	border: 1px solid #40a440;
	background-color: #FFF;
}
DIV.page A:hover {
	BACKGROUND-IMAGE: none;
	COLOR: #2b2b2b;
	BACKGROUND-COLOR: #40ac40;
	border: 1px solid #40a440;
}
DIV.page A:active {
	BACKGROUND-IMAGE: none;
	COLOR: #2b2b2b;
	BACKGROUND-COLOR: #40ac40;
	border: 1px solid #40a440;
}
DIV.page SPAN.current {
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	COLOR: #2b2b2b;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #40ac40;
	border: 1px solid #40a440;
}
DIV.page SPAN.disabled {
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	PADDING-BOTTOM: 5px;
	COLOR: #999;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 5px;
	border: 1px solid #999;
	background-color: #EBEBEB;
}
span.classification1 {
	border-radius: 3px;
	background-color: #00AC5A;
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification2 {
	border-radius: 3px;
	background-color: #cf9334;
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification3 {
	border-radius: 3px;
	background-color: #4E94CD;
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification4 {
	border-radius: 3px;
	background-color: #DF759F;
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification5 {
	border-radius: 3px;
	background-color: #FF733E;
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.Attdownload {
	color: #666;
}
.Popular {
	text-align: right;
	width: 100%;
	font-family: "微軟正黑體";
	font-size: 1em;
	display: block;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.Popular a {
	display: inline-block;
	color: #555;
	width: auto;
	line-height: 20px;
	text-align: center;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-radius:5px;
	box-shadow: 2px 2px 6px -2px rgba(51,51,102,0.5);
	border: 1px solid #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: rgba(255, 255, 255, 0.7);
}
.Popular a:focus, .Popular a:hover{color:#dc6d00;text-decoration:underline;background-color: rgba(255,255,204,0.7);
}
.Popular a:hover {
	color: #E54803;
	background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1200px) {
    .navbar-brand .logo{height: 55px; width: 300px;}
	.social-share{display: inline-block;}
	.Popular{display: inline-block;}
}

@media only screen and (max-width:1028px) and (min-width:768px) {
.navbar-brand .logo{height: 55px; width: 300px;}
.social-share{display: inline-block;}
.Popular{display: inline-block;}
}
@media(max-width:767px) {
.navbar-brand .logo{height: 55px; width: 300px;}
.social-share{display: none;}
.Popular{display: none;}
}
@media only screen and (max-width:767px) and (min-width:641px) {
body {
	padding-top: 90px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: "微軟正黑體";
}
.navbar-brand .logo{height: auto; width: 200px;}
.social-share{display: none;}
.Popular{display: none;}
}

@media only screen and (max-width:640px) and (min-width:481px) {
body {
	padding-top: 90px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: "微軟正黑體";
}
.navbar-brand .logo{height: auto; width: 200px;}
.social-share{display: none;}
.Popular{display: none;}
}

@media only screen and (max-width:480px) and (min-width:321px) {
body {
	padding-top: 90px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: "微軟正黑體";
}
.navbar-brand .logo{height: auto; width: 150px;}
.social-share{display: none;}
.Popular{display: none;}
}

@media screen and (max-width:320px) {
body {
	padding-top: 90px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: "微軟正黑體";
}
.navbar-brand .logo{height: auto; width: 150px;}
.social-share{display: none;}
.Popular{display: none;}
}
.JumpMainContent{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.JumpMainContent:active,.JumpMainContent:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.newslist .h3 {
	line-height:2em;
	margin-top:20px;
}
/*20190604以下#1616新增*/
.input-group-btn button {
	height: 34px;
}
.FCKContent{padding:5px;text-align:left;}
@media only screen and (max-width:599px){.img-float-left, .img-float-right{float:none;}
}
@media only screen and (min-width:600px){.img-float-left{float:left;padding-right:10px;padding-bottom:10px;}
.img-float-right{float:right;padding-bottom:10px;padding-left:10px;}
.img-responsive.img-top{display:block;max-width:50% !important;height:auto;text-align:center;padding-bottom:10px;}
.img-responsive.img-down{display:block;max-width:50% !important;height:auto;text-align:center;padding-bottom:10px;padding-top:10px;}
.img-responsive.img-float-right, .img-responsive.img-float-left{display:block;max-width:40% !important;height:auto;}
}

.FCKContent .subject {
	background-position: -33px;
	padding: 10px;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 1.6em;
	font-weight: 400;
	display: block;
	color: #069;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9CC;
}
.FCKContent p {
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1.15em;
}

/*相關圖片*/
#related_pic, #ctl00_CPHolder1_related_pic{MARGIN-TOP:10px;MARGIN-BOTTOM:10px;COLOR:#126805;font-size:1em;line-height:1.7em;font-variant:normal;letter-spacing:1px;background-image:url(../images/icon_related_pictures.png);background-position:8px 8px;background-repeat:no-repeat;padding-left:30px;margin-left:0px;padding-top:5px;padding-right:8px;padding-bottom:8px;clear:both;display:block;}
.related_pic_img{width:100%;text-align:center;display: block; overflow: hidden;}
.related_pic_img ol{display:block;float:left;padding:0px;margin:0px;}
.related_pic_img ol li{display:block;float:left;width:104px;height:64px;border:1px solid #DEDEDE;margin:2px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;}
.related_pic_img ol li a:link{display:block;float:left;width:100px;height:64px;}
.related_pic_img ol li a:visited{display:block;float:left;width:100px;height:64px;}
.related_pic_img ol li a:hover{display:block;float:left;width:100px;height:64px;}
.related_pic_img ol li a:link img{display:table;max-width:98px;height:60px;text-align:center;vertical-align:middle;margin-right:auto;margin-left:auto;}
/*相關連結*/
#related_link, #ctl00_CPHolder1_related_link{
	MARGIN-TOP:10px;
	MARGIN-BOTTOM:15px;
	COLOR:#126805;
	font-size:1em;
	line-height:1.7em;
	font-variant:normal;
	letter-spacing:1px;
	background-image:url(../images/icon_related_links.png);
	background-position:8px 8px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:0px;
	padding-top:5px;
	padding-right:8px;
	padding-bottom:8px;
	clear:both;
	display:block;
}
#related_link a:link, #ctl00_CPHolder1_related_link a:link{color:#3676B7;}
#related_link a:visited, #ctl00_CPHolder1_related_link a:visited{color:#3676B7;text-decoration:none;}
#related_link a:hover, #ctl00_CPHolder1_related_link a:hover{color:#D14905;text-decoration:underline;}
/*檔案下載*/
#AttFile{
	MARGIN-TOP:6px;
	MARGIN-BOTTOM:10px;
	COLOR:#055268;
	font-size: 0.933em;
	font-size:1em;
	font-variant:normal;
	letter-spacing:1px;
	background-image:url(../images/folder.png);
	background-position:8px 10px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:0px;
	background-color:#F9F9F9;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:0px;
	clear:both;
	border: 1px solid #f5f5f5;
}
#AttFile p {
	margin-top: 2px;font-size:1em;
	margin-bottom: 8px;
}
#AttFile img{margin-right:4px;}
#AttFile a:link{color:#3676B7;text-decoration:none;}
#AttFile a:visited{color:#3676B7;text-decoration:none;}
#AttFile a:hover{color:#D14905;}
#AttFile a:focus{color:#D14905;}
a:focus{outline: 2px solid #f8b71b; outline-offset: -2px; }

/*button的focus*/
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline-style: solid;
	outline-color: #FC0;
	outline-width:3px;
	outline-offset:-3px;
}
input[type="text"]:focus {
    background:#fff7b6;
}
input[type="checkbox"]:focus ,
input[type="radio"]:focus {
  background:#9fffff;
  outline-style: solid;
	outline-color: #FC0;
	outline-width:3px;
	outline-offset:-3px;
}
input[type="search"] :focus {
    background:#fff7b6;
}
select:focus,
textarea:focus {
    background:#fff7b6;
}
.btn-default:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {
    outline-style: solid;
	outline-color: #FC0;
	outline-width:3px;
	outline-offset:-3px;
}
.navbar-header h1{padding:0;margin:0;}