@charset "UTF-8";
/* CSS Document */
.btn {
	background: transparent url(../pc_img/btn.png) no-repeat 0 0;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 200;
	background-size: auto 60px;
}
.peke {
    background-position: -60px 0;
}
.drawr {
	display: none;
	background-image: linear-gradient(
    -45deg,
    #232323 25%,
    #2e2e2e 25%, #2e2e2e 50%,
    #232323 50%, #232323 75%,
    #2e2e2e 75%, #2e2e2e
  );
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	right: 0;
	width: 260px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 20px;
	z-index: 100;
}
#menu {
	border-top: 1px dashed hsla(0,0%,49%,1.00);
}
#menu li {
	width: 260px;
	padding-left: 20px;
	border-bottom: 1px dashed hsla(0,0%,49%,1.00);
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}
