@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

@font-face {
font-family: 'NotoSansCJKjp-Light';
src: url('../../font/noto.woff') format('woff'), url('../../font/noto.eot') format('embedded-opentype'), url('../../font/noto.ttf') format('opentype');

}

body {
font-family: 'NotoSansCJKjp-Light';
}




body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

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: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}

.h1ex{
	font-size: 4em;
}

.toph1{
font-size: 5em;
}

.toph3{
color:#F90;
margin-left:26px;
clear:left
}

.toph3a{
color:#F90;
margin:6px 0 -13px 26px;
}

.toph3b{
color:#F90;
margin:18px 0 0 26px;
}

p{
	font-size: 1.1em;
	color:#FFF;
	line-height: 1.6em;
	margin: 26px 13px 13px 26px;
}

.pex{
	font-size: 1.1em;
	color:#FFF;
	line-height: 1.6em;
	margin: 26px 13px 13px 26px;
	margin-top:-13px
}


.pp{
margin: 10px 13px -13px 26px;
}



.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}

#menu li {
	display:inline-block;
	margin: 10px -5px 10px 9px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#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;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#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;
 }

	h1{
		font-size: 4em;
		font-weight: normal;
		color: #fff;
		
		padding:0;
		text-align:left;
	}

	/* Centered texts in each section
	* --------------------------------------- */



	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(imgs/group1.jpg);
		padding: 6% 0 0 3%;
	}
	
	
	
	
	#section2{
		background-image: url(imgs/group5.gif);
		padding: 1% 0 0 0;
	}
	#section4{
		background-image: url(imgs/group4.gif);
		padding: 6% 0 0 0;
	}
	#section4 h1{
		color: #000;
	}

	#section5{
		background-image: url(imgs/group11.gif);
		padding: 1% 0 0 0;
	}
	#section8{
		background-image: url(imgs/group9.gif);
		padding: 1% 0 0 0;
	}



 	/*Adding background for the slides
	* --------------------------------------- */
	#slide1{
		background-image: url(imgs/group2.jpg);
		padding: 3% 0 0 0;
	}
	#slide2{
		background-image: url(imgs/group3.jpg);
		padding: 6% 0 0 0;
	}
	#slide3{
		background-image: url(imgs/group4.gif);
		padding: 0 0 0 0;
	}
	#slide4{
		background-image: url(imgs/group7.gif);
		padding: 6% 0 0 0;
	}
	#slide5{
		background-image: url(imgs/group6.gif);
		padding: 0 0 0 0;
	}
	#slide6{
		background-image: url(imgs/group8.gif);
		padding: 0 0 0 0;
	}
	#slide7{
		background-image: url(imgs/group12.gif);
		padding: 0 0 0 0;
	}
	#slide8{
		background-image: url(imgs/group10.gif);
		padding: 0 0 0 0;
	}
	#slide9{
		background-image: url(imgs/item1.jpg);
		padding: 0 0 0 0;
	}
	#slide10{
		background-image: url(imgs/item2.jpg);
		padding: 0 0 0 0;
	}
	#slide11{
		background-image: url(imgs/item3.jpg);
		padding: 0 0 0 0;
	}
	#slide12{
		background-image: url(imgs/item4.jpg);
		padding: 0 0 0 0;
	}





	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
	
	
.shadow {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:72%;
z-index: -10;
margin: 78px 13px 13px 65px;
}

.shadow2 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:55%;
z-index: -10;
margin: 10px 7% 13px 38%;
}

.shadow3 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:55%;
z-index: -10;
margin: 80px 7% 13px 38%;
}


.shadow4 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:55%;
z-index: -10;
margin: -5% 7% 13px 38%;
}

.shadow5 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:50%;
z-index: -10;
margin: 78px 13px 13px 65px;
}


ul.sq{
list-style-type:square ;
margin:20px 60px 20px 60px;
padding-right:6px;
color:#09F;
font-size: 0.9em;
}

ul.sq li{
	margin:7px 0px 7px 0px;
}

span.white{
color:#FFF;	
}

.imagebox0{
width:80%;
height:80%;
}

.imagebox1{
width:100%;
height:100%;
}

.imagebox2{
width:25%;
height:25%;
}


dt.cl{
margin: 7px 15px 0px 39px;
color:#FFF;
font-weight:bold;
font-size:16px;
}

dd.cl{
color:#FFF;
margin:0px 15px 0px 52px;
font-size:14px;
}

@media screen and (max-width: 1780px) {
.h1ex{
font-size: 2.8em;
}

}




@media screen and (max-width: 1280px) {

h1{
font-size: 2em;
}

.h1ex{
font-size: 2em;
}


p{
font-size: 1em;
}

.pex{
font-size: 1em;
}


.white{
font-size: 0.8em;	
}

ul.sq{
line-height: 1em;
}


}

@media screen and (max-width: 1000px) {

h1{
font-size: 2em;
}

.h1ex{
font-size: 2em;
}


p{
font-size: 0.8em;
}

.pex{
font-size: 0.8em;
}

.white{
font-size: 0.8em;	
}


.shadow {
width:80%;
margin: 130px 13px 13px 5px;
}

.shadow2 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:55%;
z-index: -10;
margin: 10px 7% 13px 38%;
}

.shadow3 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:55%;
z-index: -10;
margin: 80px 7% 13px 38%;
}


.shadow4 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:55%;
z-index: -10;
margin: -5% 7% 13px 38%;
}

.shadow5 {
background-color: rgba(0, 0, 0, 0.5);
padding: 26px;
border-radius: 5px;
width:50%;
z-index: -10;
margin: 78px 13px 13px 65px;
}

}

@media screen and (max-width: 650px) {
.toph1{
	margin-top:130px;
font-size: 3em;
}

.shadow {
width:80%;
margin: 100px 9px 13px 10px;
height:350px;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
}

.shadow2 {
width:80%;
margin: 100px 9px 13px 10px;
height:350px;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
}

.shadow3 {
width:80%;
margin: 100px 9px 13px 10px;
height:350px;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
}

.shadow4 {
width:80%;
margin: 65px 9px 13px 10px;
height:350px;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
}


.shadow5 {
width:80%;
margin: 100px 9px 13px 10px;
height:350px;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
}

.imagebox2{
width:75%;
height:50%;
}



}

@media screen and (max-width: 400px) {

#menu li {
	margin: 0px -10px 0px 9px;
}

h1{
font-size: 0.7em;
}

.h1ex{
font-size: 0.7em;
}


h2{
font-size: 0.5em;
margin: 0 0 -26px 50px;
}

p{
font-size: 0.5em;
margin: 26px 18px 0 18px;
}

.pex{
font-size: 0.5em;

}

ul.sq li{
font-size: 0.5em;
margin: 0px -40px 0 -26px;
}



.shadow {
width:75%;
margin: 100px 9px 13px 10px;
height:200px;
overflow-y:auto;
}

.shadow2 {
width:75%;
margin: 100px 9px 13px 10px;
height:200px;
overflow-y:auto;
}

.shadow3 {
width:75%;
margin: 100px 9px 13px 10px;
height:200px;
overflow-y:auto;
}

.shadow4 {
width:75%;
margin: 65px 9px 13px 10px;
height:200px;
}

.imagebox1{
margin-top:26px;
width:100%;
height:100%;
}

.shadow5 {
width:75%;
margin: 100px 9px 13px 10px;
height:200px;
overflow-y:auto;
}

dt.cl{
font-size: 0.3em;
margin: 0px 8px 0 18px;
}

dd.cl{
font-size: 0.3em;
margin: 0px 13px 0 39px;
}

.toph3{
font-size: 0.4em;
margin-left:20px;
}

.toph3a{
font-size: 0.4em;
margin:30px 0 -26px 26px;
}

.toph3b{
font-size: 0.4em;
margin:25px 0 0 26px;
}



}


