@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,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	color:#fff;
}

a:hover {
text-decoration:none;
color:#aeb39a;
}
header a{
  color:white;
  background:rgba(0,0,0,0.0);
  display:inline-block;
  padding:0px 0px;
  height:0px;
  line-height:0px;
  text-align:center;
  font-family: 'Roboto Slab', serif;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0px;
  font-weight:0;
}

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;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #f2f2f2;
}



div#im	{

	width: ;
	margin: 0 0 0 0px;
	display: inline;
	display: none;	
	
}


img.example1 {
width: 60%;
height: 20%;
}

@media screen and (orientation: landscape) {
img.example1 {
width: 40%;
height: 12%;
}
}

h1{
	font-size: 6em;
	text-align: center;
}
p{
	font-size: 2em;
}
.section{
	text-align: center;
}

/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	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;
}


.intro p{
	width: 95%;
	margin: 0 auto;
	font-size: 1.5em;
}
.intro cite{
	width: 100%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: fixed !important;
	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;
}

/* Section 1
 * --------------------------------------- */
#section1{
		/*background-image: url(imgs/w1.jpg);*/
		/*background-size:cover;*/
	}
		
	
	

#section1 h1{

	animation-duration: 4s;
        animation-name: fadeIn;
	animation-iteration-count: infinite;
	
	-webkit-animation-duration: 4s;
        -webkit-animation-name: fadeIn;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-duration: 4s;
        -moz-animation-name: fadeIn;
	-moz-animation-iteration-count: infinite;
	
	-o-animation-duration: 4s;
        -o-animation-name: fadeIn;
	-o-animation-iteration-count: infinite;
	
	-ms-animation-duration: 4s;
        -ms-animation-name: fadeIn;
	-ms-animation-iteration-count: infinite;
}
#section1 p{
	color: #333;
	color: rgba(0,0,0,0.3);
}
#section1 img{
	margin: 20% 0;
	opacity: 0.7;
}

/* Section 2
 * --------------------------------------------------------------------------------------------------------------------- */
#section2 a{
	text-decoration:none;
	color:#715c1f;
}




@media screen and (orientation: landscape) {

#section2{
		background-image: url(imgs/web_map.jpg);/* 横向きの場合のスタイル */
		background-size:cover;
	}
	
	
	#section2 h1{

        font-size: 3em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
        padding-top: 5%;
	animation-duration: 3s;
        animation-name: fadeIn;
	animation-iteration-count: infinite;
	
	-webkit-animation-duration: 3s;
        -webkit-animation-name: fadeIn;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-duration: 3s;
        -moz-animation-name: fadeIn;
	-moz-animation-iteration-count: infinite;
	
	-o-animation-duration: 3s;
        -o-animation-name: fadeIn;
	-o-animation-iteration-count: infinite;
	
	-ms-animation-duration: 3s;
        -ms-animation-name: fadeIn;
	-ms-animation-iteration-count: infinite;

}




#section2 p{
	color: #fff;
	font-size: 0.5em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.4em
	
}

#section2  cite{
	color: #fff;
	font-size: 0.3em;
	line-height: 0.5em
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 5%;
	bottom: 5%;
}

#section2 #colors{
	right: 60px;
	bottom: 0;
	position: absolute;
	height: 413px;
	width: 258px;
	background-image: url(imgs/colors.gif);
	background-repeat: no-repeat;
}
	
	
	}

@media screen and (orientation: portrait) {
#section2{
		background-image: url(imgs/web_map_.jpg);/* 縦向きの場合のスタイル */
		background-size:cover;
	}
	
	#section2 h1{

        font-size: 3em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
        padding-top: 10%;
	animation-duration: 3s;
        animation-name: fadeIn;
	animation-iteration-count: infinite;
	
	-webkit-animation-duration: 3s;
        -webkit-animation-name: fadeIn;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-duration: 3s;
        -moz-animation-name: fadeIn;
	-moz-animation-iteration-count: infinite;
	
	-o-animation-duration: 3s;
        -o-animation-name: fadeIn;
	-o-animation-iteration-count: infinite;
	
	-ms-animation-duration: 3s;
        -ms-animation-name: fadeIn;
	-ms-animation-iteration-count: infinite;

}




#section2 p{
	color: #fff;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 2em
	
}

#section2  cite{
	color: #fff;
	font-size: 0.7em;
	line-height: 4em
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 10%;
	bottom: 50%;
}

#section2 #colors{
	right: 60px;
	bottom: 0;
	position: absolute;
	height: 413px;
	width: 258px;
	background-image: url(imgs/colors.gif);
	background-repeat: no-repeat;
}
	
	
	}




/* Section 3
 * --------------------------------------------------------------------------------------------------------------------- */

@media screen and (orientation: landscape) {

#section3{
		background-image: url(imgs/p.gif);/* 横向きの場合のスタイル */
		background-size:cover;
	}
	
#section3 p{
	color: #fff;
	font-size: 0.5em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.4em
	
}
	}

@media screen and (orientation: portrait) {
#section3{
		background-image: url(imgs/p_.gif);/* 縦向きの場合のスタイル */
		background-size:cover;
	}}



#section3 h1{

        font-size: 3em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	animation-duration: 3s;
        animation-name: fadeIn;
	animation-iteration-count: infinite;
	
	-webkit-animation-duration: 3s;
        -webkit-animation-name: fadeIn;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-duration: 3s;
        -moz-animation-name: fadeIn;
	-moz-animation-iteration-count: infinite;
	
	-o-animation-duration: 3s;
        -o-animation-name: fadeIn;
	-o-animation-iteration-count: infinite;
	
	-ms-animation-duration: 3s;
        -ms-animation-name: fadeIn;
	-ms-animation-iteration-count: infinite;

}


#section3 #colors{
	left: 60px;
	bottom: 0;
}

#section3 p{
	opacity: 0.8;
	font-size: 0.7em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 2em
	color: #fff;
	
}


#colors2,
#colors3{
	position: absolute;
	height: 163px;
	width: 362px;
	z-index: 1;
	background-repeat: no-repeat;
	left: 0;
	margin: 0 auto;
	right: 0;
}
#colors2{
	background-image: url(imgs/colors2.gif);
	top:0;
}
#colors3{
	background-image: url(imgs/colors3.gif);
	bottom:0;
}

/* Section 4
 * --------------------------------------- */
#section4 a{
	text-decoration:none;
	color:#715c1f;
}


#section4 h1{

        font-size: 3em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	animation-duration: 3s;
        animation-name: fadeIn;
	animation-iteration-count: infinite;
	
	-webkit-animation-duration: 3s;
        -webkit-animation-name: fadeIn;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-duration: 3s;
        -moz-animation-name: fadeIn;
	-moz-animation-iteration-count: infinite;
	
	-o-animation-duration: 3s;
        -o-animation-name: fadeIn;
	-o-animation-iteration-count: infinite;
	
	-ms-animation-duration: 3s;
        -ms-animation-name: fadeIn;
	-ms-animation-iteration-count: infinite;

}

#section4 p{
	color: #715c1f;
	font-size: 0.7em;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 2em
	
	
}
@media screen and (orientation: landscape) {

#section4 p{
	color: #715c1f;
	font-size: 13px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.4em
	
	
}/* 横向きの場合のスタイル */
		
	}





/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}


.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#starGithub{
	position: fixed;
	z-index: 99;
	right: 264px;
	top: 9px;
	width: 90px;
	
	
}


/* Animations for content elements */




@keyframes slidein {
0% {transform: translateY(-500px); opacity: 0;}
100% {transform: translateY(0px);}
}



@keyframes slideout {
0% {transform: translateX(0px);}
100% {transform: translateX(500px);}
}






@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(200px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(200px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(200px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(200px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(200px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}