@charset "UTF-8";
/* CSS Document */
body{
	background-color: #000;
	}
/*navbar brandにロゴ画像配置のための調整*/
.navbar-brand {
	background: url("../common/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("../common/kenminhall_logotype@2x.png") no-repeat left center;
	background-size: contain;
	height: 42px;
	width: 187px;
	}
}
/*画像のマージンを0*/
.img-responsive-overwrite{
		margin:0 auto;
	}
	
div.maincontents{
	background-color:#121212;
	color:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/*banner画像のマージン調整*/
.banner{
	margin-top:15px;
}

.well{
	background-color: #4E4D4D;
	border-color: #4E4D4D;
}
