﻿/* 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{
	font-size: 22px;
	padding-top:5px;
	font-weight: 600;
	letter-spacing: 1px;
	color:#0059B2;
}

.title02{
	color:#00AADD;
	padding-bottom:10px;
	font-size: 18px;
	letter-spacing:2px;
}

/* 連結 */
.link01 a{
	color:#005AFF;
	text-decoration:none;
}

.link01 a:hover{
	color:#00ADFF;
}

/* 圖片 */
.pic01{
	
}

.pic02{

}

/* 條列 */
ul.list01{
    list-style: none;
    padding:0;
    margin:0;
}
.list01 li { 
    padding-left: 20px; 
    text-indent: -20px;
}

.list01 li:before {
    content: "• ";
    color: #7FCAFF; /* or whatever color you prefer */
    font-size: 30px;
}

.list02 li{

}

/* 表格 */
.table01{
	width: 100%;
}
.table01 th{
	background: #CCC;
	font-weight: bold;
	text-align: center;
}
.table01 td, .table01 th{
	border: 1px solid #DDD;
	padding: 7px 10px;

}

/* buttom */
.button01 a{
	border: 1px solid #fff;
    background: #008AFF;
    padding: 10px 30px;
    color: #FFF;
    font-size: 18px;
    text-decoration:none;
    border-radius:5px;
}
.button01 a:hover{
	border: 1px solid #008AFF;
    background: #fff;
    color: #008AFF;
}

/* 線上詢問按鈕 */
.online a{
	border: 1px solid #fff;
    background: #2D8ED2;
    padding: 10px 30px;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
    border-bottom:none;
}
.online a:hover{
	background: #699FCC;
	color: #fff;
	border-radius:5px;
	/*動作*/
	-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 /		
}

/* 分隔線 */
hr{
	border-top: 1px solid #DDD;
}



/* No-display */
.no_display{ display:none;}

