body {
    width: 100%;
    height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    background-color: #000;
	margin: 0px;
	padding: 0px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
}

#top_image {
	display:none;
}
h1 {
	font-family: 'Martel', sans-serif;
	font-size: 5rem;
	opacity: 0.4;
	font-weight: 200;
	margin: 1rem 0 0 1rem;
}
@media only screen and (max-width: 979px) {
     
	h1 {
		font-size: 4rem!important;
	}
	small {
		font-size: 1em!important;
	}
	menu {
		font-size: 2.5rem!important;
	}
	.jumbotron h2 {
		font-size: 4rem!important;
		letter-spacing: 0.2rem!important;
	}
	.jumbotron p {
		font-size: 2rem!important;
	}
	.message p {
		font-size: 2rem!important;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 2rem!important;
	}
	small {
		font-size: 0.5rem!important;
	}
	menu {
		font-size: 1.5rem!important;
	}
	.jumbotron h2 {
		font-size: 3rem!important;
		letter-spacing: 0rem!important;
	}
	.jumbotron p {
		font-size: 1.5rem!important;
	}
	.message p {
		font-size: 1rem!important;
	}
}
small {
	font-family: 'Martel', sans-serif;
	opacity: 0.4;
	font-weight: 200;
	margin: 5px;
	font-size: 1.5rem;
}
menu {
	font-family: 'Martel', sans-serif;
	font-weight: 200;
	font-size: 2.5rem;
	margin-left: 10px;
	margin-top:1.5rem;
}
menu .list-group-item {
	background-color: #000;
	border: none;
	padding: 1px;
	color: #FFF;
	opacity: 0.4;
}
menu .list-group-item:hover {
	background-color: #000;
	border: none;
	color: #CD5C5C;
	opacity: 0.6;
}
menu .btn-select {
	color: #CD5C5C;
	opacity: 0.8!important;
}
.jumbotron {
	background: #000;
	padding: 20px;
}
.jumbotron h2 {
	font-family: 'Martel', sans-serif;
	font-weight: 200;
	font-size: 5rem;
	opacity: 0.4;
	letter-spacing: 0.5rem;
}
.jumbotron p {
	font-size: 2.3rem;
	opacity: 0.4;	
}

.message {
	padding-bottom: 100px;
}
.message p {
	font-size: 2.1rem;
	opacity: 0.4;
	font-weight: lighter;
	letter-spacing: 0.1rem;
	font-weight: 100!important;	
}
.loading {
	padding: 80px 0;
}
