/* Header Sections 
------------------------------------------------------------------------- */
header {
	position: fixed;
	position: -webkit-fixed;
	z-index: 99;
	top: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 52px;
	vertical-align: middle;
	background-color: #ffffff;
}

header.shadow {
	box-shadow: 0px 3px 3px 1px rgba(51,48,0,0.1);
}

header > ul {
	width: 100%;
	white-space: nowrap;
}

header > ul > li {
	display: inline-block;
}

header .menu {
	float: right;
	width: 20%;
	text-align: right;
	vertical-align: top;
	padding: 6px 20px 0px 0px;
}

header .logo {
	text-align: center;
	vertical-align: top;
	padding: 2px 0px 0px 0px;
}

header .logo img {
	width: 220px;
	margin: 4px 0px 0px 6px;
}

/* Navigation 
------------------------------------------------------------------------- */
header nav {
	margin: 10px auto 0px auto;
	text-align: center;
}

header nav ul {
	margin: 0px auto 0px auto;
	width: 100%;
	clear: both;
	background-color: #1c78b6;
	opacity: 0;
	height: 0px;
	visibility: hidden;
	border-top: 1px solid #999999;
	vertical-align: bottom;
}

header nav ul.visible {
	position: fixed;
	z-index: 99;
	inset: 0px;
	top: 52px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	height: calc(100% - 60px);
}

header nav ul > li > a {
	display: block;
	color: #333333;
	padding: 12px 0px 12px 12px;
	font-size: 14px;
	border-bottom: 1px solid #333333;
	background-color: #ffffff;
}

header #spmenu {
	display: block;
	color: #333333;
	padding: 6px 0px 0px 0px;
}

header #spmenu span {
	font-size: 32px;
}

/* Main Section 
------------------------------------------------------------------------- */
main {
	padding: 64px 0px 0px 0px;
	background-color: #FFFFFF;
}

main:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* pagetop
------------------------------------------------------------------------- */
#scrolltop {
	display: none;
}

#toppage {
	display: none;
}

/* Footer Sections 
------------------------------------------------------------------------- */
footer {
	width: 100%;
	border-top: 1px solid #dddddd;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	background-color: #eeeeee;
	text-align: center;
}

footer dl {
	margin: 0px auto 0px auto;
	vertical-align: top;
	width: 100%;
}

footer dt {
	font-size: 13px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

footer dt img {
	display: none;
}

footer dd {
	font-size: 13px;
}

footer dd h3 {
	width: 100%;
	margin: 4px 0px 8px 0px;
	font-size: 18px;
}

footer dd h3 span {
	display: block;
}

footer dd a {
	display: block;
	border-radius: 10px 10px 10px 10px;
	background-color: #007558;
	margin: 10px auto 4px auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	width: 80%;
}

footer dd a:hover {
	background-color: #34bc9e;
}

footer dd small {
	display: block;
	font-size: 11px;
	text-align: center;
}

footer section {
	width: 100%;
	background-color: #007558;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}
