@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	line-height:1.6em;
	background-color:#FFF;
	font-family:微軟正黑體;
	word-wrap: break-word;
word-break: break-all;
}
i {
	padding:0 4px;
}
/*-----header start --*/
h2 {
	color:#0066CC !important;
	text-align:center;
	margin:10px 20px 0px 20px;
	padding:10px 0;
	border-bottom:3px #12bec8 solid;
	clear:both;
}
	@media (max-width: 768px) {
	h2 {
	margin:20px 20px 0px 20px;
	padding-top:20px;
	}
	}
.download {
	float:right;
	margin-right:15px;
	color:#006699;
	font-size:15px;
}
.download label {
	padding-right:4px;
}
.form-set {
	height: 34px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.major ul {
	padding:0;
	margin:0;
}
.major ul li {
	float:left;
	list-style:none;
	padding:4px 6px;
	border:#bed9f4 1px solid;
	border-radius:4px;
	margin:-10px 0 10px 10px;
	color:#666666;
}
.major ul li a {
	margin-left:4px;
}
@media (max-width: 468px) {
.major ul {
	margin:0;
}
.major ul li {
	padding:4px 6px;
	margin:-10px 0.1% 10px 0.1%;
	font-size:13px;
	width:33.1%;
	text-align:center;
}
.major ul li a {
	display:inline-block;
	margin-left:0;
}
}
/*-- header end ---*/
/*---- left ------*/

.navbar-brand {
	height:100px !important;
}
.logo {
	margin:0 auto;
	text-align:center;
}
.logo img {
	margin:4px auto;
	width:50px;
}
	@media (max-width: 768px) {
		.navbar-brand {
	height:auto !important;
}
		.logo {
			margin:0;
			float:left;
		}
		.logo img {
			float:left;
			margin:0;
			width:22px;
			padding-right:4px;
		}
	}
/*----- left end ------*/
.content {
	margin:20px;
	background-color:#edf4f3;
	padding:20px;
	border-radius:15px;
	box-shadow:0 1px 7px rgba(0,0,0, .2);
	font-size:15px;
	overflow:auto;
}
.contentb {
	margin:20px;
	background-color:#FFF;
	padding:20px;
	border-radius:15px;
	box-shadow:0 1px 7px rgba(0,0,0, .2);
}
.content p {
	padding:0;
	margin:0;
}
ul.contact-list {
	padding:0;
	margin:10px 0 0 0;
}
ul.contact-list li {
	padding:2px 8px;
	margin:0;
	list-style:none;
}
ul.contact-list li:hover {
background-color:#e4f2f5;
border-radius:6px;
}
ul.contact-list li i {
	color:#0099CC;
	margin-right:5px;
}
ul.contact-list li a {
	color:#006699;
	text-decoration:none;
}
ul.contact-list li a:hover {
	text-decoration:underline;
	color:#FF3300;
}
.main {
	margin:10px;
}
.main a {
	color:#006699;
	text-decoration:none;
}
.main a:hover {
	color:#FF3300;
	text-decoration:underline;
}
.gotop {
	text-align:center;
}
.gotop a {
	color:#CCCCCC;
}
.gotop a:hover {
	color:#0099CC;
}
h3 {
	color:#006699 !important;
	border:1px solid #b7cac8;
	padding:6px;
	width:30%;
	text-align:center;
	border-radius:6px;
	margin:0 20px;
}
@media (max-width: 768px) {
	h3 {
		width:96%;
		margin:0 auto;
	}
}
h4 {
	color:#008189;
}
h4.zonetitle {
	background-color:#35b1c9;
	width:20%;
	text-align:center;
	padding:5px;
	margin:10px 20px 0 20px;
	color:#FFF;
	border-radius:6px 6px 0 0;
}
ul.tablemenu {
	margin:10px 20px;
	padding:0;
}
ul.tablemenu li {
	padding:0;
	margin:0;
	list-style:none;
}
ul.tablemenu li a {
	background-color:#e6f1f3;
	border-left:#FFF 1px solid;
	border-bottom:#71cbdd 3px solid;
	float:left;
	width:9%;
	text-align:center;
	padding:10px 0;
	display:block;
	color:#017389;
}
ul.tablemenu li a:hover {
	background-color:#35b1c9;
	color:#FFF;
	text-decoration:none;
}
@media (max-width: 468px) {
ul.tablemenu li a {
	width:25%;
}
}
ol.listpoint {
	margin:10px;
}
.zoneboard {
	border-radius:0 6px 6px 6px;
	border:#f8fbfb 1px solid;
	padding:20px;
	box-shadow:0 1px 4px rgba(0,0,0, .3);
	background-color:#f8fbfb;
	margin:0 20px;
}
.mark {
	color:#FF3300;
}
.mark-blue {
	color:#0092b7;
}
.title-a {
	color:#006699;
	margin-left:20px;
	margin-top:10px;
}
.table-month {
	width:96%;
	margin:0 2%;
}
.table-month td, .table-month th {
	padding:4px;
	border-bottom: 1px solid #ddd;
}
.table-month tr:hover  {
	background-color:#e4e4e4;
}
.table-month tr:nth-child(even) {
	background-color: #f2f2f2
	}
.table-month .tableheader {
	background-color:#13bea8;
	text-align:center;
	color:#FFFFFF;
}
/*---先賢行跡采風------*/
.newstitle {
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#006bb6;
	padding:10px;
}
.newdata {
	text-align:center;
	background-color:#d9e1e0;
	padding:2px 6px;
	width:40%;
	float:right;
	border-radius:20px;
	margin-bottom:20px;
	margin-right:20px;
}
@media (max-width: 468px) {
.newdata {
	width:96%;
	margin:2%;
	float:none;
}
}
h4.expre-title {
	clear:both;
	text-align:center;
	border-top:1px solid #88b6b4;
	border-bottom:1px solid #88b6b4;
	margin:5px 20xp;
	padding:10px;
}
.expre-data {
	background-color:#ebf2f2;
	margin:4px 10px;
	font-size:12px;
	display:inline-block;
	float:right;
	clear:both;
}
.clear {
	clear:both;
}
.maga-content {
	margin:0 auto;
	text-align:center;
}
.maga-content img {
	box-shadow:0 4px 4px rgba(0,0,0, .3);
	margin:1% auto;
}
.maga-content p {
	text-align:left;
	font-family:微軟正黑體;
	padding:5px 30px;
	line-height:1.6em;
	font-size:13pt;
}
.maga-content .photo {
	margin-right:10px;
	padding:5px;
}
/*---jobs--*/
.service-board {
	background-color:#edf4f3;
	padding:20px;
	border-radius:15px;
	box-shadow:0 1px 7px rgba(0,0,0, .2);
	margin:0 20px;
	
}
.service-table {
	width:96%;
	margin:2% 2%;
	padding-top:10px;
}
.service-table td {
	padding:10px 10px 20px 10px;
	border-bottom:#CCCCCC 1px solid;
}
.service-table td:hover {
	background-color:#dcf0ef;
	border-radius:8px;
}
.service-table tr:nth-child(even) {
	background-color: #f2f2f2
	}
h4.service-title  {
	color:#00788e;
	border-bottom:#5a909a 2px solid;
	display:inline-block;
	padding:4px 8px 4px 8px;
	margin:0 0 10px 0;
	font-size:18px;
}
.service-tag {
	background-color:#FFF;
	border-radius:6px;
	color:#006f6b;
	padding:2px 6px;
	margin:6px 0;
}