/* ******************** 攻略ページ設定 ******************** */
#capture {
	margin: 0px 15px 1em 15px;
	padding: 0px;
	border: none;
}
#capture td {
	vertical-align: top;
	border-bottom: 2px dotted #CC9966;
	margin: 1em 0px;
	padding: 1em 0px;
}
#capture td p {
	font-size: 12px;
	line-height: 17px;
	margin: 0px 0px 1em 0px;
}
#capture .vis {
	padding: 1em 10px 1em 0px;
}
#capture .vis img {
	border: 1px solid #663300;
}
#capture ul {
 	list-style-type: none;
	width: 270px;
	margin: 0px auto;
	padding: 0px;
}
#capture li {
	float: left;
	margin-right: 5px;
}

/* ******************** カードページ設定 ******************** */
#card_x ul {
	clear: both;
 	list-style-type: none;
	width: 550px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#card_x li {
	float: left;
	width: 100px;
	height: 110px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	padding: 0px 5px;
}
#card_x li img {
	margin-bottom: 5px;
}
#card_y ul {
 	clear: both;
	list-style-type: none;
	width: 540px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#card_y li {
	float: left;
	width: 80px;
	height: 140px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	padding: 0px 5px;
}
#card_y li img {
	margin-bottom: 5px;
}
