﻿* {
	box-sizing: border-box;
	text-decoration: none;
}

a:focus{
	border-style: solid;
	border-width: 1px !important;
	border-color: #c7ddef;
}

html {
	font-size: 62.5%
}
body {
	font-size: 1.5em;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體";
}
img {
	max-width: 100%;
}

A.sitemap{
	color: #666;
	text-decoration: none;
}
A.sitemap:visited {
	color:  #333333;
	text-decoration: none;
}

A.sitemap:hover {
	color: red;
	text-decoration: none;
}

/*for意見管理*/
#mytable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
#mytable>tbody>tr>td, #mytable>tbody>tr>th, #mytable>tfoot>tr>td, .table>tfoot>tr>th, #mytable>thead>tr>td, #mytable>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px solid #C1DAD7;
}

#mytable td {
	padding: 6px 6px 6px 12px;
}

#mytable th {
	padding: 6px 6px 6px 12px;
	font-weight: inherit;
	text-align: left;
}

#mytable tr td input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 0.875em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#mytable tr td textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 0.875em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*意見管理 end*/

#topmenu {
	width: 100%;
	position: fixed;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2ebeb+5,ffffff+95,ffffff+95 */
	background: #d2ebeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2ebeb 5%, #ffffff 95%, #ffffff 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d2ebeb 5%,#ffffff 95%,#ffffff 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d2ebeb 5%,#ffffff 95%,#ffffff 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #98d0d1;
	height: 85px;
	top: 0px;
}
#topmenu #hudborder {
	height: 85px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #38aae8;
}


#topmenu #top_hud {
}
#topmenu #top_hud #linkdiv {
	display: block;
	line-height: 1em;
	float: left;
}

#topmenu #top_hud #linkdiv a {
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
	display: inline-table;
	margin-right: -10px;
}

#topmenu #top_hud #searchdiv {
	display: block;
	line-height: 1.5em;
	text-align: right;
	margin-right: 25px;
	padding-bottom: 10px;
}
#maindiv {
	margin-top: 85px;
	position: absolute;
	z-index: -1;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#maindiv #banner_bg {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007bff+0,dbe8f8+64,83cced+64,83cced+65,83cced+100 */
	background: #007bff; /* Old browsers */
	background: -moz-linear-gradient(top,  #007bff 0%, #dbe8f8 64%, #83cced 64%, #83cced 65%, #83cced 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #007bff 0%,#dbe8f8 64%,#83cced 64%,#83cced 65%,#83cced 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #007bff 0%,#dbe8f8 64%,#83cced 64%,#83cced 65%,#83cced 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#83cced',GradientType=0 );
	z-index: -3;
}

#maindiv #banner_bg #banner_cont {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
}
#maindiv #content_bg {
	background-image: url(../images/radius_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#maindiv #content_bg #main_content {

	width: 99%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding-right: 0.5%;
	padding-left: 0.5%;
	padding-top: 1%;
	}
#maindiv #content_bg #top4link {
	position: relative;
	top: -15px;
	margin-bottom: -10px;
}


#maindiv #content_bg #top4link .pic_text {
	display: inline-block;
	width: 23.6%;
	text-align: center;
	margin-top: 2%;
	margin-right: 0.2%;
	margin-bottom: 0%;
	margin-left: 0.4%;
	text-decoration: none;
}
#maindiv #content_bg #site_title {
	position: relative;
	top: -30px;
	margin-bottom: -10px;
	border: 5px solid #6dcfff;
	font-size: 1.5em;
	color: #FFF;
	background-color: #5dacff;
	padding: 8px;
	width: 100%;
	text-align: center;
	-moz-box-shadow: 0px 2px 8px #666666;
	-webkit-box-shadow: 0px 2px 8px #666666;
	box-shadow: 0px 2px 8px #666666;
}
.box_bg {
	padding: 0.9%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.75+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 2px 8px #666666;
	-webkit-box-shadow: 0px 2px 8px #666666;
	box-shadow: 0px 2px 8px #666666;

}
.box_radius {
	border-radius: 7px;

}


#maindiv #content_bg #top4link .pic_text .top4link_text {
	width: 100%;
	background-color: #ffb900;
	color: #333;
	margin-top: 3.5%;
	margin-bottom: 0px;
	border-radius: 3px;
	font-size: 1em;
}

#maindiv #content_bg #top4link .pic_text .top4link_text:hover {
	background-color: #FF3300;
	color: #FFF;
}
#maindiv #content_bg #med2area {
	font-size: 1em;
	line-height: 1.8em;
	overflow: hidden;
}
#maindiv #content_bg #med2area .new_area {
	display: inline-table;
	width: 99%;
	margin-top: 2%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
	margin-left: 0.4%;
	height: inherit;
}

#maindiv #content_bg #med2area .new_area2 {
	display: inline-table;
	width: 48.6%;
	margin-top: 2%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
	margin-left: 0.4%;
	height: inherit;
	text-align: center;
}
#maindiv #content_bg #med2area .new_area3  {
	display: inline-table;
	width: 99%;
	margin-top: 2%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
	margin-left: 0.4%;
	height: inherit;
	text-align: center;
}

#maindiv #content_bg #med2area h3 {
	font-size: 1.1em;
	border-radius: 10px 10px 0px 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#maindiv #content_bg #med2area h2 {
	font-size: 1.1em;
	border-radius: 10px 10px 0px 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#maindiv #content_bg #med2area .area_color1 {
	background-color: #ffb900;
}

#maindiv #content_bg #med2area .area_color2 {
	background-color: #73BEC1;
}
#maindiv #content_bg #med2area .area_color3 {
	background-color: #94b27c;
}
#maindiv #content_bg #med2area .area_color4 {
	background-color: #d4bf62;
}
#maindiv #content_bg #med2area .area_color5 {
	background-color: #dddddd;
}
#maindiv #med2area .more_link {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	display: inline;
	border-radius: 3px;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
	width: 150px;
}
#maindiv #content_bg #all_area {
	position: relative;
	top: -16px;
	margin-bottom: 0px;
	padding-top: 1.5%;
	padding-right: 4%;
	padding-bottom: 5%;
	padding-left: 4%;
}
#maindiv #content_bg #main_content #all_area h2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #055f65;
	padding-left: 15px;
	margin-top: 2.5%;
	margin-bottom: 1.5%;
	padding-bottom: 8px;
}
#maindiv #content_bg #main_content #all_area #font_ctrl {
	text-align: right;
}
#fontcontent {
	font-family: "微軟正黑體";
	/*font-size: 1.2em;*/
	line-height: 1.5em;
}









#maindiv  #footer_line1 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #98d0d1;
	background-color: #38aae8;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3194cb;
	-moz-box-shadow: 0px 3px 15px #999999;
	-webkit-box-shadow: 0px 3px 15px #999999;
	box-shadow: 0px 3px 15px #999999;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#maindiv #footer_line2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c3c3c3;
	border-bottom-color: #3194cb;
	padding-top: 30px;
	padding-bottom: 30px;
}
#maindiv #footer_line1 #footer_line2 ul {
	width: 98%;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maindiv #footer_line1 #footer_line2 ul li {
	width: 14%;
	list-style-type: none;
	display: inline-table;
	text-align: center;
	padding: 0px;
}
#maindiv #footer_line1 #footer_line2 ul li a {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;

}

#maindiv #footer_all #footer_buttom {
		width: 98%;

	margin-right: auto;
	margin-left: auto;
	max-width: 960px;

}

#maindiv div #footer_text {
	font-family: "新細明體";
	font-size: 0.85em;
	line-height: 2em;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}





.search_btn {
	background-color: #ffba00;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 40px;
	vertical-align: text-bottom;
}
.search_text {
	height: 25px;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-bottom;
}

/*20160429*/
@media only screen and (max-width:355px) {
	#maindiv #content_bg #top4link .pic_text {
		max-width: 23%;
	}
}
@media only screen and (max-width:481px) {

	#topmenu #top_hud #linkdiv {

	}
	#topmenu #top_hud #searchdiv {
	}
	#maindiv {
	}
	#maindiv #content_bg #top4link .pic_text .top4link_text {
		width: 100%;
		background-color: #ffb900;
		color: #333;
		margin-top: 3.5%;
		margin-bottom: 0px;
		border-radius: 2px;
		font-size: 3.5vw;
	}
	#maindiv #content_bg #med2area .new_area2 {
		display: block;
		width: 100%;
		margin-top: 1%;
		margin-right: 1%;
		margin-bottom: 0.2%;
		margin-left: 0.4%;
		float: left;
	}
	.box_radius {
		border-radius: 10px;
		width:100%

	}

}

@media only screen and (min-width:481px) {


	#topmenu #top_hud #linkdiv {

	}
	#topmenu #top_hud #searchdiv {
	}
	#maindiv {
	}
	#maindiv #content_bg #top4link .pic_text .top4link_text {
		width: 100%;
		background-color: #ffb900;
		color: #333;
		margin-top: 3.5%;
		margin-bottom: 0px;
		border-radius: 2px;
		font-size: 1.1em;
	}
	.box_radius {
		border-radius: 10px;

	}
	
}
@media only screen and (min-width: 769px) and (max-width: 950px) {
.display_none{
	display: none !important;
}
}
@media only screen and (min-width:769px) {
#maindiv #content_bg #med2area .new_area {
	display: inline-table;
	width: 98%;
	margin-top: 1.5%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
	margin-left: 0.4%;
}

#maindiv #content_bg #med2area .new_area2 {
	display: inline-table;
	width: 23.65%;
	/*min-height: 306px!important;*/
	margin-top: 1.0%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
	margin-left: 0.4%;
}
#maindiv #content_bg #med2area .new_area3  {
	display: inline-table;
	width: 98%;
	margin-top: 1.5%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
	margin-left: 0.4%;
	text-align: center;
}

	#topmenu {
	width: 100%;
	position: fixed;
	height: 114px;
	border-top-width: 1px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #98d0d1;
	overflow: visible;
	z-index: 9;
}
#topmenu #hudborder {
	height: 114px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #38aae8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#topmenu #top_hud {
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 114px;
}
#topmenu #top_hud #linkdiv {
	position: absolute;
	left: 10px;
	top: 114px;
	background-color: #5dacff;
	border-radius: 0px 0px 10px 10px;
	z-index: 0;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: auto;
	display: block;
	line-height: 1em;
	-moz-box-shadow: 0px 3px 7px #333333;
	-webkit-box-shadow: 0px 3px 7px #333333;
	box-shadow: 0px 3px 7px #333333;
}
#topmenu #top_hud #linkdiv a {
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
	margin-right: 0px;
}

#topmenu #top_hud #searchdiv {
	position: absolute;
	top: 114px;
	background-color: #5dacff;
	border-radius: 0px 0px 10px 10px;
	z-index: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	line-height: 1em;
	text-align: right;
	color: #FFF;
		-moz-box-shadow: 0px 3px 7px #333333;
	-webkit-box-shadow: 0px 3px 7px #333333;
	box-shadow: 0px 3px 7px #333333;
}
#toplink_div{
	padding-top: 5px;
	padding-left: 40px;
	position: absolute;
	z-index:9999999;
}
#google_search_div{
	/*width: 100%;*/
	text-align: center;
	padding-right: 5%;
	padding-left: 20%;
	position: absolute;
	z-index: 999999;
}
#hot_search_div{
	width: 100%;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	position: absolute;
	z-index: 99999;
}
#maindiv {
	margin-top: 114px;
	position: absolute;
	z-index: -1;
}
#maindiv #content_bg #med2area .new_area  {	
	display: block;
    width: 48.3%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 0.2%;
    margin-left: 0.6%;
    align-items: stretch;
    float: left;
    min-height: 300px;
}

@media only screen and (min-width: 481px) {
	#maindiv #content_bg #med2area .new_area2 {
		display: block;
		width: 23.65%!important;
		margin-top: 1%;
		margin-right: 1%;
		margin-bottom: 0.2%;
		margin-left: 0.4%;
		float: left;
	}
}

#maindiv #content_bg #med2area .new_area3 {	
	display: inline-table;
    width: 48.3%;
    margin-top: 1%;
    margin-right: 0.2%;
    margin-bottom: 0.2%;
    margin-left: 0.6%;
    align-items: stretch;
    text-align: center;

}

}
