@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#row-top {
}
#nav-bar {
}
#banner-container {
}
#mid1-container {
}
#mid21-container {
width: 100%;
}
#mid22-container {
width: 100%;
clear: both;
margin-left: 0;
}
#mid23-container {
width: 100%;
clear: both;
margin-left: 0;
}
#r-container {
width: 100%;
clear: both;
margin-left: 0;
}
#row-bottom {
}
#footer {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.lab01 {
	width: 120px;
	height: 33px;
	background-color: #15A4DC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.lab02 {
	width: 120px;
	height: 33px;
	background-color: #15A4DC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
#row-top {
}
#nav-bar {
}
#banner-container {
}
#mid1-container {
}
#mid21-container {
width: 100%;
}
#mid22-container {
width: 100%;
clear: both;
margin-left: 0;
}
#mid23-container {
width: 100%;
clear: both;
margin-left: 0;
}
#row-bottom {
}
#footer {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#row-top {
	background-color: #15A4DC;
	height: 40px;
}
#nav-bar {
	height: 90px;
}
#nav-bar ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
#nav-bar ul li {
	float: right;
	list-style-type: none;

}
#nav-bar ul li:first-child{
	background-image: url(../images/btn1.png);
	background-repeat: no-repeat;
}
#nav-bar ul li a {
	font-size: 1.2em;
	font-family: "文鼎細黑";
	line-height: 90px;
	color: #606060;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 120px;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
}
#nav-bar ul li a:hover {
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-family: "文鼎細黑";
	line-height: 90px;
	color: #0082da;
	text-decoration: none;
    text-align: center;
	display: block;
	width: 120px;
	}
#banner-container {
	height: 365px;
}
#mid1-container {
	height: 270px;
}
#mid21-container {
	width: 32.2033%;
	border-radius: 15px;
	height: 295px;
	background-color: #E3E5E5;
	background-image: url(../images/mid2.png);
}
#mid21-container ul{
	width: 100%;
	margin-top: -20px;
	padding: 0px;
	}
#mid21-container ul li{
	list-style-type: none;
	border-bottom: 1px dashed #FFFFFF;
	}
#mid21-container ul li a{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #5B5B5B;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
	}	
#mid21-container ul li a:hover{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #0082da;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
	}	
#mid21-container ul li i {
	font-size: 0.6em;
}

#mid22-container {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	background-color: #E3E5E5;
	background-image: url(../images/mid2.png);
	min-height: 295px;
	border-radius: 15px;
}
#mid22-container ul{
	width: 100%;
	margin-top: -20px;
	padding: 0px;
	}
#mid22-container ul li{
	list-style-type: none;
	border-bottom: 1px dashed #FFFFFF;
	}
#mid22-container ul li a{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #5B5B5B;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
	}	
#mid22-container ul li a:hover{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #0082da;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
	}	
#mid22-container ul li i {
	font-size: 0.6em;
}

#mid23-container {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	background-image: url(../images/mid2.png);
	background-color: #E3E5E5;
	border-radius: 15px;
	height: 295px;
}
#mid23-container ul{
	width: 100%;
	margin-top: -20px;
	padding: 0px;
}
#mid23-container ul li{
	list-style-type: none;
	border-bottom: 1px dashed #FFFFFF;
}
#mid23-container ul li a{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #5B5B5B;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
}	
#mid23-container ul li a:hover{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #0082da;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
}	
#mid23-container ul li i {
	font-size: 0.6em;
}

#row-bottom {
	width: 100%;
	height: 35px;
	margin-top: 35px;
	background-color: #CBD4D6;
}
#row-bottom ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 12%;
	padding-left: 14%;
	padding-bottom: 0px;
}
#row-bottom ul li {
	list-style-type: none;
}
#row-bottom ul li a {
	float:left;
	font-size: 1em;
	font-family: "文鼎細黑";
	line-height: 35px;
	color: #0082da;
	text-decoration: none;
	display: block;
}
#row-bottom ul li a:hover {
	font-size: 1em;
	font-family: "文鼎細黑";
	line-height: 35px;
	color: #606060;
	text-decoration: none;
	text-align: center;
	display: block;
	}
/*#row-bottom span {
	color: #0082da;
	font-family: "文鼎細黑";
	font-size: 1.4em;
	float: left;
	margin-left: 15px;
	margin-right: 120px;
	margin-top: 3px;
}*/

#footer {
	background-color: #15A4DC;
	margin-bottom: 0;
}
.gridContainer.clearfix #footer p {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "文鼎細黑";
}
#row-top ul {
	margin: 0px;
	padding: 0px;
}
#row-top ul li {
	float: right;
	list-style-type: none;
}
#row-top ul li a {
	font-size: 1.1em;
	font-style: italic;
	font-family: "文鼎細黑";
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 295px;
}
#row-top ul li a i {
	margin: 3px;
	}
#h5style {
	color: #FFFFFF;
	text-align: center;
	font-family: "文鼎細黑";
	font-size: 1.4em;
	line-height: 33px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.gridContainer.clearfix #mid1-container p {
	margin-left: 30px;
	margin-right: 30px;
}
.font01 {
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #5B5B5B;
	text-indent: 24pt;
	text-align: text-justify:distribute;
}
.gridContainer.clearfix #nav-bar span {
	float: left;
	width: 280px;
	height: 90px;
}






}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}