/* --手機版型------------------------------------- */

@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(images/bg_m.png);
	background-repeat:repeat;
	position:fixed; /* 固定在最上面 */
}
#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(images/btn.jpg);
	position:absolute;
	left:10px;
	top:20px;
	text-indent:-9999px;
}
#TOP-MENU #search{ /* 製作手機版 右上角的按鈕 */
	width:40px;
	height:40px;
	background-image:url(images/Search.png);
	background-repeat:no-repeat;
	position:absolute;
	right:12px;
	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: 110px;
	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 {
	width:100%; 
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}

/*德博士結束*//*德博士結束*//*德博士結束*//*德博士結束*//*德博士結束*//*德博士結束*/


/*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;
}
