body, html, main {
    /* important */
    height: 100%;
}
  

.pName {
	background: url(../img/main.jpg) center center;
}


ol.numList .indList {
	padding-left: 20px;
}

ol.numList .indList li {
	list-style: none;
}

div.grBox {
	background: #e6e6e6;
	padding: 2%;
}


.linkList { clear: both; overflow: hidden; margin-bottom: 30px;}
.linkList li { display: inline; border-right: 1px solid #7a7a7a; }
.linkList li a { text-decoration: underline; padding: 2% 2%;}
.linkList li a:hover { text-decoration: none;}


.kijiBox { margin: 0 auto 40px; width: 95%; border-bottom: dotted 1px #CCC; padding-bottom: 3%; margin-bottom:}
.kijiBox .kiji { margin-bottom: 30px;}
.kijiBox .kiji p { margin-bottom: 10px;}
.date { border-bottom: dotted 1px #CCC; color: #1b2994; margin-bottom: 15px; padding:0 15px;}
.img {
	margin: 0 auto 20px;
	text-align: center;
}

#pageBtn {
	clear: both;
	overflow: hidden;
}

#pageBtn .lBtn {
	float: left;
}


#pageBtn .rBtn {
	float: right;
}


#contents .w_745 {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 600px;
}

#contents #newsLsit { float: left; width: 70%;}
#contents #archive {
	border: solid 1px #CCC;
	float: right;
	max-width: 250px;
	width: auto;
	width: 24%;
}


#contents #archive dl dt {
	background: #edeef6;
	border-bottom: solid 1px #CCC;
	padding: 10px;
}


#contents #archive dl dt span {
	border-left: 6px solid #ffe300;
	color: #253494;
	display: block;
    font-size: 1.4em;
    padding: 0.25em 0 0.15em 0.55em;
    position: relative;
}


#contents #archive dl dt span::before {
    background-color: #253494;
    bottom: 0;
    content: "";
    height: 50%;
    left: -6px;
    position: absolute;
    width: 6px;
}

#contents #archive dl dt span::after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

#contents #archive dl dd {
	padding: 15px;
} 


#contents #archive .yearList li {
	border-bottom: dotted 1px #CCC;
	padding: 10px 10px 7px;
} 


#contents #archive .yearList li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}



#contents .arLsit {
	margin-bottom: 10%;
	width: 98%;
}

#contents .arLsit li {
	border-bottom: dotted 1px #ccc;
	margin: 0 auto 15px;
}

#contents .arLsit .data { font-size: 0.9em; padding: 0 15px;}

#contents .arLsit .kiji {padding: 0 15px 5px;}

#contents .arLsit .new {
	background: #e62525;
	color: #FFF;
	font-size: 0.7em;
	margin-right: 7px;
	margin-bottom: 1px;
	padding: 3px 3px 1px 5px;
    vertical-align: middle;
}



.pager {
    overflow: hidden;
}
 
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
 
.pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
 
.pager ul li a:hover {
    background: #243596;
    color: #FFF;
}


@charset "utf-8";
@media only screen and (max-width: 800px) {
/* CSS Document */
	
#pageBtn .lBtn {
	float: left;
	width: 48%;
}


#pageBtn .rBtn {
	float: right;
	width: 48%;
}

#pageBtn .bscBtn03 a {
    padding: 7%;
    width: 100%;
}
	
	
	#contents #newsLsit {
		float: none;
		width: 100%;
	}
	
	#contents #archive {
		float: none;
		max-width:100%;
		width: 100%;
	}
	
	
	#contents .pager ul { display: none;}
	
	#contents .more {
		border-radius: 3px;
		background: #9299c9;
		color: #FFFFFF;
		cursor: pointer;
		text-align: center;
		padding: 3%;
	}
	
	

#contents #archive select {
	width: 100%;
}
	

}


/*---------202411月追記---*/
h2.wp-block-heading{
	font-size: 30px;
    padding-bottom: 16px;
	margin: 3em 0px 0px;
}
.wp-block-heading+p{
	margin: 30px 0px 0px;
}
h3.wp-block-heading{
	font-size: 26px;
}
.kijiBox p strong{
	color: rgb(255, 69, 0);
	font-weight: bold;
}
.wp-block-image{
	margin-bottom: 10px;
}