@charset "utf-8";
/* CSS Document */

/*共通*/
body{
     margin-right: auto;
     margin-left: auto;
     width:750px;
    }
table.type04{
             width: 750px;
             border-collapse:collapse;
            }
table.type04 td{
             margin: 0;
             padding: 0;
             border-collapse:collapse;
                }
table.head {
            width: 100%;
            }
table.head td{
            margin: 0;
            }
.info{
      vertical-align: bottom;
      text-align: right;
      width: 15em;
      font-size: 0.7em;
      }
img.me {
             width: 6px;
             height: 18px;
             }

img.nu {
             width: 123px;
             height: 18px;
             transition: .2s;
             }
img.nu:hover {
             opacity: 0.5;
             }
img.copy {
             width: 300px;
             height: 12px;
             }
/*パンくず*/

table.pan{
          width: 750px;
          }
table.pan td{
              font-size: 0.8em;
              padding: 3px;
             }
/*コピーライト*/
table.cr{
          width: 750px;
             }
table.cr td{
          text-align: center;
             }
hr { 
    width: 750px;
    border: 0 none; 
    height: 2px; 
    color: #696969;
    background-color: #696969;
} 
/*会社情報メニューバー*/

table.menu2{
            width: 750px;
           }
table.menu2 td{
               text-align: right;
               }
img.menu2 {
             width: 100px;
             height: 22px;
             }

table.type01{
  width: 100%;
  border-collapse: collapse;
}

table.type01 tr{
  border-bottom: solid 2px white;
}

table.type01 tr:last-child{
  border-bottom: none;
}

table.type01 th{
  position: relative;
  text-align: left;
  width: 18%;
  background-color: #a3ccc0;
  color: white;
  text-align: center;
  padding: 10px 0;

}

table.type01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a3ccc0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.type01 td{
  text-align: left;
  width: 70%;
  font-size: 0.9em;
  background-color: #eee;
  padding: 10px 0;
}

.a {
    font-size: 14px;
}

/*内容*/
table.type02{
             width: 750px;
             }
table.tki{
             width: 150px;
             }
table.type03{
             width: 150px;
             }
table.type03 td{
             text-align: center;
             }
img.tki {
             width: 142px;
             height: 185px;
             }
table.greet{
             width: 600px;
             }
table.greet td{
             font-size: 0.9em;
             }
.big{
     font-weight: bold;
     }

