/* ------------------------------------
// Bootstrap Slide-in-Menu (for Bootstrap 3.x)
// Ver: 1.0.0
//
// Author: ENTEREAL LLP
// URL: http://www.entereal.co.jp/
//------------------------------------ */

body {
	position: relative;
}


#bsSlideInMenu {
	position: absolute;
	top: 47px;
	left: -250px;
	/*background: #D8D8D8;*/
	background-color: #FFF9F9;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #BBB;
	width: 250px;
	height: 100%;
	/*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
	background-image: linear-gradient(to right, #f5f5f5, #ddd);
	z-index: 30000;
}
#bsSlideInMenu > .menu-close-button {
	background: #F8F8F8;
	font-size: 24px;
	margin: 10px;
	padding: 5px;
	border: solid 1px #DDD;
	border-radius: 50%;
	cursor: pointer;
}
#bsSlideInMenu > .menu-close-button:hover {
	background: #DDD;
}
#bsSlideInMenu > ul {
	margin-right: 0;
	margin-left: 0;
}
#bsSlideInMenu > .menu-close-button + ul {
	margin-top: 50px;
}