* {
	margin: 0;
	padding: 0;
}
body{
	text-align:center;
	background-color:#2e3b4a;
}
img {
	border:none;
}
a:link {
	color: #C7CFD7;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#647D92;
}
@media (min-width: 768px) {
	a:hover {
		text-decoration: underline;
		color: #DA3389;
	}
	a:active {
		text-decoration: none;
	}
}
#contents {
	width:100%;
	height: 63.476563vw;
	max-height:650px;
	background-color:#fff;
}
#wrapper{
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin:0 auto;
	background-color:#fff;
}
#wrapper img {
	width: 100%;
	height: auto;
}
#siteTitle{
	position: absolute;
	top: 5.384615%;
	left: 50%;
	width: 12.695313%;
	height: 1.230769%;
	transform: translateX(-50%);
	display:block;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#title {
	position:absolute;
	top: 20.307692%;
	width: 78.222656%;
	height: 10.153846%;
	left: 50%;
	transform: translateX(-50%);
	z-index:2;
}

#drawing {
	position:absolute;
	top:-37.695078%;
	left: 50%;
	transform: translateX(-50%);
	width: 81.347656%;
	height: 48.307692%;
	opacity:0;
}

#number12 {
	position:absolute;
	top: 93.384615%;
	left: 50%;
	transform: translateX(-50%);
	height: 3.230769%;
	width: 4.980469%;
	
}
#cross {
	position:absolute;
	display: table;
	top: 63.846154%;
	width:21px;
	height:21px;
	left: 48.5%;
	transform: translateX(-50%);
	z-index:2;
}
#cross a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	line-height: 1;
}

#footer {
	width: 100%;
	top: 768px;
	overflow:hidden;
}
.backnumbers,
.cure {
	font-family: Verdana, Geneva, sans-serif;
	color: #C7CFD7;
	text-align: center;
}
.cure {
	font-size: 11px;
	line-height: 2;
	padding: 2em 0 2em;
}
.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	border-top: 1px solid #666666;
	padding: 2em;
}
a.current {
	display: inline-block;
	padding: 1px;
	color: #2e3b4a;
	background-color: #647D92;
	text-decoration: none;
}

@media (max-width:767px) {
	#contents {
		background-color:#fff;
		height: 90vw;
	}
	#wrapper {
		width:100%;
		height: 100%;
		margin:0 auto;
		position: relative;
	}
	#wrapper img {
		width: 100%;
		height: auto;
	}
	#siteTitle{
		left: 50%;
		top: 3vw;
		width: 34.666667%;
		height: auto;
		transform: translateX(-50%)
	}
	#title {
		top: 20%;
		left: 50%;
		width: 90%;
		height: auto;
		z-index:2;
		transform: translateX(-50%)
	}
	#drawing {
		top: -37.695078%;
		left:50%;
		width: 100%;
		height: auto;
		opacity:0;
		transform: translateX(-50%)
	}
	#number12 {
		position:absolute;
		top: 90vw;
		left: 50%;
		transform: translate(-50%, -150%);
		width:13.333333%;
		height:auto;
	}
	#cross {
		top:58.5%;
		left:48%;
		transform: translateX(-50%);
		width:4%;
		height:4%;
	}
	#footer {
		width: 100%;
		top: auto;
	}
	.cure {
		font-size: 2.666667vw
	}
	.backnumbers {
		padding: 1.5em;
		font-size: 4vw;
		line-height: 2.25
	}
	a.current {
		padding: .2em .5em;
	}
}

#title,
#number12,
#cross {
	display: none;
}