
@charset "utf-8";

html {
	background: #eee !important;
}
body {
	max-width: 1186px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

#main {
	margin: 10px auto;
	padding: 10px 0;
}
.logo {
	width: 100%;
	max-width: 600px;
}

.bg-navi {
	background-color: #4f7eb9 !important;
}
.nav-link {
	color: #fff !important;
}
.bg-footer {
	background-color: #3a3e49 !important;
	color: #fff !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(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,0.8);
	border-color: rgba(255,255,255,0.5);
}
.nav-link {
	padding: .2rem 1rem;
}

.dmbs-page-title {
	margin: 0 16px 10px 16px;
	padding: 0 0 10px 0;
	color: #333;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #333;
	font-family: "Kuretake Meiseki";
}
.title1 {
	margin: 10px 0;
	padding: 5px;
	background: #FFC;
	border-bottom: #F90 solid 2px;
}
h2, .h2 {
	font-weight: bold;
}
h3, .h3 {
    margin: 10px 0 0 0;
    padding: 0 0 4px 0;
    color: #333;
    font-weight: bold;
    text-align: left;
    border-bottom: 3px solid #333;
    font-family: "Kuretake Meiseki";
}

.textcolor1 { color: #1d3994;}
.textcolor2 { color: #4f7eb9;}
.textcolor3 { color: #666666;}

#header.pj {
	padding: 20px 0 20px 20px;
	background: url(//www.kiilife.jp/opendata/pj/img/title_pc.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
#header.pj h2, #header.pj h3 {
	font-weight: bold;
	text-align: center;
    border-bottom: 0;
    font-family: "Kuretake Meiseki";
	color: #473225;
	text-shadow: 2px  2px 10px #ffffff,
				 -2px  2px 10px #ffffff,
				 2px -2px 10px #ffffff,
				 -2px -2px 10px #ffffff;
}
#header.pj h2 {
	margin: 0;
	padding: 0;
	font-size: 64px;
}
#header.pj h3 {
	margin: 0;
	padding: 0;
	font-size: 28px;
}
@media (max-width: 991px) and (min-width: 768px) {
#header.pj {
	padding: 12px 0;
	background: url(//www.kiilife.jp/opendata/pj/img/title_tb.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
#header.pj h2 {
	font-size: 64px;
}
#header.pj h3 {
	font-size: 28px;
}
}
@media (max-width: 767px) and (min-width: 576px) {
#header.pj {
	padding: 8px 0;
	background: url(//www.kiilife.jp/opendata/pj/img/title_tb.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
#header.pj h2 {
	font-size: 48px;
}
#header.pj h3 {
	font-size: 20px;
}
}
@media (max-width: 575px) {
#header.pj {
	padding: 4px 0;
	background: url(//www.kiilife.jp/opendata/pj/img/title_sp.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
#header.pj h2 {
	font-size: 28px;
}
#header.pj h3 {
	font-size: 12px;
}
}

.contents_btn_link a {
	display: block;
	background: #D8E6F6;
	width: 100%;
	padding: 12px 10px;
	font-size: 16px;
	color: #1d3994;
	text-decoration: none;
	border-radius: .3rem;
}

.pj-list .title {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}
.pj-list .date {
	font-size: .8em;
}
.pj-list .user {
	font-size: .8em;
}

@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;
}
}