﻿html
{
  font-size: 14pt;
  font-family: "WenQuanYi Zen Hei","文泉驛正黑","Heiti TC","黑體-繁","LiHei Pro","儷黑 Pro","PingFang TC","Droid Sans","Roboto","標楷體","Microsoft JhengHei","微軟正黑體",sans-serif;
  /* 【linux的字型】【ios字型】【android字型】【微軟正黑體】【無襯線字=黑體】 */
}

html, body, #divWrapper
{
  width: 100%;
  height: 100%;
  margin: 0;
  border-width: 0;
  padding: 0;
}

#divWrapper
{
  background-color: #EEF8FD;
  height: auto;
}

a:link, a:visited
{
  color: black;
  text-decoration: none;
}

#divHeader, #divFooter
{
  width: 100%;
  margin: 0;
  border-width: 0;
  padding: 0;
}

.classHeaderTop
{
  display: block;
  width: 100%;
  height: 73px;
  background: linear-gradient(#A3D8F7, #56A8DE);
  border-bottom: solid 1px #919191;
}

.classHeaderBottom
{
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(#E1E1E1, #ffffff);
}

.classHeaderLogo
{
  position: absolute;
  top: 0;
}

.classHeaderTop a
{
  color: white;
}

#divContent
{
  display: block;
  min-height: calc( 100vh - 320px ); /* header+footer 高度約為 320px */
}

#divFooter
{
  display: inline-block;
  background-color: #878787; 
  color: white;
  font-size: 10pt;
  font-family: 新細明體;
  margin: 0 auto;
  text-align: center;
}

#divFooter > div
{
  display: inline-block;
  text-align: left;
}

.classFooterCompanyName
{
  font-size: 18px;
}
.classFooterOneLine
{
  display: block;
  width: 100%;
  border-top: solid 1px #cccccc;
  margin: 0;
  padding: 0;
}

#divFooter > div > div
{
  padding: 6px;
}

.classFooterEmail
{
  margin: 0;
  border-width: 0;
  padding: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("../images/mail_icon_normal.png");
  background-repeat: no-repeat;
  background-size: 19px 19px;
  vertical-align: text-bottom;
}

.classFooterEmail:hover
{
  background-image: url("../images/mail_icon_hover.png");
}

.classBlockLine
{
  background: url("../images/line.png") repeat-x;
  background-position-y: center;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.classBlockText
{
  font-size: 24px;
  background-color: white;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 6px;
  color: #3296D8;
}
      
.classCntLeft, .classCntRight
{
  background-color: white;
}

.classList
{
  padding-left: 3em;
  list-style-image: url("../images/marker.png");
}

.classList li
{
  line-height: 30px;
}

