@CHARSET "UTF-8";

body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	word-break: keep-all;
	line-break: anywhere;
	font-size: 24px;

}

button {
	margin: 0px;
	border: none;
	padding: 0px;
	outline: none;
	background: transparent;
}

.contentBase {
	padding-bottom: 5em;
}

.pageHide {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	height: 0px;
}

.pageShow {
	transition: 1.5s;
	opacity: 1;
	visibility: visible;
	height: auto;
}

.pageHide img {
	height: 0px;
}

.pageShow img {
	height: inherit;
}

.pageHide button {
	height: 0px;
}

.pageShow button {
	height: inherit;
}

.pageHide hr {
	display: none;
}

.pageShow hr {
	display: inherit;
}
