﻿.wrap{
	display:flex;
	flex-wrap:nowrap;
	justify-content:left;
	width:auto;
	max-width:960px;
}

main{
	margin-left:20px;
	width: 80%;
}

nav{
	width:200px;
}

body{
	font-family:'Arial', 'Helvetica', 'メイリオ', 'Meiryo', '游ゴシック','Yu Gothic', 'YuGothic', sans-serif;
}

.pc{display: block !important;}
.sp{display: none !important;}

#header {
  width:  100%;
  height: auto;
  max-width:960px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  
  font-size: 36px;
  background: #ffffff;
  padding: 4px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.05em;

}

#header > a{
	  color: #000000;
	  text-decoration: none;
	  font-weight: bold;
}

img {
  width:  100%;
  height: auto;
  max-width:960px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
} 

.logo{
  width:  20%;
  height: auto;
}

.link {
  font-size: 24px;
  font-weight:bold;
  display: block;
  width:  60%;
  height: auto;
  max-width:960px;
  padding: 1.0em 1.0em 1.0em 1.0em;
  text-align: center;
  text-decoration: underline;
  color: #000000;
  border:4px groove;
  border-color:#808080;
  line-height: 1em;
  margin-left:50px;
}

.headline  {
  font-size: 18px;
  background: #ffffff;
  color: #000000;
  padding: 4px;
  text-align: center;
  border-bottom:solid 2px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: rotate(-0.05deg);
  margin-bottom: 5px;
}

.headline2  {
  font-size: 18px;
  background: #f5f5f5;
  color: #000000;
  padding: 4px;
  text-align: center;
  border-top:solid 2px;
  border-bottom:solid 2px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: rotate(-0.05deg);
  margin-bottom: 2px;
  margin-top: 30px;
}

.text_font {
  font-size: 18px;
  transform: rotate(-0.05deg);
}
.label_font {
  font-size: 18px;
  background: #1b2538;
  color: #ffffff;
  /*background: #ffffff;*/
  /*color: #000000;*/
  padding: 4px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: rotate(-0.05deg);
}

.title_font {
  font-size: 18px;
  background: #ffffff;
 color: #000000;
  padding: 4px;
  /*text-align: center;*/
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: rotate(-0.05deg);
}

li {
  font-size: 16px;
  transform: rotate(-0.05deg);
}

.newsbox {
  width:100%;
  max-width: 960px;
  height: auto;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  overflow:auto;
  transform: rotate(-0.05deg);
}
.newsbox .box-title{
  font-size: 18px;
  background: #1b2538;
  padding: 4px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.newsbox p {
  padding: 15px 20px;
  margin: 0;
}

.newsbox ul {
  padding: 15px 20px;
  margin: 0 10px;
  list-style-type:square;
}

.newsbox .date {
    display: inline-block;
    width: 110px; 
	font-weight: bold;
}

.newsbox .col-1 {
    display: inline-block;
    width: 50px; 
}

.newsbox .col-2 {
    display: inline-block;
    width: 15px;
}


.newsbox ul li:nth-child(odd) {
  background-color:#f0f0f0;
}

.newsbox {
  margin: 10px 0px;
}

.menu {
  background-color: #ffffff;
  border: 2px solid #cecece;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0px 0px;
  overflow:hidden;
  color: #888888;
  border-radius:0px;
  transform: rotate(-0.05deg);
}
.menu div.menubar {
}

.menu div.menubar .bar {
}

.menu ul {
  margin:0 0 0 0px;
  padding: 0;
}

.menu ul li{
  display:block;
}

.menu ul li a {
  display: block;
  padding: 1.0em 1.0em 0.5em 1.0em;
  -webkit-transition: all 0.0s ease-in;
  transition: all 0.0s ease-in;
  text-decoration: none;
  color: #1b2538;
  border-bottom:4px solid transparent;
  height: 24px;
  line-height: 1em;
}


.menu ul li a.active {
  background-color: #1b2538;
  color: white;
}

.menu ul li a:hover:not(.active) {
  background-color: #d0d0d0;
  color: #1b2538;
}

.menu ul li a:target {
  border-bottom-color:#1b2538;
}


#cp_navimenuid {
  display:none;
}

#cp_navimenuid > menu > .menubar {
  display:none;
}

.banner {
  background-color: #ffffff;
  display: flex;
  /*display: grid;*/
  margin: 0px 0px;
  overflow:hidden;
  color: #888888;
  border-radius:0px;
  /*flex-flow: column;*/
  /*justify-content:flex-end;*/
  justify-content:space-around;
}

.banner_img{
  width:  160;
  height: auto;
  max-width:160px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}

.search-area input[type="text"] {
  padding: 5px 5px 3px;
  font-size: 16px;
  border: 1px solid #D6D6D6;
}

.search-area input[type="text"]:focus {
  background: #F9F9F9;
}

.search-result {
  margin-top: 20px;
}
.search-result__hit-num span {
  font-weight: bold;
}
#search-result__list {
  margin-top: 15px;
}
#search-result__list span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
  background: #F2F2F2;
}
.target-area {
  margin-top: 50px;
}

.newsbox ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px; /* 日付と本文の間の余白 */
  line-height: 1.6;
  word-break: break-word;
}

/* 日付部分 */
.newsbox .date {
  width: 110px;
  flex-shrink: 0;
  font-weight: bold;
}

/* 本文（date以外）の部分 */
.newsbox ul li span.date + * {
  flex: 1;
}
