
#countdown{
	width: 465px;
	height: 112px;
	text-align: center;

}
#tiles{
	overflow: hidden;
}

#tiles span{
	display: block;
	width: 82px;
	height: 86px;
	float: left;
	background: url('/images/hyakuso/hopso.png') no-repeat;
	text-align: center;
	line-height: 86px;
	font-size: 40px;
	margin-left: 10px;
}

.labels{overflow: hidden;list-style: none;}
.labels li{
	float: left;
	text-align: center;
	margin-left: 10px;
	width: 83px;
	color: #E0EE0B;
	font-size: 18px;
	text-transform: uppercase;
}