@charset "utf-8";

/*
 --------------------------------------------------------------------
4Uweb／CMS WYSIWYGエディタ用スタイルシート。
フォントの色
クラス名称は、template-text-color.xml の「cssColor」と合わせてください。
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-10 新規作成
 ・2011-12-12 強調タグ用の色を追加。
 ・2017-09-08 大見出し白字用の文字色を追加。
 ・2017-12-07 03-19用調整スタイルを追加。
 -------------------------------------------------------------------- */

strong,
b,
strong a {
  font-weight: bold;
}
/**
 * 色の設定
 */
.cms_black {
  font-weight: bold !important;
}
.cms_red,
.text-color-red {
  color: #d5341b;
  font-weight: bold;
}
table th .cms_red,
.con-wysiwyg .cms_red,
.con-wysiwyg .text-color-red {
  color: #d5341b;
}
.text-color-yellow {
  color: #ffff00;
  font-weight: bold;
}

.text-color-green {
  color: #006600;
  font-weight: bold;
}

.text-color-blue {
  color: #16599b;
  font-weight: bold;
}

.text-color-aqua {
  color: #afdfe4;
  font-weight: bold;
}

/**
 * 整列の設定
 */

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

/* 03-19用
============================== */
/* Floatのクリア */
.wysiwyg_wp hr.ClearFloat {
  display: block;
  clear: both;
  border: none;
  margin: 0;
}

/* 文章中の画像リンクアイコン　　なし */

.img-only a.innerLink,
.img-left a.innerLink,
.img-center a.innerLink,
.img-right a.innerLink,
.img-only a.externalLink,
.img-left a.externalLink,
.img-center a.externalLink,
.img-right a.externalLink,
.img-left a.resourceLink,
.img-center a.resourceLink,
.img-right a.resourceLink {
  background: none;
  padding: 0;
}

/*wysiwyg専用*/

.wysiwyg_wp {
  clear: both;
}
.wysiwyg_wp:before,
.wysiwyg_wp:after {
  content: "";
  display: table;
}
.wysiwyg_wp::after {
  clear: both;
}
.img-only {
  padding: 0;
  padding-bottom: 10px;
}

.img-only img {
  padding: 0;
}
.img-right img {
  padding: 0;
}
.wysiwyg_wp > table {
  margin-bottom: 0.85em;
}
