﻿@charset "UTF-8";
/** {
outline: 1px solid #ff0000;
}*/
html {
   font-family: serif;
}
html * {
   box-sizing: border-box;
}
body {
   margin: 0 0 0 0;
}
.wrapper {
   margin: 0 auto 0 auto;
   max-width: 960px;
}
.nav li {
   display: inline;
   list-style-type: none;
   padding-right: 36px;
   font-size: 18px;
   font-weight: bold;
}
h2 {
   font-size: 30px;
   color :#339900;
}
h3 {
   background-color: #339900;
   color: #ffffff;
   padding-left: 20px;
}
.gaiyou-item {
   display: flex;
}
.gaiyou-left {
   margin-right: 50px;
}
.gaikyou-item {
   display: flex;
}
.gaikyou-left {
   margin-right: 50px;
}
.mailaddress {
   font-weight: bold;
   color: #339900;      
}
.menseki {
   border-collapse: collapse;
   font-weight: bold;
   margin-top: -10px;   
}
.menseki-title {
   text-align: left;
}
.jisseki {
   border-collapse: collapse;
   font-weight: bold;
   margin-bottom: 30px;
}
tr {
   text-align: center;
}
td {
   border: 1px solid #b7b7b7;
}
.tadasi {
   caption-side: bottom;
   text-align: right;
}
footer {
   text-align: center;
   font-weight: bold;
   font-size: 20px;
}
