@charset "utf-8";

body {
	background: url(//www.kiilife.jp/opendata/nagaizaka-club/img/back.png) 50% 0% no-repeat;
	background-size: cover;
	font-family: sans-serif;
}

#main {
	margin: 6px auto;
	padding: 10px 0;
	max-width: 1200px;
	background-color: rgba(255,255,255,0.9);
}
.logo {
	width: 40%;
	max-width: 200px;
}

.bg-navi {
    background-color: #8CC63F !important;
}
.nav-link {
	color: #231F20 !important;
}
.bg-footer {
    background-color: #8CC63F !important;
	color: #231F20 !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35,31,32,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255,241,0,1);
}

.dmbs-page-title {
	margin: 8px 0 16px 0;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #402000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.title1 {
	margin: 10px 0;
	padding: 5px;
	color: #402000;
	background: #FFF;
	border-bottom: #264D00 solid 2px;
}
h1, .h1 {
	font-weight: bold;
	font-family: serif;
}
h2, .h2 {
	font-weight: bold;
	font-family: serif;
}
h3, .h3 {
	font-weight: bold;
	font-family: serif;
}

.textcolor1 {
	color: #402000;
}
.textcolor2 {
	color: #264D00;
}

@media (min-width: 992px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}