@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
	margin: 0;
	height: 100%;
	background-color: #f0f0f0;
	width: 100%;
	font-family: "Microsoft JhengHei"; /*微軟正黑體*/ 
}
#gotop{
	width:110px;
	/*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: -560px;
	right: 50%;
	background-color: #000;
	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: 110px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;

}
#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: 900px;
}
h1 {
	display: block;
	margin: 0px;
	padding: 0px;
}
h1 img {
	width: 100%;
	display: block;
}
#content {
	height: auto;
	width: 88%;
	clear: both;
	background-color: #FFF;
	padding-right: 6%;
	padding-left: 6%;
}
#content h2 {
	font-size: 2em;
	font-size: 32px \9;
	font-weight: bold;
	color: #368064;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	color: #628e93;
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h4 {
	line-height: 1.5em;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
	bord-break: normal;
	display: block;
	text-indent: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content h5 {
	margin: 0px;
	background-color: #F7F7F7;
	text-align: center;
}
#content h5 img {
	width: 22%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
}
#content h6 {
	background-color: #F7F7F7;
	margin: 0px;
	text-align: right;
	display: block;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 96%;
}
#content h6 a {
	color: #7facb1;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	display: block;
	width: 80px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	background-color: #d1e7ea;
	border: 1px solid #7facb1;
	border-radius: 25px;
	float:right;
	margin-top: 10px;
	margin-left: 5px;
}
#content h6 a:visited {
	color: #7facb1;
	text-decoration: none;
}
#content h6 a:hover {
	color: #C00;
	background-color: #ffe9e7;
	border: 1px solid #C00;
}
#content ul , #content ol{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #7facb1;
	list-style-type: none;
	padding: 0px;
	width: 100%;
	background-color: #F7F7F7;
	margin: 0px;
}
#content ul li {
	border-bottom: 1px dashed #7facb1;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 17px;
	display:block;
	_height: auto;
	clear:both;
}
#content ul li::after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;}
	
#content ul li p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	display: block;
	line-height: 1.5em;
}

#content ul li p:first-child {
	text-align: left;
	width: 70%;
	float: left;
}
#content ul li p:last-child {
	width: 27%;
	margin-left: 2%;
	float: left;
	text-align: center;
}
#content ul li:first-child p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#content ul li font  {
	font-size: 15px;
	font-weight: normal;
	color: #CA3929;
}
#content ul li p a {
	color: #000;
	text-decoration: none;
}
#content ul li p a:visited {
	color: #000;
	text-decoration: none;
}
#content ul li p a:hover {
	color: #C00;
	text-decoration: underline;
	transition: 0.2s; 
}
#content ul li span {
	display: inline-block;
}
#content ul li span:first-child {
	font-size: 16px;
	line-height: 22px;
	color: #628e93;
}
#content ul li span:last-child {
	font-size: 18px;
	line-height: 24px;
	color: #CA3929;
	margin-left: 10px;
}

#content ol {
	background-color: #FFF;
}
#content ol li{
	padding: 1%;
	_padding: 5px;
	width: 23%;
	_width: 22% /9;
	_border-left-width: 1px;
	_border-left-style: dashed;
	_border-left-color: #CCCCCC;
	height: 295px;
	height: 320px \9;
	_height: 350px;
	display: block;
	float: left;
	_overflow: auto;
	text-align: center;
}
#content ol li:first-child {
	border-left-style: none;
	width: 23%/*31%*/;
}

#content ol li a img{
	width:90%;
	max-width: 126px;
	width:126px \9;
	border: 1px solid #FFF;
}
#content ol li h3{
	padding: 0px;
	margin: 0px;
	font-size: 15.5px;
	font-weight: bold;
	text-align: center;
	color: #628e93;
	line-height: 1.5em;
}
#content ol li h3 a{
	color: #628e93;
	text-decoration: none;
}
#content ol li h3 a:visited {
	color: #628e93;
	text-decoration: none;
}
#content ol li h3 a:hover {
	color: #C00;
	text-decoration: none;
	position: relative;
	left: 2px;
	top: -2px;
}
#content ol li h4{
	margin: 0px;
	padding: 5px 3px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	width: 100%;
	text-indent: 0px;
	line-height: 1.3em;
}
#content ol li h5{
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 3px;
	text-decoration: line-through;
	margin: 0px;
	font-weight: normal;
	background-color: #FFF;
	width: 100%;
}
#content ol li h6{
	font-size: 15px;
	font-weight: normal;
	color: #C00;
	text-align: center;
	margin: 0px;
	padding: 3px;
	background-color: #FFF;
	width: 100%;
}
#content table {
	clear: both;
	float: none;
}

#content table th {
	background-color: #7facb1;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
#content table td {
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7facb1;
	padding: 5px;
}
#content td a    {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
#content td a:visited    {
	color: #000;
	text-decoration: none;
}
#content td a:hover    {
	font-size: 15px;
	color: #CC0000;
	text-decoration: none;
	position: relative;
	left: 2px;
	top: -2px;
}
.red  {
	color: #900;
}

.list_mg {
    width: 96%;
    margin: -4px 2%;
    clear: both;
    display: block;
    float: left;
    height: auto;
    min-height: 170px;
    background-repeat: repeat;
    padding: 0px;
    _background-color: #FFFFFF;
    position: relative;
}
.list_mg ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}
.list_mg_img {
	width: 25%;
	float: left;
	margin-right: 1%;
}
.list_mg_img img {
    width: 85%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list_mg_img img:hover {
    position: relative;
	top: 2px;
	left: 2px;
}

#list_mg_detial {
	float: left;
	width: 70%;
	text-align: left;	
    margin-left: 2%;
    padding-top: 10px;
	position: relative;
}
#list_mg_detial h2 {
	font-size: 18px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;	
    margin-left: 10px;
}
#list_mg_detial span{
	font-size: 13px;
	color: #999;
}
#list_mg_detial h4 {
	color: #CC0000;
	font-size: 15px;
	padding: 0px;
	float: left;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#list_mg_detial h4 img {
	vertical-align: baseline;
}
#list_mg_detial h4 .imgHot {
	vertical-align: text-top;
}

#list_mg_detial h4 a {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#list_mg_detial h4 a:hover {
	text-decoration: underline;
}
#list_mg_detial h5 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2%;
	color: #414141;
	line-height: 1.4em;
}
#list_mg_detial h5 a {
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #006dd0;
}
#list_mg_detial h5 a:visited {
	color: #006dd0;
	text-decoration: none;
}
#list_mg_detial h5 a:hover {
	text-decoration: underline;
}
#list_mg_detial ul{
	list-style: disc;
}

#list_mg_detial .book_content li {
    width: auto;
    height: auto;
    float: none;
    list-style: disc;
    text-align: left;
    line-height: 1.5em;
    padding: 0% 1%;
	margin: 1.5%;
    border-bottom: none;
	display: list-item;
}
#sale_3 {
	background-color: #fff;
}
#content #sale_3 li {
	width: 100%;
    height: auto;
    float: left;
	border-bottom: 1px dashed #fff;
	_background-color: #fff;
    _border-right: 1px dashed #c9c9c9;
    padding: 0% 1%;
	margin: 1.5% 0.5%;
	/*border-radius: 1em;*/
}





.more {
	width: 80%;
	max-width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #8a8c7c;
	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;
}
.more2 {
	width: 80%;
	max-width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #628e93;
	clear: both;
	float: none;
	padding-right: 10%;
	padding-left: 10%;
}
.more2 p {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.more2 p a{
	color: #FF0;
	text-align: center;
	text-decoration: none;
    padding-left: 8px;
}
.more2 p a:hover{
	font-size: 19px;
	color: #FF0;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}