/* 內頁簽名檔 */
.signature{
	float:left;
	width:96%;
}
.signature ul{width:100%;}
.signature ul li{width:50%;}
.signature_msg{color:#4011d0;}
/* 改寫lulu's css for 自訂搜尋引擎*/
#header{
	height:212px;
}
#nav{
	top:150px;
}
/* 自訂搜尋引擎區塊 */
.otlink-google-cse{
	float:right;
	width:100%;
}

/* 複寫搜尋引擎cse's css */
.gsc-input input{/*替換關鍵字input預設提示文字*/
	background:url("../images/hongyi-cse.jpg") 0% 50% no-repeat rgb(255, 255, 255) !important;
}
.gsc-input input:focus{/*關鍵字input focus時不顯示提示文字*/
	background: 0% 50% no-repeat rgb(255, 255, 255) !important;
}
.cse .gsc-control-cse, .gsc-control-cse{
	background:none !important;
	border:0px !important;
	padding-right:0 !important;
	margin-top:-29px;	
}
.cse input.gsc-search-button, input.gsc-search-button{
	background-color: hsl(24, 35%, 36%) !important;
    border: 1px solid hsl(24, 35%, 36%) !important;
}
.cse input.gsc-search-button, input.gsc-search-button{
	cursor:pointer;
}

@media only screen and ( max-width : 960px ){
/*CSE RWD 設定*/
#header{
	height:80px;
}
#nav{
	top:15px;
}
.otlink-google-cse{ /*除了首頁的其他頁面在RWD手機版情況下cse區塊位置仍須調整，此調整寫在header*/
	margin-top:6px;
	margin-bottom:-13px;
}
/*原本的css在IE9、10、11手機版logo會消失，以此處理*/
#header h1 a{
	background-image:url(../images/logo-s.png)\0; 
}
/*原本的css在win10 Edge手機版logo會消失，以此處理*/
@supports (-ms-accelerator:true) {
    #header h1 a{
		background-image:url(../images/logo-s.png); 
	}
}
/*單獨設定Firefox at RWD*/
@-moz-document url-prefix() {  
	.otlink-google-cse{
		margin-top:11px !important;		
	}
}
/* 內頁簽名檔 */
.signature ul li{width:100%;}
}	
/* 複寫設計allall.css - 編輯器文字重疊問題 from Lulu*/ 
.innewsin-left span {
 line-height: 20px;
}
