* {
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	text-align:center;
	background-color: #26353C;
}

#stage {
	width: 100%;
	height: 650px;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0 auto;
	position: relative;
}
#siteTitle{
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translateX(-50%);
	width: 132px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E5DECF;
	z-index: 100;
}
.backnumbers,
.cure {
	font-family: Verdana, Geneva, sans-serif;
	color: #9CA2AF;
	text-align: center;
}
.cure {
	font-size: 11px;
	line-height: 2;
	padding: 1.5em 0 1em;
	border-top: 1px solid #67748D;
}
.cure p + p {
	margin-top: 1em;
}
.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	padding: 2em;
	border-top: 1px solid #67748D;
}

a:link {
	color: #9CA2AF;
}
a:visited {
	color: #67748D;
	text-decoration: none;
}
@media (min-width: 768px) {
	a:hover {
		color: #FEE49C;
		text-decoration: none;
		background-color: transparent;
	}
	a:active {
		color: #FEE49C;
	}
	.hideOnPC {
		display: none;
	}
}
a.current {
	display: inline-block;
	padding: 1px;
	color: #26353C;
	background-color: #9CA2AF;
	text-decoration: none;
}
.attention {
	font-size: 12px;
	line-height: 1.4;
	color: #9C8585;
	padding: 1.5em 0 1em;
}
.exif {
	position: absolute;
	top: 630px;
	left: 0;
	display: inline-block;
	width: 99%;
	height: 1em;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 1;
	color: #63626c;
	text-align: right;
	z-index: 2;
}
@media (max-width:767px) {
	#siteTitle {
		width: 100%;
		top: 5.384615%;
		font-size: 2.666667vw
	}
	.cure {
		padding: 2em 1.5em 1em;
		font-size: 2.666667vw
	}
	.backnumbers {
		padding: 1.5em;
		font-size: 4vw;
		line-height: 2.25
	}
	a.current {
		padding: .2em .5em;
	}
	.attention {
		font-size: 3.733333vw
	}
	body {
		background-image: none;
	}
	#stage {
		height: 100vw
	}
	#stage img {
		height: 100%;
		width: auto;
	}
	.exif {
		font-size: 2.4vw;
		top: 96vw;
	}
	.hideOnSP {
		display: none;
	}
}
@media screen and (max-width:767px) and (orientation: landscape) {
	body {
		-webkit-text-size-adjust: none;
	}
	siteTitle,
	.cure {
		font-size: 1.4vw;
	}
	.backnumbers {
		font-size: 1.71875vw;
		line-height: 1.7;
		padding: 1.25em;
	}
	.attention {
		font-size: 1.959998vw
	}
	.exif {
		font-size: 1.40625vw;
		line-height: 2;
	}
	.hideOnPC {
		display: none;
	}
}