.about_us_area{
   height: 100px;
   left: 50%;
   /*padding-bottom: 50px;*/ /*7/18凌晨新刪的*/
   text-align:left;
   font-family: SimHei,Microsoft YaHei;
}
.about_us_area_order{
   height: 100px;
   left: 50%;
   /*padding-bottom: 50px;*/ /*7/18凌晨新刪的*/
   text-align: center;
   font-family: SimHei,Microsoft YaHei;
}

footer{
   background-color: rgb(143, 150, 154);
   height: 20px;
   width: 100% ;
   position: fixed;
   bottom: 0;


   font-size: 14px;
   text-align: center;
   line-height: 20px;
 //  margin-bottom: -10px; /* 留給footer空白位子擺上去才不會擋到*/
}
footer a{
   color: rgb(223, 238, 238);
}


.question_report_area table{
   width: 100%;
   border-collapse: collapse; /*使表格線條只有一條*/
   /*margin-bottom: 50px;*/ /*7/18凌晨新刪的*/
}
.question_report_area table thead{
   background-color: rgb(79, 192, 240);
}
.question_report_area table thead th{
   height: 50px;
   letter-spacing: 2px;
}
.question_report_area table tr td{
   padding: 5px;
   text-align: left;
}
.question_topic{
   font-size: 18px;
   width: 15%;
}
.question_report_area table tr td textarea.question_report_title{
   word-break: break-all;
   resize: none;
   width: 100%;
   height: 25px;
   font-size: 18px;
}
.question_report_area table tr td textarea.question_report_text{
   word-break: break-all;
   resize: none;
   width: 100%;
   height: 150px;
}

.question_report_area table tr .report_button{
   text-align: center;
}
