@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 {
}
#l-container {
	width: 35%;
}
#r-container {
	width: 65%;
	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 {
}
#l-container {
width: 35%;
}
#r-container {
width: 65%;
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;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
}
#nav-bar ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 2px;
	padding: 0px;
}
#nav-bar ul li {
	float: right;
	list-style-type: none;

}
#nav-bar ul li a {
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-family: "文鼎細黑";
	line-height: 90px;
	color: #606060;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 120px;
}
#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;
	}
.btn-active {
	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;
}	
.gridContainer.clearfix #nav-bar span {
	float: left;
	width: 280px;
	height: 90px;
}	
#banner-container {
	height: 365px;
}
#main01{
	width: 100%;
	}
#l-container {
	width: 35%;
	height: 550px;
	margin-top: 0px;
	padding-top: 10px;
	background-color: #7ac2ec;
	/*float: left;*/
}
#l-container ul{
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	background-color: rgba(255,255,255,0.5);
	}
#l-container ul li{
	list-style-type: none;
	border-bottom: 1px dashed #FFFFFF;
	}
#l-container ul li a{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #5B5B5B;
	text-align: left;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
	text-indent: 10px;
	}
#l-container ul li a:hover{
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #0082da;
	text-align: left;
	line-height: 45px;
	text-decoration: none;
	display: block;
	margin-bottom: -5px;
	text-indent: 10px;
	}	
#l-container ul li a i {
	font-size: 0.6em;
}
.caret{
	float: right;
	margin-right: -15px;
	color: #bde1f6;
	}
.gridContainer.clearfix #l-container p {
	color: #FFFFFF;
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
	font-family: "文鼎細黑";
	clear: both;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.3em;
}
#r-container {
	width: 65%;
	height: 550px;
	clear: none;
}
#r-container p {
	font-size: 0.85em;
	color: #5B5B5B;
	font-family: "文鼎細黑";
	text-indent: 26px;
	text-align: justify;
	}

.article01 {
	width: 90%;
	margin: 80px auto auto auto;
}
.article01 p a {
	text-decoration: none;
	color: #00A3FF;
	}
.article01 p a:hover {
	text-decoration: none;
	color: #E000FF;
	}
#row-bottom {
	width: 100%;	
	height: 35px;
	margin: 0px;
	background-color: #CBD4D6;
	float: left;
}
#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;
	}

#footer {
	background-color: #15A4DC;
}
.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;
	}
.font01 {
	font-family: "文鼎細黑";
	font-size: 0.9em;
	color: #5B5B5B;
	text-indent: 24pt;
	text-align: text-justify:distribute;
}
}




}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
