@charset "utf-8";
/* CSS Document */



body{font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
	background-image: url("../img/bg.png");
    background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;	
	text-decoration:none;
	
}


.word-1 {
	
  font-size: 1.8em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: justify;
  color: #000;	
	}



.word-2 {
	
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: justify;
  color: #000;	
	}



/* gotop */

/* 40px */
.todd_toTop-arrow {
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 10%;
	opacity: 0.6;
	background: #000;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.todd_toTop-arrow::before, .todd_toTop-arrow::after {
	width: 18px;
	height: 5px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.todd_toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.5rem;
}
.todd_toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.5rem;
}
.todd_toTop-arrow:focus {outline: none;}
 
 
/* 48px */
.todd_toTop-arrow {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 11%;
	opacity: 0.6;
	background: #000;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.todd_toTop-arrow::before, .toTop-arrow::after {
	width: 25px;
	height: 6px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.todd_toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.42rem;
}
.todd_toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.42rem;
}
.todd_toTop-arrow:focus {outline: none;}
 
/* 56px */
.todd_toTop-arrow {
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 11%;
	opacity: 0.6;
	background: #000;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.todd_toTop-arrow::before, .todd_toTop-arrow::after {
	width: 31px;
	height: 7px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.todd_toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.4rem;
}
.todd_toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.4rem;
}
.todd_toTop-arrow:focus {outline: none;}