@charset "UTF-8";
/* CSS Document */
nav ul li.home {
  width: 68px;
  text-align: center;
  float: left;
  color: #fff;
  text-decoration: none;
  height: 24px;
  padding: 23px 0;
  display: block;
  background-color: #84D68A;
}
#main {
  min-width: 1050px;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 365px;
  margin-top: 130px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
main {
  width: 1050px;
  margin: 0px auto;
  padding: 0;
  height: 235px;
  padding-top: 130px;
}
#greeting_bg {
  min-width: 1050px;
  height: 350px;
  background: -moz-linear-gradient(left, #007D5A 40%, #84D68A);
  background: -webkit-linear-gradient(left, #007D5A 40%, #84D68A);
  background: linear-gradient(to right, #007D5A 40%, #84D68A);
  background-position: center;
  margin: 0 auto 94px auto;
  padding: 40px 0;
}
#greeting {
  width: 1050px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.greeting_photo {}

.greeting_txt {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
	
}
.greeting_txt h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  line-height: 130%;
  margin: 30px 0px 15px 0px;
  letter-spacing: 3px;
}
.top_img1{
float: left;
margin: 0px 16px 0px 0px;}

.top_img2{
float: left;
height: 150px;
margin:0px;}

#notice {
  width: 1050px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.notice_title h2 {
  width: 285px;
  float: left;
}
.notice_list {
  float: right;
}
.notice_list a:link, .notice_list a:visited, .notice_list a:active {
  font-size: 14px;
letter-spacing: 2px;
  border: 3px solid #323741;
  padding: 10px 14px 9px 40px;
  width: 95px;
  background-image: url("../img/icon.png");
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: 115px 16px;
  border-radius: 30px;
  display: block;
  color: #323741;
  text-decoration: none;
}
.notice_list a:hover {
  background-color: #D4F1D6;
}
#date dl {
  width: 1050px;
  height: 306px;
  margin: 47px auto 95px auto;
  border-top: 1px solid #EAEBEC;
  clear: both;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
#date dl::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
#date dt {
  width: 170px;
  float: left;
  padding-bottom: 30px; /*ボーダーに揃うように空ける*/
  padding-top: 29px;
  color: #007D5A;
  /* 左寄せ */
  float: left;
  /* float解除 */
  clear: both;
}
#date dd {
  width: 870px;
  border-bottom: 1px solid #EAEBEC;
  padding: 29px 50px 29px 130px;
  text-align: justify;
  text-justify: inter-ideograph;
}