@charset "UTF-8";
*{
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#group{
  font-size: 18px;
}
#header1{
  width: auto;
  height: 45px;
  background-color : rgb(238, 238, 238);
}
#header1-0{
  float: left;
  padding-top : 10px;
  padding-left : 10px;
}
#header1-1{
  float: right;
  padding-right: 50px;
}
#header1-1 ul{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 10px;
}
#header1-1 ul li{
  font-family: メイリオ;
  float: left;
  text-indent: 15px;
  list-style-type: none;
}
#header1-1 ul li a{
  text-decoration: none;
  color: rgb(88, 44, 44);
}
#header1-1 ul li a:hover{
  color: blue;
}
#header2{
  width: auto;
  height: 350px;
  margin: 0 auto;
  background-image: url(img/top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  clear : both;
}
#main{
  height: auto;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-left : 50px;
  padding-right : 50px;
}
#main2{
  height: auto;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-left : 50px;
  padding-right : 50px;
}
#table{
  border-collapse : collapse;
  margin-left : 10px;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  border-width : 1px;
  border-style : solid;
  border-color : gray;
}
#table td{
  border-collapse : collapse;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  font-size : small;
}
input[type=button]{
  border: none;
  outline: none;
  display: block;
  line-height: 40px;
  width: 80px;
  text-align: left;
  font-size: 20px;
  color: #0000CD;
  background-color: #E0FFFF;
  border-bottom: 4px solid #0000CD;
  cursor:pointer;
  box-sizing: content-box;
  transition:0.1s ease all
}
input[type=button]:hover{
  background-color: #99FFFF;
}
#button_arrow{
  line-height: 120px;
  width: 120px;
  text-align: center;
  font-size: 120px;
  color: #0000CD;
  background-color: #E0FFFF;
  border-bottom: 6px solid #0000CD;
}
#button_arrow:hover{
  background-color: #99FFFF;
}
#button_pass{
  text-align: center;
}
#button_submit{
  line-height: 120px;
  width: 120px;
  text-align: center;
  font-size: 30px;
  color: #CCFFFF;
  background-color: #0000CD;
  border-bottom: 6px solid #33FFFF;
}
#button_submit:hover{
  color: #FFFF00;
}
#button_ajax1{
  line-height: 40px;
  width: 130px;
  text-align: center;
  font-size: 22px;
  color: #FFFFEE;
  background-color: #008080;
  border-radius:5px;
  box-shadow:2px 2px #111111;
  border-bottom:0px;

}
#button_ajax1:hover{
  color: #FFFF00;
}
#footer{
  width: auto;
  height: 140px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  background-color: rgb(240, 240, 240);
  clear : both;
}
#footer ul{
  float: left;
  text-align: left;
}
#footer ul li{
  font-family: メイリオ;
  list-style-type: none;
  margin-bottom: 3px;
}
#footer ul li a{
  text-decoration: none;
  color: rgb(88, 44, 44);
}
#footer ul li a:hover{
  color: blue;
}
#footer1{
  text-align: left;
  padding-top: 20px;
  padding-left : 30px;
  padding-right : 15px;
  float : left;
}
#footer2{
  text-align: left;
  padding-top: 20px;
  padding-left : 80px;
  padding-right : 15px;
  float : left;
}
#footerR{
  padding-top: 20px;
  padding-right : 15px;
  clear : right;
  float : right;
}

.display-none{
    display:none;
}
