body {
  font-size: 0.85em;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", system-ui, sans-serif;
  padding: 0;
  margin: 0;
}

body:lang(en), html[lang="en"] body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
}

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 980px;
}

#header {
  padding: 20px 20px 10px;
}

/* language-switcherのスタイル */
#language-switcher {
  padding: 10px; /* 内側の余白 */
  border-radius: 5px; /* 角の丸み */
  text-align: right; /* テキストを中央揃え */
}

/* languageクラスに適用するスタイル */
.language {
  font-size: 15px; /* フォントサイズ */
  color: #333; /* テキスト色 */
  margin-right: 5px; /* 右の余白 */
}

/* リンクのスタイル */
.language a {
  color: #007bff; /* リンクの色 */
  text-decoration: none; /* アンダーラインを非表示 */
}

.language a:hover {
  text-decoration: underline; /* ホバー時にアンダーラインを表示 */
}

/* カーソルポインターのスタイルは既にHTML内で指定されているため、
CSSで追加する必要はありませんが、整理のためここに記述しても良いです。 */
.language {
  cursor: pointer;
}

/* 矢印のスタイル調整 */
#japanese span {
  font-size: 10px; /* 矢印のサイズを小さくする */
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  color: #0000CC;
}

/* -- サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a{
  text-decoration: none;
  color: #0099ff;
  background-color: #ffffff;
}

.logo a:hover{
  text-decoration: none;
  color: #000066;
  background-color: #ffffff;
}

h3.title {
    margin: 0;
}
div.news {
width:	980px;
height: 120px;
padding: 0;
margin: 0;
overflow-y: scroll;
border: 0.5px solid #D5D5D5;
}
div.news_archive {
  height: auto;
  border: 0px;
}

summary h3 {
  display: inline-block;
}

div.news ul {
  list-style-type: none;
  padding: 0;
}
div.news li {
  border-bottom:1px dashed #DADADA;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
div.news li:last-child{
  border-bottom: 0px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.category {
  display: inline-block;
  padding: 0 2px;
  margin: 2px;
  border: 1px solid #DADADA;
}


a:link {
  color: #6492FF;
  text-decoration: none;
}

a:visited {
  color: #6492FF;
  text-decoration: none;
}

a:hover {
  color: #ffd164;
  text-decoration: underline;
}


table.top {
  width: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size:14px;
}
table.top th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
}
table.top th:first-child {
  border-radius: 5px 0 0 0;
  width: 10%;
}
table.top th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  width: 55%;
}
table.top tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
}
table.top tr td:first-child {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.top tr td:last-child {
  border-right: 1px solid #84b2e0;
  text-align: left;
}
table.top tr:first-child td{
  border-top:1px solid #84b2e0
}

table.top tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.top tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.top tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}
table.top tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
table.top tr:first-child td:first-child{
  width: 23%;
}



table.fond {
  width: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size:14px;
}
table.fond th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.fond th:first-child {
  border-radius: 5px 0 0 0;
  width: 23%;
}
table.fond th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.fond tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.fond tr td:last-child {
  border-right: 1px solid #84b2e0;
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
  text-align: left;
}
table.fond tr {
  background: #fff;
}
table.fond tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.fond tr:last-child td {
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
table.fond tr:first-child td{
  border-top:1px solid #84b2e0
}

table.fond tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.fond tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.fond tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}
table.fond tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
table.fond tr:first-child td:first-child{
  width: 23%;
}

/* パンくずリストのスタイル */
.breadcrumb {
  width: 50%;
}
ol.breadcrumb {
list-style-type: none; /* 1.2.3.・・・のマーカーを消す */
padding-left: 0px;
}
ol.breadcrumb li {
display: inline; /* liをインライン表示させる */
}
ol.breadcrumb li::before {
content: ' > '; /* li要素の前に>>記号を追加 */
}
ol.breadcrumb li:first-child:before {
content: ''; /* 最初のli要素から>>記号を消す */
}

.lastupdate {
  width: 50%;
  text-align: right;
}

ul.list li {
  position: relative;
  list-style-type: none;
}
ul.list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*foot navi*/
ul.footnavi {
  padding-left: 0px;
}
ul.footnavi li {
  display: inline;
  list-style-type: none;
  border-left: 1px solid #999;
  padding-left: 10px;
  margin-right: 7px
}
ul.footnavi li:first-child {
  display: inline;
  list-style-type: none;
  border-left: 0px solid #999;
  padding-left: 0px;
}


.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

hr {
  border: 0;
  border-top: 1px solid silver;
  border-block-start: 1px solid silver;
  margin: 0;
}
