@charset "utf-8";

/* ■■■■■■■■■■モンスターページテーブル■■■■■■■■■■ */
.s-tblmonp {
	width: 640px;
	border-collapse: collapse;
}

.s-tblmonp tr:nth-child(4n+1),
.s-tblmonp tr:nth-child(4n+2)
 {
	background-color: #e4e4e4;
}

.s-tblmonp tr:nth-child(4n+3),
.s-tblmonp tr:nth-child(4n+4)
{
	background-color: #ededed;
}

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

/* モンスターページのモンスターアイコン枠 */
.iiconmonp {
	width: 90px;
	padding: 5px;
	text-align: center;
}

/* モンスターページの画像そのもの */
.igramonp {
	width: 90px;
	height: auto;
}

/* モンスターページのモンスターネーム枠 */
.inamemonp {
	width: 185px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

/* モンスターページのステータス枠 */
.mati {
	width: 60px;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
	text-align: right;
}

/* モンスターページの説明欄 */
.mse2 {
	color: #555;
	padding: 10px;
	font-weight: 500;
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
}