@charset "UTF-8";

.fixedTopLine {
	height: 74px !important;
}
.fixedBottomLine {
	height: 20px !important;
}
.fixedLeftLine,
.fixedRightLine {
	display: none;
}
.fixedNavigation {
	transform: scale(0.7);
	transform-origin: left bottom;
	bottom: 30px !important;
}
.fixedImg {
	transform: scale(0.7);
	transform-origin: right bottom;
	margin-right: -22px;
	bottom: 30px !important;
}
.fixedLogo {
	top: 5px !important;
	left: 2px !important;
}
.fixedMenu {
	top: 7px !important;
}
.fixedLogo .logo_in img {
	height: 70px;
}
.systemIslandDescription,
.companyIslandDescription,
.designIslandDescription,
.priceIslandDescription {
	left: 1vw !important;
}
.systemIslandDescription img,
.companyIslandDescription img,
.designIslandDescription img,
.priceIslandDescription img {
	max-width: 98vw;
}
.fixedCopyright {
	bottom: 1px !important;
	left: 0 !important;
	width: 100%;
	text-align: center;
}
