@font-face {
    font-family: 'pixelmplus10regular';
    src: url('PixelMplus10.woff2') format('woff2'),
         url('PixelMplus10.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,html{
	box-sizing: border-box;
	width: 100%;
	min-height:100%;
	height:auto;
	line-height:1.3;
	background: #010101;
	color:#fff;
	font-size: 14px;
}

body{
	position: relative;
	padding:1em;
	font-family: 'pixelmplus10regular',sans-serif;
	font-weight:500;
	z-index:10;
}

.loading{
	color:#59BED2;
}

.background-images{
	opacity:0.15;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('../images/background_sil_logo.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.contents{
	position: relative;
	z-index: 10;
}

i.fa{
	display: inline-block;
	width: 1.2em;
	margin-right: 1ex;
	text-align: center;
}

a{
	text-decoration: none;
	color: #A6E22E;
}

a:hover{
	text-decoration: none;
	color: #CE9178;
}

header{
	margin-bottom: 1em;
}

h1,h2{
	margin-bottom: 1ex;
}

h2{
	color:#F9EC6D;
}

.affiliation{
	display:inline-block;
	padding-left: 1ex;
}

.description{
	overflow: hidden;
	max-width:900px;	
}

.description>p{
	width:45%;
	margin-bottom: 1em;
}

.description .en{
	float:left;
}

.description .ja{
	float:right;
}

.js-blink{
	display: inline-block;
	width: 1em;
}

nav{
	color: #A6E22E;
}

nav>ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
}

footer{
	margin-top: 2em;
}

nav>ul li{
	white-space: nowrap;
	width: 20%;
	margin-bottom: .5ex;
}

article{
	margin-top: 2em;
}

article h1{
	color:#9CDCFE;
}

.soundcloud{
	display: -webkit-flex;
	display: flex;
}

.soundcloud li{
	max-width:400px;
	height:200px;
}

@media all and (max-width: 780px) {s
	.description{
		display:block;
	}

	.description>p{
		float: none;;
		width:100%;
	}

	.description .ja{
		display: none;
	}

	nav>ul li{
		width: 50%;
	}

	.soundcloud{
		-webkit-flex-wrap:wrap;
		flex-wrap: wrap;
	}

	.soundcloud li{
		width:50%;
		height:200px;
	}

}

.background-images,h1,h2,.description,nav,article,footer{
	display:none;
}