@charset "UTF-8";

/* menu */
#info > a {
	padding: 0;
}

/* capture */
div.map {
	margin-right: 12px;
	margin-bottom: 15px;
	display: inline-block;
}
div.map table {
	border-collapse: collapse;
}
div.map th,
div.map td {
	font-size: 9px;
	text-align: center;
	background-color: #000;
	width: 15px;
	height: 15px;
}
div.map th {
	background-color: #e8d020;
}

/* other */
table.shop td {
	width: 130px;
}
table.shop td.num {
	width: 29px;
}
div.gamble {
	vertical-align: top;
	display: inline-block;
	margin-right: 12px;
}
div.gamble blockquote.speak {
	border: solid 2px #000;
	background-color: #7f7f7f;
	padding: 2px;
}
div.gamble blockquote.speak p {
	color: #ffd8a0;
	background-color: #000;
	width: 255px;
	padding: 5px 15px;
}

