/*----footer 開始-----*/
.fbox {
	background-color: #DDDDDD;
	color: #433955;
  	margin-bottom: 0px;
	bottom: 0px;
 	min-height: 0px;
 	text-align: center;
	position: fixed;
	z-index: 100;
	width: 100%;
}

.fbox .fbox-in {
    padding: 5px 5px 5px 5px;
    font-size: 1.3vh;
}
/*----footer 結束-----*/


/*----儲存鍵 開始-----*/
.btnbox {
	background-color: #DDDDDD;
  	margin-bottom: 14px;
	bottom: 14px;
 	min-height: 0px;
	left: 0px;
 	text-align: center;
	position: fixed;
	width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 1.5vh;
	z-index: 99;
}
/*----儲存鍵 結束-----*/