@charset "utf-8";
/* CSS Document */

#header{
	width: 100%;
	margin: 0;
	padding: 0 auto;
	height: 120px;
	z-index: 99999;
	position: absolute;
	top: 0;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

#side_btn01{
	display: none;
}

#side_btn02{
	display: none;
}