* {
	margin: 0;
	padding: 0;
}
body{
	text-align:center;
	background-color: #494E0A;
	background-image: url(/images/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#stage {
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 650px;
	margin: 0 auto;
}
.spframe {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.spframe canvas {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%)
}
#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: #edf57f;
	z-index: 10
}
.backnumbers,
.cure {
	font-family: Verdana, Geneva, sans-serif;
	color: #CDD747;
	text-align: center;
}
.cure {
	font-size: 11px;
	line-height: 2;
	padding: 2em 0 1em;
	border-top: 1px solid #f90;
}

.cure p + p {
	margin-top: 1em;
}
.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	border-top: 1px solid #898f31;
	padding: 2em;
}

a:link {
	color: #edf57f;
}
a:visited {
	color: #898f31;
	text-decoration: none;
}
@media (min-width: 768px) {
	a:hover {
		color: #f90;
		text-decoration: none;
		background-color: transparent;
	}
	a:active {
		color: #f90;
	}
	.hideOnPC {
		display: none;
	}
}
a.current {
	display: inline-block;
	padding: 1px;
	color: #898f31;
	background-color: #CDD747;
	text-decoration: none;
}
.attention {
	font-size: 12px;
	line-height: 1.4;
	color: #CDD747;
	padding: 1.5em 0 1em;
}
@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: 80vw
	}
	.spframe canvas {
		height: 100%;
	}
	.hideOnSP {
		display: none;
	}
}
@media screen and (max-width:767px) and (orientation: landscape) {
	body {
		-webkit-text-size-adjust: none;
	}
	.cure {
		font-size: 1.4vw;
	}
	.backnumbers {
		font-size: 1.71875vw;
		line-height: 1.7;
		padding: 1.25em;
	}
	.attention {
		font-size: 1.959998vw
	}
	.hideOnPC {
		display: none;
	}
}
