@charset "utf-8";
/* CSS Document */

/*文字編輯器*/
.textEditor{
	clear:both;
	font-size:15px;
	
	color:#3C4147;
	line-height:1.8;}

.textEditor .myTitle{
	font-size:20px;
	font-weight:bold;
	color:#F90;}

.textEditor a{
	color:#b1894E;}

.textEditor img{
	max-width:100%;}

.textEditor ul{
	list-style:disc outside;
	padding-left:30px;}

.textEditor ol{
	list-style:decimal outside;
	padding-left:30px;}

.textEditor table{
	border-collapse:collapse;}

.textEditor table th{
	padding:5px;
	text-align:center;
	background:#b1894E;
	color:#FFF;
	border:1px solid #e1e1e1;}

.textEditor table td{
	padding:5px;
	border:1px solid #e1e1e1;}

.textEditor hr{
	border:none;
	height:1px;
	background:#e9e9e9;}

.textEditor blockquote{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;}