@charset "UTF-8";
/* CSS Document */
/*文字編輯器*/
.textEditor {
  clear: both;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.textEditor .myTitle {
  font-weight: 700;
  font-size: 34px;
}

.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 th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  border-bottom: solid 1px #e5e5e5;
}

.textEditor td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e5e5e5;
}

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

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