
*{
 	margin: 0;
	padding: 0;
 }

html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
}

#background-site {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:1;
}

#background-site iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
}

#menu {
	position: fixed;
	font-family: Helvetica Neue, Arial,
	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
	left: 10px;
	top: 30%;
	color: black;
	letter-spacing: .01em;
	z-index:10;
	padding: 13px;
	padding-right: 15px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bold; 
    letter-spacing: -0.3px;
	cursor: move;
	border-style: solid;
	border-color: black;
}

#logo {
	z-index: 20;
	position: fixed;
	right: 60px;
	top: 85px;
	width: 240px;
}
    #logo-touch {
        display: none;
		position: absolute;
		left:60%;
		top:4px;
		margin-left: -80px;
		width:180px;
		margin: left:10%;
    }

#navigation {
	margin: 0;
	padding:0;
	list-style-type: none;
}

#navigation li{
	padding:0;
	margin:0;
	width:auto;
}

#navigation a, div.about{
	color: black;
	padding: 0;
	text-decoration: none;
	padding: 1px;
}
#navigation a.active{
	color: #222;
}
#navigation a:hover{
	color: #000;
	text-decoration: underline;	
}
#navigation .current_page_item a {
	text-decoration: none;
}

.about{
	position: fixed;
	font-family: Helvetica Neue, Arial,
	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 24px;
    z-index: 100;
    color: rgba(0, 0.8);
	z-index: 90;
	max-width: 170px;
	right: 48px;
	top: 145px;
}

/* Psuedo mobile styles for wide touch devices */
    .touch-device #menu {
	position: fixed;
	font-family: Helvetica Neue, Arial,
	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", 
    sans-serif;
        font-size: 24px;
		line-height: 36px;
		font-weight: bold; 
        padding: 10px;
        z-index:10;
        left: 2px;
        right: 2px;
		top: 2px;
		border-style: none;
		background-color: none;
    }

	.touch-device #logo{
        display: none;
	}
	.touch-device #logo-touch{
        display: block;
    }
	.touch-device #navigation{
		display: none;
		text-indent: -1.5em;
		margin-left:1.5em;
		margin-top: 20px;
	}
	.touch-device #menu-open{
		width: 30px;
		height: 35px;
		cursor: pointer;
	}
	.touch-device #menu-open div {
	    background-color: black;
	    border: 1px solid black;
	    height: 10%;
	    margin-bottom: 20%;
	    width: 100%;
	}
	.touch-device .about{
		width: auto;
		display: none;
	}
/* Real mobile styles for smaller screens */
@media only screen and (max-width: 768px) {
	body, html{
	position: relative;
		width: 100%;
	}
	#background-site{
		-webkit-overflow-scrolling:touch; 
		overflow:auto;
	}
	#background-site iframe{
		width: 100%;
		height: 5500px;
		overflow: hidden;
	}
	#menu {
		position: fixed;
		font-size: 24px;
		line-height: 36px;
		font-weight: bold; 
		padding: 10px;
		z-index:10;
		left: 2px;
        right: 2px;
		top: 10px;
		border-style: none;
		background-color: none;
	}
	#logo{
        display: none;
	}
    #logo-touch {
        display: block;
    }
	#navigation{
		display: none;
		text-indent: -1.5em;
		margin-left:1.5em; 
		margin-top: 20px;
	}
	#menu-open{
		width: 30px;
		height: 35px;
		cursor: pointer;
	}
	#menu-open div {
	    background-color: black;
	    border: 1px solid black;
	    height: 10%;
	    margin-bottom: 20%;
	    width: 100%;
	}
	.about{
		width: auto;
		display: none;
	}
}
/* @end */
