/*faqs.css這隻才是只有faq在用的css，faq.css一堆檔案有引用根本亂取占用名子*/
    body {
        background-image: url(/img/bgd.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .section {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0.25em;
        text-shadow: 0.125em 0.25em 1.875em #fff;
    }

    h3{
        color: #6034BF;
    }

    @media screen and (max-width: 30em) {
        #breadcrumb-spacer {
            background-color: #626262;
            height: 3.75em;
        }
    }

    @media screen and (max-width: 48em) {
        .myaccordion .btn {
            font-size: 0.6em;
        }
    }

    .w_95 {
        width:95%;
    }

    .custom_text_ident_style_01 {
        text-indent: 1em;
    }