@charset "utf-8";

.title {
	padding-top: 20pt;
	text-align: center;
}
.ep {
	text-align: center;
}
.ep img {
	margin: 5px;
}
.button {
	height: 50px;
	text-align: center;
	margin-top: 10px;
}
.button img:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}