body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,blockquote,th,td{
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	margin: 0;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}
body{
   background-color: #092F52;
    overflow-x: hidden;
}
input::placeholder {
  color: lightgrey;
	font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
}
.clear{clear:both;width:100%}
img{
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
:focus{outline:0}
p,h1,h2,h3,h4,h5,h6{
	font-weight: 350;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	font-family: Oswald, sans-serif;
	letter-spacing: 0.05em;
	
}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
code,kbd,samp,tt{font-size:100%}
input,button,textarea,select{*font-size:100%
	cursor: pointer;
}
ol,ul,li{list-style:none}
:link,:visited,ins{text-decoration:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
section,article,aside,footer,header,nav,main{display:block}
a{
	outline: none;
behavior:expression(this.onFocus=this.blur());							color: #000000;
	text-decoration: none;
		transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
}
a:hover{
	color: #999999;
}




html {
  scroll-behavior: smooth;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  outline: none;
  cursor: pointer;
	height: 55px;
	width: 55px;
	background-color: #092F52;
	border-radius: 50px;
	border: 2px #B59874 solid;
	text-align: center;
}
#myBtn img {
	margin-left: -5px;
}

#myBtn:hover {
  background-color: #555;
}



         
         

