@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: #ef6984;
	color: #FFF;
	border-radius: 10px;
	opacity: 0.9;
	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;
}
.logo img {
	width: 100%;
	display: block;
}
#hot {
    /* background-color: #614e40; */
    padding: 0 10px 1% 12%;
    width: auto;
    color: #232323;
}
#hot p {
	color: #fff;
	margin: 0px;
	padding: 8px 3px 3px 0;
	line-height: 1.5em;
	font-size: 16px;
}
#hot p span {
    background-color: #fff;
    color: #6B4835;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    padding: 1px 8px;
    border-radius: 50px;
    margin-top: 1px;
    display: inline-block;
}
#hot p a , #hot p a:visited{
	color: #f6a5b4;
}
#hot p a:hover {
	color: #F44336;
}

#nav  {



				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf0f', endColorstr='#f0661f',GradientType=1 );
	color: #FFF;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}

#nav ul {
	list-style-type: none;
	margin: 0px 8%;
	padding: 0px;
}
#nav ul li {
	display: block;
	list-style-type: none;
	font-size: 18px;
	color: #F44336;
	background-color: #000;
	width: 45%/*19%*/;
	float: left;
	text-align: center;
	margin: 1%;
	padding: 1%;
	border-radius: 15px 0px 15px 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6B4835;
	border-bottom-color: #6B4835;
}
#nav ul li a , #nav ul li a:visited , #nav ul li a:hover{
	color: #f6a5b4;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #F44336;
	text-decoration: underline;
}

#nav ul li:last-child {
	width: 45%/*24%*/;
}
#nav ul li span.arrow_b_int , #nav ul li span{
	width:0px;
	height:0px;
	border-width:8px;
	border-style:solid;
	border-color:#000 transparent transparent transparent;
	position:relative;
	bottom:-38px;
	right:35%;
}

#content {
	background-color: #850e34;
	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: #f6a5b4; /* Old browsers */
	background: -moz-linear-gradient(left, #f4b4c0  0%, #f6a5b4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4b4c0  0%, #f6a5b4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4b4c0  0%,#f6a5b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b4c0 ', endColorstr='#f6a5b4',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: #553938;
	font-weight: bold;
}
.book1 p a{
	background-color: #C00;
	width: auto;
	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: 15px;
	line-height: 15px;
	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: #900;
	text-decoration: none;
}
.book1 p.bookbuy {
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
}
.book1 h4{
	font-size: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #850e34;
	font-weight: bold;
}

.book1 .book_big li{
	padding: 1%;
	margin:0;
	width: 23%;
	width: 22% \9;
	_border-left-width: 1px;
	_border-left-style: dashed;
	_border-left-color: #ea618d;
	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: #ea618d;
	clear: right;
	/*width: 17%;*/
}
.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: #bc305d;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
.book1 table td {
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bc305d;
	padding: 3px;
}
.book1 td a    {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.book1 td a:visited    {
	color: #000;
	text-decoration: none;
}
.book1 td a:hover    {
	font-size: 15px;
	color: #FFFF00;
	text-decoration: none;
	position: relative;
	left: 2px;
	top: -2px;
}
/*book1結束*/
/*book2開始*/
.book2 {
	background: #f6a5b4; /* Old browsers */
	background: -moz-linear-gradient(left, #f6a5b4 0%, #f4b4c0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6a5b4 0%, #f4b4c0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6a5b4 0%,#f4b4c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a5b4', endColorstr='#f4b4c0',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: #553938;
	font-weight: bold;
}
.book2 p a{
	background-color: #C00;
	width: auto;
	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: 15px;
	line-height: 15px;
	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: #900;
	text-decoration: none;
}
.book2 p.bookbuy {
	font-size: 21px;
	font-weight: normal;
	color: #C00;
}

.book2 h4{
	font-size: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #850e34;
	font-weight: bold;
}
.book2 .book_big li{
	padding: 1%;
	margin:0;
	width: 18%;
	width: 22% \9;
	_border-left-width: 1px;
	_border-left-style: dashed;
	_border-left-color: #ea618d;
	height: 265px;
	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: #ea618d;
	clear: right;
	width: 17%;
}
.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: #900;
	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: #bc305d;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
.book2 table td {
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bc305d;
	padding-top: 3px;
	padding-bottom: 3px;
}
.book2 td a    {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.book2 td a:visited    {
	color: #000;
	text-decoration: none;
}
.book2 td a:hover    {
	font-size: 15px;
	color: #900;
	text-decoration: none;
	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: #900;
	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;
}

strong {
    color: #ff0;
    font-weight: bold;
}
