@charset "UTF-8";
/*navbar brandにロゴ画像配置のための調整*/
.navbar-brand {
	background: url("../img/kenminhall_logotype.png") no-repeat left center;
	background-size: contain;
	height: 42px;
	width: 187px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.navbar-brand {
	background: url("../img/kenminhall_logotype@2x.png") no-repeat left center;
	background-size: contain;
	height: 42px;
	width: 187px;
	}
}

body{
	background-color:#000;
	color:#fff;
}

