body{
	font-family:Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, sans-serif;
	background-color:#efa64c;
}

/************ common **************/
.loading{
	position:fixed;
	width:100%; height:100%;
	background-color:#fff;
	z-index:10;
}
.loading img{
	position:absolute;
	top:50%; left:50%;
	margin:-20px 0 0 -20px;
}

.clear{
	clear:both;
}

.verticalSpan{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.zoomInCursor{
	display:none;
	position:absolute;
	top:-999; left:-999;
}

.zoomOutCursor{
	display:none;
	position:absolute;
	top:-999; left:-999;
}


/************ header **************/
.header{
}
.header .topSection{
	min-height:74px;
}
.header .topSection .innerSection{
	max-width:960px;
	margin:0 auto;
}
.header .topSection .logo{
	float:left;
}
.header .topSection .logo img{
	display:block;
}
.header .topSection .shareNav{
	float:right;
	margin-top:16px;
	padding-left:10px;
}
.header .topSection .shareNav a{
	display:inline-block;
	vertical-align:top;
	padding-left:5px;
}
.header .topSection .shareNav a img{
	display:block;
}
.header .topSection .dateBox{
	float:right;
	height:39px;
	color:#fff;
	border-right:1px solid #fff;
	margin:16px 0;
}
.header .topSection .dateBox .issue{
	float:left;
	height:100%;
	font-size:20px;
	padding-right:10px;
}
.header .topSection .dateBox .issue span{
	display:inline-block;
	vertical-align:middle;
}
.header .topSection .dateBox .date{
	float:left;
	height:100%;
	font-size:12px;
	line-height:1.5em;
	padding:0 15px 0 15px;
}
.header .topSection .dateBox .date span{
	display:inline-block;
	vertical-align:middle;
}
.header .bottomSection{
	min-height:56px;
	border-bottom:1px solid #d7d7d7;
	background-color:#fff;
}
.header .bottomSection .innerSection{
	max-width:960px;
	margin:0 auto;
	text-align:center;
}
.header .bottomSection img{
	display:block;
}
.header .bottomSection .controlBox table{
	width:100%;
}
.header .bottomSection .controlBox td{
	vertical-align:top;
}
.header .bottomSection .menuBtn{
	float:left;
}
.header .bottomSection .menuBtn a{
	display:block;
}
.header .bottomSection .gotopage{
	/*display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;*/
	padding-top: 13px;
	font-size:18px;
	color:#777;
}
.header .bottomSection .gotopage img{
	display:inline-block;
	vertical-align:top;
}
.header .bottomSection .gotopage a{
	display:inline-block;
	vertical-align:top;
}
.header .bottomSection .gotopage label{
	display:inline-block;
	vertical-align:top;
	border:1px solid #e5e5e5;
	padding:1px 10px 1px 5px;
}
.header .bottomSection .gotopage input{
	width:30px;
	margin:0;
	border:0;
	text-align:center;
	font-size:18px;
	color:#777;
}
.header .bottomSection .gotopage label .text{
	display:inline-block;
	/*padding-top:1px;*/
}
.header .bottomSection .tool{
	float:right;
}
.header .bottomSection .tool a{
	display:block;
}



/************ footer **************/
.footer {
	position:relative;
	font-size: 12px;
	color:#fff;
	background:#efa64c;
	padding: 20px 0 10px;
}
.footer a {
	color:#fff;
}
.footer .list {
	padding:0 0 10px;
}
.footer .copyright {
	float: left;
}
.footer .links {
	float: right;
}



/************ wrapper **************/
.wrapper{
	position:relative;
	width:100%;
}
.container{
	position:relative;
	overflow:hidden;
	background-color:#f5f5f5;
}
.innerContainer{
	position:relative;
	width:960px;
	margin:0 auto;
}
.flipbookContainer{
	width:100%; height:665px;
	margin:30px 0 50px;
}
.flipbookBox{
	position:relative;
	width:100%; height:100%;
}
.flipbookBox .flipbook{
	position:absolute;
	top:0; left:0;
}
.flipbookBox .flipbook .page{
	position:relative;
	float:left;
	width:470px; height:590px;
	/*background-color:#f00;*/
}
.flipbookBox .flipbook .page:nth-child(even){
	/*background-color:#ff0;*/
}
.flipbookBox .flipbook .page .shadow{
	position:absolute;
	top:-10px; left:-10px;
}
.flipbookBox .flipbook .page .thumbnail{
	position:relative;
	cursor:url('../images/zoomin.png'),
		   url('../images/zoomin.cur'), default;
}
.flipbookBox .flipbook .page .original{
	display:none;
}
.flipbookContainer .prevBtn{
	display:none;
	position:absolute;
	top:50%; left:-33px;
	margin-top:-23px;
}
.flipbookContainer .nextBtn{
	position:absolute;
	top:50%; right:-33px;
	margin-top:-23px;
}
.zoomBox{
	display:none;
	position:fixed;
	top:0; left:0;
	height:100%;
	background:url(../images/loading.gif) center #fff no-repeat;
	overflow:hidden;
	-wekit-overflow-scrolling:touch;
	cursor:url('../images/zoomout.png'),
		   url('../images/zoomout.cur'), default;
	z-index:10;
}
.zoomBox img{
	width:100%;
}




/************ menu popup **************/
.mfp-bg{
	background:#eda84d;
}
.mfp-container{
	padding:0;
}
button.mfp-close{
	width:63px; height:63px;
	opacity:1;
	filter:alpha(opacity=100);
	background:url(../images/btn-close.jpg) no-repeat;
}
button.mfp-close:active{
	top:0;
}
.mfp-ie7 .mfp-content{
	padding-top:10px;
}
.menuPopup{
	position:relative;
	max-width:960px;
	min-height:500px;
	margin:0 auto;
	padding:40px 20px;
	color:#888;
	background-color:#fff;
}
.menuPopup a{
	color:#888;
}
.menuPopup .title{
	font-weight:bold;
	font-size:30px;
	padding-bottom:20px;
}
.menuPopup ul li{
	border-bottom:1px solid #e7e7e7;
}
.menuPopup ul li:first-child{
	border-top:1px solid #e7e7e7;
}
.menuPopup ul li a{
	display:block;
	padding:18px 0 18px 20px;
	font-size:16px;
	text-decoration: none;
}





/************ site data **************/
.siteData{
	display:none;
}