﻿@CHARSET "UTF-8";
/*Css reset*/
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "Microsoft Simhei", Arial, sans-serif;
}
table {
  barder-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
caption /*,th*/ {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.w {
  width: 100%;
}
.h {
  height: 100%;
}
.clear {
  clear: both;
}
.clearL {
  clear: left;
}
.clearR {
  clear: right;
}
/*Display*/
.di {
  display: inline;
}
.dit {
  display: inline-table;
}
.dib {
  display: inline-block;
}
.db, .show {
  display: block;
}
.hide {
  display: none;
}
/*鼠標形態*/
.cp {
  cursor: pointer;
}
/*Font*/
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f30 {
  font-size: 30px;
}
.fb, .bold {
  font-weight: bold;
}
.fn, .normal {
  font-weight: normal;
}
.t2 {
  text-indent: 2em;
}
.unl, .uline {
  text-decoration: underline;
}
.no_unl, .noline {
  text-decoration: none;
}
.lh24 {
  line-height: 24px;
}
.lh30 {
  line-height: 30px;
}
.lh100 {
  line-height: 100%;
}
.lh150 {
  line-height: 150%;
}
.lh200 {
  line-height: 200%;
}
.lh300 {
  line-height: 300%;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
/*Color*/
.yellow {
  color: #ffc600;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.azure {
  color: #0081ad;
} /*天藍色*/
.orange {
  color: #e47b00;
}
.gray {
  color: #cccccc;
}
.blue {
  color: #4d62ef;
}
.red {
  color: #f00;
}
.green {
  color: #008000;
}
.org2, .orange2 {
  color: #ff6c00;
}
.gray2 {
  color: #dedede;
}
.c9d9885 {
  color: #9D9885;
}
.ca1a1a1 {
  color: #a1a1a1;
}
.c5d5d5d {
  color: #5d5d5d;
}
.cab5035 {
  color: #ab5035;
}
.c32a5ff {
  color: #32a5ff;
}
.cdc0600 {
  color: #dc0600;
}
/*定位*/
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clear {
  clear: both;
}
/*邊距*/
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px; /*_margin-left:10px;*/
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr35 {
  margin-right: 35px;
}
.mr45 {
  margin-right: 45px;
}