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

/*文字編輯器*/
.textEditor {
	clear: both;
	font-size: 15px;
	color: #000;
	line-height: 1.8;
}
.textEditor .myTitle {
	font-size: 20px;
	font-weight: bold;
	color: #F90;
}
.textEditor span.spanpink {
	color: #cd0c6b;
	font-weight: bold;
	font-family: 'cwTeXMing';
}
.textEditor span.spanblue {
	color: #0d63f2;
	font-weight: bold;
	font-family: 'cwTeXMing';
}
.textEditor a {
	color: #06F;
}
.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: #51649A;
	color: #FFF;
	border: 1px solid #e1e1e1;
}
.textEditor table td {
	padding: 5px;
	border: 1px solid #e1e1e1;
}
.textEditor hr {
	clear: both;
	margin: 35px 0;
	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;
}
