@charset "utf-8";
/*無障礙用*/
  
 /*   鍵盤跳耀區*/ 
.accesskeyStyle{
	font-family: Georgia, "Times New Roman", Times, serif;  
	position: absolute;
	top: 1px;left: 1px;opacity: 0;
} 
.accesskeyStyle:focus{color: #106ABD;opacity: 1;} 

.accesskeyStyle.IndexFirst{font-size: 0.7em;background-color: #333;color: #fff;z-index: 10;}
.accesskeyStyle.IndexTop{color:#333;left: -15px;}
.accesskeyStyle.IndexMenu{color:#fff;}
.accesskeyStyle.IndexMain{color:#fff;}
.accesskeyStyle.IndexFooter{color:#ccc;}

 /*   字體大小區*/
.fontchange{display: inline-block;padding: 3px;font-size: 0.9em;}
.fontchange span{font-weight: 600;color: #FFF;}
.fontchange a.txtchange{
	color: #FFF;
	background-color: #CCCCCC;
	line-height:15px;
	padding:3px;
	display: inline-block;
	text-align: center;
	border-style:none;
	cursor:pointer;
	border-radius: 1px;
}
.fontchange a.txtchange:hover , .fontchange a.txtchange:focus{background-color: #248ce9;}
.fontchange a.txtchange.sel{background-color: #f26e33;}


@media only screen and (max-width: 768px){	
	
.accesskeyStyle{display: none;}		
.fontchange{display: none;}  
	
	
}

 