@charset "utf-8";
body{
	font-family: "微軟正黑體";
	background-color: #ffffff;
	overflow-x: hidden; /*隱藏橫軸*/
	padding-top: 100px;
}

a:link {                                    /* 第一組連結*/
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: underline;
	color: #333;
}

a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for 去除IE連結框線 */
}




.fb {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-right: -10px;
}
.line {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-right: 15px;
}

/*logo*/
.imgBanner {
	left:0;
	top:0;
	border-style: none;
	padding: 0;
	width:100%;

}
.imgBanner img{
	width:100%;
	height: auto;
}
/*回到頁面頂端*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/*以下開始*/
/*content*/

#content h2 {
	color: #00913A;
	font-family: "微軟正黑體";
	font-weight: bolder;
	font-size: 2em;
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
}
#content p {
	font-family: "微軟正黑體";
	font-weight: normal;
	color: #111111;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
	text-justify: distribute;
}


.row.con1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 0px;	
}
.row.con2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 0px;	
}

#content h3 {
	color: #FF6600;
	font-family: "微軟正黑體";
	font-weight: bolder;
	font-size: 2em;
	text-align: justify;
	text-justify: distribute;
}
#content ol li {
	margin-top: 0px;
	margin-left: -1.0em;
	margin-right: 0em;
	margin-bottom: 0px;
	color: #111111;
	font-family: "微軟正黑體";
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	text-justify: distribute;
}	

/*button*/
.container-fluid-button .row {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 0px;
}

.btn.btn-lg.btn1.btn-block {
	color: #FFFFFF;
	background-color: #0067b3;
	font-family: "微軟正黑體";
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.btn.btn-lg.btn2.btn-block {
	background-color: #FF6600;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.btn.btn-lg.btn3.btn-block {
	color: #FFFFFF;
	font-family: "微軟正黑體";
	background-color: #ff9f00;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.btn.btn-lg.btn4.btn-block {
	background-color: #BBD5ED;
	font-family: "微軟正黑體";
	color: #111111;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}




@media (max-width:768px){
body{
		padding-top: 70px;
}
.container-fluid-button .row {	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
}

.row.con1 {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
}
.row.con2 {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
}


#content h2 {
	color: #00913A;
	font-family: "微軟正黑體";
	font-weight: bolder;
	font-size: 2em;
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
	margin-top: -15px;
}
/*以上結束*/
