@charset "utf-8";
/* CSS Document */


/* ------ ** 按Tab鍵，跳出( 跳到主要內容 )  **------*/
.sr-only {
    position: static;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: fixed !important;
    display: block;
    width: 100% !important;
    height: 40px !important;
    font-size: 125%; /*20*/
	line-height: 1.5;
    margin: 0 auto;
    overflow: visible;
    clip: auto;
    text-align: center;
	
    color: #FFFFFF;
	border-bottom: 2px solid #293134;	
    background: #293134;	
	z-index: 1050;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	text-decoration: none;
	/*outline: 2px solid #FECE00;*/
}