@charset "UTF-8";
/* CSS Document */
body{
	background-color: #FFE102;
	}
/*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:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mainhallheader2{
	background-color:#48A2DB;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding:10px;
}
.smallhallheader2{
	background-color: #9784D9;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
.specialworkshopheader2{
	background-color: #5EBEC2;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
.galleryheader2{
	background-color: #46AD31;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}

/*banner画像のマージン調整*/
.banner{
	margin-top:15px;
}
/*カルーゼルの上下のマージン設定*/
.carousel_img_box{
	margin-top:15px;
	margin-bottom:15px;
}
/*TimeTable Banner パディング設定*/
.timetablebanner{
	padding-top:15px;
}