

#cont-tabbar
{
	display: none;
}

/*rupture smartphone*/
@media screen and (max-width: 767px)
{
	#cont-tabbar
	{
		width:100%; 
		height: 62px; 
		display: flex; 
		z-index: 100;
		justify-content: center; 
		background-color: rgb(250,250,250); 
		position: fixed;
		bottom: 0;
		border-top: 1px solid #e3e3e3;
	}
	#tabbar
	{
		height: 62px;
		width: 95%;
		display: flex;
		justify-content: space-between;
	}

	#tabbar a
	{
		height: 62px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80px;
	}

	#tabbar a img
	{
		width: 50px;
	}
}