@charset "utf-8";

body{
	height:10000px;
}
section{
	background:url(../img/bg_color.jpg) no-repeat;
	background-size:100% auto; 
}
#slide1{background-position:0 0;}
#slide2{background-position:0 -640px;}
#slide3{background-position:0 -1280px;}
#slide4{background-position:0 -1920px;}
#slide5{background-position:0 -2560px;}
#slide6{background-position:0 -3200px;}

.txArea{
	position:absolute;
	top: 200px;
	left:0;
	color: #fff;
}
.txArea h3{
	font-size:3.5em;
	font-weight:600;
}
.txArea h3,
.txArea em,
.txArea p{
	display:table-cell;
	vertical-align:middle;
	height:155px;
}
.txArea h3{
	width:1000px;
	text-align:center;
}
.txArea em{
	font-style:normal;
	font-size: 2.3em;
	font-weight: 600;
	width: 310px;
	text-align:center;
}
.txArea p{
	font-size: 1.25em;
	font-weight:100;
	padding:0 0 0 120px;
	text-shadow:-1px -1px 0 rgba(0,0,0,.8);
}

.gray h3, .gray em{
	color:#253f56;
}

#pagination{
	position:absolute;
	top:169px;
	left:53px;
	z-index:10;
}
#pagination li{
	display:inline-block;
}
#pagination li a{
	display:block;
	width:15px;
	height:15px;
	margin:3px;
}
