@charset "big5";
body {
	margin: 0px;
	background-color: #5CC4EB;
	background-repeat: no-repeat;
	font-family: "微軟正黑體", Tahoma;
	font-size: 11pt;
	line-height: 24px;
	color: #0C1A1F;
}
.container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
h3 {
	color: #069;
}


.topbar {
	background-color: #414141;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bookInfo {
	font-size: 10pt;
	color: #0C1A1F;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 10px;
}
.bookName {
	font-size: 11pt;
	font-weight: bold;
	line-height: 20px;
}
.salePrice {
	color: #A74370;
}
.readContent {
	height: 748px;
	padding-right: 55px;
	padding-left: 55px;
	padding-top: 0px;
}
.text01 {
	color: #FFF;
	background-color: #5CC4EB;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #3CB8E8;
}
.article {
	height: 650px;
	overflow: auto;
	font-family: "微軟正黑體", Tahoma;
	font-size: 11pt;
	line-height: 24px;
}
.imgRight {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.eventsContent {
	height: 461px;
	padding-right: 55px;
	padding-left: 60px;
	font-family: "微軟正黑體", Tahoma;
	font-size: 11pt;
	line-height: 21px;
	padding-top: 10px;
}
.small {
	font-size: 10pt;
	color: #666;
}
.morebooksContent {
	font-family: "微軟正黑體", Tahoma;
	font-size: 11pt;
	line-height: 21px;
	height: 370px;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 55px;
}
.footer {
	text-align: center;
	padding: 20px;
	font-family: "微軟正黑體", Tahoma;
	font-size: 10pt;
	line-height: 18px;
	color: #333;
}



.text02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	font-style: italic;
}
.text03 {
	color: #FFF;
	background-color: #000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.Bold {
	font-weight: bold;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 0px;
	float: right;
	right: 10px;
}
#back-top a {
	width: 35px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #EC4535;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #FFFFFF;
}
/* arrow icon (span tag) */
#back-top span {
	width: 35px;
	height: 35px;
	display: block;
	margin-bottom: 7px;
	/* rounded corners */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	text-align: center;
	background-color: #EC4535;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #121119;
}
.background {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
