@charset "UTF-8";

/*
	Fate/battle night TCGカード用
*/


/* 全体 */
.fate-battle-night {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 100%;
	line-height: 1.0;
	vertical-align: baseline;
	}

.fate-battle-night caption {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.fate-battle-night td,
.fate-battle-night th {
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	}

.name {
	font-weight: bold;
	font-size: 100%;
	}

.name .plus {
	font-weight: normal;
	}

.illust { text-align: right; }





/* 属性 */
span.pow { color: #cc3300; }
span.dex { color: #6666cc; }
span.wiz { color: #339933; }
span.const { color: #cccc44; }
span.sence { color: #cc3366; }

td.pow { background-color: #ff6633; color: #222222; }
td.dex { background-color: #9999ff; color: #222222; }
td.wiz { background-color: #66cc66; color: #222222; }
td.const { background-color: #ffff66; color: #222222; }
td.sence { background-color: #ff6699; color: #222222; }

/* コスト */
.cost-white { color: #333333; }
.cost-red { color: #ff0033; }
.cost-green { color: #006600; }
.cost-leader {}
.cost-vampire {}


/* キャラクタータイプ */
.type { color: #006600; }


/* テキスト */
.text-red { color: #ff0033; }
.text-blue { color: #3300ff; }


dl.ability,
.card-text p,
p.type {
	margin: 1em 0;
	}

.ability dt {
	font-weight: normal;
	}

.ability dd {
	line-height: 1.5;
	margin-left: 2.5em;
	}




td.pow,
td.dex,
td.wiz,
td.const,
td.sence { width: 76px; }

.name { text-align: left; }
.will,
.cost,
.attribute,
.sex,
.pow,
.dex,
.wiz,
.const,
.sence { text-align: center; }


/* キャラクターカード */
.chara td.will,
.chara td.attribute { width: 76px; }


/* サーヴァントカード */
.servant td.will,
.servant td.attribute { width: 76px; }


/* フィールドカード */
.field .cost,
.field .attribute { width: 156px; }


th.name,
td.will,
td.cost,
td.attribute,
td.sex,
td.pow,
td.dex,
td.wiz,
td.const,
td.sence {
	white-space: nowrap;
	}



