/* 2020/02/25 UPDATE　color変更　#333→#0d0d0d */

#wrap,.sb-site-container,.sb-slidebar,body,html{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
body,html{
	width:100%;
}

html{
	height:100%
}

body{
	min-height:100%;height:auto;position:relative
}

html.sb-active, html.sb-active body {
	overflow-x:hidden;
	/*height: 100%;*/
}

#wrap{
	width:100%;
	min-height:100vh;
	position:relative;
	z-index:2;
	background-color:#fff;
}

#wrapClose{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index:3;
}
#wrapClose.ie11{
	position: absolute;
	left: 0;
	top: 0;
}
.sb-active #wrapClose{display: block;}

#wrapInner{}
.sb-active #wrapInner{}

.sb-slidebar{
	width:75%;
	height:100%;
	overflow-y:auto;
	position:fixed;
	top:0;
	right:0;
	z-index:1;
	background-color:#fff;
	border-left: solid 1px #bbb;
	box-sizing:border-box;
	visibility:hidden;
}
.sb-active .sb-slidebar{
	-webkit-overflow-scrolling:touch;
}
.sb-right-inner{
	position: relative;
	min-height: 101%;
}


#wrap,.sb-site-container,.sb-slide,.sb-slidebar{
	-webkit-transition:-webkit-transform 400ms ease;
	-moz-transition:-moz-transform 400ms ease;
	-o-transition:-o-transform 400ms ease;
	transition:transform 400ms ease;
	-webkit-transition-property:-webkit-transform,left,right;
	-webkit-backface-visibility:hidden;
}


.btn_close a{
	display: block;
	color: #0d0d0d;
	text-align: center;
	margin: 20px 10px 20px 10px;
	border: solid 1px #bbb;
	padding: 10px 5px 7px 5px;
}
