@charset "utf-8";

/* ■■■■■■■■■■アチーブメントテーブル■■■■■■■■■■ */
.s-tblm {
	width: 640px;
	border-collapse: collapse;
	color: #000;
}

.s-tblm a {
	color: #dd8300;
	font-weight: bold;
}

.s-tblm tr:nth-child(6n+1),
.s-tblm tr:nth-child(6n+2),
.s-tblm tr:nth-child(6n+3) {
	background-color: #ededed;
}

.s-tblm tr:nth-child(6n+4),
.s-tblm tr:nth-child(6n+5),
.s-tblm tr:nth-child(6n+6) {
	background-color: #e0e0e0;
}

.s-tblm th, .s-tblm td {
	border: 1px solid #888;
}

.s-tblm th {
	background-color: #5e5c5c;
	color: #efefef;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}