@charset "UTF-8";

/* menu */
#index ul.capture li {
	width: 100%;
}

/* capture */
ul.chart {
	background-color: #eee;
	margin: 0 0 15px 0;
	padding: 10px 18px 10px 28px;
	display: inline-block;
}
#puzzle td {
	border: solid 1px #aaa;
	width: 40px;
	height: 35px;
}
#puzzle td.on {
	background-color: #ff0;
}
table.desert td {
	font-size: 13px;
	text-align: center;
	width: 85px;
	height: 50px;
}
table.desert td.bd {
	border: solid 1px #aaa;
}
table.desert td.point {
	background-color: #ff0;
}

/* shop */
table.shop td {
	width: 117px;
}
table.shop td.num {
	width: 44px;
}
