/* onde株式会社 */
html {
  overflow: auto;
}

body {
  overflow: hidden;
}

div#headerArea {  
  position: fixed !important;
  top: 0;  
  left: 0;  
  width: 100%;  
  height: 30px;  
  background-color: #4E9ABE;  
  color: #fff;  
  font-size: 25px;
  vertical-align: bottom;
}  

#header .header-title{
  font-family: Arial;
  font-size: 30px;
  color: #4eb4c2;
  padding-bottom: 6px;
  border-bottom: 2px solid #4eb4c2;
  margin-bottom: 20px;
}

table {
  width: 100%;  
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table thead th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #000000;
  background: #FFFFFF;
}

table tr:nth-child(2n-1) {
  background: #eee;
}

table td {
  padding: 3px;
  vertical-align: top;
}

table th.center { 
  text-align: center; 
}

table td.center { 
  text-align: center; 
}


ul li {
  list-style: none;
}
label {
  margin-right: 10px;
  width:200px;
  float: left;
}
