body{
    background-image:url("");
	background-repeat:repeat-x;
    background-position: top center;
    background-size: 70px auto;
	background-color: #fff;
}



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


/*** 頭 header ***/
header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

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




.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: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: #61953f;
	/* 綠色(97,149,63,1) . 白色(255,255,255,1) */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(97,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: #FFFFFF;
	/* 綠色(#5db307) . 白色(#FFFFFF) */
	background-color:#5db307;
	-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.jpg");
	background-repeat: repeat-x;
	background-position:top center;
background-size: 1125px auto;}


#wrapper{
	height:auto;
	width:1060px;
	margin:0 auto;
	height:auto;
	padding-top: 70px;
}



/*** 腳 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:#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:#4a4a4a;
    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:#777;
	text-align:center;
	margin:0 auto;
}



/*** 活動頁內容 wrapper***/	
.p{position:relative;}
	
.text1{
	color: #328cb8;
	font-size:28px; line-height: 30px;  font-family:Helvetica, Arial;text-align: center;font-weight: 500
}	

.btn{	width:165px;
		height:40px;
		font-size: 18px;
		line-height: 40px;
		text-align: center;
		transition : 0.5s;
		background-image:url("../images/btn-bg.png");
		background-size: 100%;
		color: #fff;
		position: absolute;
		z-index: 999
		}
		
.btn a:link,.btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		}
		
.btn a:hover,.btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		}
.btn:hover {
		transform : scale(1.0);
	}
.btn span{color: #FFF400;font-size:27px }	
.btn:hover{transform:scale(1.07,1.07);}






#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;
}
	
.bg1{
	background-image: url(../images/index_pc_06.gif);
	width:1060px;
	height:400px;}
	
.book2{display: inline-block;}
.book2box{text-align: center;position: absolute; top: 505px;left: 55px}


.book4{width: 166px; height: 245px;position: absolute}
#p3{top:170px; left:70px}
#p4{top:170px; left:570px}
#p5{top:457px; left:330px}
#p6{top:457px; left:828px}

.btn-more{
	width: 125px; height:40px;
	position: absolute;
	right: 20px;
	z-index: 888;
	transition : 0.5s;
}
.btn-more:hover{transform:scale(1.07,1.07);}


#number2{width: 120px; height: 30px; line-height: 30px; font-size: 27px;font-family:  'sans-serif',Helvetica, Arial, ;color: #fb3b42;position: absolute;top:183px ;left: 777px;}


.t1{width:425px;height:175px;position:absolute;top:-30px;left:124px;
	animation: move1;
  	animation-duration: 3s;
  	animation-fill-mode: forwards;
	}

.t3{width:425px;height:175px;position:absolute;top:0px;left:124px;
	}

@keyframes move1 {
  from {top: -30px;}
  to {top: 2px;}
}
	
.t2{width:470px;height:390px;position:absolute;top:-24px;left:542px;
	animation: t2;
  	animation-fill-mode: forwards;
	animation: t2 .6s infinite alternate ease-in-out;}
	
@keyframes t2 {
  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:1px #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:20px;  line-height:20px;}
.price span{ color:#fb3b42; font-size:24px; font-family:  'sans-serif',Helvetica, Arial, ; }

.bookbox5{ width:960px; height:470px; margin:0 auto; border:#999 0px solid;}

.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:1px #ddd solid;
}

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

.bookname5{ width:165px; height:45px;font-size:18px; color:#222; line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;display: -webkit-box;border: 0px solid #999; overflow: hidden;}

.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: #fff;
		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 ul{
	width:auto;	
	font-size: 16px;
	line-height: 24px;
	margin:0 auto;
	padding-left:25px;
	}
	
.notice2 li{
	margin-left:px;
	margin-bottom:0px;
	list-style:decimal;
	color:#333;
	text-align: justify;
	line-height: 24px;
	letter-spacing:1px;
	}
.notice2 span { color:#333;text-decoration:underline;}
.notice2 a:link,
.notice2 a:visited,
.notice2 a:hover,
.notice2 a:active{
	text-decoration:underline;
	color:#333}
	
.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active{
	text-decoration:underline;
	color:#333}
	
.notice2 h1{color:#333; font-size: 18px; 
	line-height:30px; padding-bottom:6px;margin-left:-30px; text-align: left;
	}
.notice2 h1 span{text-decoration: underline;}


.notice2 h1:before{
	color: #333;
	content: '• ';}


/*** 活動頁分享按鈕 stert***/
.resp-sharing-button {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition: 25ms ease-out;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}


.i-amphtml-element:focus {
  outline: none !important;
  outline-offset: 0;
}


.hamibook_event_share_btn {
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*** 活動頁分享按鈕 end***/