@charset "utf-8";
/* CSS Document */

/*--------reset----------*/
html {
  box-sizing: border-box;
}
.nav img{
	float:left;
	
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  /* font-weight: normal; */
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

ol, ul {
  /*list-style: none;*/
	padding-left: 30px;
}

img {
  vertical-align: bottom;
	border: 0;
}

body{
	/* background: url("images/bg.jpg"); */
	background-attachment: fixed;
	background-size:cover;
}
.wrapper{width: 840px;margin: 0 auto;}

th {
	font-weight: normal;
	border: #f7c469 solid 1px;
	
}

td {
	font-size: 18px;
	line-height: 1.8;
	color:#463007;
}
.note{
	
	position: absolute;
	width: 720px;
	margin: 110px 0px 0px 63px;
	max-height: 1180px;
	overflow-y: auto;
	text-align: justify;
	 	
}
::-webkit-scrollbar {
	width: 5px;

  }

  ::-webkit-scrollbar-button {

	background: transparent;

	border-radius: 4px;

  }

  ::-webkit-scrollbar-track-piece {
background: transparent;
  }

  ::-webkit-scrollbar-thumb {

	border-radius: 4px;
	background-color: #A78450e6;
	border: 1px solid #C98550;

  }

  ::-webkit-scrollbar-track {
	box-shadow: transparent;
  }


.note table{
	padding: 0 20px 0 20px;
	
}
h2{
	padding-top: 20px;
}
.note h2{
	font-weight: bold;
	font-size: 18px;
}
.time td h2{
	text-align:center;
	color: #B32B05;
}
.time {
	text-align:center;
	color: #B32B05;
}

.title td h2{
	text-align:center;
	color: #6E341B;
}
.content{
	padding-top: 10px;
	color: #938056;
	font-size: 14px;
	font-weight: bold;
	
}
.content2{
	color: #A78450;
	font-size: 14px;
	font-weight: bold;
}
.blue-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  background: linear-gradient(135deg, #1e90ff, #4facfe);
  box-shadow: 0 2px 5px rgba(30, 144, 255, 0.35);
  transition: all 0.3s ease;
}
.blue-btn:hover {
  background: linear-gradient(135deg, #4facfe, #1e90ff);
  box-shadow: 0 2px 5px rgba(30, 144, 255, 0.55);
  transform: translateY(-2px);
}
.footer {
    clear: both;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}
.footer a {
    color: #6d6d6d;          /* 預設文字顏色 */
    text-decoration: none;    /* 移除底線 */
    transition: color 0.3s;   /* 漸變效果 */
}
.footer p{
	 color: #6d6d6d;   
}
.delimiter{
	color: #aaaaaa;   
}
.footer a:hover {
    color: #4d4d4d;           /* hover 時顏色變淡 */
}
.gotop {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	opacity: 80%;
	background-image: linear-gradient(#f1ab41, #ee9035);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.gotop::before, .gotop::after {
	width: 28px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	content: "";
}
.gotop::before {
	transform: rotate(-50deg) translate(0, -90%);
	left: 12px;
}
.gotop::after {
	transform: rotate(50deg) translate(0, -90%);
	right: 12px;
}
.gotop:focus {outline: none;}


