body,#loading,footer {
	background-color: #000;
}
#top {
	background: linear-gradient(0, #000000, #5A5A5A);
}
.pc_menu a,h2.default{
	color:#B48C64;
}
.sp_menu_button span{
	border-color: #B48C64;
}
.sp_menu_back,.profile {
	background: linear-gradient(46deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
#main {
	background-color: #1E1E28;
	color: #fff;
	font-family: serif;
	border-color: #fff;
}
a {
	color: #fff;
}
#about .box {
	width: 19.5%;
}
@media screen and (max-width: 568px) {
	#about .box {
		width: 49%;
	}
}
#about .box img {
	height: 23em;
}
.profile .close_button:before, .profile .close_button:after {
	background-color: #fff;
}