@charset "utf-8";

/* ■■■■■■■■■■テーブル■■■■■■■■■■ */

.tbl-a {
	color: #000;
	width: 640px;
	border-collapse: collapse;
	border: 1px solid #333;
}

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

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

.tbl-a th, .tbl-a td {
	border: 1px solid #888;
}


.tbl-a th {
	background-color: #5e5c5c;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color:#efefef;
}
/* ■■■■■■■■■■■■アチーブメントのアイコン枠■■■■■■■■■■■■ */
.icon {
	width: 100px;
	padding: 5px;
	text-align: center;
}

/* ■■■■■■■■■■■■アチーブメントの名称■■■■■■■■■■■■ */
.acname {
	padding: 10px;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
}

/* ■■■■■■■■■■■■アチーブメント説明文■■■■■■■■■■■■ */
.se2 {
	color: #555;
	width : 510px;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}

.ps {
	width: 40px;
	padding: 5px;
	text-align: center;
}

.xbox {
	width: 40px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
/* ■■■■■■■■■■■■アチーブメント解説文■■■■■■■■■■■■ */
.acse2 {
	color: #222;
	font-size: 16px;
	font-weight: 300;
	padding: 16px;
	line-height: 1.8;
}
