﻿#Question_QA {
    margin-bottom:60px;
}

    #Question_QA input::-webkit-input-placeholder { /* Chrome */
        color: #888;
    }

    #Question_QA input :-ms-input-placeholder { /* IE 10+ */
        color: red;
    }

    #Question_QA input::-moz-placeholder { /* Firefox 19+ */
        color: red;
    }

    #Question_QA input:-moz-placeholder { /* Firefox 4 - 18 */
        color: red;
    }

    #Question_QA .QuestionTitle {
        width: 100%;
        padding: 18px 10px;
        color: #3278BC;
        letter-spacing: 2px;
        border-bottom: 1px solid #ccc;
        font-size: 23px;
        font-weight: 500;
        box-sizing: border-box;
    }

    /*覆蓋掉jQueryUI 摺疊效果預設值*/
    #Question_QA .ui-state-default {
        font-family: 'Noto Sans TC', sans-serif;
        padding: 15px;
        border: none;
        border-bottom: 1px solid #ccc;
        letter-spacing: 0.5px;
        font-weight: 500;
        font-size: 16px;
        color: #000;
        background: #fff;
    }

    #Question_QA .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        left: auto;
        right: .5em;
    }

    #Question_QA .ui-icon {
        background-image: none;
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #Question_QA .ui-state-active {
        border: none;
    }

    #Question_QA .ui-state-focus {
        outline: none;
    }

    #Question_QA .ui-state-visited {
        background: #000;
    }

    #Question_QA .ui-state-active .ui-icon {
        background-image: none;
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-top: 1px solid #666;
        border-right: 1px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #Question_QA .ui-widget-content {
        font-family: 'Noto Sans TC', sans-serif;
        letter-spacing: 1px;
        border: none;
        background: #F7F7F7;
        line-height: 26px;
    }
