@charset "UTF-8";

/* menu */
#side ul.capture li,
#side ul.item    li {
	width: 25%;
}

/* common */
.lege {
	color: #fe00fe;
}
.epic {
	color: #dd3400;
}
.rare {
	color: #1c7e1a;
}
.como {
	color: #000;
}
.ef {
	color: #e54518;
}
.ne {
	color: #2559c9;
}

/* basic */
#facet th {
	text-align: center;
}
#facet tr:nth-of-type(2) th {
	line-height: 1.5;
}
#facet td.num {
	padding-left: 6.5px;
	padding-right: 6.5px;
}

/* capture */

div.info a {
	text-align: center;
	width: 40px;
}

/* item */
td.attr span {
	text-align: center;
}
td.attr span.attr_1 {
	background-color: #9cdef8;
}
td.attr span.attr_2 {
	background-color: #ffd455;
}
td.attr span.attr_3 {
	background-color: #e5a7ff;
}

