
.kotori {
	width: 202px;
	height: 226px;
	background-image: url(../img/BG_kotori.png);
	position: relative;
}
.click {
	width: 65px;
	height: 30px;
	position: absolute;
	top: 152px;
	left: 121px;
	background-image: url(../img/Bu_kotori.png);
}
.click:hover {
	cursor: pointer;
	background-position: bottom center;
}
.count {
	width: 202px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	line-height: 1.2em;
	font-size: 22pt;
	text-align: center;
	color: #306bff;
	font-family: 'Signika', sans-serif;
}
