@charset "utf-8";

/* ===========================================
リセットcss
=========================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
a:link {
/*  display: inline-block; */
}
li a:link {
  display: inline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, td {
  vertical-align: middle;
}
input, select {
  vertical-align: middle;
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
/* --------------------------------------------------------------------
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;
}

/**
 * 色の設定
 */

span.text-color-red {
  color: #DF0606;
  font-weight: bold;
}
span.text-color-blue {
  color: #003377;
  font-weight: bold;
}
span.text-color-green {
  color: #336600;
  font-weight: bold;
}
/**
 * 強調用タグの色設定
 */

strong.text-color-red {
  color: #CC0000;
}
strong.text-color-blue {
  color: #0066CC;
}
strong.text-color-green {
  color: #336600;
  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 p.img-cente, 
.switch_contents_box .wysiwyg_wp p.img-center, 
.img-center {
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width; */
  margin: 0 auto;
  padding: 0;
  padding-bottom: 10px;
  margin-left: auto !important;
}
.img-center>span {
  padding: 0;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-left {
  float: left;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}
.img-left>span {
  padding: 0;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-right {
  float: right;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}
.img-right>span {
  padding: 0;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-only>span {
  padding: 0;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-only>a, .img-right>a, .img-left>a, .img-center>a {
  display: inline-block;
}

/*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;
}
/* dldtdd */

dt {
  margin-left: 20px;
}
dd {
  margin-left: 40px;
}
/* table */

table {
  border-collapse: collapse;
}
table[align="center"] {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg_wp>table {
  margin-bottom: .85em;
}
