@charset "UTF-8";

/* --------------------------------------------------------------------- */
/* Loading */
/* --------------------------------------------------------------------- */
#loading {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #EC6700;
	z-index: 99999;
}
#loader {
	margin-top: -100px;
	margin-left: -106px;
	width: 212px;
	height: 200px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	color: #FFFFFF;
	text-align: center;
	z-index: 2;
}
.loadingIcon {
	margin: 30px auto 0;
	width: 3em;
	height: 3em;
	font-size: 10px;
	text-indent: -9999em;
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	border-radius: 50%;
	-webkit-animation: load 0.6s infinite linear;
	animation: load 0.6s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loadingIcon:before {
	width: 50%;
	height: 50%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border-radius: 100% 0 0 0;
}
.loadingIcon:after {
	margin: auto;
	width: 75%;
	height: 75%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #EC6700;
	border-radius: 50%;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* --------------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------------- */
/* visualArea */
#visualArea {
	height: 826px;
	background: #fcf9ed;
	position: relative;
}
#visualArea::before {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	text-indent: -9999em;
	background: rgba(0,0,0,0.1);
	z-index: 999;
}
#slide1 {
	height: 246px;
}
.overView #slide1 {
	border-top: 1px solid #fcf9ed;
}
#slide2 {
	height: 332px;
	border-top: 1px solid #fcf9ed;
	border-bottom: 1px solid #fcf9ed;
}
#slide3 {
	height: 246px;
	border-bottom: 1px solid #fcf9ed;
}

/* sideArea */
#sideArea {
	margin-right: 80%;
	width: 20%;
	min-width: 350px;
	height: 100%;
	overflow: hidden;
	position: fixed;
	background: #ec6700;
	animation-delay: 5s;
	z-index: 9999;
}
.sideHeader {
	margin: 0 auto;
	padding: 60px 40px 25px;
	height: 100%;
	overflow: hidden;
	background: #ec6700;
}
#sideArea h1 {
	margin-bottom: 50px;
	text-align: center;
}

/* homeMenu */
.homeMenu {
	width: auto;
	background: url(../../images/dot.gif) repeat-x left top;
}
.homeMenu li {
	width: auto;
	background: url(../../images/dot.gif) repeat-x left bottom;
}
.homeMenu li a {
	padding: 12px 9px 12px 0;
	width: auto;
	display: block;
	position: relative;
	text-decoration: none;
}
.homeMenu li a::after {
	margin-top: -8px;
	padding-left: 10px;
	content: "";
	width: 9px;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../../images/arrow.png) no-repeat right center;
}
.homeMenu li a:hover {
	padding-left: 10px;
}
.homeMenu li a:hover::after {
	right: -9px;
	opacity: 0;
}

/* sideFooter */
.sideFooter {
	margin-right: 80%;
	width: 20%;
	min-width: 350px;
	position: fixed;
	bottom: 25px;
	text-align: center;
}
.footerContents {
	margin: 0 auto;
	text-align: center;
}
.sideFooter p {
	color: #fcf9ed;
	font-size: 93%;
}
.companyLink {
	margin-bottom: 15px;
	width: auto;
}
.companyLink li {
	display: inline-block;
}
.companyLink li.toCampany {
	margin-right: 29px;
}
.companyLink li a {
	padding-left: 11px;
	color: #fcf9ed;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(../../images/link_icon.png) no-repeat left center;
}
.companyLink li a:hover {
	background-position: 2px;
}
.companyLink li a span {
	border-bottom: 1px solid #FCF9ED;
}

