@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* ---reset.css--- */

html, body{	
	font-family:Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	background-color:#fbf9ef;	
}

*{-webkit-box-sizing:border-box;
  box-sizing:border-box;
  line-height:1;
 }

:focus { outline: 0; }
h1{ text-indent:-9999px; position:absolute;}



.container{ width:100%; margin:0 auto; position:relative; min-width:1200px; overflow: hidden;}
		@media screen and (max-width: 1200px){.container{overflow: hidden;}}

.container img{ vertical-align:0; display:block; transition:all 0.3s;}
.container img.wow:hover{ /*filter:contrast(1.1);*/ transform:translateY(-5px);}


.s1{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_01.jpg") top center no-repeat;}
.s1_content{ width:1200px; margin:0 auto; position:relative; }

.s2{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_02.jpg") top center no-repeat;}
.s2_content{ width:1200px; margin:0 auto; position:relative; }

.s3{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_03.jpg") top center no-repeat;}
.s3_content{ width:1200px; margin:0 auto; position:relative;}	

.s4{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_04.jpg") top center no-repeat;}
.s4_content{ width:1200px; margin:0 auto; position:relative;}

.s5{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_05.jpg") top center no-repeat;}
.s5_content{ width:1200px; margin:0 auto; position:relative;}

.s6{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_06.jpg") top center no-repeat;}
.s6_content{ width:1200px; margin:0 auto; position:relative;}

.s7{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_07.jpg") top center no-repeat;}
.s7_content{ width:1200px; margin:0 auto; position:relative;}

.s8{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_08.jpg") top center no-repeat;}
.s8_content{ width:1200px; margin:0 auto; position:relative;}

.s9{ width:100%; margin:0 auto; position:relative;
	background:url("../images/bg_09.jpg") top center no-repeat;}
.s9_content{ width:1200px; margin:0 auto; position:relative;}

/*
footer{ width:100%; position:relative; z-index:999;background-color: #e89c66;}

header{ width:100%; position:relative; z-index:999; background-color: #91dbe9;}
*/