/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2024 | 12:36:17 */
/* 2024 05 20 */
/* CSSの優先度のせいなのか、子要素のスタイル指定が上手くいかない */
/* 気に入らないが、h2タグなどにクラス指定する方法に切り替える    */

.h2_black{
	background-color:#000000 !important;
}


/* フォントの色を指定、spanタグのクラス名に割り振る	*/
/* とりあえず、黒、赤、青、緑の4色を設定、適宜追加	*/
.font_black{
	color:#000000;
}
.font_red{
	color:#ff0000;
}
.font_blue{
	color:#0000ff;
}
.font_green{
	color:#00ff00;
}

