/*----------基本設定----------*/

* {
	margin: 0;
	padding: 0;
	/*解決用了padding後版面亂掉的問題,ie8不支援*/
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;/*list-style:none;*/
}

body {
	background-color: #000;
	/*background-image: url(images/bg_s.jpg);重複背景用*/
	background-position: center;
	/*預設文字設定*/
	color: #000;
	font-family: "PT Sans", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*'微軟正黑體', 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
	-webkit-font-smoothing: antialiased;
	font-size: 17px;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 1px;
	/*font-weight: 500;*/
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3),/*

             0px 2px 6px rgba(0,0,0,0.1),

             0px 3px 7px rgba(0,0,0,0.1)*/;
}
a {
	text-decoration: none;
	color: #06F;
	outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
/*----------浮動區塊----------*/
.fb_ {
	z-index: 90;
	position: absolute;
	margin-top: 10px;
	margin-left: 750px;
}
.TT{
	cursor:pointer;

	}


.logo {
	position: absolute;
	margin-left: 390px;
	margin-top: 290px;
	z-index: 90;
	left: 1px;
	top: -19px;
}

.man {
	position: absolute;

	margin-left: 163px;
	top: -4px;
	z-index: 88;
	width:100%;
}


.open{
	display:block;
	cursor:pointer;
		position: absolute;
	margin-left: 300px;
	margin-top:700px;
	z-index: 108;
	width:467px;
	height:151px;
	}

.word
{
	position: absolute;

	margin-left: 200px;
	top: 0px;
	z-index: 89;
}
#gotop {/*回頂端*/
	display: none;/*預設隱藏*/
	position: fixed;/*固定在右下角*/
	right: 15px;
	bottom: 50px;
	padding: 10px 15px;
	font-size: 20px;
	background-color: #FF6600;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 100;
}
/*-----------展開收起------------*/

.COURSE {
	
	
	width: 800px;
	margin: 0 auto;
	clear: both;
/*	margin-bottom: 10px;*/
/*	background-color:#0F0;*/

	
	
	
}
.COURSE h3 a {cursor:pointer;
	display: block;
/*	clear: both;*/
}
.COURSE h3 a:hover {
	
}
.COURSE h3.PS a {
	
}
#BOX_1 { /*內文預設是關閉的*/
	display: none;
}
.COURSE .COURSE_BOX {/*內文的樣式*/
	width: 750px;
	overflow: hidden;
}
/*----------切版------------*/

/*上方背景用*/
.TOP_BG {overflow:hidden;
	width:100%;
	background-color:#FFF;
	background-image:	url(images/index_01.jpg);
	/*background-color:#900;*/
	background-position: 50% top;
	background-repeat: no-repeat;
		min-width: 1002px;/*最小寬度設定*/
 width: expression(document.body.clientWidth < 1002? "1002px": "auto" );
}
.WRAP {width:100%;
	max-width: 1002px;/*最大寬度設定*/
 width: expression(document.body.clientWidth > 1002? "1002px": "auto" );
	margin: 0 auto;
	position: relative;
	
}
/*以下頁首*/
.TOP {
	display: block;
	height: 834px;
	background-image:url(images/index_01.jpg);
	background-position: 50% top;
}
/*以下內容區*/
.CONTENT {
	/*height: 818px;不可以設高才能延伸*/
	/*background-image: url(images/index_05.jpg);*/
	background-repeat: no-repeat;/*background-color:#0F0;*/
}
/*以下頁尾*/
 .FOOTER {
	display: block;
	height: 466px;
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----------文字------------*/

.font1 {/*文字下間距*/
	padding-bottom: 30px;
}
.font2 {/*變顏色*/
	font-size: 22px;
	color: #FF0000;

}
.fontred {/*變紅色*/
	color: #F00;
}
.font3 {/*文字靠左*/
	text-align: left;
}
.font4 {/*首字凸出，下列字縮排*/
	margin-left : 1em;
	text-indent : -1em;
}

/*----------表格------------*/
.table {	           /*整體表格*/
	width: 100%;
	margin: 10px 5% 10px 0%; /*表格與外部的間距*/
	font-size: 1em;       /*文字大小*/
	text-align: center;	   /*文字置中*/
	/*text-shadow: 1px 1px 2px #333;  文字陰影*/
	border: #C30 solid; /*框線顏色,樣式*/
	/*外_框線粗細*/
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
}

.table td {		 /**/
	line-height: 1.6em;/*列_高度*/
	padding: 3px;/*列_文字與框的距離*/
	/*font-weight: bold;列_文字粗體*/
	border: #F30 dashed;/*框線顏色,樣式*/
	/*內_框線粗細*/
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
}
.table th {
	line-height: 2em;/*第1列_高*/
	color: #FFF;/*第1列_文字顏色*/
	text-align: center;/*第1列_文字置中*/
	/*font-weight: bold;第1列_粗體*/
	letter-spacing: 2px;
	background-color: #FF6633;/*第1列_底色*/
	border:
	#FFF dashed;/*框線顏色,樣式*/
	/*首_框線粗細*/
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
}
.table tr:hover {   /*滑鼠滑過*/
	background-color: #FF3333;
	color: #000;
	background-color: rgba(255,102,0,0.4);
}



	/*==================手機版本================*/
@media screen and (min-width: 1024px)  {}

@media screen  and (max-width: 1024px) {


.open{
	display:none;
	cursor:pointer;
		position: absolute;
	margin-left: 300px;
	margin-top:700px;
	z-index: 108;
	width:467px;
	height:151px;
	}

/*-----------展開收起------------*/


.COURSE {
	
	
	width: 800px;
	margin: 0 auto;
	clear: both;
/*	margin-bottom: 10px;*/
/*	background-color:#0F0;*/

	
	
	
}
.COURSE h3 a {cursor:pointer;
	display: block;
/*	clear: both;*/
}
.COURSE h3 a:hover {
	
}
.COURSE h3.PS a {
	
}
#BOX_1 { /*內文預設是關閉的*/
	display:	block;
}
.COURSE .COURSE_BOX {/*內文的樣式*/
	width: 750px;
	overflow: hidden;
}


}