@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:55px;
	height:55px;
	position:fixed;
	_position: absolute; /* position fixed for IE6 */





  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-10);
	z-index:1;
	bottom: 10px;
	text-align: center;
	margin-right: -485px;
	right: 50%;
	background-color: #000;
	color: #FFF;
	line-height: 55px;
	border-radius: 9999em;
	opacity: 0.8;
}
#gotop a {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 55px;
	width: 55px;
}
#gotop a:visited {
	color: #FFF;
	text-decoration: none;
}
#gotop a:hover {
	color: #FF0;
	text-decoration: none;
}
#gotop a:active {
	color: #FF0;
	text-decoration: none;
}
#header-rwd {
	display: none;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#noie{
	color: #FFF;
	width: 100%;
	height: 60px;
	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 {
	max-width:850px;
	clear: none;
	height: 100%;
	width: 850px;
	background-color: #f8ecd7;
	_background: -moz-linear-gradient(right, #569cde 5% ,#d5dfef 60%);
    _background: -webkit-linear-gradient(right, #569cde 5% ,#d5dfef 60%);
    _background: linear-gradient(to right, #569cde 5% ,#d5dfef 60%);
    _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569cde', endColorstr='#d5dfef',GradientType=1 );	
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
#BodyContent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#intro {
	float: right;
	width: 409px;
	margin-right: 75px;
}
#intro h3 {
	margin: 0px;
	padding: 0px;
}
#intro h4 {
	font-size: 24px;
	margin: 0px;
	padding: 6px 20px;
	background-image: url(https://www.angle.com.tw/event/bg/white75.png);
	background-repeat: repeat;
}
#intro h4 p {
	font-size: 16.5px;
	font-weight: normal;
	padding: 0px;
	margin-top: 6px/*5px*/;
	margin-right: 6px/*2px*/;
	margin-bottom: 6px/*5px*/;
	margin-left: 6px/*2px*/;
	text-indent: 38px/*-1em*/;
	line-height: 2em;
	/*word-break: break-all;*/
	word-wrap: break-word;
	text-align: justify;
}
#intro h4 span {
	font-size: 15px;
	font-weight: normal;
	display: block;
	background-image: url(media_bg_y.jpg);
	background-repeat: repeat;
	background-color: #FFCA3C;
	color: #990000;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#intro h4 span img {
	vertical-align: text-bottom;
}

#intro h4 span a {
	color: #990000;
	text-decoration: none;
}
#intro h4 span a:visited {
	color: #990000;
	text-decoration: none;
}
#intro h4 span a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#intro h4 p.price {
    color: #C00;
    border: 1px solid #C00;
    /* width: 100px; */
    padding: 0px 2%;
    text-indent: 0px;
    text-align: center;
    float: right;
    clear: both;
    margin-bottom: 10px;
    margin-right: 20px;
}
#intro h5 {
	float: right;
	background-image: url(arrowR.png);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-position: 0px 3px;
}
#intro h5 a {
	color: #AB2025;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}
#intro h5 a:visited {
	color: #AB2025;
	text-decoration: none;
}
#intro h5 a:hover {
	position: relative;
	left: 2px;
	top: 2px;
	color: #C00;
	text-decoration: underline;
}


#intro ul li {
	font-size: 16px;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
	background-color: #0083b9;
	color: #FFF;
	border-radius:15px;
}/*20171006*/
#intro ul li:nth-child(2) {
	background-color: #ff9320;
}/*20181031*/
#intro ul li a {
	color: #FFF;
	text-decoration: none;
}/*20171006*/
#intro ul li a:visited {
	color: #FFF;
	text-decoration: none;
}/*20171006*/
#intro ul li a:hover {
	color: #FF0;
	text-decoration: none;
}/*20171006*/



#magazing {
	float: right;
	width: 338px;
	clear: left;
}
#magazing p {
	font-size: 16px;
	text-align: right;
	margin-right: 22px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
}
#magazing p span {
	color: #dc0000;
}
#magazing ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#magazing ul li {
	font-size: 16px;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
	background-color: #ff9320;
	color: #FFF;
	border-radius:15px;
}
#magazing ul li:nth-child(3) {
	background-color: #ca0000;
}
#magazing ul li:nth-child(2) {
	background-color: #1e589e;
}
#magazing ul li a {
	color: #FFF;
	text-decoration: none;
}
#magazing ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#magazing ul li a:hover {
	color: #FF0;
	text-decoration: none;
}



#detial {
	width: 700px;
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 0px;
	display: block;
	padding-top: 50px;
	float: none;
	clear: right;
}
#detial h3 {
	font-size: 19px;
	font-weight: normal;
	color: #cd372d;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cd372d;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#detial h3 a {
	font-size: 16px;
	margin-left: 15px;
	color: #900;
}
#detial h3 a:visited {
	color: #900;
	text-decoration: underline;
}
#detial h3 a:hover {
	color: #C00;
	text-decoration: underline;
	position: relative;
	left: 2px;
	top: 2px;
}
#detial ul {
	font-size: 16px;
	list-style-type: disc;
	margin-bottom: 30px;
	margin-top: 0px;
}
#detial ul li {
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#detial ul li:last-child {
	border-bottom-style: none;
	margin-bottom: 30px;
}
#detial ul li a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#detial ul li a:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
#detial ul li a:hover {
	color: #900;
	text-decoration: underline;
}
#detial ul li a.d_book , #detial ul li a.d_book:visited {
	color: #FFF;
	background-color: #F60;
	font-size: 15px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 8px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.3em;
}
#detial ul li a.d_book:hover {
	color: #FF0;
	background-color: #F30;
}
#detial ul li a.d_media , #detial ul li a.d_media:visited {
	color: #FFF;
	background-color: #399;
	font-size: 15px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 8px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.3em;
}
#detial ul li a.d_media:hover {
	color: #FF0;
	background-color: #366;
}
#detial ul li a.d_author , #detial ul li a.d_author:visited {
	color: #990000;
}/*20180129*/
#detial ul li a.d_author:hover {
	color: #F30;
}/*20180129*/


#detial2 {
	width: 700px;
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #e1d1f5;
	display: block;
	float: none;
	clear: right;
}
#detial2 h3 {
	font-size: 19px;
	font-weight: normal;
	color: #660000;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#detial2 h3 a {
	font-size: 16px;
	margin-left: 15px;
	color: #900;
}
#detial2 h3 a:visited {
	color: #900;
	text-decoration: underline;
}
#detial2 h3 a:hover {
	color: #C00;
	text-decoration: underline;
	position: relative;
	left: 2px;
	top: 2px;
}
#detial2 ul {
	font-size: 16px;
	list-style-type: disc;
	margin-bottom: 30px;
	margin-top: 0px;
}
#detial2 ul li {
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#detial2 ul li:last-child {
	border-bottom-style: none;
	margin-bottom: 30px;
}
#detial2 ul li a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#detial2 ul li a:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
#detial2 ul li a:hover {
	color: #900;
	text-decoration: underline;
}




.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.more {
	width: 720px;
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #900;
	clear: both;
	float: none;
}
.more ul {
	clear: both;
	float: none;
}
.more p {
	font-size: 16px;
	font-weight: bold;
	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;
}
