@charset "utf-8";

/*
 --------------------------------------------------------------------
 4Uweb／CMS WYSIWYGエディタ用スタイルシート。
フォントの色
クラス名称は、template-text-color.xml の「cssColor」と合わせてください。


 更新日：2009-05-10
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-10 新規作成
 ・2011-12-12 強調タグ用の色を追加。
 
 -------------------------------------------------------------------- */

/**
 * 色の設定
 */
span.text-color-red {
	color: #A80200;
	font-weight: bold;
}

/*span.text-color-blue {
	color: #0057AA;
	font-weight: bold;
}*/


/**
 * 強調用タグの色設定
 */
strong.text-color-red {
	color: #A80200;
	background-color: transparent;
}

/*strong.text-color-blue {

}*/



/**
 * 整列の設定
 */
p.text-right {
	text-align: right;
}

p.text-left {
	text-align: left;
}

p.text-center {
	text-align: center;
}



/**
 * 表の背景の設定
 */
.t_pink{background-color: #FFF0F9 !important;}
.t_cream{background-color: #FFFDF0 !important;}
.t_green{background-color: #F4FFF0 !important;}

/* ==============================
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"] {
    margin-left: auto !important;
    margin-right: auto !important;
}
table tr p {
    margin: 0;
}
.wysiwyg_wp ul {
    overflow: hidden;
}
ul[style]>li {
    /* background-image: none; */
}

