@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
body.top {
	min-height: 600px;
}

body.top footer {
	display: none;
}

body.top header {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 999;
}

body.top header .txt-head {
	clear: both;
	padding-top: 45px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.07em;
	color: #000;
}

body.top .header-inner {
	position: absolute;
	bottom: 9%;
	left: 7%;
}

body.top header .logo-top {
	display: block;
	float: left;
	width: 50px;
	font-size: 0;
	margin-top: 3px;
}

body.top header .logo-top img {
	width: 100%;
	height: auto;
}

body.top header .logo {
	display: none;
}

body.top header .copyright {
	position: absolute;
	top: 5%;
	right: 2.5%;
	line-height: 1.4;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

body.top header .gnav {
	margin: -3px 0 0 25px;
}


body.top #mainContents {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	min-height: 600px;
}

#maximage {
	position: absolute !important;
	top: inherit;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	min-height: 100%;
}

#maximage .mc-image {
	min-width: 1200px;
	height: 100%;
	min-height: 100%;
}