#wrap {
	background: #fff;
	-webkit-transform: translate3d(0px, 0px, 1px);
	-webkit-transition: .2s -webkit-transform ease-in-out;
	z-index: 1;
}
#wrap.show {
	-webkit-transform: translate3d(240px, 0px, 1px);
	min-width: 320px;
}


#slidemenu.show {
    height: 100%;
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0s linear .2s;
    background: rgb(7,100,170);
 }

#slidemenu_contents {
	display: none;
	height: 100%;
	position: relative;
	width: 240px;
}

#slidemenu {
	background-color: rgb(7,100,170);
	left: 0;
	top: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: visibility 0s linear .2s;
 }


 #navbox {
	display: table;
	width: 60px;
	height: 48px;
	float: left;
}
#left-nav {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #8B7965;
	padding: 0 5px;
	box-sizing: border-box;
	width: 30px;
	vertical-align: middle;
}

#menu_button {
	width: 48px;
	height: 48px;
	background: rgb(7,100,170) url("../sp_img/icon_menu.png") no-repeat 50% 50%;
	background-size: 30px;
	border-radius: 0 10px 10px 0;
}

#slidemenu li {
	width : 210px;
	list-style: none;
	border-bottom: 1px solid rgb(255,255,255);
	font-size:14px;
	line-height: 1.8;
	padding:10px 0 10px 30px;
}
#slidemenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.i_service {
	padding: 0 0 0 30px;
	background: url("../sp_img/icon_service.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_profile {
	padding: 0 0 0 30px;
	background: url("../sp_img/icon_prof.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_office {
	padding: 0 0 0 30px;
	background: url("../sp_img/icon_office.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_price {
	padding: 0 0 0 30px;
	background: url("../sp_img/icon_price.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_voice {
	padding: 0 0 0 30px;
	background: url("../sp_img/icon_voice.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_contact {
	padding: 0 0 0 30px;
	background: url("../sp_img/icon_contact.png") no-repeat 2% 50%;
	background-size: 20px;
}