@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color: #D9C57F;
}

/* 強調色 */
.notice {
	color: #ffc600;
}
.notice_em01 {
	color: #ffc600;
}

/* リンク色 */
a,a:hover,a:visited,a:active{
	color: #ffc600;
}

/* 背景色 */
div.wrapper div#news_color {
	background: none #000000;
}
div.container {
	background: #000000;
}
main,
main .article {
	background: none !important;
}

/* 全体テキスト変更 */
body {
	color: #fff;
}
.table_color{
	color: #FFF;
}

/* タイトル日付テキスト変更 */
main .article .title-box .date {
    color: #FFF;
}

/* 概念礼装周り */
.star {
	color: #c0972d;
}
.gainen_ttl {
	color: #00c3ff;
}
.gainen_atk {
	color: #ff000c;
}
.gainen_hp {
	color: #21c45e;
}
.gainen_skill {
	color: #0072ff;
}

/* サーヴァント星 */
.servant_star {
	color: #FFD500;
	text-shadow: 1px 1px 1px #000000;
	font-size: 110%;
	text-align:center;
}

/* アコーディオン */
dl.accordion dt {
	background: url(/wp-content/uploads/2016/03/arrow_open.png) 97% center no-repeat #7f5000;
	color: #fff;
	background-size: 20px 20px;
}
dl.accordion dt.open {
	background: url(/wp-content/uploads/2016/03/arrow_close.png) 97% center no-repeat #7f5000;
	background-size: 20px 20px;
}

/* 表の色 */
table.trbgcolor tr:nth-child(2n+1) {
	background-color: #ECF2F3;
}