@charset "utf-8";
/* CSS Document */


/* ------ ** 按Tab鍵，跳出( 跳到主要內容 )  **------*/
.sr-only {
    position: absolute;
    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: static;
    display: block;
    width: auto;
    height: auto;
    font-size: 1.413em;
    margin: 0 auto;
    overflow: visible;
    clip: auto;
    text-align: center;
    color: #fff;
	
	text-decoration: none;
	outline: 2px solid #fe980f;
    background: #017C81;;
}

