@charset "utf-8";
/* CSS Document */

header h1 {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	padding-top: 26.82%;
	background: url(../img/header/img_header.png) no-repeat center;
	background-size: 100% auto;
	font-size: 0;
}
header h1 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width : 100%;
	height: 100%;
}

main {
	position: relative;
	z-index: 0;
	top: -14px;
	margin-bottom: -14px;
}

#fair {
	display: table;
	width: 960px;
	height: 205px;
	margin: auto;
	padding-top: 15px;
}

#description {
	display: table;
	width: 100%;
	height: 120px;
	margin: auto;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.8);
}
#description p {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

.pagetop {
	position: relative;
	display: block;
	width: 100%;
	height: 230px;
	text-align: center;
}
.pagetop a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 84px;
	height: 70px;
}
.pagetop a:hover img {
	opacity: 0.85;
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
}

footer {
	width: 100%;
	height: 100px;
	background-color: #155F33;
}
footer h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
}
footer h1 a {
	color: #FFFFFF;
}
footer .copyright {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}