@charset "utf-8";

/*
主にプラグインのスタイルを強制変更するのに仕様します。
プラグインのアップデートに伴う変更スタイル初期化への対策
※ヘッダの最下部付近に設置してください。
*/


/* All-in-One Event Calendar fix */

/* イベント詳細ページ ステータステーブル */

table.ai1ec-full-event {
	background-color: #fcfcfc !important;
}

.ai1ec-full-event th {
	color: #fff !important;
	text-shadow: 0 1px 0 #000 !important;
	-moz-text-shadow: 0 1px 0 #000 !important;
	-webkit-text-shadow: 0 1px 0 #000 !important;
	background-color: #333 !important;
}