﻿@charset "utf-8";
a:link , a:visited{
	text-decoration: none;
	/*transition: color 0.5s;*/
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a.mainLink:link , a.mainLink:visited{
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	color: #0099CC;
}
a.mainLink:hover{
	text-decoration: none;
	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{
	margin: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 , h2 , h3 , h4{
	font-family: Arial, "微軟正黑體", "新細明體";
}

table{border-spacing: 1px;border-collapse: separate;}

input[type="text"] , input[type="password"]  , textarea {
	border: 2px solid #d3d3d3;
	padding: 8px;
	line-height: 20px;
	border-radius: 5px;
	font-family: Arial, "微軟正黑體", "新細明體";
	background-color: #fff;
	vertical-align: middle;
}
input[type="text"]:focus{outline: none;}
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;}

 input::-webkit-input-placeholder {color: #ccc;font-size:0.9em;}
input::-moz-placeholder { color: #ccc;font-size:0.9em; }
input::-moz-placeholder{color: #ccc;font-size:0.9em;}
-ms-input-placeholder{color: #ccc;font-size:0.9em;}

/* 排列樣式 */
.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;}
 
/* 排列樣式 --------------------到此*/

/* 字型樣式 */
.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 , a.colorRed{color: #d93621;}
.colorBule, a.colorBule{color: #0099FF;}
.colorOrange, a.colorOrange{color: #F60;} 
.colorYellow, a.colorYellow{color: #f7e901;} 
.colorPurple, a.colorPurple{color: #b962de;} 
.colorPink, a.colorPink{color: #fa6aa4;} 
.colorCoffee, a.colorCoffee{color: #482c12;}
.colorLatte, a.colorLatte{color: #a88e75;}
.colorGreen, a.colorGreen{color: #107661;}
.colorGray70, a.colorGray70{color: #333333;}
.colorGray50, a.colorGray50{color: #999999;}
.colorWhite, a.colorWhite{color: #fff;}

.colorbg_gray10{background-color: #efefef;}
.colorbg_White{background-color: #fff;}
/* 顏色樣式 --------------------到此*/

/* 線條樣式 -------------------*/
.TOPdashline{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 5px;
}
.BOTTOMdashline{
	border-bottom: 1px dashed #CBCBCB;
	padding: 10px;
	margin: 10px;
}
.TOPsolidline{
	padding-top: 5px;
	border-top: 1px solid #666;
}
.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;
	transition: background 0.5s;
	height: 60px;
	width: 60px;
	float: right;
	background-color: #1c2631;
	background-repeat: no-repeat;
	background-position: right top;
	border: 3px solid #0CF;
	background-image: url(images/BUT_goTop.png);
	margin-top: -70px;
	margin-right: -30px;
}
#goTop:hover {
background-color: #0CF;
}
.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;
}
	 }


/*Slider bar 樣式*/
input[type="range"] {
	/*removes default webkit styles*/
	-webkit-appearance: none;
	/*fix for FF unable to apply focus style bug */
	border-style: none;
	/*required for proper track sizing in FF*/
	width: 70px;
}
input[type="range"]::-webkit-slider-runnable-track {/*chrom*/
    width: 70px;
    height: 6px;
    background: #9fc1ba;
    border: none;
    border-radius: 3px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #2c3e50;
    margin-top: -4px;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #91b2ab;
}

input[type="range"]::-moz-range-track { /*firefox*/
    width: 70px;
    height: 6px;
    background: #9fc1ba;
    border: none;
    border-radius: 3px;
}
input[type="range"]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #2c3e50;
}

/*hide the outline behind the border*/
input[type="range"]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type="range"]::-ms-track { /*IE*/
    width: 70px;
    height: 6px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background: #9fc1ba;
    border-radius: 10px;
}   
input[type="range"]::-ms-fill-upper {
    background: #91b2ab;
    border-radius: 10px;
}
input[type="range"]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #2c3e50;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #9fc1ba;
}
input[type="range"]:focus::-ms-fill-upper {
    background: #91b2ab;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
/*針對 Safari 的 CSS Hack */	
input[type='range'] {
		-webkit-appearance: none;
		border-radius: 3px;
		background-color: #9fc1ba;
		width: 70px;
		height: 6px;
		vertical-align: middle;
	}

input[type='range']::-webkit-slider-thumb {
		-webkit-appearance: none !important;
		border-radius: 50%;
		background-color: #2c3e50;
		height: 14px;
		width: 14px;
	}
	
	}
	
/*Slider bar 樣式 END*/


/* 畫圓 -------------------*/
.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;
}

.winstyleBG{background-color:#efefef;font-family:  "微軟正黑體", "新細明體",Arial;}
h2.winstyleTitle { padding: 10px;margin: 0px;}
.winstyleBG .container{background-color:#fff; padding: 20px;border-radius: 10px;}


 

