@charset "UTF-8";

#sppage {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: -5em;
}

#open {
	margin: 0 auto;
	font-size: 1em;
	line-height: 1em;
}


#last {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#last a {
	display: block;
	margin: 30px;
	padding: 20px 30px;
	text-decoration: none;

	color: #333;
	background-color: #fff;
	border: 1px solid #777;

	border-radius: 35px;
	width: 12.5em;
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
/*	box-shadow: 0 2px 2px rgba(0,0,0,0.2); */
}

#last p.next-story {
	font-size: 90%;
	color: #aaa;
	color: #c8aba7;
/*	font-style: italic;	*/
}


#last p.next-story:before {
	content:"NEXT： ";
}

#last a.next-story {
	width: 12.7em;
	color: #000;
	background-color: #e2e2e2;
	border: 1px solid #000;
	box-shadow: 0px -1px 5px #999 inset;
}


/* ---------------------------------- */
.viewer-close-button {
	display: none;
}

.viewer-page {
}