﻿@charset "utf-8";
 /*@font-face{font-family:'JosefinSans';src:url('../fonts/JosefinSansStd-Light.otf');}*/
a:link , a:visited{
	text-decoration: none;
	color: #0099CC;
	/*transition: color 0.5s;*/
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FF6600;
}
a.mainLink:link , a.mainLink:visited{
	text-decoration: none;
	transition: color 0.5s;
	color: #0099CC;
}
a.mainLink:hover , a.mainLink:focus{
	color: #a11939;
}
i{ margin-right:5px;margin-left:3px;}
img{
	vertical-align: middle;
}
a img {
	border: none;
	vertical-align: middle;
}
.imgOutline{
	border: 1px solid #666;
	padding:5px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ol{
	list-style-type: decimal;
	padding-left: 30px;
}
p{
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 , h2 , h3 , h4{
	 
}

table{
	border-collapse: separate;
   border-spacing: 1px;
}
table th , table td { padding:3px; }
input[type="text"] , input[type="password"]  , textarea {
	border: 1px solid #d3d3d3;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 20px;
	height: 25px;
	border-radius: 5px;
	margin: 3px;
	font-family: Arial, "微軟正黑體", "新細明體";
}

select {
	border-radius: 5px;
	border: 1px solid #d3d3d3;
	padding-right: 3px;
	padding-left: 3px;
	height: 30px;
	margin: 3px;
}
textarea   {
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius  : 5px;
	padding-right: 3px;
	padding-left: 3px;
	max-height: 100px;
	min-height: 35px;
}
button{ cursor:pointer;}
/* 排列樣式 */
.goCenter {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.goRight {
	float: right;
}
.goLeft {
	float: left;
}
.heightSpace {
	display: block;
	height: 10px;
}
.inCenter{
	text-align: center;
}
.inLeft{
	text-align: left;
}
.inRight{
	text-align: right;
}
.padding10{padding: 10px;}
.padding5{padding: 5px;}
 .w100{width: 95%;}
	 .w50{width: 50%;}

.divtable{display:table;}
.divtable-cell{display: table-cell;}
.divtable-row{display: table-row;}
/* 排列樣式 --------------------到此*/

/* 字型樣式 */
.txtArial{font-family: Arial, "微軟正黑體", "新細明體";}
.txt09em {
	font-size: 0.9em;
	line-height: 1em;
}
.txt10em {
	font-size: 1em;
	line-height: 1.2em;
}
.txt12em {
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt15em {
	font-size: 1.5em;
	line-height: 1.8em;
}
.txt20em {
	font-size: 2em;
	line-height: 2em;
}
.txtbold{font-weight: bold;}
 
/* 字型樣式 --------------------到此*/

/* 顏色樣式 -------------------------*/
.colorRed{color: #d93621;}
.colorBule{color: #0099FF;}
.colorOrange{color: #F60;} 
.colorYellow{color: #f7e901;} 
.colorPurple{color: #b962de;} 
.colorPink{color: #fa6aa4;} 
.colorCoffee{color: #482c12;}
.colorLatte{color: #a88e75;}
.colorGreen{color: #107661;}
.colorGray70{color: #333333;}
.colorGray50{color: #999999;}
.colorWhite{color: #fff;}

.colorbg_gray10{background-color: #efefef;}
/* 顏色樣式 --------------------到此*/

/* 線條樣式 -------------------*/
.TOPdashline{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 5px;
}
.BOTTOMdashline{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0c160b;
	padding: 10px;
	margin: 10px;
}
.TOPsolidline{
	border-top: solid 1px #efefef;margin-top:20px;
}
.BOTTOMsolidline{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.solidline{
	border: 1px solid #666;
}
 
/* 線條樣式 --------------------到此*/

.linebreak{word-break:break-all;}
.nobreak{word-break:keep-all;}

.overflow{
	overflow: auto;
}
.clearfloat {
	clear: both;
}

#goTopBOX{
	height: 5px;
	width:100%;
	position: fixed;
	bottom: 0px;
	display: none;
	}
#goTop{
	border-radius: 50%;
	cursor: pointer;
	height: 60px;
	width: 60px;
	float: right;
	text-align: center;
	font-size: 2em;
	line-height: 55px;
	color: #fff;
	background-color: #0CF;
	border: 3px solid #fff;
	margin-top: -70px;
	margin-right: -30px;
	transition: all 0.5s;
}
#goTop:hover , #goTop:focus {
background-color: #0CF;
	line-height: 45px;
}
.goTopcon{
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}  
	
@media only screen and (max-width: 768px){	
 .goTopcon{max-width: 100%;}
 #goTop{
	height: 40px;
	width: 40px;
	background-size:cover;
	border: 0px solid #0CF;
	margin-top: -40px;
	margin-right: 10px;
}
	 }


/* 畫圓 -------------------*/
.circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius  : 50%;
	width: 50px;
	height: 50px;
	background-color: #903;
	/* width and height can be anything, as long as they're equal */
}
a.wordkieru{
/* 讓字消失 */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


 

