body{
    background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
    background-position: top center;
    background-size: 1840px auto;
	background-color: #150087;
}



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


/*** 頭 header ***/
header{
	height:70px;
	padding:10px 20px;
	background-image:url("");
	background-repeat:repeat-x;
    background-position: top center;
    background-size: auto 70px;
}

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

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




/*** 內容 wrapper ***/
#bg{ width:100%; height:auto; background-image:url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position:top center;}

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



/*** 活動頁內容 wrapper***/	
.p{position:relative;}
	
#video1{
	width:420px; height:240px;
	position:absolute; top:250px; left:118px; }

#video2{
	width:1060px; height:auto;margin: 10px auto 50px; text-align: center
}

.btn{	width:280px;
		height:50px;
		font-size: 20px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		border-radius: 5px;
		margin: 10px;
		display: inline-block;
		transition : 0.5s;
	background-color: #000000; color: #fff;
		}
		
.btn a:link,.btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 5px;
		background-color: #000000;
		}
		
.btn a:hover,.btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 5px;
		background-color: #f00000;
		}
.btn:hover {
		transform : scale(1.03);
	}
.btn span{color: #FFF400;font-size:27px }	
#p1{position: absolute; top:390px;left:140px}
#p2{position: absolute; top:390px;right:140px}
#p7{position: absolute; top:720px;right:370px}

.btn_go{
	z-index:999}


.clean{ clear:both}

#v2{
	position:absolute;
	top:0px;
	left:0px;}
#v1{
	position:absolute;
	top:270px;
	left:95px}
	
#books{
	width:1023px;
	height:220px;
	position:absolute;
	top:115px; left:17px
	}
	
#myDiv {
  width: 1023px;
  overflow: hidden;
  padding-bottom:12px;
  background-color:#fdeec4;
  
}
#myDiv img {
  width: 155px;
  margin: 0px 8px;
}

.O_s22{
	width: 160px; height: 165px;position: absolute;top: 220px;left: 800px;
	
}
.large{width:295px; height: 360px; position: absolute; top: 266px; left: 266px;
	animation-name:large;
    animation-duration:2s;
	animation: large .6s infinite alternate ease-in-out;}

.agui{width:245px; height: 370px; position: absolute; top: 262px; left: 555px;
	animation-name:agui;
    animation-duration:2s;
	animation: agui .6s infinite alternate ease-in-out;}

@keyframes large{
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

@keyframes agui{
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}


.bookcover1{ width:178px; height:263px; position:relative;display: inline-block;border:#f00 0px solid; margin: 5px}

.bookcover1 img{
    margin-bottom: 10px;margin-left: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; border:0px #ccc solid;
}



.clear{clear: both;}

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


.swipe-pc{max-width:990px;margin: 0 auto; }


/*** 書籍資訊 一排5本 ***/	

.price{ font-size:17px; color:#222; margin-top:30px;  line-height:20px; }
.price span{ color:#fb3b42; font-size:24px; font-family:  'sans-serif',Helvetica, Arial, ; }

.bookbox5{ width:960px; height:auto; margin:0 auto; border:#999 0px solid;padding-top:200px;}

.bookcover5{ width:178px; height:263px; position:relative;display: inline-block;border:#f00 0px solid; margin: 5px}

.bookcover5 img{
    margin-bottom: 10px;margin-left: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; border:0px #ccc solid;
}

.bookdate5{
    width: 180px;
    height: 80px;
   
    position: absolute;
    top: 265px;
    left: 0px; border: 0px solid #999;text-align: center;
}

.bookname5{ width:165px; height:42px;font-size:16px; color:#222; line-height:22px;font-family:Arial, Helvetica, sans-serif; }

.bookname5 a:link, .bookname5 a:visited{text-decoration:none;color:#222;}
.bookname5 a:hover, .bookname5 a:active{text-decoration:underline;color:#222;}

.bookname5 span{font-size:14px;}

.car-btn{width:150px;
		height:32px;
		font-size: 16px;
		line-height: 32px;
		text-align: center;
		border-radius: 24px;
		margin: 10px;
		}
		
.car-btn a:link,.car-btn a:visited{
		width:100%;
		height:100%;
		color: #222;
		display:block;
		border-radius: 24px;
		background-color: #ffed22;
		border: 1px #222 solid
		}
		
.car-btn a:hover,.car-btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 24px;
		background-color: #333;
		border: 1px #222 solid
		}



/*** 注意事項***/
.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:#fff;
	text-align: justify;
	letter-spacing:1px;
	}
.notice2 span { color:#ff0}
.notice2 a:link,
.notice2 a:visited,
.notice2 a:hover,
.notice2 a:active{
	text-decoration:underline;
	color:#fff}
	
.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active{
	text-decoration:none;
	color:#ff0}
	
.notice2 h1{color:#fff; font-size: 22px; 
	line-height:26px; padding-bottom:6px
	}
