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

/* タイトル下線 */
.blu{
  background: linear-gradient(transparent 70%, #00b0fc 70%);
}
.row{
  --bs-gutter-x: 0;
}
/* テキストを囲う枠 */
.bus1{
  border:10px solid #80d9ff;
}

/* 工事の間の線 */
.line{
  border-bottom: 2px dotted #000;
}

/*先頭に戻る*/
.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;
  }