/*
リッチテキストエディタ用スタイル
*/

.mce-content-body {
  /* cspell:disable */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  /* cspell:enable */
  font-size: 10pt;
  line-height: normal;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.mce-content-body p {
  margin: 0;
}

.mce-content-body ul,
.mce-content-body ol {
  margin-top: 0;
  margin-bottom: 0;
}

.mce-content-body table {
  border-collapse: collapse;
}

/* 旧式のcellpadding属性がない場合にデフォルトのパディングを適用 */
.mce-content-body table:not([cellpadding]) th,
.mce-content-body table:not([cellpadding]) td {
  padding: 0.4rem;
}

/* テーブルに正のborder属性があり、インラインCSSがない場合にデフォルトのテーブルスタイルを設定 */
.mce-content-body table[border]:not([border="0"]):not([style*="border-width"]) th,
.mce-content-body table[border]:not([border="0"]):not([style*="border-width"]) td {
  border-width: 1px;
}

.mce-content-body table[border]:not([border="0"]):not([style*="border-style"]) th,
.mce-content-body table[border]:not([border="0"]):not([style*="border-style"]) td {
  border-style: solid;
}

.mce-content-body table[border]:not([border="0"]):not([style*="border-color"]) th,
.mce-content-body table[border]:not([border="0"]):not([style*="border-color"]) td {
  border-color: #ccc;
}

.mce-content-body figure {
  display: table;
  margin: 1rem auto;
}

.mce-content-body figure figcaption {
  color: #999;
  display: block;
  margin-top: 0.25rem;
  text-align: center;
}

.mce-content-body hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.mce-content-body code {
  background-color: #23241f !important;
  color: #f8f8f2;
  display: inherit;
  width: auto;
  overflow: visible;

  font-family: inherit;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
}

.mce-content-body:not([dir=rtl]) blockquote {
  border-left: 4px solid #ccc;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 1rem;
}

.mce-content-body[dir=rtl] blockquote {
  border-right: 4px solid #ccc;
  margin-right: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-right: 1rem;
}
