#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(184,28,36);
 }

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

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


 #navbox {
	display: table;
	width: 40px;
	height: 40px;
	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: 40px;
	height: 40px;
	background: url("../../common/img/icon/icon_menu_new.png") no-repeat 25% 50%;
	background-size: 40px;
}

#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;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
}

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

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

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

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

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

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

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

.i_of {
	padding: 0 0 0 30px;
	background: url("../../common/img/icon/icon_c1.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_os {
	padding: 0 0 0 30px;
	background: url("../../common/img/icon/icon_c2.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_wr {
	padding: 0 0 0 30px;
	background: url("../../common/img/icon/icon_c3.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_sb {
	padding: 0 0 0 30px;
	background: url("../../common/img/icon/icon_c4.png") no-repeat 2% 50%;
	background-size: 20px;
}

.i_sc {
	padding: 0 0 0 30px;
	background: url("../../common/img/icon/icon_c5.png") no-repeat 2% 50%;
	background-size: 20px;
}

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

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