@charset "utf-8";

/* ■■■■■■■■■■テーブル■■■■■■■■■■ */
.s-tbl {
	width: 640px;
	border-collapse: collapse;
}

.s-tbl tr:nth-child(even) {
	background-color: #e4e4e4;
}

.s-tbl tr:nth-child(odd) {
	background-color: #ededed;
}

.s-tbl th, .s-tbl td {
	border: 1px solid #555;
}

/* アイテムページのアイコン枠 */
.iicon {
	width: 45px;
	padding: 5px;
	text-align: center;
}

/* アイテムページの画像そのもの */
.igra {
	width: 45px;
	height: 28px;
}

/* アイテムページのアイテム名枠 */
.iname {
	width: 200px;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

/* アイテムページの攻撃力欄 */
.iatk {
	width: 40px;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
	text-align: right;
}

/* アイテムページの価格欄 */
.iprice {
	width: 50px;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

/* アイテムページの説明欄 */
.ise2 {
	width: 225px;
	padding: 10px;
	font-weight: 500;
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
}