@charset "utf-8";

/*
 --------------------------------------------------------------------
 4Uweb／CMS WYSIWYGエディタ用スタイルシート。
フォントの色
クラス名称は、template-text-color.xml の「cssColor」と合わせてください。


 更新日：2009-05-10
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-10 新規作成
 
 
 -------------------------------------------------------------------- */

span.text-color-red {
	color: #990000;
	font-weight: bold;
}

span.text-color-yellow {
	color: #FFFF00;
	font-weight: bold;
}

span.text-color-green {
	color: #008000;
	font-weight: bold;
}

span.text-color-blue {
	color: #003F7F;
	font-weight: bold;
}

span.text-color-cyan {
	color: #AFDFE4;
	font-weight: bold;
}

/**
 * 太字＋色
 */
strong.text-color-red {
	color: #990000;
	font-weight: bold;
}

strong.text-color-yellow {
	color: #FFFF00;
	font-weight: bold;
}

strong.text-color-green {
	color: #008000;
	font-weight: bold;
}

strong.text-color-blue {
	color: #003F7F;
	font-weight: bold;
}

strong.text-color-cyan {
	color: #AFDFE4;
	font-weight: bold;
}
 

/**
 * 整列の設定
 */
p.text-right {
	text-align: right;
}

p.text-left {
	text-align: left;
}

p.text-center {
	text-align: center;
}

/* ==============================
03-19追加スタイル
============================== */
/* Floatのクリア */
hr.ClearFloat {
    display: block;
    clear: both;
    border: none;
    margin: 0;
}
/*wysiwyg内画像*/
.img-center {
	margin-left: auto;
	margin-right: auto;
}
.img-left {
	float: left;
	text-align: center;
}
.img-right {
	float: right;
	text-align: center;
}
/*wysiwyg-wp FloatClear*/
.wysiwyg_wp {
    clear: both;
}
.wysiwyg_wp:before, .wysiwyg_wp:after {
    content: "";
    display: table;
}
.wysiwyg_wp::after {
    clear: both;
}
/* dldtdd */
dt {
    margin-left: 20px;
}
dd {
    margin-left: 40px;
}
/* table */
table {
    border-collapse: collapse;
}
table[align="center"],.wysiwyg_wp > table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
table tr p {
    margin: 0;
}
.wysiwyg_wp ul {
    overflow: hidden;
}
a:not([href]) {
	text-decoration: none;
	pointer-events: none;
}
/* 取り込み動画用 */
iframe[src*="youtube"] ,
iframe[title="動画"] {
    display: block;
    margin: 10px auto 10px auto !important;
    text-align: center;
    width: 90% !important;
}
