@charset "UTF-8";

/* item */
table.basic th.mark,
table.basic td.mark {
	padding-left: 5px;
	padding-right: 5px;
}

/* capture */
#ft td {
	font-size: 15px;
}

/* skill */
table.invention th {
	width: 150px;
}
table.invention td:nth-of-type(1) {
	border-right: none;
}
table.invention td:nth-of-type(2) {
	border-left: none;
}

