body {
    margin: 0;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-touch-callout : none;
    -webkit-user-select : none;
}

#fullbody:-webkit-full-screen{
    position : absolute ;
    left     : 0 ;
    top      : 0 ;
    width    : 100% ;
    height   : 100% ;
}
#fullbody:-moz-full-screen {
    position : absolute ;
    left     : 0 ;
    top      : 0 ;
    width    : 100% ;
    height   : 100% ;
}
#fullbody:-ms-fullscreen {
    position : absolute ;
    left     : 0 ;
    top      : 0 ;
    width    : 100% ;
    height   : 100% ;
}
#fullbody:fullscreen {
    position : absolute ;
    left     : 0 ;
    top      : 0 ;
    width    : 100% ;
    height   : 100% ;
}

.navi {
    position: fixed; 
    width: 120px; 
    height: 100%;
    /*
    //top: 0; 
    //left: 0; 
    */
    background-color: #DFFFF8;
    z-index: 2;
}
.navi ul {
    list-style-type: none; 
    margin: 0 auto; 
    padding: 0; 
    padding-top: 10px;
}
.navi li {
    display: table;
}
.navi p {
    width: 120px; 
    height: 105px; 
    /* layout-grid-line: 120px;  */
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
}
.navi input {
    width: 70px; 
    margin-bottom: 2px
}
.navi img{
  width:70px;
}
.navi button{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.navi label {
    color: #04AEDA; 
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 17px; 
    /*
    //font-weight: bold;
    */
}
.navi__logo{
    padding:24px;
    position:absolute;
    bottom: 0px;
}
.navi__logo img{
    max-width: 100%;
    height: auto;
}
.cont {
    padding: 20px 20px;
    padding-left: 140px;
    padding-bottom: 0px;
    z-index: 1;
}
.header_title {
    position: relative;
}

.header_title_left {
    height: 0;
    width: 300px;
    border-bottom: 36px solid #00CC99;
    border-right: 32px solid transparent;
}

.header_title_left label {
    color: #FFFFFF; 
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    /*
    //font-weight: bold;
    */
    float: left;
    padding-top: 8px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.header_title_right {
    /*
    //height: 0;    
    */
    float: right;
}

.header_title_right label {
    color: #666666; 
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 26px;
    /*
    //font-weight: bold;
    */
    float: right;
    padding-top: 0px;
    /*
    //padding-left: 4px;
    */
    margin-top: 3px;
    margin-bottom: -10px;
}

.header_title hr {
    margin-top:  0px;
    margin-bottom: 20px;
    height: 5px;
    background-color: #00CC99;
    border: none;
}

.search {
    border-style: solid; 
    border-width: 4px; 
    border-color: #00CC99; 
    /* height: 60px;  */
    padding: 20px; 
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
}

.search>div:first-child{
  flex: 1;
  padding: 1rem;
}

.search_button {
    /* width: 10%;  */
    width: 100px;
    height: 60px; 
    color: #FFFFFF; 
    background-color: #00CC99; 
    border-width: 2px; 
    border-color: #00CC99;
    border-style: solid; 
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 28px;
    /*
    //font-weight: bold;
    */
    border-radius: 3px;
    /* position: absolute; 
    right: 45; */
}

.ann_cont{
  padding: 20px 20px;
  /* padding-left: 140px; */
  padding-bottom: 0px;
  z-index: 1;
  display: flex;  
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.ann_cont>div:last-child{
  flex:1;
  /* overflow-x:scroll;
  overflow-y:scroll; */
  border: 3px #00CC99 solid; 
}


.section_title {
    width: 100%; 
    height: 36px; 
    padding-top: 6px;
    margin-bottom: 10px;
    /*
    //上→下のグラデーション
    //background: -moz-linear-gradient(top, #00CC99, #CEF9DC);
    //background: -webkit-gradient(linear, center top, center bottom, from(#00CC99), to(#CEF9DC)); 
    //background: -o-linear-gradient(top, #00CC99, #CEF9DC);
    //background: linear-gradient(top, #00CC99, #CEF9DC);
    //左→右のグラデーション
    */
    background: -moz-linear-gradient(right, #CEF9DC, #00CC99);
    background: -webkit-gradient(linear, left center, right center, from(#CEF9DC), to(#00CC99)); 
    background: -o-linear-gradient(right, #CEF9DC, #00CC99);
    background: linear-gradient(right, #CEF9DC, #00CC99);
}

.section_title label {
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px; 
    font-weight: normal;
    margin: 4px; 
    color: #339999;
}

.subsection_title {
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 23px; 
    font-weight: normal;
    color: #339999;
    border-style: none; 
}

.detail {
    width: 100%;
}

.detail_caption {
    height: 40px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    color: #00CC99;
    padding-right: 4px;
}

.detail_caption_left {
    height: 40px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #00CC99;
    padding-right: 4px;
}

.detail_caption_textbox {
    border: solid; 
    border-width: 2px;
    border-color: #00CC99;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #FFFFFF;
    /*
    //color: #00CC99;
    */
    color: #848484;
}

.detail_caption_button {
    border: solid; 
    border-width: 2px;
    border-color: #00BB99;
    border-radius: 3px 3px 3px 3px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #00CC99;
    color: #FFFFFF;
}

.detail_label {
    height: 40px; 
    border-color: #00CC99; 
    border-style: solid; 
    border-width: 3px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 6px;
}

.detail_text {
    height: 40px; 
    border-color: #00CC99; 
    border-style: solid; 
    border-width: 3px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 6px;
}

.detail_text:disabled {
    color: #848484;
    text-shadow: 1px 1px 0px #eaeaea;
    background: #dcdcdc;
    border-color: #cccccc; 
}

.detail_memo {
    border-color: #00CC99; 
    border-style: solid; 
    border-width: 3px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 6px;
}

.detail_dropdown {
    height: 40px; 
    border-color: #00CC99; 
    border-style: solid; 
    border-width: 3px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 2px;
}

.detail_button {
    color: #FFFFFF; 
    background-color: #00CC99; 
    border-width: 3px; 
    border-color: #00BB99; 
    border-style: solid; 
    border-radius: 3px;
    padding:1px 6px;
    margin: 0;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.detail_button:active {
    color: #FFFFFF;
    background: #00BB99;
    border-color: #00BB99; 
}

.detail_button:disabled {
    color: #848484;
    text-shadow: 1px 1px 0px #eaeaea;
    background: #dcdcdc;
    border-color: #cccccc; 
}

.detail_button label{
  display: block;
}

.ann_button {
  font-size: 17px;
  color: #FFFFFF; 
  background-color: #00CC99; 
  border-width: 1px; 
  border-color: #00BB99; 
  border-style: solid; 
  border-radius: 4px;
  padding:1rem 6px;
  margin: 0 2px 0 0;
  margin-left: 2px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.ann_button:active {
  color: #FFFFFF;
  background: #00BB99;
  border-color: #00BB99; 
}

.ann_button:disabled {
  color: #848484;
  text-shadow: 1px 1px 0px #eaeaea;
  background: #dcdcdc;
  border-color: #cccccc; 
}

.ann_button label{
display: block;
}

.list {
    width: 100%;
    font-weight: normal;
    table-layout: fixed;
    border-spacing: 0;
}

.list_header {
    line-height: 30px;
    background-color: #00CC99;
    color: #FFFFFF; 
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

.list_header th {
    font-weight: normal;    
    border-bottom: 2px #e0ffef solid;
    border-right: 2px #e0ffef solid;
}

.list_detail{
    line-height: 30px;
    color: #000000;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.list_detail td{
  border-bottom: 2px #e0ffef solid;
  border-right: 2px #e0ffef solid;
}


.list tbody tr:hover {
    background-color: #e5e5e5;	/* 行の背景色 */
}

/* マウスオーバー時の背景色を変えるようにしたいので、以下はコメントアウト */
/* 1行おきに背景色を変える
.list_detail tr:nth-child(odd) td{
    background-color: #FFFFFF;
}
.list_detail tr:nth-child(even) td{
    background-color: #F5F5F5;
}
*/

.list_moni_label {
    height: 100px; 
    color: #FFFFFF;
    background-color: #00CC99;
    border-color: #00CC99; 
    border-style: solid; 
    border-width: 3px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size:50px;
    font-weight: normal;
    padding-left: 10px; 
    padding-right: 0px;
    white-space: nowrap;
}

.list_moni_text {
    height: 80px; 
    color: #000000;
    background-color: #FFFFFF;
    border-color: #00CC99; 
    border-style: solid; 
    border-width: 10px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 70px;
    font-weight: bold;
    padding-left: 2px; 
    padding-right: 2px;
    white-space: nowrap;
}

.keyboard {
    background-color: #cccccc;
    border-style: solid; 
    border-width: 5px; 
    border-color: #666666; 
    border-radius: 5px;
    /*
    //height: auto; 
    */
    margin: 5px;
    position: fixed !important;
    /*
    //position: absolute; 
    */
    bottom: 0px; 
    left: 0px; 
    right: 0px; 
    padding-left: 3px;
    padding-bottom: 3px;
    z-index: 3;
}

.keyboard_button {
    color: #FFFFFF; 
    background-color: #666666; 
    border-width: 1px; 
    border-color: #555555; 
    border-style: solid; 
    border-radius: 2px;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
    font-weight: normal;
    width: 56px;
    /*
    //height: 38px;
    */
    height: 50px;
    margin-top: 3px;
    margin-left: 0px;
    vertical-align: text-bottom;
}

.keyboard_button:disabled {
    color: #848484;
    /*
    //text-shadow: 1px 1px 0px #eaeaea;
    */
    background: #dcdcdc;
    border-color: #888888; 
}

.menu ul{
    list-style:none;
    margin: 0px;
    padding: 0;
    font-size: 0px;
    width: 980px;
}
.menu li{
    display: inline-block; 
    /*
    //display: table-cell;
    */
    margin: 0px;
    padding: 0;
    line-height: 60px; 
    width: 156.5px;
    margin-left: 0%;
    margin-right: 0%;
    background-color: #00CC99; 
    color: white;
    font-size: 20px; 
    white-space: nowrap;
    /*
    //border-left: 1px solid #00EE99;
    */
}
.menu li:hover{
    background: #00BB99;
}

.menu li a{
    text-decoration: none; 
    color: #FFFFFF;
}

.menu ul.menuchild{
    display: none;
    position: absolute;
    /*
    //margin-left: -1px;
    */
    padding: 0;
    width: 156px;
}
.menu ul.menuchild li a{
    display: block;
    color: #ffffff;
}
.menu ul.menuchild a{
    display: block;
    color: #ffffff;
    text-decoration: none;
}
.menu li a:hover{
    background: #00BB99;
}

.subheader_title {
    position: relative;
}

.subheader_title_left {
    height: 0;
    width: 38px;
    border-bottom: 38px solid #00CC99;
    /*
    //border-right: 43px solid transparent;
    */
    display: inline-block; _display: inline;
}

.subheader_title label {
    color: #000000; 
    /*
    //font-family: メイリオ, HiraKakuProN-W3, Helvetica, Tahoma, Arial, sans-serif;
    */
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 28px;
    /*
    //font-weight: bold;
    //float: left;
    */
    margin-bottom: 0px;
    vertical-align: top;
}

.subheader_title hr {
    margin-top:  -5px;
    margin-bottom: 0px;
    height: 5px;
    background-color: #00CC99;
    border: none;
    /*
    //width: 980px;
    */
}

.note {
    font-size: 14px;
}

.flow_no {
   border-top-right-radius: 10px;   /* 右上 */
   border-bottom-left-radius: 10px; /* 左下 */
   border: 2px #00BB99 solid;       /* 枠線の装飾 */
   background-color: #00CC99;       /* 背景色 */
   color: #FFFFFF;
   font-size: 28px;
   width: 32px;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 0px;
}

.flow_title {
   color: #00CC99;
   font-size: 28px;    
   margin-top: 20px;
   margin-bottom: 0px;
}

.contact_body {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
    overflow : auto ;
    margin: 0;
    font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.fixedhead_div {
    overflow: auto; 
}