/* For modern browsers */
.cf {
  zoom: 1; }
  .cf:before {
    content: "";
    display: table; }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

.crr {
  clear: both; }

/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
  background: #F5FBFE; }

.layout {
  width: 960px;
  margin: 0 auto; }
  .layout:before {
    content: "";
    display: table; }
  .layout:after {
    content: "";
    display: table;
    clear: both; }

/* ==== Backgraund === */
#wrap {
  background: url(../images/wrap_bg.jpg) repeat-x #FFF; }

/* ==== Header === */
#hd {
  height: 105px;
  position: relative; }

#hd_nav {
  width: 196px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 0; }
  #hd_nav li {
    display: inline; }

/* ==== Navigation === */
#nav {
  width: 200px;
  background: url(../images/nav_bg.jpg) no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000; }
  #nav a img.current {
    opacity: 0;
    filter: alpha(Opacity=0); }

/* ==== Content === */
#con {
  padding-bottom: 20px; }

#main {
  width: 740px;
  float: right; }
  #main ol {
    padding: 5px 0px 5px 25px; }
  #main ul {
    padding: 5px 0px 5px 25px;
    list-style-type: disc; }
  #main ol li, #main ul li {
    padding: 5px 0px; }
  #main table {
    margin: 10px 0px; }
    #main table th, #main table td {
      padding: 5px; }
  #main a img:hover {
    opacity: 0.5;
    filter: alpha(Opacity=50); }

/* ol,ul */
/* table */
/* img */
/* ==== Footer === */
#ft {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: url(../images/ft_bg.jpg) repeat-x top; }

/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1 {
  width: 550px;
  position: absolute;
  top: 20px; }

h2 {
  font-size: 1.8em;
  height: 46px;
  padding: 14px 0px 0 24px;
  margin: 0px 0 20px 0;
  background: url(../images/h2_bg.jpg) left top no-repeat;
  color: #290A0B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000; }

h3 {
  font-size: 1.5em;
  padding: 3px 0px 3px 10px;
  margin: 30px 0 20px 0;
  background: url(../images/h3_bg.jpg) left top repeat-y;
  border-bottom: 1px dotted #CCC; }
  h3.h3_bg02 {
    background: url(../images/h3_bg02.jpg) left top repeat-y;
    color: #193244; }

h4 {
  font-size: 1.3em;
  padding: 3px;
  background: #eee;
  border-left: 3px solid #ccc;
  margin-top: 25px; }
  h4:first-of-type {
    margin-top: 0; }

h5 {
  font-size: 1.1em;
  margin: 10px 0px; }

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
  margin: 0;
  padding: 0;
  background: none;
  border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_wrap {
  background: url(../images/i_wrap.jpg) repeat-x #FFF; }

#index_img {
  padding: 3px;
  background: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000; }
  #index_img img {
    width: 100%; }

#i_news {
  height: 300px;
  overflow: auto; }
  #i_news table {
    margin: 0px; }
    #i_news table td {
      vertical-align: top;
      font-size: 0.8em;
      padding: 10px;
      border-bottom: 1px dotted #CCC; }
      #i_news table td.date {
        width: 90px; }
      #i_news table td.lab_name {
        width: 100px;
        padding: 0px !important;
        text-align: center;
        vertical-align: middle; }
  #i_news div.icon {
    background: url(../images/common/news_icon.gif) 0 2px no-repeat;
    padding-left: 15px; }

/*----Other----*/
#update {
  color: #666;
  font-size: 0.9em;
  margin-top: 30px;
  text-align: right; }

/*----i_bnr----*/
.i_bnr {
  margin-top: 10px; }
  .i_bnr li {
    width: 200px;
    margin-bottom: 5px; }
    .i_bnr li a {
      display: flex;
      align-items: center;
      height: 45px;
      padding: 5px 10px 5px 40px;
      text-decoration: none;
      color: #0e0d09;
      background-color: #f0eee1;
      border-radius: 5px;
      transition: 0.3s;
      position: relative;
      font-weight: bold;
      font-size: 0.9em;
      border: 1px solid rgba(14, 13, 9, 0.7); }
      .i_bnr li a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #0e0d09;
        position: absolute;
        top: 50%;
        left: 17px;
        transform: translateY(-50%);
        transition: 0.3s; }
      .i_bnr li a:hover {
        background-color: #3aa636;
        color: #fff;
        border: 1px solid rgba(14, 13, 9, 0); }
        .i_bnr li a:hover:before {
          border-left: 10px solid #fff; }

/*----renkei----*/
h3 {
  position: relative; }

.renkei_btn {
  position: absolute;
  right: 5px; }
  .renkei_btn a {
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #3aa636;
    border-radius: 5px;
    font-size: 0.8em;
    margin: 0 5px;
    text-decoration: none;
    transition: 0.3s;
    color: #222 !important;
    font-weight: normal; }
    .renkei_btn a:hover {
      background-color: #3aa636;
      color: #fff !important; }

/*---company---*/
.company_tbl {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #eee; }
  .company_tbl tr {
    border-bottom: 1px solid #eee; }
    .company_tbl tr th {
      background: #eee;
      text-align: center;
      width: 27%;
      border-bottom: 1px solid #fff; }
    .company_tbl tr:last-child th {
      border-bottom: none; }
    .company_tbl tr td {
      padding: 8px !important; }

.company_contact {
  background: #eee;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 10px; }

/****page***/
.imgFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .imgFlex figure {
    margin-bottom: 10px; }
    .imgFlex figure img {
      flex-grow: 1;
      object-fit: cover;
      height: 200px;
      margin: 5px; }
    .imgFlex figure figcaption {
      text-align: center; }
.imgFlex02{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .imgFlex figure {
    margin-bottom: 10px; }
    .imgFlex figure img {
      flex-grow: 1;
      object-fit: cover;
      height: 260px;
      margin: 5px; }
    .imgFlex figure figcaption {
      text-align: center; }
.bTn {
  margin-top: 30px;
  text-align: center; }
  .bTn a {
    background: #3aa636;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px; }
    .bTn a:hover {
      opacity: 0.6; }


    table {
        border-collapse: collapse;
        width: 100%; /* Set the width of all tables */
        margin: 20px auto; /* Centers the table */
        border: 1px solid black;
    }

    th, td {
        border: 1px solid black;
        padding: 10px;
        text-align: center; /* Centers text horizontally */
        vertical-align: middle; /* Centers text vertically */
    }