html,
body {
	height: 100%;
	background-color: #000;
}
body {
	color: #999;
	margin: 0 0 8px 0;
}
.siteTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	padding-top: 26px;
	display: block;
	line-height: 1em;
	margin: 0;
	padding-bottom: 20px;
}
h2 {
	margin: 0 0 15px 0;
	padding: 0;
}
p {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.5;
}
a:link {
	color: #B9801A;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #5D9299;
}
@media (min-width: 768px) {
	a:hover {
		text-decoration: underline;
		color: #DA3389;
	}
	a:active {
		text-decoration: none;
	}
}
#curebox {
	width: 100%;
	max-width: 1024px;
	background-image: url(/vol10/cover_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.backnumbers,
.cure {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.cure {
	font-size: 11px;
	line-height: 2;
	margin-top: 2em;
	padding: 0 0 1em 0;
	border-top: 1px solid #343434;
}

.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	border-top: 1px solid #343434;
	padding: 2em 0;
}
#curebox .flexBox {
	display: flex;
	width: 100%;
	justify-content: center;
}

#curebox .vidback {
	padding: 0.5em;
	margin-left: 3em;
	height: 300px;
	width: 400px;
	margin-top: 337px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .2)
}
#curebox .about {
	margin: 0;
	padding: 0;
	margin-top: 370px;
	text-align: left;
	width: 251px;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.3;
}
#curebox .about table caption {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
}
#curebox .about table th,
#curebox .about table td {
	vertical-align: top;
	padding: 2px 0;
}
#curebox .about table th {
	white-space: nowrap;
}
a.current {
	display: inline-block;
	padding: 1px;
	color: #000;
	background-color: #B9801A;
	text-decoration: none;
}

@media (max-width:767px) {
	.siteTitle {
		font-size: 2.666667vw;
	}
	#curebox {
		width: 100%;
		background-size: 200%;
		background-position: 71% 0
	}

	.cure {
		margin-top: 1em;
		font-size: 2.666667vw
	}
	.backnumbers {
		padding: 1.5em;
		font-size: 4vw;
		line-height: 2.25
	}
	a.current {
		padding: .2em .5em;
	}

	#curebox .flexBox {
		display: flex;
		width: 100%;
		padding-top: 58vw;
		flex-direction: column-reverse;
	}
	#curebox .vidback {
		box-sizing: border-box;
		padding: 0.5em;
		height: 75vw;
		width: 100%;
		margin: 0;
		position: static;
		top: auto;
		right: auto;
		z-index: auto;
		background-color: rgb(255, 255, 255);
		background-color: rgba(255, 255, 255, .2)
	}
		#curebox .about {
		margin: 2em auto;
		padding: 0;
		position: static;
		z-index: auto;
		left: auto;
		top: auto;
		overflow: visible;
		text-align: left;
		width: 92%;
		font-family: sans-serif;
		font-size: 2.933333vw;
		line-height: 1.3;
	}
	#curebox .vidback iframe {
		width: 100%;
		height: 100%;
	}
}
