@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;
}

/* リンクはすべて太字に */
.tbl-a a {
	font-weight: bold;
}

.tbl-a a:link {
	color: #4384a6;
}

.tbl-a a:visited {
	color: #216284;
}

.tbl-a a:hover {
	color: #65a6c8;
}

/* ■■■■■■■■■■■■アチーブメントのアイコン枠■■■■■■■■■■■■ */
.icon {
	width: 120px;
	padding: 5px;
	text-align: center;
}
/* ■■■■■■■■■■■■アチーブメントの名称■■■■■■■■■■■■ */
.cosname {
	height: 50px;
	padding: 10px;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
}
/* ■■■■■■■■■■■■コスチューム説明文■■■■■■■■■■■■ */
.se2 {
	color: #222;
	width : 440px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.6;
}
/* ■■■■■■■■■■■■コスチューム販売開始条件■■■■■■■■■■■■ */
.cosjo {
	color: #222;
	width : 440px;
	height: 40px;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
}

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