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

body {
  font-size: 18px;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", SimHei, Sans-Serif, Arial;
  background-color: rgb(240, 240, 240); 
}

a { 
  text-decoration:none;
}

a:hover { 
  text-decoration:none;
}
  
hr {
  border-top:1px solid black;
  margin:0;
}

.cell {
	height: 40px;
	width: 25%;
	float: left;
	vertical-align: middle;
	text-align: center;
}

.clean{
	clear: both;
	float: none;
}

h2{
	font-size: 22px;
	font-weight: bold;
}

.ad{
	max-width: 96%;
	margin-top: 2px;
	margin-bottom: 5px;
	min-height: 280px;	
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("../font/bootstrap-icons.woff2?08efbba7c53d8c5413793eecb19b20bb") format("woff2"),
       url("../font/bootstrap-icons.woff?08efbba7c53d8c5413793eecb19b20bb") format("woff");
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-magic::before { content: "\f675"; }
.bi-person-circle::before { content: "\f4d7"; }
