/* CSS Document */

/*header{
	width: 1100px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

header .hader_rap{
	display: flex;
	align-items: flex-end;
}

header .hader_rap #logo{
	margin-right: 25px;
}

header .hader_rap #header_title{
	font-size: 25px;
	color: #0059B2;
	font-weight: bold;
}

#keyimg{
	background: url("../img/keyimg_bg.webp") no-repeat center center;
	background-size: cover;
	padding-bottom: 35px;
}

nav{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(28, 82, 188, 0.8);
	margin-bottom: 35px;
}

nav ul{
	margin-bottom: 0;
}*/
header{
	width: 100%;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

header .hader_rap{
	display: flex;
	align-items: center;
}

header .hader_rap #logo{
	margin-right: 25px;
	margin-left: 10px;
}

header .hader_rap #logo img{
	width: 100px;
	height: auto;
}

header .hader_rap #header_title{
	font-size: 20px;
	color: #0059B2;
	font-weight: bold;
}

#keyimg{
	background: url("../img/keyimg_bg_s.webp") no-repeat center bottom -35px;
	background-size: cover;
	padding-bottom: 20px;
}

nav{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(28, 82, 188, 0.8);
	margin-bottom: 35px;
}

nav ul{
	margin-bottom: 0;
}

#keyimg div.center img{
	width: 100%;
	height: auto;
	padding-top: 30px;
}
.sugu-window{
	width: 95%;
}
.sugu-container{
	padding: 0;
}

#page_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	/*padding-left: 10px;*/
}

#page_list li{
	width: 48%;
	border: 1px solid #ddd;
	padding-top: 5px;
	margin-bottom: 15px;
	/*margin-right: 15px;*/
	padding-bottom: 10px;
}

#page_list li:hover{
	background: #E5FAFF;
}

#page_list ul .cap{
	width: 95%;
	height: 120px;
	overflow: hidden;
	margin: auto;
	background: url("../img/header_title.webp") center center no-repeat;
}

#page_list ul .listdate{
	font-size: 11px;
	padding-left: 5px;
	display: block;
}

#page_list ul .listlink{
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

#gallery li{
	height: 280px;
    width: 280px;
    margin-right: 0;
    margin-bottom: 16px;
    border: solid gray 1px;
    padding: 2px;
    list-style: none;
    float: none;
    overflow: hidden;
	margin: auto;
}

#gallery li a img{
	width: 100%;
	height: auto;
}