@charset "UTF-8";
/* CSS Document */

a.topblue {
  color : #003366;
  font-size:16px;
  line-height:180%;
  font-weight:normal;

}

a:hover.topblue {
  color : #003366;
  text-decoration : underline;
  font-weight : bold;
}

a.top1blue {
  color : #003366;
  font-size:16px;
  line-height:180%;
  font-weight:normal;

}

a:hover.top1blue {
  color : #003366;
  text-decoration : underline;
  font-weight : bold;
}

/* table03 */

#table03,td,th {
  border: 1px solid;
  border-collapse: collapse;

}

#table03 th {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;

}



#table03 th {
  background-color: #f0f0f0;
}

#table03 .head {
  background-color: #e2e2e2;
}


/* tab */
@media only screen and (max-width: 768px) {


a.topblue {
  color : #003366;
  font-size:0.9rem;
  line-height:150%;
  margin:0;
  padding:0;
  font-weight:normal;

}

a:hover.topblue {
  color : #003366;
  text-decoration : underline;
  font-weight : bold;
}


a.top1blue {
  color : #003366;
  font-size:0.8rem;
  line-height:150%;
  margin:0;
  padding:0;
  font-weight:normal;

}

a:hover.top1blue {
  color : #003366;
  text-decoration : underline;
  font-weight : bold;
}  
	
#table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
	
  }
  
#table03 .fixed {
    position: sticky;
    left: 0;
  }
  

}
	
	
