@charset "utf-8";

ul#g-navi {
	margin-bottom: 35px;
}

/* =====================================================================
 * slideshow
 * =================================================================== */
#slideshow {
	position: relative;
	width: 980px;
	height: 375px;
}
#slideshow .slidePerson,
#slideshow .slideBuild,
#slideshow .copy,
#slideshow img  {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}
#slideshow img {
	background-color: transparent !important;
}
#slideshow .copy {
	z-index: 9999;
}
 
/* =====================================================================
 * main
 * =================================================================== */
#sideL, #sideR {
	margin: 27px 0;
	width: 477px;
}
#news {
	margin-bottom: 16px;
}
.newsList {
	position: relative;
	padding: 2px 20px 38px 20px;
	background-color: #e5ebf4;
}
.newsList a {
	color: #333333;
}
.newsList dl {
	font-size: 93%;
}
.newsList dt {
	clear: left;
	float: left;
	padding: 10px 0.5em 10px 0;
	width: 6em;
}
.newsList dd {
	margin-left: 0;
	padding: 10px 0.5em 10px 6em;
	background: url(images/dotline.gif) repeat-x bottom;
	zoom: 0;
}
.newsList dd img {
	margin-top: -4px;
	padding-left: 12px;
	vertical-align: middle;
}
#news p.more {
	position: absolute;
	right: 20px;
	bottom: 1px;
}
aside ul {
	margin: 0 -12px -12px 0;
	width: 992px;
	height: 194px;
}
aside ul li {
	float: left;
	margin: 0 12px 12px 0;
}

/* 2001910台風被害・お見舞い文掲載 */
#omimai {
	margin-bottom: 25px;
	padding: 25px 40px;
	border: solid 1px #073f8f;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 1px;
	font-family: 'PT Serif',YakuHanMP,'Noto Serif JP','游明朝',YuMincho,'Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-size: 131%;
}

/* 202103追加 */
#relation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between; 
}

/* =====================================================================
 * Not Found
 * =================================================================== */
#not404 ul#g-navi {
	margin-bottom: 0;
}
h3 {
	margin-bottom: 20px;
	font-size: 146.5%;
	color: #003e92;
}
#detail {
	float: right;
	width: 765px;
}
#detail section {
	padding-bottom: 30px;
}
#detail ul {
	margin-bottom:  20px;
}
#detail ul li {
	margin: 10px 0 0 20px;
	padding-right: 0.3em;
	list-style: disc;
}