

* {
  margin: 2px 0;
  padding: 0;
}
 
#body {
#  font-size: 90%;
#  text-align: center;
#  color: #222;
#  background: #FFF;
#  padding: 10px;
#}
 
#ResultMessage {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #CCC;
}
 
#login_user {
  padding: 10px;
  border: 1px solid #CCC;
}

#login_passwd {
  padding: 10px;
  border: 1px solid #CCC;
}

#kekka_kno{
    
}
#kekka_kis{
    
}

/* ボタンのスタイル */
button {
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    box-shadow:inset 0px 1px 0px 0px #ffe0b5;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
    background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
    
    background-color:#fbb450;
    
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    
    border:1px solid #c97e1c;
    
    display:inline-block;
    color:#ffffff;
    font-family:Trebuchet MS;
    font-size:17px;
    font-weight:bold;
    padding:6px 11px;
    text-decoration:none;
    
    text-shadow:0px 1px 0px #8f7f24;
    
}
button:hover {

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
    background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
    background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
    background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
    background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
    background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);


background-color:#f89306;
}
button:active {
    position:relative;
    top:1px;
}




.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: black;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 5.71429px;
    width: 40px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: black;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }

.tcon-menu--arrow, .tcon-menu--arrowleft {
  width: auto; }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines::before, .tcon-transform.tcon-menu--arrowleft .tcon-menu__lines::before, .tcon-menu--arrow.tcon-transform .tcon-menu__lines::after, .tcon-transform.tcon-menu--arrowleft .tcon-menu__lines::after {
    top: 0;
    width: 22.22222px; }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines::before, .tcon-transform.tcon-menu--arrowleft .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines::after, .tcon-transform.tcon-menu--arrowleft .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
    
    
    
    
.menu
{ width: 100px; height:100px; top: 0px; position:relative; cursor:pointer; }
.menu1
{ width:100px; height:20px; background-color:#000; top:0px; position:absolute; } 
.menu2
{ width:100px; height:20px; background-color:#000; top:40px; position:absolute; } 
.menu3
{ width:100px; height:20px; background-color:#000; top:80px; position:absolute; } 





.menu1,.menu2,.menu3
{ transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* Opera */
  -moz-transition: all 0.5s ease-out; /* Firefox */
  -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out; /* IE */ }



.menuclick1
{ top:40px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }
.menuclick2
{ opacity:0;}
.menuclick3
{ top:40px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }




.title_style {
        border-color:#FFFFFF;
        border-style: solid;
        border-width: 0px;
        font: 15px/24px sans-serif;
        color: #FFFFFF;
        font-family: "Arial", "メイリオ", system-ui;
        font-size: 200%;
        font-weight: bolder;
        font-stretch:expanded;
        height: 70px;
}

.tbl_style {
	width: 100%;
        border-color:#FFFFFF;
        border-style: solid;
        border-width: 0px;
        font: 15px/24px sans-serif;
        color: #FFFFFF;
        font-family: "Arial", "メイリオ", system-ui;
        font-size: 200%;
        font-weight: bolder;
        font-stretch:expanded;
        height: 70px;
}

.tbl_titleA_style {
        text-align:center;
        border-style: solid;
        border-width: 3px;
        font: 15px/24px sans-serif;
        color: #FFFFFF;
        font-family: "Arial", "メイリオ", system-ui;
        font-size: 150%;
        font-weight: bolder;
        font-stretch:expanded;
        height: 70px;
}
.tbl_titleB_style {
        text-align:center;
        border-style: solid;
        border-width: 3px;
        font: 15px/24px sans-serif;
        color: #FFFFFF;
        font-family: "Arial", "メイリオ", system-ui;
        font-size: 200%;
        font-weight: bolder;
        font-stretch:expanded;
        height: 70px;
}

.tbl_body_date_style {
	width: 10%;
        text-align:center;
        border-style: solid;
        border-width: 3px;
        font: 15px/24px sans-serif;
        color: #FFFFFF;
        font-family: "Arial", "メイリオ", system-ui;
        font-size: 200%;
        font-weight: bolder;
        font-stretch:expanded;
        height: 70px;
}
.tbl_body_txt_style {
	width: 90%;
        text-align:center;
        border-style: solid;
        border-width: 3px;
        font: 15px/24px sans-serif;
        color: #FFFFFF;
        font-family: "Arial", "メイリオ", system-ui;
        font-size: 200%;
        font-weight: bolder;
        font-stretch:expanded;
        height: 70px;
}


.tbl_body_txt_input_style {
        text-align:left;
        font: 15px/24px sans-serif;
        color: #FFFFFF;
        font-family: "Arial", "メイリオ", system-ui;
        font-size: 200%;
        font-weight: bolder;
        font-stretch:expanded;
        height: 70px;
        box-sizing: border-box;
        width: 100%;
        letter-spacing: 1px;
}

input {
        background-color: #005000;
        text-align:left;
        border-color:#FFFFFF;
        border-style: solid;
        border-width: 0px;

        font-size: 100%;
        color: #ffffff;
}


input::-webkit-input-placeholder {
        color: #FFFFFF;
        font-weight: bold;
        //background-color:#3c6450;
        background-color:#005000;
        text-align:left;
        color: #ffffff;
        border-color:#FFFFFF;
        border-style: solid;
        border-width: 0px;
}
input:-moz-placeholder {
        color: #FFFFFF;
        font-weight: bold;
        background-color:#005000;
        text-align:left;
        color: #ffffff;
        border-color:#FFFFFF;
        border-style: solid;
        border-width: 0px;
}
input::-moz-placeholder {
        color: #FFFFFF;
        font-weight: bold;
        background-color:#005000;
        text-align:left;
        color: #ffffff;
        border-color:#FFFFFF;
        border-style: solid;
        border-width: 0px;
}
input:-ms-input-placeholder {
        color: #FFFFFF;
        font-weight: bold;
        background-color:#005000;
        text-align:left;
        color: #ffffff;
        border-color:#FFFFFF;
        border-style: solid;
        border-width: 0px;
}








