@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;
}
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:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
.fp-tooltip{
	color: #FFF;
}
#fp-nav span, .fp-slidesNav span{
	border-color: #FFF;
}
#fp-nav li .active span, .fp-slidesNav .active span{
	background: #F90;
}

#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 7x;
    position:relative;
}

#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

/* Custom CSS
 * --------------------------------------- */
body{
	color: #000;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

p {
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 2px;
}
	
.sectionIn {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	max-width: 680px;
	height:150px;
	padding:50px;
	border-radius:10px;
	color:#333;
	font-family: font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-weight:bold;
}

.sectionIn.last {
	background-color: rgba(252,209,97,0.7);
}

h1{
	font-size: 3em;
	font-family: arial,helvetica;
	color: #fff;
	margin: 0;
	padding-left: 40px;
	text-align: left;
}

h1 span {
	font-size: 80%;
}

#logo {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 100;
}

#guu {
	position: absolute;
	right:100px;
	bottom:30px;
}

/*audio*/

#controller {
	width:65px;
	height:20px;
	position: absolute;
	background:url(../img/sound.png) no-repeat;
	right:50px;
	bottom:50px;
	z-index:100;
}

#controller.on {
	background-position:0px 0px;
}

#controller.off {
	background-position:0px -30px;
}

@media screen and (max-width: 639px) {
p {
	font-size: 20px;
	font-size: 1.42857rem;
	line-height: 30px;
	letter-spacing: 2px;
}
}