@charset "UTF-8";
/* CSS Document */
table {
  width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}
td {
  padding: 15px;
}
a.btn {
  background-color: #4678CD;
  color: white;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 40px;
  font-size: 26px;
}

.heading01{
    font-size:24px;
    font-weight: bold;
    letter-spacing: 1.0em;
     background-color: #4678CD;
    color:white;
}

.linkPage{
    font-size: 30px;  
     font-weight: bold;
    color:#252525;
         background-color: #eee;
}

.note{
     font-size:24px;
}

