
/* -------------------------------- 
back to top
-------------------------------- */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	background-color: rgba(102,102,102,0.8);
	background-image: url(../images/cd-top-arrow.png);
	background-repeat: no-repeat;
	background-position: center 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 10px;
    bottom: 100px;
  }
}


/* -------------------------------- 
/* input style */

input[type="text"] {
	display: inline;
	margin: 0;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;

}
input[type="text"]:focus {
  outline: none;
}

/* lists */
ul.input-list {
  list-style: none;
  margin: 0 0px;
  padding: 0;
}
ul.input-list li {
	display: inline;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 5px;
	padding-bottom: 0;  
}
.style-1 input[type="text"] {
  padding: 5px;
  border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus, .style-1 input[type="text"].focus {
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 5px 1px #c8c8c8;
  -moz-box-shadow: 0 0 5px 1px #c8c8c8;
  box-shadow: 0 0 5px 1px #c8c8c8;
}

/* -------------------------------- 
table style*/

table.ss a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
table.ss a:visited {
	color: #666;
	font-weight:bold;
	text-decoration:none;
}
 table.ss a:active,
 table.ss a:hover {
	color: #dd042b;
	text-decoration:underline;
}
 table.ss {
	color: #666;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 10px;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d2d2d2;
	-webkit-box-shadow: 0 1px 2px #d2d2d2;
	box-shadow: 0 1px 2px #d2d2d2;
}
 table.ss th a:link {
	color: #999;
	text-shadow: 0px 0px 0px #fff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
 }
table.ss th {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;   
	background-color: #ccc;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-top: 12px;
	padding-bottom: 12px;	
}
 table.ss th:first-child {
	
	padding-left:20px;
}
 table.ss tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
 table.ss tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
 table.ss tr {
	text-align: left;
	padding-left:20px;
}
 table.ss td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
 table.ss td {
	padding:15px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
 table.ss tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
 table.ss tr:last-child td {
	border-bottom:0;
}
 table.ss tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
 table.ss tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
 table.ss tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
    table.ss2 {
	color: #666;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

 table.ss2 th:first-child {
	
	padding-left:20px;
}
 table.ss2 tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
 table.ss2 tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
 table.ss2 td:first-child {
	
	border-left: 0;
}
 table.ss2 td {
	
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
 table.ss2 tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
 table.ss2 tr:last-child td {
	border-bottom:0;
}
 table.ss2 tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
 table.ss2 tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
 


/* --------------------------------
/* Button*/
.myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #777777;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 4px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	margin-left: 0px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myBotton02 {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #e0e0e0));
	background: -moz-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f5f5f5 5%, #e0e0e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0);
	background-color: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #918c91;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 30px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	vertical-align: 20%;
	margin-top: 7px;
}

.myBotton02:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #f5f5f5));
	background:-moz-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:-webkit-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:-o-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:-ms-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:linear-gradient(to bottom, #e0e0e0 5%, #f5f5f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f5f5f5',GradientType=0);
	background-color:#e0e0e0;
}
.myBotton02:active {
	position:relative;
	top:1px;
}
.myButton03 {
	background-color:#dd042b;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:10px 50px;
	text-decoration:none;
}
.myButton03:hover {
	background-color: #dd042b;
	color: #666;
	
}
.myButton03:active {
	position:relative;
	top:1px;
}




/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 0px;
	height: 22px;
	width: auto;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 500;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #ce0e2d;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

 
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


nav a {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 12px;
    outline: none;
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    font: normal 18px "Gotham Office", "微軟正黑體 Light", "Arial Unicode MS";
    text-shadow: 0 0 0px rgba(255,255,255,0.3);
}

nav a:hover,
nav a:focus {
	outline: none;
}
#T1{
	height: 56px;
	background-image: url(../images/menu_bg.gif);
	width: 100%;
}