﻿/* ================================================
   trading_questions.css - 交易問題頁面專用樣式
   目標：讓 trading_questions.aspx 呈現與 trading_questions.aspx 完全一致。
   共用樣式（.one-staff、.box、.img_staff 等）已在 style.css 定義，
   此檔案只放頁面專屬佈局與間距。
   ================================================ */

a:active {
    color: #097ff1;
}
#a1{
    padding-top:88px;
    margin-top:-88px;
}
.button_d{            
    display: block; 
    width:100%; 
    position:fixed; 
    bottom:0; 
    z-index:9;
}

.bold {
    font-weight: 550;
}