/* 背景色 */
.bodybg{
  background-color: #ebf9ff; 
}

/* タイトル下線 */
.blu{
  background: linear-gradient(transparent 70%, #00b0fc 70%);
}
.row{
  --bs-gutter-x: 0;
}

/* テキストを囲う枠 */
.rec1{
  border:10px solid #80d9ff;
}

th{
  text-align: center; 
}

/* ボタン */
.btn1 {
  color: #fff;
  background-color: #0d6efd;
}
.btn1:hover {
  color: #fff;
  background: #a2c7ff;
}
a.btn2 {
   border-radius: 10px;
}

/*先頭に戻る*/
.pagetop{
  font-size: 15px;
  text-align: center;
  }
.pagetop a {
  color: #333;
  text-decoration:none;
  }
.pagetop a:hover{
  color:#007bff;
  }
/* ページフッター */
#pageFoot {
  border-top: solid 1px #000000;
  }