@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,blockquote,th,td {
    padding: 0;
    margin: 0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	color: #000;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
		font-size: 2.5em;	
		font-family: 'Roboto', sans-serif;
		font-weight:100;
		color: #000;
		margin:0;
		padding:0;
	}
h2{
	font-size:1em;
	font-weight:normal;
	color:#000}	
p{
	font-size: 0.9em;
	line-height:2.2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	color: #fff;
	font-size:0.8em;
		background: rgba(0,0,0, 0);
}

#menu li.active{
	background:#666;
	background: rgba(255,255,255, 0.2);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background-color:#000000;
	opacity:0.8;
}



#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

/*-----------*/
	#section0,
	#section1,
	#section2,
	#section3,
	#section5{
		background-size: cover;
	}
	
	/*#section0{
		background-image: url(01.jpg);
		padding: 18% 0 0 0;
	}*/
	#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
	}
	#section0 .layerbg{
		background:url(images/flow_bg.png);
				z-index: 5;
						position: absolute;
						width:100%;
						height:100%

	}
	#section0 .layer{
		position: absolute;
		z-index: 5;
		width: 100%;
		left: 0;
		top: 43%;
	}
	
	#section1{
		background-image: url(02.jpg);
		padding: 6% 0 0 0;
	}
	#section2{
		background-image: url(03.jpg);
		padding: 6% 0 0 0;
	}
	#section3{
		background-image: url(04.jpg);
		padding: 6% 0 0 0;
	}	
	#section4{
		background-color:#EFEFEF;
		padding: 6% 0 0 0;
	}	
	#section5{
		background-image: url(05.jpg);
		padding: 6% 0 0 0;
	}		
	#section6{
		background-color:#fff;
		padding: 6% 0 0 0;
	}		
	#section3 h1{
		color: #000;
	}
	
	#section1 h3 {
		font-size:1.75em;
		margin-top:2em;
		font-weight:100;}
	#section1 h4 {
		font-size:1em;
		margin-bottom:2em;
		font-weight:normal;}

.roboto {
				font-family: 'Roboto', sans-serif;
}
.sec1_cy {
	font-size:1.5em;
	font-weight:400;
	}


.under_arw {
	position:absolute;

	bottom:0.5em;
	left:50%;
	z-index:10}	
	
.pro_tbl {
	width:60%;
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
	font-size:0.9em;
	box-shadow:0px 0px 10px #A5A5A5;}
.pro_tbl td,.pro_tbl th {
	text-align:left;
	background-color:#FFFFFF;
	opacity:0.8;
	padding:0.5em 1em 0.5em 1em;}	
