body{
    background-image:url("../images/no-ch-bg.gif");
	background-color: #fff;
	background-repeat:repeat-x;
	background-position:top center;
    background-size: 45px auto;
    
}

.bg{background-image:url("../images/no-ch-bg2.gif");
	background-repeat:repeat-x;
	background-position:top center;
    background-size: 2000px auto;
    }

/* 頁面寬度 header+wrapper+footer */
header,footer,#wrapper{
	width:1060px;
	margin:0 auto;
}


/*** 頭 header ***/
header{
	height:70px;
	padding:10px 20px;
	background-image:url(../images/index_pc_0.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-size:100%;
}

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

.header-btn01{
	display: block;
	margin: 16px 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{
	/* 綠色(#61953f) . 白色(#FFFFFF) */
	color:rgba(97,149,63,1);
	/* 綠色(97,149,63,1) . 白色(255,255,255,1) */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(297,149,63,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	
}
.header-btn01 a:hover,
.header-btn01 a:active{
	/* 白色(#FFFFFF自訂) */
	color: #fff;
	/* 綠色(#5db307) . 白色(#FFFFFF) */
	background-color:rgba(97,149,63,1);
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
}

.header-share{
	float:right;
	margin:15px 6px 0px 20px;
}



/*** 內容 wrapper ***/

#wrapper{
	height:auto;
	width:1060px;
	margin:0 auto;
	height:auto;
}



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

.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:#333;
	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:#333;
}
/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after{
	/* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color:#666;
    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:#666;
	text-align:center;
	margin:0 auto;
}


/*** 活動頁內容 wrapper***/	
.p{position:relative;}
	

.t1{width:545px;height:360px;position:absolute;top:0px;left:0px;
	animation: move1;
  	animation-duration: 3s;
  	animation-fill-mode: forwards;
	}
@keyframes move1 {
  from {top: -100px;}
  to {top: 0px;}
}
	
.t2{width:30px;height:310px;position:absolute;top:58px;left:978px;
	animation: move2;
  	animation-duration: 2.5s;
  	animation-fill-mode: forwards;
	}
@keyframes move2 {
  from {top: 150px;}
  to {top: 58px;}
}


.block-head{width: 1060px;height: 90px;overflow: hidden;position: absolute; top:0;z-index: 990}	

.btn_go{
	z-index:999}


.clean{ clear:both}



.btn{	width:340px;
		height:52px;
		font-size: 24px;
		font-weight: bold;
		line-height: 52px;
		text-align: center;
		border-radius: 3px;
		margin: 10px;
		display: inline-block;
		transition : 0.5s;
		}
		
.btn a:link,.btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 25px;
		background-color: #040404;
		}
		
.btn a:hover,.btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 25px;
		background-color: #f35069;
		}
.btn:hover {
		transform : scale(1.03);
	}


.p1{width: 340px;
	top:411px; left: 115px; z-index: 998;position: absolute
	}
.p2{width: 340px;
	top:261px; left: 565px; z-index: 998;position: absolute
	}


.more {
    width: 147px;
    height: 31px;
    text-align: center;
    font-size: 15px;
    line-height: 31px;
    background-color: #ff4e18;
    border-radius: 16px;
    position: absolute;
    bottom: 20px;
	right: 34px;}

.more a{
	width:100%;
	height: 31px;
	color: #fff;
	display: block;

}

.numberbox{
    width:250px;height:40px;
    position: absolute;
    top: 187px; left: 700px;
    font-size: 37px;
    color:#f14149;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    white-space:nowrap;
}

.clear{clear: both;}

/*** 動畫 ***/	
.bookcover6, .bookcover5{
transform-style:preserve-3d;
transition:0.2s linear;}
.bookcover6:hover, .bookcover5:hover {
transform:translateY(-10px);}


/*** 注意事項***/
.notice2{
	 padding:5px 30px 50px 50px;
	 margin:0px auto;
	 width:auto;
	 }	 
.notice2 ol{
	width:auto;	
	font-size: 15px;
	line-height: 24px;
	margin:0 auto;
	padding-left:25px;
	}
	
.notice2 li{
	margin-left:px;
	margin-bottom:0px;
	list-style:  decimal;
	color:#393939;
	text-align: justify;
	letter-spacing:1px;
	}
.square li{list-style-type: square;margin-bottom:5px;}

.notice2 span { color:#cc0000}
.notice2 a:link,
.notice2 a:visited,
.notice2 a:hover,
.notice2 a:active{
	text-decoration:underline;
	color:#393939}
	
.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active{
	text-decoration:underline;
	color:#cc0000}
	
.notice2 h1{color:#333; font-size: 20px; 
	line-height:26px; padding-bottom:6px
	}