@charset "utf-8";	
/* 載入 */
* {
	margin:0;
	padding:0;
	word-wrap:break-word; /*自動換行*/
	word-break: normal;
	box-sizing: border-box; /*border/padding為內含*/
	text-decoration:none;
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* font-family: Helvetica, Arial, '微軟正黑體','新細明體', sans-serif; */
	font-family: 'Century Gothic','Arial','微軟正黑體','繁黑體','新細明體', sans-serif;
}	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,  
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  	/* font-family: Helvetica, Arial, '微軟正黑體','新細明體', sans-serif; */
  font-family: 'Century Gothic','Arial','微軟正黑體','繁黑體','新細明體', sans-serif;
}
/*h1, h2, h3, h4, h5, h6 { font-weight: bold; }*/
strong, th { font-weight: bold; }
em { font-style: normal; }
ul, li, img { border: 0 none; list-style-type:none; }
a {	text-decoration:none; /*無底線*/	outline:none; /*隱藏連結虛線*/ }
img, input, select { vertical-align:middle; }	/*讓圖片跟文字垂直置中對齊*/
input[type="radio"] { vertical-align: baseline; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
textarea { overflow-x: hidden; overflow-y: auto; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* table */
table  {
	border-spacing: 0px;	/*cellspacing*/
	border: 0px none;	/*border*/
}
table tr td , table tr th {
	padding: 0px;	/*cellpadding*/
	border: 0px none;	/*border*/
}

div, p, a, ul, li {	zoom: 1; }
table, th, td {	zoom: 1; }
/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
/* ==========================================================================
主要設定
========================================================================== */
img { max-width: 100%; height: auto;}
p { font-size: 16px; line-height: 1.6; }
a { color: inherit; transition: .5s;}
a:hover,a:active,a:link,a:visited{text-decoration: none; outline: none;color: inherit; }
.text-big { font-size: 130%;}
hr { border-color: #cbcbcb;}
.mt_ss { margin-top: 5px;}
.mr_ss { margin-right: 5px;}
.ml_ss { margin-left: 5px;}
.mb_ss { margin-bottom: 5px;}
.mt_s { margin-top: 15px;}
.mr_s { margin-right: 15px;}
.ml_s { margin-left: 15px;}
.mb_s { margin-bottom: 15px;}
.mt_b { margin-top: 50px;}
.mb_b { margin-bottom: 50px;}
.mt_bb { margin-top: 100px;}
.mb_bb { margin-bottom: 100px;}
.top-banner {
	background-color: #dbeefc;
	width: 320px;
    height: 100px;
	margin: 66px auto 0 auto;
	text-align: center;
	display: none;	
}
.center-banner {
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:none;
	margin: 0px auto;
}
.bottom-banner {
	position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -160px;
	background-color: #a7c553;
	display:none;
}

