
body{
	background-image:url(../images/bk.jpg);
	background-size:1210px auto;
	background-color:#f0f1d5;
	background-position:center top;
	background-repeat:no-repeat;
}


/* 頁面寬度 header+wrapper+footer */
header,footer{
	width:100%;
	margin:0 auto;
}


/*** 頭 header ***/

header{
	height:70px;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}

.header_box{
	width:1060px;
	height:70px;
	margin:0 auto;
	padding:10px 20px;
}

.header-logo{
	width: 146px;
	height: 31px;
	margin-top:8px;
	margin-right:10px;
	float:left;
/* 綠色(logo_g.png) . 白色(logo_w.png)  */
	background-image:url(../images/logo_g.png);
	background-size:146px 31px ;
	background-repeat:no-repeat;
	z-index:999;
}
.header-logo a{
	width: 146px;
	height: 31px;
	display:block;
	}

.header-btn01{
	display: block;
	margin: 18px 6px 0px 0px;
	float: left;
}
.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active{
	font-size: 15px;
	text-align: center;
	padding:6px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.header-btn01 a:link,
.header-btn01 a:visited{
/* 綠色(#589541) . 白色(#589541) */
	color: #589541;
/* 綠色(#589541) . 白色(#589541) */
	-webkit-box-shadow: inset 0px 0px 0px 1px #589541;
	-moz-box-shadow: inset 0px 0px 0px 1px #589541;
	box-shadow: inset 0px 0px 0px 1px #589541;
}
.header-btn01 a:hover,
.header-btn01 a:active{
/* 白色(#589541自訂) */
	color: #589541;
/* 綠色(#5db307) . 白色(#589541) */

	-webkit-box-shadow: inset 0px 0px 0px 1px #589541;
	-moz-box-shadow: inset 0px 0px 0px 1px #589541;
	box-shadow: inset 0px 0px 0px 1px #589541;
}

.header-fb{
	float:right;
	margin-top:17px;
	height:46px;
}
.header-share{
	float:right;
	margin:15px 6px 0px 20px;
}


/*** 腳 footer ***/
footer{
	font-size:13px;	
	height:100px;
	padding:20px 10px;
	border-top: 1px solid #dcdad4;
	background-color:#fff;
}

.footer-nav{
    width: 100%;
	margin-bottom:10px;
	text-align:center;
}
.footer-nav ul{
	list-style: none;
}
.footer-nav li{
	margin: 0px 4px 0px 0px;
	display:inline;
}

/* hover動態樣式 - 淡入淡出 */
.footer-nav li a{
/* 綠色(#656565) . 白色(#b4b4b4自訂) */
	color:#656565;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-webkit-transition:border 0.2s ease-in-out 0s;
	-moz-transition:border 0.2s ease-in-out 0s;
	-o-transition:border 0.2s ease-in-out 0s;
	transition:border 0.2s ease-in-out 0s;
}
.footer-nav li a:hover,
.footer-nav li a:focus{
/* 綠色(#656565) . 白色(#b4b4b4自訂) */
	border-color:#656565;
}
/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after{
/* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
    color:#dddddd;
    content: '|';
	top: -1px;
	right: -4px;
	margin:0px 6px;
	position:relative;
}
.footer-nav li:lang(ar):after, 
.footer-nav li:last-child:after{
    display: none;
}

.footer-copyright{
/* 綠色(#b4b4b4) . 白色(#676767自訂) */
	color:#b4b4b4;
	text-align:center;
	margin:0 auto;
}



/*** 內容 wrapper ***/

.content{
	width:100%;
	height:auto;
	}


.visual{
	width:1060px;
	height:auto;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	}

.main{
	width: 1060px;
	margin:0 auto 35px auto;
	position: relative;

}

.notice_block{
	width:780px;
	margin: 0 auto 30px auto;
	position: relative;
}

.notice_title{
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 17px 0;
}

.line01{
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin: 33px 0 30px 0;
}
.line02{
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin: 0 0 80px 0;
}

.notice_list{
	width: 100%;
	overflow: hidden;
	color: #636363;
	font-size: 16px;
	line-height: 27px;
	position: relative;
}

.notice_number{
	width:25px;
	position: absolute;
	left: 0;
	top: 0;
}

.notice_text{
	width:100%;
	padding: 0 0 0 25px;
	text-align: justify;
}

.notice_text02{
	width:100%;
	padding: 0 0 0 25px;
	text-align: justify;
}

.notice_text02_next{
	width:100%;
	padding: 0 0 0 50px;
	text-align: justify;
	display: inline-block;
	
}

.notice_text02_next div{
	font-size: 13px;
	display: inline-block;	
}



.bold{
	font-weight: bold;
	color: #000;
}


.qrcode{
	width: 178px;
	position: absolute;
	top: 186px;
	left: 76px;
}





