@charset "utf-8";
/*
	ENTACL - top.css
	COPYRIGHT(C) ENTACL GRAPHICXXX  All Right reserved.
*/

body.top {
	width: 100%;
	height: 100%;
	background-image: url(../images/top/bg.png) ;
	background-size: cover;
	background-position: center center;
}

header{
	position: relative;
	padding: 0 0 0 54px;
	z-index: 1;
}

header h1 {
	float: left;
	padding-top: 50px;
}

header .logo {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.footer-area {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 1100px;
	z-index: 2;
}

.link-btn {
	position: relative;
	width: 100%;
}

.link-btn li {
	float: left;
	width: 50%;
	min-width: 550px;
	background-color: #395968;
}

.link-btn li a {
	width: 100%;
}

.link-btn li img {
	width: 100%;
	height: auto;
}

.global-footer {
}

#btn-pagetop {
	display: none;
}