/* Footer 版權宣告 */

#Footer {
  position: relative;
  width: 100%;
  background-color: #744f84;
}

.Footer_info {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.2px;
  font-family: 微軟正黑體, Microsoft JhengHei;
}

.Footer_cr {
  color: #b8dbf5;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  font-family: 微軟正黑體, Microsoft JhengHei;
}

a.cpLink:link    {
  text-decoration: none; 
  font-weight: bold;
  color: #fff;
}
a.cpLink:visited { 
  text-decoration: none;
  color: #fff;
}
a.cpLink:hover   {
  text-decoration: underline;
  color: #fff;
}

#Footer_Table {
  display: table;
  width: 100%;
  }

.Footer_Tr {
  display: table-row;
  }

.Footer_Td {
  float: left;
  text-align: left;
  padding-right: 15px;
  width: 80%;
  }
@media only screen and (max-width: 500px) {
.Footer_Td {
  width: 100%;
  }
}

.Footer_Td2 {
  float: left;
  text-align: center;
  width: 20%;
  }
.Footer_Td2 img{
  width: 80%;
  }

@media only screen and (max-width: 500px) {
.Footer_Td2 {
  width: 100%;
  }
.Footer_Td2 img{
  width: 60%;
  }
}

#qaContent ul.accordionPart li {
  border-bottom: solid 1px #a8a7a8;
  background-color: #7a7979;
}

.FooterLinkBg {
  background-color: #d5d4d4;
}

/* 連結樣式 */
a.FooterLink:link    {
  text-decoration: none; 
  color: #5e5d5d;
  padding: 10px;
}
a.FooterLink:visited { 
  text-decoration:none;
  color: #5e5d5d;
}
a.FooterLink:hover   {
  text-decoration: underline;
  color: #744f84;
}

a.linkFooter:link    {
  text-decoration: none; 
  color: #783d4d;
}
a.linkFooter:visited { 
  text-decoration: none;
  color: #783d4d;
}
a.linkFooter:hover   {
  text-decoration: none;
  color: #551023;
}