﻿/* For JCE Editor: START
--------------------------------------------- */

#tinymce{} /* 第一組需為空白的css */

#tinymce{ 
	font-size: 15px;
}

hr#system-readmore{
	border: 1px solid #FF0000;
	height: 15px;
	background: #FFDDDD;
}

hr#system-readmore:before {
    content: "--- read more ---";
    font-size: 10px;
    color: #FF0000;
    padding-left: 45%;
}



/* For JCE Editor: END
--------------------------------------------- */

/* 標題 */
.title01{
	color: #0059B2;
	letter-spacing: 2px;
	font-size: 22px;
	padding-bottom:20px;
}
.title02{
	color: #259ABD;
	letter-spacing: 2px;
	font-size: 22px;
	padding-bottom:10px;
}
.title03{
    color: #00A98A;
    letter-spacing: 2px;
    font-size: 20px;
    padding-bottom:16px;
    font-weight: 100;
    font-weight:600;
}
.spacial-title-1{
	background: url(../images/ui/title_icon-1.png) no-repeat left top;
    padding: 10px 20px 22px 50px;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #0096B0;
    font-style: italic;
}
.spacial-title-2{
	background: url(../images/ui/title_icon-2.png) no-repeat left top;
    padding: 10px 20px 22px 50px;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #0096B0;
    font-style: italic;
}
.spacial-title-3{
	background: url(../images/ui/title_icon-3.png) no-repeat left top;
    padding: 10px 20px 22px 50px;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #0096B0;
    font-style: italic;
}

/* 連結 */
.link01 a{
	color: #0AC6E4;
}

.link02 a{
	color:#A50023;
}

/* button */
.button01{
    margin:50px 0;
}
.button01 a{
    border: 1px solid #fff;
    background: #227D86;
    padding: 15px 20px;
    color: #FFF;
    font-size: 18px;
    border-bottom: none;
    border-radius: 10px;
}
.button01:hover a{
    border:1px solid #227D86;
    background: #f6f6f6;
    color: #227D86;
    /*動作*/
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /
}

.button02{
    margin:50px 0;
}
.button02 a{
    border: 1px solid #fff;
    background: #FF722F;
    padding: 15px 20px;
    color: #FFF;
    font-size: 18px;
    border-bottom: none;
    border-radius: 10px;
}
.button02:hover a{
    border:1px solid #FF722F;
    background: #f6f6f6;
    color: #FF722F;
    /*動作*/
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /
}

/* 圖片 */
.pic01{
	
}

.pic02{

}

/* 條列 */
ul.list01{
    list-style: none;
    padding:0;
    margin:0;
}
.list01 li { 
    padding-left: 20px; 
    text-indent: -20px;
    padding-bottom: 10px;
}

.list01 li:before {
    content: "• ";
    color: #0AC6E4; /* or whatever color you prefer */
    font-size: 30px;
}



/* 表格 */
.table01{
	width: 100%;
}
.table01 th{
	background: #CCC;
	font-weight: bold;
	text-align: center;
}
.table01 td, .table01 th{
	border: 1px solid #DDD;
	padding: 7px 10px;

}
.table02, .table03, .table04{
	width: 100%;
	text-align: center;
}
.table02 a{
	color: #00B2B2;
	border-bottom: 1px solid #00B2B2;
}
.table03 a{
    color: #00A98A;
    border-bottom: 1px solid #00A98A;
}
.table04 a{
    color: #0059B2;
    border-bottom: 1px solid #0059B2;
}
.table02 th{
	background: #0096B0;
	color: #fff;
	font-size:20px;
    font-weight:normal;
	text-align: center;
}
.table03 th{
    background: #00A98A;
    color: #fff;
    font-size:20px;
    font-weight:normal;
    text-align: center;
}
.table03 td:nth-child(2){
    text-align: left;
}
.table04 th{
    background: #0059B2;
    color: #fff;
    font-size:20px;
    font-weight:normal;
    text-align: center;
}
.table02 td, .table02 th{
	border: 1px solid #DDD;
	padding: 5px 10px;
}
.table03 td, .table03 th{
    border: 1px solid #DDD;
    padding: 5px 10px;
}
.table04 td, .table04 th{
    border: 1px solid #DDD;
    padding: 5px 10px;
}

/* 影片 */
.videorwd {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videorwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 分隔線 */
hr{
	border-top: 1px solid #DDD;
}

/* 線上詢問按鈕 */
.online{
	text-align: center;
}

.online a{
    border: 1px solid #fff;
    background: #FF7F00;
    padding: 5px 10px;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
    display: block;
}
.online a:hover {
    border:1px solid #FF7F00;
    background: #f6f6f6;
    padding: 5px 10px;
    color: #FF7F00;
    font-size: 18px;
    border-radius: 5px;
    display: block;
    /*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /
}
/*.online a{
    color: #fff;
    border-bottom: none;
}
.online a:hover{
    color: #FF7F00;
}*/

/* No-display */
.no_display{ display:none;}

/*聯絡表單*/
.contact-form img {
    margin-right: 20px;
}
