div#header {
	background-color: #0761B0;
	height: 80px;
	width: 100%;

}
div#header h1 {
	font-size: 0.7em;
	text-align: right;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;

}
div#headBox {
	font-size: 10px;
	line-height: 100%;
	color: #FFFFFF;
	text-indent: 4pt;

}
div#mainContents {
	width: 778px;
	margin: 0 auto;
	background-color: #EFEFEF;
	background-image: url(../img/bg.gif);

}

div#mainContents  h2{
	color: #0761B0;
	font-size: 0.9em;
	padding-bottom: 4px;
	padding-top: 4px;
}
div#footer{
	background-color: #0761B0;
	font-size: 0.7em;
	line-height: 2em;
	color: #FFFFFF;
	text-indent: 10pt;
}
div#inquire{
	padding-top: 15px;
	padding-bottom: 10px;

}
div#inquireText{
	color: #0761B0;

}
div#subMenu{
	color: #0761B0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div#smallMenu{
	padding: 10px;

}
div#contents{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
div#contents h3{
	font-size: 0.9em;
	line-height: 2em;
	font-weight: bold;
	color: #0761B0;
}
div#sekouMargin{
	padding-left: 10px;

}
#compname {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.7em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
}
.topbana {
	margin-top: 0;
	margin-bottom: 5px;
}
.subtext {
	margin-top: 2px;
	margin-left: 20px;
}
.topics {
	border-bottom: 2px solid #9ed8f6 dotted;
	font-size: 0.8em;
	line-height: 1.4em;
}
#sekou01 {
	background: url(../sekou/image/new01/sekou_new2.gif) no-repeat;
}

#sekou02 {
	background: url(../sekou/image/new04/sekou_back.gif);
}
#sekou03 {
	background: url(../sekou/image/new05/sekou_new61.gif) no-repeat;
}
.size250 {
	width: 250px;
}
.iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

#mainContents {
  width: 778px;
  margin: 0 auto;
  background-color: #EFEFEF;
  background-image: url(../img/bg.gif);
}

#mainContents > table {
  margin-left: auto;
  margin-right: auto;
}

div#subMenu table.menuTable {
  margin: 0;
}

div#header {
  background-color: #0761B0;
  height: 80px;
  width: 100%;
}

div#header > table {
  width: 1100px;
  margin: 0 auto;
}


div#footer {
  width: 100%;
  background-color: #0761B0;
  font-size: 0.7em;
  line-height: 35px;
  height: 35px;
  color: #FFFFFF;
  text-align: center;
  clear: both;
}

.newsList {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.newsList h2 {
  background: #9ed8f6;
  color: #0761B0;
  font-size: 18px;
  padding: 6px 10px;
  margin-bottom: 20px;
}

.newsItem {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.newsDate {
  color: #666;
  font-size: 13px;
  margin: 0 0 5px;
}

.newsItem h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.newsExcerpt {
  font-size: 13px;
  line-height: 1.7;
}

.newsPager {
  margin-top: 30px;
  text-align: center;
}

.subMenuButtons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  margin: 0 0 20px 0;
  padding: 0;
}

.subMenuButtons img {
  display: block;
}

.contactTable {
    width: 100%;
    border-collapse: collapse;
}

.contactTable th,
.contactTable td {
    padding: 6px;
    vertical-align: top;
}

.contactTable th {
    width: 180px;
    text-align: right;
    font-weight: bold;
    color: #333;
}

.contactTable input[type="text"],
.contactTable input[type="email"],
.contactTable input[type="tel"],
.contactTable textarea {
    width: 520px;
    padding: 5px;
    border: 1px solid #999;
    font-size: 14px;
    box-sizing: border-box;
}

.contactTable textarea {
    height: 220px;
}

.contactTable input[type="submit"] {
    background: #0761B0;
    color: #fff;
    border: none;
    padding: 8px 25px;
    cursor: pointer;
    font-size: 14px;
}

.contactTable input[type="submit"]:hover {
    opacity: 0.8;
}

.newsItemInner {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.newsThumb {
  width: 100px;
  flex-shrink: 0;
}

.newsThumb img {
  width: 100px;
  height: auto;
  display: block;
}

.newsText {
  flex: 1;
}

.newsDetail {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.newsDetail h2 {
  background: #9ed8f6;
  color: #0761B0;
  font-size: 18px;
  padding: 6px 10px;
  margin-bottom: 20px;
}

.newsDetailThumb {
  text-align: center;
  margin: 20px 0;
}

.newsDetailThumb img {
  max-width: 100%;
  height: auto;
}

.newsDetailBody {
  font-size: 14px;
  line-height: 1.8;
}

.newsBack {
  margin-top: 30px;
  text-align: center;
}

.newsThumb img{
    width:120px;
    height:90px;
    object-fit:cover;
}

.newsPager {
  margin: 35px 0 10px;
  text-align: center;
}

.newsPager .nav-links {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.newsPager .page-numbers {
  display: inline-block;
  min-width: 28px;
  padding: 6px 10px;
  border: 1px solid #0761B0;
  color: #0761B0;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
}

.newsPager .page-numbers.current {
  background: #0761B0;
  color: #fff;
  font-weight: bold;
}

.newsPager a.page-numbers:hover {
  background: #9ed8f6;
}

.topNewsBox {
  padding: 15px 20px 20px;
}

.topNewsBox h2 {
  background: #9ed8f6;
  color: #0761B0;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 0 15px;
}

.topNewsItem {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.topNewsLink {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  text-decoration: none;
}

.topNewsThumb {
  width: 100px;
  flex-shrink: 0;
}

.topNewsThumb img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  display: block;
}

.topNewsTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 5px;
}

.topNewsMore {
  text-align: right;
  margin-top: 15px;
}





@media screen and (max-width: 800px) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }

  div#header,
  div#mainContents {
    width: 830px;
    transform: scale(0.46);
    transform-origin: top left;
    margin-left: 0;
  }

  div#footer {
    width: 100%;
    margin-top: -380px;
  }
}