@charset "utf-8";

/*
 --------------------------------------------------------------------
 4Uweb／CMS WYSIWYGエディタ用スタイルシート。
フォントの色
クラス名称は、template-text-color.xml の「cssColor」と合わせてください。


 更新日：2009-05-10
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-10 新規作成
 
 
 -------------------------------------------------------------------- */

/*wysiwyg専用*/
.wysiwyg_wp {
    clear: both;
}
.wysiwyg_wp::after {
    content: "";
    display: table;
    clear: both;
}

/**
 * 色の設定
 */
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: #000099;
	font-weight: bold;
}

span.text-color-aqua {
	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: #000099;
	font-weight: bold;
}

strong.text-color-aqua {
	color: #AFDFE4;
	font-weight: bold;
}
 
/**
 * リスト太字＋色
 */
li span.text-color-red {
    color: #990000;
    font-weight: bold;
}

li span.text-color-yellow {
    color: #FFFF00;
    font-weight: bold;
}

li span.text-color-green {
    color: #008000;
    font-weight: bold;
}

li span.text-color-blue {
    color: #000099;
    font-weight: bold;
}

li span.text-color-aqua {
    color: #AFDFE4;
    font-weight: bold;
}
 

/**
 * 整列の設定
 */
p.text-right {
	text-align: right;
}

p.text-left {
	text-align: left;
}

p.text-center {
	text-align: center;
}


/* 追加設定
============================== */
/* Floatのクリア */
.wysiwyg_wp hr.ClearFloat {
    display: block;
    clear: both;
    border: none;
}

/* 文章中の画像リンクアイコン　　なし */

.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　パーツ共通*/

.img-center {
    margin: 0 auto 0;
    padding: 0 0 0.1em 0;
    text-align: center;
    display: table;
    min-width: 60px;
}
.img-left {
    float: left;
    margin: 0 10px 0 10px;
    padding: 0 0 0.1em 0;
    text-align: center;
    display: table;
    width: 150px;
    min-width: 60px;
}
.img-right {
    float: right;
    margin: 0;
    padding: 0 10px 0.1em 0.1em;
    text-align: center;
    display: table;
    width: 150px;
    min-width: 60px;
}



.img-only {
    margin: 0.5em 10px 0 10px;
    padding: 0 0 0.1em 0;
    text-align: center;
    width: 150px;
    display: table;
}
.img-only img {
    margin: 0 0 5px 0;
    padding: 0;
} 
.img-right img {
    margin: 0 0 5px 0;
    padding: 0;
}
.img-left img {
    margin: 0 0 5px 0;
    padding: 0;
}


.wysiwyg_wp ul {
    overflow: hidden;
}

/* 表パーツ
============================== */
#main table {
    margin: 0.8em 0 1.2em 10px;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #dddddd;
    font-size: 0.9em;
    line-height: 1.5em;
}
#main table p {
    margin: 0;
    font-size: 1em;
    background-color: transparent;
    line-height: 1.4em;
}
#main table li {
    background-color: transparent;
}
#main table ul li {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0;
}
