.show {
	display: block;
	text-align: center;
	font-size: 15px;
}
.hide {
	display: none;
}
#notice{
	text-align: center;
	color: red;
	font-size: 20px;
}