@charset "utf-8";


#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}

@media only screen and (max-width:640px){
	#header div.body {
		background-color: #FFF;
	}
	
	h1 img {
		margin: 0 auto;
	}
	
	#gnav {
		position: absolute;
		top: 43px;
		left: 0;
		right: auto;
		width: 100%;
		overflow: hidden;
		height: 0px;
		background-color: rgba(255,255,255,0.85);
	}
	
	#gnav li a {
		color: #373736 !important;
		font-weight: bold;
	}
	
	
}


#SLIDE {
	width: 100%;
	min-width: 980px;
	height: auto;
	overflow: hidden;
	z-index: 500;
	position: relative;
	background-color: #FFF;
}

@media only screen and (max-width:640px){
	
	#SLIDE {
		min-width: 300px;
	}
}

#SLIDEIMAGE {
	display: none;
}

#STAGE {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
}



#STAGE div.slide p {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#STAGE div.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#STAGE div.slide img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#STAGE div.back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 600;
}

#COPY,
#COPY2 {
	position: absolute;
	width: 100%;
	z-index: 900;
	top: 50%;
	left: 0;
	text-align: center;
	padding-bottom: 24px;
}
#COPY2 {
	z-index: 1500;
}

@media only screen and (max-width:640px){
	#COPY img,
	#COPY2 img {
		width: 95%;
		height: auto;
	}
}


#TICK {
	position: absolute;
	width: 980px;
	overflow: hidden;
	left: 50%;
	margin-left: -490px;
	bottom: 20px;
	height: 20px;
	z-index: 5000;
	background-image: url(/images/icn-news.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	line-height: 20px;
}

@media only screen and (max-width:640px){
	#TICK {
		width: 100%;
		bottom: 0;
		left: 0;
		margin-left: 0;
		height: 40px;
		background-position: left 5px;
		font-size: 10px;
		background-image: none;
	}
	
	#TICKTITLE {
		position: absolute;
		left: 5px;
		bottom: 40px;
	}
}

#TICK #TOPNEWS {
	padding-left: 45px;
	opacity: 0.6;
	position: relative;
	overflow: hidden;
	height: 20px;
}

@media only screen and (max-width:640px){
	#TICK #TOPNEWS {
		height: 40px;
		padding-left: 0;
	}
	
	div.newsList {
		background-color: #F1F1F1;
		padding: 15px;	
	}
	
	div.newsList img {
		display: block;
		width: 150px;
		height: auto;
		margin: 0 auto;
	}
}

#TICK #TOPNEWS ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 45px;
}

#TICK #TOPNEWS ul li,
#TICK #TOPNEWS ul li a {
	color: #FFF;	
}

#TICK #TOPNEWS ul li {
	display: block;
	height: 20px;
	line-height: 20px;
}

#TICKBG {
	display: none;
}

@media only screen and (max-width:640px){
	#TICK #TOPNEWS ul {
		left: 0;
		padding: 0 5px;
	}
	#TICK #TOPNEWS ul li {
		height: 40px;
	}
	
	#TICK #TOPNEWS ul li,
	#TICK #TOPNEWS ul li a {
		color: #000000;	
	}
	
	#TICKBG {
		width: 100%;
		height: 70px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #F2F2F2;	
	}
}

#gnav li a {
	color: #FFF;	
}

h2 {
	padding-top: 100px;
	margin-bottom: 70px;
}


p.mainText {
	padding-bottom: 100px;
}

div.section {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 95px;
	/*border-left: 4px solid #DFDFDF;*/
	padding-left: 0px;
}

@media only screen and (max-width:640px){
	div.section {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
		margin-bottom: 40px;
	}
	
	div.section p img {
		width: 100%;
		height: auto;	
	}
	
	h2 {
		padding: 10px 0 35px 0 !important;
		margin-bottom: 0;
	}
	
	h2 img {
		width: 100%;
		height: auto;
	}
	
	p.mainText {
		padding-bottom: 0px;
	}
	
}


#MASK1 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 10000;
}

#MASK2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 1000;	
}