@charset "UTF-8";


/* #coverArea *****************************************************************/
#coverArea {
	position: relative;
	height: 100%;
	margin: 0;
	background-image: url(../images/bg_coverarea.jpg);
 	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#coverArea .blockcontents {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#coverArea .title {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #6FC;
	text-align: center;
}

#coverArea h1 {
	margin: 0 auto;
	padding: 0 0 4px 0;
	color: #6FC;
	text-align: center;
}

#coverArea .subtitle {
    display: inline-block;
	border-top: 1px solid #6fc;
	padding: 8px 0;
	color: #6FC;
	text-align: center;
	font-size: smaller;
}

#coverArea .message {
	margin: 1em 0;
	padding: 0 1em;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
	font-size: 0.8em;
}

#coverArea .menu div {
    margin-bottom: 8px;
}

#coverArea #copyright {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 32px;
	color: #fff;
	text-align: center;
	font-size: 0.6em;
}

#coverArea a {
	text-decoration: none;
	color: #aaa;
}

#coverArea a:hover {
	color: #6fc;
}
