@charset "UTF-8";


/* CSS Document */
/*文字編輯器*/
.textEditor {
  clear: both;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 1.8;
}

.textEditor sup {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  display: inline-block;
}

.textEditor .myTitle {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: #000;
}

.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 {
  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;
}
