﻿/* ==reset.css================= */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

/* ==reset.css================= */

*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
map *:focus {
	outline: none;
}
a{
 outline: none; /* for Firefox Google Chrome  */
 behavior:expression(this.onFocus=this.blur()); /* for IE */
}
#top-bar{
 width:100%;
 
 background:#1683a2;
z-index: 999;
 position:fixed;
 top:-65px;
 
 /* CSS3 陰影*/-webkit-box-shadow: 0px 2px 2px #ccc;
-moz-box-shadow: 0px 2px 2px #ccc;
box-shadow: 0px 2px 2px #ccc; 
}
#menu{width:1100px; margin:0 auto; line-height:50px;text-align: center;}
#menu b, #menu a{color:#fff; padding:0 20px;text-decoration: none;}
html{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family:Arial,Times New Roman,"微軟正黑體";
	-webkit-text-size-adjust:none;
}
body{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/bodybg.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #fff;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
.toplogo{padding-top: 1%;}
.topheader{width: 100%;	height: 640px; text-align: center;	margin: 0 auto;	position: relative;	z-index: 1;background-image:url(../images/topheader.jpg);background-repeat: no-repeat;background-position: top center;}
.toptitle{width: 677px;height: 231px;position: absolute;right: 400px;top:40px;}
.Wcont1-1{width: 100%;height: 2950px; text-align: center;	margin: 0 auto;	position: relative;	z-index: 1;	background-image:url(../images/Wcon1-1.jpg),url(../images/Wcon1-2.jpg);	background-repeat:no-repeat,no-repeat;	background-position: top center,bottom center;}

/*.cont2{	width: 1200px;	text-align: center;	margin: 0 auto;	position: relative;	overflow: hidden;clearboth沒作用,用這個才有效}*/

.page{width:900px; height:auto;	margin:0 auto;text-align:center;}
.pageBG{background-image:url(../images/table1_06.png);background-repeat: repeat;background-position: top center;}
.bookBG{width: 900px;}


.Wcont2-1{width: 100%;height: 3280px; text-align: center;	margin: 0 auto;	position: relative;	z-index: 1;	background-image:url(../images/Wcon2-1.jpg),url(../images/Wcon2-2.jpg);	background-repeat:no-repeat,no-repeat;	background-position: top center,bottom center;}
.Wcont2-1:after{	content: '';	display: block;	clear: both;}


.Wcont3-1{width: 100%;height: 4500px; text-align: center;	margin: 0 auto;	position: relative;	z-index: 1;	background-image:url(../images/Wcon3-1.jpg),url(../images/Wcon3-2.jpg);	background-repeat:no-repeat,no-repeat;	background-position: top center,bottom center;}
.Wcont3-1:after{	content: '';	display: block;	clear: both;}


.Wcont4-1{width: 100%;height: 3200px; text-align: center;	margin: 0 auto;	position: relative;	z-index: 1;	background-image:url(../images/Wcon4-1.jpg),url(../images/Wcon4-2.jpg);	background-repeat:no-repeat,no-repeat;	background-position: top center,bottom center;}
.Wcont4-1:after{	content: '';	display: block;	clear: both;}




.point{	position: absolute;	top: 590px;}

#Menu {
/*	width:inherit;*/
	width:100%;
	height:50px;
	padding-top:2px;
	background-color:#ffd4d1;
	z-index:201;/*比pic高一層*/
	position:fixed;
/*	box-shadow:2px 2px 3px rgba(20%,20%,40%,0.5);*/
}
.buy {
	width:100px;
	height:auto;
	position:absolute;
	right:10px;
	bottom:150px;
	position:fixed;
	z-index: 99;
	}
.buy2 {
	width:120px;
	height:auto;
	position:absolute;
	right:5px;
	bottom:270px;
	position:fixed;
	z-index: 99;
	}
.return {
	width:100px;
	height:auto;
	position:absolute;
	right:10px;
	bottom:20px;
	position:fixed;
	z-index: 99;
	}
#backtotop{
	display:scroll;position:fixed;
	position: fixed;
   bottom: 30px;
   right: 30px;
   width: 80px;
   height: 80px;
   z-index: 10;
   cursor: pointer;
   transition: all .5s
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
	}
#gobuy{
	display:scroll;
	position:fixed;
	position: fixed;
   bottom: 160px;
   right: 30px;
   width: 80px;
   height: 80px;
   z-index: 10;
   cursor: pointer;
   transition: all .5s
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
	}
