a:focus, input:focus, select:focus, button:focus, textarea:focus{
    outline: 2px solid #ff0800 !important;
}
/*
.main-nav ul li.sub a:focus + ol{
	display: block;
}
.main-nav ul li.sub ol li a:focus{
	display: block;
}
*/
.navigation .main-nav li.sub > ol.is-open {
    display: block;
}

.event__grid a,
.news__block a,
.artist__grid a,
.rent__list a,
.publish__book a{
	display: block;
}

.outline {
	outline: 2px solid #ff0800 !important;
}

.publish__grid a:focus .book__front {
    -webkit-transform: rotateY(-75deg) translateZ(0);
            transform: rotateY(-75deg) translateZ(0);
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}
.publish__grid a:focus .book__info {
    -webkit-transition: all 450ms ease 250ms;
    transition: all 450ms ease 250ms;
    transform-orgin: 0 0;
    -webkit-transform: translate(50px,10px) rotate(5deg);
            transform: translate(50px,10px) rotate(5deg);
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
    z-index: 3;
}

/*tooltip*/
[aria-label] {
    position: relative
}

[aria-label]:hover:after,[aria-label]:hover:before {
    display:block
}

#tooltip,#tooltip2 {
    pointer-events: none;
    background-color: rgba(0,0,0,.6);
    display: none;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    z-index: 10000;
    padding: 5px 10px;
    font-size: .675rem
}

#tooltip2:before,#tooltip:before {
    content: "";
    position: absolute;
    left: 5px;
    top: -10px;
    border: 5px solid transparent;
    border-bottom-color: rgba(0,0,0,.6)
}

/*跳到主要內容區*/
.skip-main{
    z-index: 999;

    font-size: 14px;
    position: fixed;
    left: 50%;
    margin-left: -90px;
    bottom: 20px;
    text-align: center;


    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 180px;
    height: 30px;
    background-color: #FCED5F;
    line-height: 26px;



    overflow:hidden;
    clip:rect(0,0,0,0);

}
.skip-main:active, .skip-main:focus{
    display: block;
    bottom: 150px;
    text-align: center;
    clip:auto;

    border: 2px solid #ff0800;
    outline: 0px solid #ff0800 !important;
    box-shadow: 0 1px 20px rgba(0,0,0,0.25);
}

.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}

.navigation .social-media li.podcast a {
    background-size: 17px 17px;
    background-image: url(../images/icon_podcast_w.svg);
}
footer .social-media li.podcast a {
    background-size: 17px 17px;
    background-image: url(../images/icon_podcast_b.svg);
}
.navigation .social-media li.podcast > ol.is-open {
    display: block;
}
.navigation .social-media li.podcast > ol {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100px;
    line-height: 40px;
}
.navigation .social-media li.podcast > ol li {
    width: auto;
    height: auto;
    overflow: inherit;
}
.navigation .social-media li.podcast > ol li a {
    background-image: none;
    color: white;
    width: 100px;
    height: auto;
}
.navigation .social-media li.podcast > ol li a:hover {
    color: #1A1919;
}
.navigation .social-media li.podcast ol {
    left: 0;
    top: 35px;
    z-index: 2;
}
footer .social-media li.podcast > ol.is-open {
    display: block;
}
footer .social-media li.podcast > ol {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100px;
    line-height: 40px;
}
footer .social-media li.podcast > ol li {
    width: auto;
    height: auto;
    overflow: inherit;
}
footer .social-media li.podcast > ol li a {
    background-image: none;
    color: #1A1919;
    width: 100px;
    height: auto;
}
/*facebook*/
.navigation .social-media li.facebook > ol.is-open {
    display: block;
}
.navigation .social-media li.facebook > ol {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100px;
    line-height: 40px;
}
.navigation .social-media li.facebook > ol li {
    width: auto;
    height: auto;
    overflow: inherit;
}
.navigation .social-media li.facebook > ol li a {
    background-image: none;
    color: white;
    width: 100px;
    height: auto;
}
.navigation .social-media li.facebook > ol li a:hover {
    color: #1A1919;
}
.navigation .social-media li.facebook ol {
    left: 36px;
    top: 35px;
    z-index: 2;
}
footer .social-media li.facebook > ol.is-open {
    display: block;
}
footer .social-media li.facebook > ol {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100px;
    line-height: 40px;
}
footer .social-media li.facebook > ol li {
    width: auto;
    height: auto;
    overflow: inherit;
}
footer .social-media li.facebook > ol li a {
    background-image: none;
    color: #1A1919;
    width: 100px;
    height: auto;
}
@media (min-width: 1024px) {
    .navigation .social-media li.podcast a {
        background-size: 17px 17px;
    }
    .navigation .social-media li.podcast ol {
        left: 0;
        top: 35px;
        z-index: 2;
    }
    footer .social-media li.podcast {
        background-size: 14px 10px;
    }
    footer .social-media li.podcast ol {
        left: 33.2%;
        top: 35px;
        z-index: 2;
    }
    footer .social-media li.podcast ol li {
        margin: 0;
    }
    footer .social-media li.youtube ol {
        left: 62%;
        top: 35px;
        z-index: 2;
    }
    .main-nav ul ol {
        left: unset;
    }
    .main-nav ul ol.ol1 {
        width: 220px;
    }
    .main-nav ul ol.ol2 {
        width: 260px;
    }
    .main-nav ul ol.ol3 {
        width: 140px;
    }
    .main-nav ul ol.ol4 {
        width: 280px;
    }
/*facebook*/
    .navigation .social-media li.facebook a {
        background-size: 17px 17px;
    }
    .navigation .social-media li.facebook ol {
        left: 36px;
        top: 35px;
        z-index: 2;
    }
    footer .social-media li.facebook {
        background-size: 14px 10px;
    }
    footer .social-media li.facebook ol li {
        margin: 0;
    }
    footer .social-media li.facebook ol {
        left: 46.2%;
        top: 35px;
        z-index: 2;
    }
    footer .social-media {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 115px;
    }
}
.rent__detail__intro ul li {
    float: left;
    margin-right: unset;
    width: 50%;
    font-size: 1.4rem;
}
@media (min-width: 420px) {
    .rent__detail__intro ul li {
        float: left;
        margin-right: unset;
        width: 33%;
        font-size: 1.5rem;
    }
}
@media (min-width: 600px) {
    .rent__detail__intro ul li {
        float: left;
        margin-right: unset;
        width: 25%;
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    .rent__detail__intro ul li {
        float: left;
        margin-right: unset;
        width: 33%;
        font-size: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .rent__detail__intro ul li {
        float: left;
        margin-right: unset;
        width: 50%;
        font-size: .8rem;
    }
}
@media (min-width: 1280px) {
    .contact__form li:last-child input[type="button"]{
        top: 0px;
    }
    .rent__detail__intro ul li {
        float: left;
        margin-right: unset;
        width: 50%;
        font-size: 1.3rem;
    }
}
/*英文版*/
@media (min-width: 1024px) {
    .en .navi-tiny .language {
        top: 20px;
        right: 360px;
    }
    .en .main-nav ul ol {
        left: 0px;
    }
    .en .main-nav ul ol.ol1 {
        width: 300px;
    }
    .en .main-nav ul ol.ol2 {
        width: 500px;
    }
    .en .main-nav ul ol.ol4 {
        width: 450px;
    }
    .en .main-nav ul ol li {
        margin-right: 0;
        line-height: 30px;
    }
}