body{
	background-image:url("../images/bg2.jpg");
	background-repeat:repeat;
	background-position:top center;
    background-size: 600px auto ;
    background-color: #e7e8e8;
}

.bg{background-image:url("../images/bg.jpg");
	
	background-repeat:no-repeat;
	background-position:top center;
    background-size: 1650px 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_01.jpg");
	background-repeat:no-repeat;
    background-position: top center;
    background-size: auto 70px;
}

.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 ***/


.wrapper{
	height:auto;
	width:1060px;
	margin:0 auto;
	text-align: center;
	
	box-sizing: border-box;
	padding-bottom: 80px;
	
}



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


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


.t1{width:590px;height:435px;position:absolute;top:23px;left:240px;
	animation: move1;
  	animation-duration: 3s;
  	animation-fill-mode: forwards;
	}
@keyframes move1 {
  from {top: -80px;}
  to {top: -5px;}
}


.text1{
	color: #ffe00c;
	font-size:32px; line-height: 30px;  font-family:Helvetica, Arial;text-align: center;font-weight:bolder;
	-webkit-text-stroke: 0.5px #088681;
	text-stroke: 0.5px #088681;
	text-shadow:2px 2px 0px #088681;
	
}	

.text2{
	color: #fff;
	font-size:22px; line-height: 30px;  font-family:Helvetica, Arial;text-align: center;font-weight:500;
	
}


.keyword{
	width: 300px; height: 505px; 
	border: solid 0px #f00;
	display: inline-block;border-radius: 12px;
	margin: 15px 5px;
	box-sizing: border-box;
	
}

.top_book{
	width: 180px; height: 445px; 
	border: solid 0px #f00;
	margin: 0 5px;
	display: inline-block;
	position: relative;
	
}

.top_books_bg{
	background-image:url("../images/bg_blue.jpg");
	background-position:top center;
    background-size:600px auto;
	background-repeat: repeat;
    width: 100%;
	height: 1300px;
}

.top_books_bg .bg4{
	background-image:url("../images/bg4.jpg");
	background-position:top center;
    background-size:1552px auto;
	background-repeat: repeat-x;
}
.bg5{
	background-image:url("../images/bg5.jpg");
	background-position:top center;
    background-size:1552px auto;
	background-repeat: repeat-x;
}


.datebox{position: absolute;top: 90px;left: 2px;background-color: #fff}

.bookdate{
    width: 100%;
    height: 92px;
    border: 0px solid #999;
	text-align: center;
	margin-top: 10px;
	padding: 0 6px;
	box-sizing: border-box;
}

.ranking{
	width: 50px;
    height: 40px;
    font-size: 35px;
    text-align: center;
    position: absolute;
    top: 36px;
    left: 36%;
	font-weight: 500;
    border: solid 0px #f00;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #ffea5a;
}



.top_book .bookname{ width:165px; height:75px;font-size:18px; color:#333; line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-box-orient: vertical;
  -webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;}





.h10{margin-top: 20px}

.book_cart{
	width: 45px; height: 45px;
	position: absolute;right: 0;
	bottom:6px;border: 0px solid #f00
}



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


.book_shopping_cart {
    width: 26px;
    height: 17px;
    position: absolute;
    bottom: -10px;
    right: 10px;
    background-image: url(../images/top_shopping_cart.png);
    background-size: 100%;
}


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




.t1{width:530px;height:340px;position:absolute;
	animation: move1;
  	animation-duration: 1s;
  	animation-fill-mode: forwards;
	}

.t3{
    width: 530px;	
    height: 340px;
    position: absolute;
    top: 100px;
    left: 255px;
	}

@keyframes move1 {
  from {top: 100px;}
  to {top: 105px;}
}
	
.t2{width:370px;height:175px;position:absolute;
	top: 216px;
    left: 55px;
	animation: t2;
  	animation-fill-mode: forwards;
	animation: t2 .7s infinite alternate ease-in-out;}
	
@keyframes t2 {
  from {
    transform: translateY(4px);
  }
  to {
    transform: translateY(0);
  }
}



.btn{	width: 300px;
		height:50px;
		font-size: 21px;
		font-weight:400;
		line-height: 50px;
		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: 35px;
		background-color: #e72029;
		}
		
.btn a:hover,.btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 35px;
		background-color: #ff363f;
		}
.btn:hover {
		transform : scale(1.03);
	}


.btn2 a:link,.btn2 a:visited{
		
		background-color: #222;
		}


.p1{top: 37px;left: 530px;z-index: 998;position: absolute;}
.p1 a:link,.p1 a:visited{background-color: #e72029;}
.p1 a:hover,.p1 a:active{background-color: #000;}


.p2{top: 132px;left: 530px;z-index: 998;position: absolute;}
.p2 a:link,.p2 a:visited{background-color: #0a85cc;}
.p2 a:hover,.p2 a:active{background-color: #000;}

.p3{top: 195px;left: 530px;z-index: 998;position: absolute;}
.p3 a:link,.p3 a:visited{background-color: #589541;}
.p3 a:hover,.p3 a:active{background-color: #000;}


.p4{top: 392px;left: 165px;z-index: 998;position: absolute;}
.p4 a:link,.p4 a:visited{background-color: #ff0252;}
.p4 a:hover,.p4 a:active{background-color: #000;}


.p5{top: 637px;left: 165px;z-index: 998;position: absolute;}
.p5 a:link,.p5 a:visited{background-color: #0a85cc;}
.p5 a:hover,.p5 a:active{background-color: #000;}

.p6{top: 701px;left: 165px;z-index: 998;position: absolute;}
.p6 a:link,.p6 a:visited{background-color: #589541;}
.p6 a:hover,.p6 a:active{background-color: #000;}




#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;}





.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:15px; color:#333; margin-top:8px;  line-height:20px;border: 0px solid #999;text-align: left; display: flex;align-items: baseline;}
.price span{ color:#ff0000; font-size:24px; font-family:  'sans-serif',Helvetica, Arial;padding: 0 5px }

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

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

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

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



.bookname5{ width:165px; height:65px;font-size:18px; color:#333; line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-box-orient: vertical;
  -webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;}

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

.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: #fff;
		display:block;
		border-radius: 24px;
		background-color: #fff;
		border: 1px #fff 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 #fff solid
		}



/*** 注意事項***/
.notice2{
	 padding:5px 30px 50px 50px;
	 margin:0px auto;
	 width:auto;
	color:#2b4521;
	text-align: left;
	 }	 
.notice2 ol ul{
	width:auto;	
	font-size: 16px;
	line-height: 24px;
	margin:0 auto;
	padding-left:25px;
	}
	
.notice2 li{
	
	margin-bottom:0px;
	color:#2b4521;
	text-align: justify;
	line-height: 24px;
	letter-spacing:1px;
	}



.notice2 span { color:#c50000;}
.notice2 a:link,
.notice2 a:visited{
	text-decoration:underline;
	color:#2b4521}

.notice2 a:hover,
.notice2 a:active{
	text-decoration:underline;
	color:#c50000}
	
.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active{
	text-decoration:underline;
	color:#2b4521}
	
.notice2 h1{color:#2b4521; font-size: 20px; 
	line-height:30px; padding-bottom:6px;margin-left:-30px; text-align: left;
	}
.notice2 h1 span{text-decoration: underline;}


.notice2 h1:before{
	color: #2b4521;
	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***/