
#menu {padding:0px 0 0 1px;
		position: fixed;
		top:0px;
		left:0px;
		width: 170px;
		z-index: 1;

		}
#menu　ul{
	border:none;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
}

#menu li{list-style:none;
height:30px;
	border:none;
}

#menu li:last-child{}


@media (min-width: 736px) and (max-width: 1024px) {
    #menu {
		display:none;
    }
}
