@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:#EB75A8;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding:10px;
}
.smallhallheader2{
	background-color: #48A2DB;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
.specialworkshopheader2{
	background-color: #45B035;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
.galleryheader2{
	background-color: #46AD31;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
.eventheader2{
	background-color: #EC6825;
	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;
}


/*ラベル表示*/
li.labelred{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #f00; color:#fff; font-weight:bold;
}
li.labelgreen{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #48AA52; color:#fff; font-weight:bold;
}
li.labelpurple{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #6356A3; color:#fff; font-weight:bold;
}
li.labelblue{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #007DC9; color:#fff; font-weight:bold;
}
span.labelred{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #f00; color:#fff; font-weight:bold;
}
span.labelgreen{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #48AA52; color:#fff; font-weight:bold;
}
span.labelpurple{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #6356A3; color:#fff; font-weight:bold;
}
span.labelblue{
	border-style: solid ; border-width: 1px; border-radius: 6px; background-color: #007DC9; color:#fff; font-weight:bold;
}

