@charset "UTF-8";
/* CSS Document */
/*文字編輯器*/
.textEditor {
  clear: both;
  font-size: 15px;
  color: #5c5c5c;
  line-height: 1.8;
}

.textEditor .myTitle {
  font-weight: 700;
  font-size: 20px;
  color: #51649A;
}

.textEditor a {
  color: #06F;
}

.textEditor img {
  max-width: 100%;
}

.textEditor ul:not([class]) {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 18px;
  font-size: 17px;
  color: #1884c4;
}

.textEditor ul:not([class]) > li {
  position: relative;
}

.textEditor ul:not([class]) > li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -17px;
  z-index: 1;
  width: 6px;
  height: 6px;
  background-color: #1884c4;
}

.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px;
}

.textEditor table {
  border-collapse: collapse;
}

.textEditor th {
  padding: 5px;
  border: 1px solid #e1e1e1;
  color: #fff;
  text-align: center;
  background-color: #51649A;
}

.textEditor td {
  padding: 5px;
  border: 1px solid #e1e1e1;
}

.textEditor hr {
  height: 1px;
  border: none;
  background: #e9e9e9;
}
.textEditor p + p {
  margin-top: 25px;
}

.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;
}

.textEditor .inTitleBox {
  margin-bottom: 20px;
}

.textEditor .inTitleBox h2, .textEditor .inTitleBox h3 {
  font-size: 19px;
  font-weight: 400;
  color: #02498e;
}

.textEditor .inTitleBox em {
  color: #383838;
}