﻿/* 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:#333;
	font-size: 24px;
	text-align: center;
	letter-spacing: 2px
}

.title02{
	color:green;
	padding-bottom:10px;
}

/* 連結 */
.link01 a{
	color:#A50023;
}

.link02 a{
	color:#A50023;
}

/* 圖片 */
.pic01{
	
}

.pic02{

}

/* 條列 */
ul.list01{
    list-style: none;
    padding:0;
    margin:0;
}
.list01 li { 
    padding-left: 20px; 
    text-indent: -20px;
}

.list01 li:before {
    content: "• ";
    color: red; /* or whatever color you prefer */
    font-size: 30px;
}

.list02 li{

}

/* 表格 */
.table_01{
    text-align: center;
    font-size:18px; 
    width: 775px;
    
}
.table_01 th { 
    font-size: 18px;
    text-align: center;
    color: #333;
    background: #eee;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 2px solid #fff;
    border-right:2px solid #fff;
    padding: 10px 0px 10px 25px;
    font-weight: normal;  

}
.table_01 td { 
    color: #545454;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px 0px 10px 25px; 
}

.table_02{
    text-align: center;
    width:100%;
}

.table_02 td {
    text-align: center;
    padding: 5px 10px;
}

.table_02 img{
    min-width:100%;
    height:auto;
}

.table_03{
    text-align: center;
}

.table_03 td {
    text-align: center;
    padding: 5px 5px 10px 5px;
}

.table_04 td {
    padding: 5px 5px 10px 20px;
    text-align: left;
}

.table_05{
    text-align: center;
    font-size:18px;
    width:100%; 
    
}
.table_05 th { 
    font-size: 18px;
    text-align: center;
    color: #333;
    background: #eee;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 2px solid #fff;
    border-right:2px solid #fff;
    padding: 10px 20px 10px 10px;
    font-weight: normal;  

}
.table_05 td {
    font-size: 18px;
    text-align: left; 
    color: #545454;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px 0px 10px 10px;
    border-left: 2px solid #fff;
    border-right:2px solid #fff; 
}

.table_06{
    font-size:18px;
}

.table_06 th {
    font-size: 22px;
    padding: 5px 5px 10px 5px;
    text-align: left;
    
}

.table_06 td {
    padding: 5px 70px 0px 10px;
    
}


/* 分隔線 */
hr{
	border-top: 1px solid #DDD;
}



/* No-display */
.no_display{ display:none;}

