@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
	margin: 0;
	height: 100%;
	font-family:"微軟正黑體";
	background-color: #FFFFFF;
	background-image: url(../../bg/bg27.png);
	width: 100%;
 
}
#gotop{
	width: 165px;
	/*height:184px;*/
	position:fixed;
	_position: absolute; /* position fixed for IE6 */
  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-10);
	z-index:1;
	bottom: 25%;
	text-align: center;
	margin-right: -665px;
	right: 50%;
	background-color: #b970a1;
	color: #FFF;
	border-radius: 10px;
	opacity: 0.8;
	font-size: 16px;
}
#gotop a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 165px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;

}
#gotop a:visited {
	color: #FFF;
	text-decoration: none;
}
#gotop a:hover {
	color: #FF0;
	text-decoration: none;
}
#gotop a:active {
	color: #FF0;
	text-decoration: none;
}
#gotop a:last-child {
	border-bottom-style: none;
}
#header-share {
	text-align: center;
	width: 900px;
}

#header-rwd {
	display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#noie{
	color: #FFF;
	width: 100%;
	height: 70px;
	text-align: center;
	border: 1px solid #006699;
	background-color: #669933;
	_z-index: 9999;
	z-index: 9999;
	position: fixed;
	 _top:expression(documentElement.scrollTop+"px");/*讓選單覆蓋內容不會隨著捲軸滑動而消失專用*/
	left: 0;
	top: 0;
}
#noie a{
	color: #FC0;
}
#BodyContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
    background-color: #9b3d87;
}
.logo img {
	width: 100%;
	display: block;
}
#hot {
    margin: 1.5% 15% ;
    padding: 1.5% 0;
    width: auto;
    color: #fff;
	background-color: #534279;
    border-radius: 15px;
    opacity: 0.8;
}
#hot p {
	margin: 0px;
    padding: 5px;
    line-height: 1.5em;
    font-size: 20px;
    text-align: center;
}
#hot p span {
    /* background-color: #fff;
    margin-right: 5px; */
    color: #ff0;
    padding: 1px 8px;
    /* border-radius: 50px;
    margin-top: 1px; */
    display: inline-block;
}
#hot p a , #hot p a:visited{
	color: #2C74B3;
}
#hot p a:hover {
	color: #579bb1;
}
#nav {
	width: 70%;
	padding: 8px 15%;
	background: #a04485; /* Old browsers */
	background: -moz-linear-gradient(left, #a04485 0%, #b970a1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a04485 0%, #b970a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #a04485 0%,#b970a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a04485', endColorstr='#b970a1',GradientType=1 ); /* IE6-9 */
}
#nav h4 {
	font-size: 24px;
	margin: 1% 0;
    color: #ff0;
    text-align: center;
}
#nav ul {
	list-style-type: disc;
	margin: 1% 8%;
	/* padding: 0px;
	margin-left: 15%;
    margin-right: 10%; */
}
#nav ul li {
	/* display: inline-block;
	display: inline; */
	list-style-type: disc;
	font-size: 18px;
	color: #FFF;	
    padding-bottom: 6px;
    line-height: 1.5em;
    text-align: justify;
}
/*#nav ul li:first-child {
	width: 52%;
	margin-left: 19%;
    margin-right: 19%;
}*/
/*#nav ul li:last-child {
	width: 40%;
}*/
#nav ul li span {
	font-size: 15px;
	margin-left: 5px;
}
#content {
	height: auto;
	width: 100%;
	clear: both;
}
#content table {
	clear: both;
	float: none;
	zoom: 1;
}
ul.book_big {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*book1開始*/
.book1 {
	background: #eed2e6; /* Old browsers */
	background: -moz-linear-gradient(left, #f8dde9  0%, #eed2e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f8dde9  0%, #eed2e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f8dde9  0%,#eed2e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dde9 ', endColorstr='#eed2e6',GradientType=1 ); /* IE6-9 */
	width: 82%;
	padding-right: 9%;
	padding-left: 9%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.book1 p    {
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000;
	font-weight: bold;
}
.book1 p a{
	background-color: #C00;
	width: 100px;
	width: 120px\9;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	display: inline-block;
}
.book1 p a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
}
.book1 p a:hover{
	color: #FFFF00;
	background-color: #b970a1;
	text-decoration: none;
}
.book1 p.bookbuy {
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
}

.book1 .book_big li{
	padding: 1%;
	margin:0;
	width: 23%;
	width: 22% \9;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #bd639b;
	height: 310px;
	height: 350px \9;
	display: block;
	float: left;
	overflow: auto;
	text-align: center;
}
.book1 .book_big li:last-child {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #bd639b;
	clear: right;
	width: 22%;
}
.book1 .book_big li a img{
	width:90%;
	max-width: 126px;
	border: 1px solid #FFF;
}
.book1 .book_big li h3{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.book1 .book_big li h3 a{
	color: #000;
	text-decoration: none;
}
.book1 .book_big li h3 a:visited {
	color: #000;
	text-decoration: none;
}
.book1 .book_big li h3 a:hover {
	color: #FF0;
	text-decoration: none;
	position: relative;
	left: 2px;
	top: -2px;
}
.book1 .book_big li h4{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #006dd0;
	text-align: center;
	font-weight: normal;
}
.book1 .book_big li h5{
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 0px;
	text-decoration: line-through;
	margin: 0px;
	font-weight: normal;
}
.book1 .book_big li h6{
	font-size: 15px;
	font-weight: normal;
	color: #C00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.book1 table th {
	background-color: #bd639b;
	font-size: 16Px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
.book1 table td {
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bd639b;
	padding: 5px;
}
.book1 td a    {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.book1 td a:visited    {
	color: #000;
	text-decoration: none;
}
.book1 td a:hover    {
	font-size: 16px;
    color: #d040b7;
    text-decoration: underline;
	position: relative;
	left: 2px;
	top: -2px;
}
/*book1結束*/

/*book2開始*/
.book2 {
	background: #eed2e6; /* Old browsers */
	background: -moz-linear-gradient(left, #eed2e6 0%, #f8dde9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #eed2e6 0%, #f8dde9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #eed2e6 0%,#f8dde9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed2e6', endColorstr='#f8dde9',GradientType=1 ); /* IE6-9 */
	width: 82%;
	padding-right: 9%;
	padding-left: 9%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.book2 p    {
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000;
	font-weight: bold;
}
.book2 p a{
	background-color: #C00;
	width: 100px;
	width: 120px\9;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	display: inline-block;
}
.book2 p a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
}
.book2 p a:hover{
	color: #FF0;
	background-color: #b970a1;
	text-decoration: none;
}
.book2 p.bookbuy {
	font-size: 21px;
	font-weight: normal;
	color: #C00;
}

.book2 .book_big li{
	padding: 1%;
	margin:0;
	width: 23%;
	width: 22% \9;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #bd639b;
	height: 305px;
	display: block;
	float: left;
	overflow: auto;
	text-align: center;
}
.book2 .book_big li:last-child {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #bd639b;
	clear: right;
	width: 22%;
}
.book2 .book_big li a img{
	width:90%;
	max-width: 126px;
	border: 1px solid #000;
}
.book2 .book_big li h3{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.book2 .book_big li h3 a{
	color: #000;
	text-decoration: none;
}
.book2 .book_big li h3 a:visited {
	color: #000;
	text-decoration: none;
}
.book2 .book_big li h3 a:hover {
	color: #b970a1;
	text-decoration: none;
	position: relative;
	left: 2px;
	top: -2px;
}
.book2 .book_big li h4{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #006dd0;
	text-align: center;
	font-weight: normal;
}
.book2 .book_big li h5{
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 0px;
	text-decoration: line-through;
	margin: 0px;
	font-weight: normal;
}
.book2 .book_big li h6{
	font-size: 15px;
	font-weight: normal;
	color: #C00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.book2 table th {
	background-color: #bd639b;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
.book2 table td {
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bd639b;
	padding: 5px;
}
.book2 td a    {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.book2 td a:visited    {
	color: #000;
	text-decoration: none;
}
.book2 td a:hover    {
	font-size: 16px;
    color: #d040b7;
    text-decoration: underline;
	position: relative;
	left: 2px;
	top: -2px;
}
/*book2結束*/
#content p.bookbuy a {
	background-color: #069;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.more {
	width: 80%;
	max-width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #b970a1;
	clear: both;
	float: none;
	padding-right: 10%;
	padding-left: 10%;
}
.more ul {
	clear: both;
	float: none;
}
.more p {
	font-size: 18px;
	font-weight: normal;
	color: #FF0;
	margin: 0px;
	padding: 0px;
}
.more ul {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.more .NewsStyle {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.more .NewsStyle a {
	font-size: 15px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:visited {
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:hover {
	color: #FFF;
	text-decoration: underline;
}
.more .NewsStyle a:active {
	color: #FFF;
	text-decoration: underline;
}
