@charset "utf-8";
/* CSS Document */
/*==================================================展開選單設定*/
#smallBtnCleck{
	height:50px;
	}

#foneInTo{
	position:absolute;
	right:10px;
	top:7px;
	cursor:pointer;
	height:32px;
	width:32px;
	border: solid 1px #999999;	
	}	
	
#foneInTo:hover{
	border: solid 1px #000000;	
}
/*==================================================*/
#smallBtn{/*第一層*/
	position:absolute;
	width:100%;
	height:auto;
	z-index:4;
	background:#cfd600;
	}	

smallBtnMenu{/*第二層*/
	overflow:hidden;
	}	
	
.smallsebtn{/*第三層*/
	top:50px;
	width:100%;
	}
	
.smallsebtn>li{
	background:#FFF;
	border: solid 1px #c3c3c3;
	margin-top:-1px;
	background-repeat:no-repeat ;
	background:url(../image/sMenu3.png);
    background-position: 98% 50%;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-color:#FFF;
	}		
	
.smallnewLi>a{/*字體設定*/
	display:block;
	margin-left:0px;
	padding:20px;		
	font-size:16px;
	color:#333;
	font-family: "Open Sans",Arial,Helvetica,"Microsoft JhengHei","Apple LiGothic Medium",sans-serif;
	z-index:3;

	}
	
.smallnewLi>a:hover{
	background:#000000;
	background: rgba(0%,0%,0%,0.7);
	color:#ffffff;
	}