@charset "UTF-8";

/* common */
td.attr span {
	text-align: center;
}
td.attr span.fr {
	color: #fff;
	background-color: #d64f87;
}
td.attr span.wt {
	color: #fff;
	background-color: #64b6e3;
}
td.attr span.et {
	color: #fff;
	background-color: #bd771d;
}
td.attr span.wd {
	color: #fff;
	background-color: #05d47d;
}

/* item */
table.equip tr.mini {
	display: none;
}
table.equip tr.mini td {
	background-color: #fff0fb !important;
}

/* base */
table.shop td {
	width: 117px;
}
table.shop td.num {
	width: 29px;
}

/* other */
div.ss {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 10px;
}
div.ss:last-of-type {
	margin-bottom: 18px;
}
div.crown {
	display: inline-block;
	margin-right: 3px;
}
div.crown:last-of-type {
	margin-right: 0;
}

