@charset "UTF-8";

.imgbox {
    widows: 90%;
    margin: 5px auto;
    display: block;
}

.imgbox img {
    widows: 100%;
    display: block;
}

.header a#accesskey-u {
    color: #333333;
    position: absolute;
    left: 6px;
    top: 0;
}

.index-banner-slider a:hover {
    opacity: 1;
}

/*法規樣式
**************************************/
.law-header .law-name {
    text-align: center;
    font-size: 1.8rem;
    display: block;
}

.law-pub-date {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 0.8em;
    color: #666;
    text-align: right;
}

.law-list {
    font-size: 1.125em;
    line-height: 36px;
}

.law-section {
    padding: 20px 0;
}

.law-level1 {
    font-weight: bold;
    color: #000;
    display: block;
    font-size: 1.25em;
    padding-bottom: 20px;
}

.law-level2 {
    padding: 15px 0;
}

.law-level2 .law-num,
.law-level2 .law-cont {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}

.law-level2 .law-num {
    width: 100px;
    font-weight: normal;
}

.law-level2 .law-cont {
    width: calc(100% - 110px);
}

.law-level2 ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.law-level2-no,
.law-level2-txt {
    display: inline-block;
    vertical-align: top;
}

.law-level2-txt {
    width: 80%;
}

/*法規樣式 end
**************************************/

/*無障礙***/
.focusable:focus {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    z-index: 2;
}

a.focusable {
    background: #000;
    color: #fff;
    float: left;
    text-decoration: none;
    padding: 5px 10px;
}

.focusable {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: none;
}

a:focus {
    outline: 2px solid #fc0 !important;
}

input:focus {
    outline: 2px solid #fc0 !important;
}

a:focus {
    outline: 2px solid #fc0 !important;
}

li:focus {
    border: 2px solid #fc0 !important;
}

img:focus {
    border: 2px solid #fc0 !important;
}

#accesskey-c {
    position: absolute;
    z-index: 1;
}

/*無障礙end***/