@charset "utf-8";
/* CSS Document */
/* スライドインメニューに必要なところ */
body {
	position: relative;
	left: 0;
	overflow-x: hidden;
}
#slide_menu{
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100%;
    background: #5dadff;
	z-index:999999;
}
/* 以下装飾など */
#slide_menu div{
    margin: 0px;
    padding: 2px;
}

#button{
    position: fixed;
    bottom: 120px;
	left: -50px;
    width: 49px;
    height: 98px;
    outline: none;
    border: none;
    cursor: pointer;
	z-index:999999;
}

.layer{
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
	overflow: hidden;
}

