/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	background-image:none;
	background-color:#FFF;
}
/*header*/
header{
	width:100%;
	margin:0 auto;
	min-width:320px; /* 限定最小寬度 */
	background-image: url(http://www.cet-taiwan.com/images/bg_m.png);
	background-repeat:repeat;
	position:fixed; /* 固定在最上面 */
	z-index:99999;
}
#TOP-MENU{
	display:block;
	width:100%;
}
#TOP-MENU div{
	margin:0 auto;
	width:150px; /* 插圖自動伸縮 */
	height:auto;
}
#TOP-MENU img{
	width:80%; /* 插圖自動伸縮 */
	height:auto;
	padding:5px;
}

#TOP-MENU #BTN{ /* 製作手機版 左上角的按鈕 */
	width:50px;
	height:33px;
	background-image:url(http://www.cet-taiwan.com/images/btn.jpg);
	position:absolute;
	left:10px;
	top:20px;
	text-indent:-9999px;
}
#TOP-MENU #search{ /* 製作手機版 右上角的按鈕 */
	width:40px;
	height:40px;
	background-image:url(http://www.cet-taiwan.com/images/Search.png);
	background-repeat:no-repeat;	right:12px;
	position:absolute;

	top:15px;
	text-indent:-9999px;
}

nav{
	display:none;
}

/*選單*/
menu{
	/*width:920px;*/
	display:none;
}
/*內容*//*內容*//*內容*//*內容*//*內容*//*內容*//*內容*//*內容*//*內容*//*內容*//*內容*/

/*首頁*/
article{
	width:100%;
	 /*height:1480px;*/
	margin: 0 auto;	
	padding: 0;
	overflow:hidden;
}
#CONTENT{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	/*background-color:#FFF;*/
	padding:0px 0px;
	margin-bottom:10px;
}

#CONTENT_LEFT{ /*左*/
	width:100%;
}	
#CONTENT_RIGHT{ /*右*/
	display:none;
}	

/*各頁選單*/
#ALL_header{
	width:96%;	
	height:auto;
	margin:0 auto;
	position:fixed; /* 固定在最上面 */
	top:61px;
	left:8px;
	background:#fff;
	}
#ALL_header h1{
	background:#06C;
	display:block;
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing:2px;
	margin-top:10px;
	}
#ALL_header h1 a{
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	letter-spacing: 2px;
	text-decoration: none;	
	}
#ALL_header img{
	display:none;
	}

#ALL_header #essay{
	display:none;
}
#ALL_header #fb{
	display:none;
}
#CET_header{
	display:none; /* 把主選單先關掉 */
}
#CET_header_m{
	margin-top:20px;
	position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
	top:40px;
	z-index:888;
	width:30%; /* 寬高 100% 整個蓋住 */
	height:30%;
	background-color:rgba(0,0,0,0.7);
	display:none; /* 把主選單先關掉 */
}
#CET_header_m li{
	font-size: 16px;
	line-height: 1;
	width:100%;
	float:none;
	border-right: none;
	margin:0;
	padding:0;
}

#CET_header_m li a {
	display:block;
	width:100%;
	text-align: ;
	text-decoration:none;
	background-color:#888;
	color:#FFF;	
	font-size:13px;
	padding:8px;
	
}
#CET_header_m li a:hover{
	background-color: #B71100;
	border:1px solid #CCC;
}

	#CET_search{
	padding:5px;
	position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
	top:70px;
	right:5px;
	z-index:888;
	width:50%; /* 寬高 100% 整個蓋住 */
	height:auto;
	background-color:#FFF;
	display:none; /* 把主選單先關掉 */
	}
	
	#CET_search input{
	width: 100%;
	float:left;
}
	#CET_search button{
	background-image: url(http://www.cet-taiwan.com/images/search.jpg);
	width: 16px;
	height: 17px;
	position: absolute;
	border:none;
	right:8px;
	top:7px;
}

/*德博士頁德博士頁面德博士頁面德博士頁面德博士頁面德博士頁面德博士頁面德博士頁面德博士頁面德博士頁面德博士頁面面*/
hr {
	display:none;
}
.drcet {
	overflow:hidden;
	color: #333;
	border-radius: 10px;
	background-color: #FFF;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom:10px;
}
.drcet h1 {
	display:none;
}
.drcet h2 {
	display:none;
}
.drcet ul{
	width:100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.drcet li{
	width:96%;	
	overflow: hidden;
	padding-top:0px;
	padding-bottom:15px;
	border-bottom-style:dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
.drcet li:last-child {
	border-bottom:none;
}

.drcet li img{
	float:left;
	width:40%; /* 插圖自動伸縮 */
	height:auto;
}

.drcet li div{
	font-size: 13px;
	line-height: 1.8;
	color:#333;
}

.drcet li a{
	font-size: 15px;
	line-height: 1.8;
	color: #FF9933;
	font-weight: bold;
}
.drcet li a:hover{
	text-decoration: underline;
}

.drcet li h3{
	color: #003399;
	font-weight: normal;
	font-size: 11px;
}

.HELLOET{
	display:none;
}
.HELLOET h1 {
	display:none;
}
.HELLOET div{
	display:none;
}
.HELLOET div img{
	display:none;
}

.HELLOET a{
	color: #D11A79;
	text-decoration: none;
}

.detail{
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	overflow:hidden;
	line-height:2;
	padding:0px;
	padding-top: 110px;
	padding-bottom:10px;
}
.detail img{
  max-width:100%;
  height:auto;
}

.detail h1 {
	display:block;
	font-size: 21px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.5;
}
.detail h2 {
	color: #FF9933;
	line-height: 1.5;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.detail div , .detail iframe {
	width:100%; 
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}

/*德博士結束*//*德博士結束*//*德博士結束*//*德博士結束*//*德博士結束*//*德博士結束*/

/*進修課進修課程進修課程進修課程進修課程進修課程進修課程進修課程進修課程進修課程程*/
#CONTENT-W, #class{
	display:none;
	}
#CONTENT-1{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: rgba(255,255,255,0.5);
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom:20px;
	padding-left: 10px;
}
#CONTENT-1 li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #CCC;
	margin-top:10px;
	margin-bottom:10px;
}

#CONTENT-1 #left{
	width:45%;
	float:left;
	height:auto;
	overflow: hidden;
	margin:0px;
	font-size: 13px;
	color: #333;
	line-height: 1.8;
	}
#CONTENT-1 #price{ /*價錢*/
	width: 98%;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	background-color: #111;
	padding: 3;
	text-align: center;
	margin-top: 5;
	margin-right: 2;
	margin-bottom: 3;
	margin-left: 3;
	line-height:1.5;
}
#CONTENT-1 #left img, #CONTENT-1 img{
	float: none;
	width: 100%; /* 插圖自動伸縮 */
	height: auto;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#CONTENT-1 #left a img{
	float:none;
	width:70%; /* 插圖自動伸縮 */
	height:auto;
	margin:3px ;

}
#CONTENT-1 #right{
	width:55%;
	float:right;
	padding:5px;
	letter-spacing: 1.5px;
	line-height:1.5;
	text-align:left;
	margin: 0px;
	}
#CONTENT-1 #right img{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	position:absolute;
}

#CONTENT-1 #right h1{
	font-size: 16px;
	font-weight: bold;
	color: #990066;
	padding: 1;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}

#CONTENT-1 #right div{
	font-size: 13px;
	color: #333;
	margin: 5;
	line-height: 1.8;
	padding-left:20px;
}
#CONTENT-1 #right div a{
	font-size: 13px;
	line-height: 2;
	color: #333;
	text-decoration: none;
}

#CONTENT-1 h2{
	font-size: 17px;
	font-weight: bold;
	color: #FF0066;
	margin:5px;
}

#CONTENT-1 p{
	background: #FFC;
	font-size: 15px;
	color: #333;
	margin: 0;
	line-height:1.8;
	height:auto;
	overflow:hidden;
}


/*各頁選單*/
	
.login{
	width:100%;
	letter-spacing: 1px;
	line-height:1.8;
	height:auto;
	overflow: hidden;
	}
.login h1{
	margin-top:5px;
	font-size:2em;
	border-bottom:2px solid #900;
	color:#900;
}

.TB_COLLAPSE h1{
	display:block;
	}


div .WORD h1{
	margin:0px;
}


/*進修課程結束進修課程結束進修課程結束進修課程結束進修課程結束進修課程結束進修課程結束*/



/*footer*/
footer{
	clear:both;
	width:100%;
	margin:auto;
	padding:0px;
	position:fixed;  
	bottom:0;
	}
footer a{
	color: #FFF;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}

footer .cet{
	width:100%;
	line-height:1.8;
	text-align:center;
	margin: auto;
	padding:0px;
	background-color: #606060;
}
footer #more {
	display:none;
}

footer div h1{
	display:none;
}
footer div h2{
	display:block;
}




/*資料填寫用*/
.form-style-2{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top: 3px;
	max-width: 550px;
	padding: 15px;
	font: 13px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	display:block;
	text-align:center;
}
.form-style-2 a{
	text-decoration: none;
}

.form-style-2-heading{
 	border-bottom: none;
}
.form-style-2 label{
	font: 13px Arial, Helvetica, sans-serif;
	width:100%;
	display: block;
	border-bottom: none;
	padding: 0px;
	margin-top:10px;
}
.form-style-2 label > span{
	width: 30%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	text-align: center;
	letter-spacing: 1px;
	padding-left: 0px;
	margin:0;
}

.form-style-2 input.input-field
{  padding-left: 10px;
	   width: 70%;
	   
}
.form-style-2 input.birthday-field
{
	   width: 17%;
	   margin-right:3px;
	margin-left:0px;
}

.form-style-2 .tel-number-field
{
     padding-left: 0px;
	   width: 30%;
}
.form-style-2 input.input-radio{
	margin-top:8px;
	margin-right:10px;
}


 .form-style-2 .select-field{
     padding-left: 0px;
	   width: 10%;
}

.form-style-2 .textarea-field{
	resize : none;
	height: 30px;
	width: 120px;
}


.form-style-2 .input-radio:focus,
.form-style-2 .input-field:focus,
.form-style-2 .birthday-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=reset],
.form-style-2 input[type=button]{
	width: auto;
	border: none;
	background: #FF8500;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
	margin:0 auto;
}

input[type=submit]{
	width: auto;
	border: none;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
	margin: 10 auto;
	background-color: #6699FF;

}

.form-style-2 input[type=radio],
.form-style-2 input[type=checkbox]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-left:20px;
}

.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=reset]button]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
	margin-left:100px;
}
.form-style-2 input[type=radio]:hover,
.form-style-2 input[type=checkbox]{
    background: #EA7B00;
    color: #fff;
	margin-left:20px;
}

.BOX input[type=submit],
.BOX input[type=button]
.form-style-2-heading input[type=submit],
.form-style-2-heading input[type=button]{
	border: none;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #0099FF;
	margin-right: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-decoration: none;
}


