/* 浮動置頂 */
body{margin:0; padding:0; background:#eee;}
#top-bar{
	width: 100%;



	height: ;
	position: fixed;
	top: -100px;
	/* CSS3 陰影*/
	-webkit-box-shadow: 0px 1px 1px #333;
	-moz-box-shadow: 0px 3px 3px #333;
	box-shadow: 0px 1px 1px #333;
	background-color: #3A4249;
	 
}

#menu{width:900px; margin:0 auto; line-height:50px;}
#menu b, #menu a{color:#fff; padding:0 20px;}
/* 浮動置頂 */

/* 橫式選單 */
/* 手機*/
#manutxt {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1px;/* 字間 */
	color: #fff;
	background-color: #FA8302;
	}
}
#manutxt:hover {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;/* 字間 */
	color: #FA8302;
	background-color: #fff;
	border: 1px solid ;
	}
}
/* 平板*/
@media (min-width: 600px) and (max-width: 1200px) {
#manutxt {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 1px;/* 字間 */
	color: #fff;
	background-color: #FA8302;
	}
}
#manutxt:hover {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;/* 字間 */
	color: #FA8302;
	background-color: #fff;
	border: 1px solid ;
	}
}
/* 電腦*/
@media (min-width: 1200px) {
#manutxt {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 1px;/* 字間 */
	color: #fff;
	background-color: #FA8302;
	border: 1px solid ;
	}
}
#manutxt:hover {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;/* 字間 */
	color: #FA8302;
	background-color: #fff;
	border: 1px solid ;
	}
}
div.scrollmenu {
	background-color: ;
	overflow: auto;

	color: ;
	white-space: nowrap;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #06437B;
	height: auto;
}
div.scrollmenu a {
	display: inline-block;
	background-color: ; 
	color: ;
	padding: ;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
}
div.scrollmenu a:hover {
  background-color: ; 
}

div.scrollmenufix {
	background-color: ;
	overflow: auto;



	color: ;
	white-space: nowrap;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #3A4249;
}
div.scrollmenufix a {
	display: inline-block;
	background-color: ; 
	color: ;
	padding: ;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
}
div.scrollmenufix a:hover {
  background-color: ; 
}
/* 橫式選單 */


/* 滾動回到頂部按鈕 */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 89;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #1480EF;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}

#myBtn:hover {
  background-color: #555;
}
/* 滾動回到頂部按鈕 */
