﻿body {
    background-color:#ffffff;
}

/* div */
.div_blank {
    height: 20px;
    width: 100%;
}

.div_frame {
    background-color: #F8F8F8;
    height: auto;
    width: 100%;
}

.div_submit {
    height: 55px;
    text-align: center;
}

.div_service {
    height: 55px;
    text-align: left;
}

/* table */
.table_survey {
    width: 100%;
}

.row1_td1,
.row2_td1,
.row3_td1,
.row4_td1,
.row5_td1,
.row6_td1,
.row7_td1,
.row8_td1 {
    height: 38px;
    font-family: 微軟正黑體;
    font-size: 13pt;
    text-align: center;
    width: 5%;
    font-weight: bold;
}

.row1_td2,
.row2_td2,
.row3_td2,
.row4_td2,
.row5_td2,
.row6_td2,
.row7_td2,
.row8_td2 {
    height: 36px;
    font-family: 微軟正黑體;
    font-size: 11pt;
    text-align: left;
    width: 45%;
    font-weight: bold;
}

.row1_td3,
.row2_td3,
.row3_td3,
.row4_td3,
.row5_td3,
.row6_td3,
.row7_td3,
.row8_td3 {
    height: 36px;
    font-family: 微軟正黑體;
    font-size: 13pt;
    text-align: left;
    width: 50%;
    font-weight: bold;
}

/* control */
.rd_Q1,
.rd_Q2,
.rd_Q3,
.rd_Q4,
.rd_Q5,
.rd_Q6,
.chk_Q7 {
    color: #663300;
    font-size: 11pt;
}

.label_service {
    font-size: 12pt;
}

.button_submit {
    background-color: #c9382D;
    color: #ffffff;
    font-size: 12pt;
    font-family: 微軟正黑體,Arial;
}