@charset "utf-8";
/* CSS Document */

ul.faqList{
    list-style: none;
}

ul.faqList > li{
  padding: 5px;
  /* border: 2px dashed #C5955A; */
  /* border-radius: 8px; */
  margin-bottom: 15px;
  background: #000;
  }

ul.faqList li h3{
  padding: 10px 5px;
  cursor: pointer;
  position: relative;
  font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size: 16px;
  color: #C5955A;
  font-weight: normal;}

ul.faqList li h3 b{
  display:inline-block;
  vertical-align:middle;
  font-size:18px;
  font-style:italic;
  margin-right:10px;}

ul.faqList li h3 a.toggleOpen{
  cursor:pointer;
  display:block;
  margin-top:-13px;
  padding:4px 8px;
  /* border-radius:3px; */
  background: #A2A2A2;
  font-size:13px;
  color:#FFF;
  position:absolute;
  right:5px;
  top:50%;
  }

ul.faqList li .definition{
  display:none;
  margin-top: 10px;
  padding: 15px;
  background: #FFFFFF;
  font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 0px;
  float: none;
  width: auto;
  }

.table-responsive{
  min-height:.01%;
  overflow-x:auto;

}

ul.faqList .table {
    width: 100%;
}

ul.faqList .table th {
    text-align: left;
    background: #FFF100;
    color: #000;
    border: 1px solid #fff;
}

.contentBox .leftBox h3.faqList_h3 {
    color: #FFF100;
}

ul.faqList .table >tbody >tr {border-bottom: 1px solid #F5F5F5;}

@media (max-width: 640px){
  
  ul.faqList li h3 a.toggleOpen{
    position:static;
    margin:0;
    margin-top:10px;
    padding:10px 0;
    text-align:center;}
  
}
