@charset "UTF-8";

h1 span {
	display: block;
	font-size: .9rem;
	line-height: 1rem;
	text-indent: .3rem;
}

main {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 30px;
	position: relative;
}

main p {
	position: absolute;
	top: 560px;
	left: 200px;
}
main p a {
	display: block;
	width: 720px;
	height: 35px;
	text-indent: -9999rem;
}

.copyright {
	margin: 4.5rem 0 0;
}
