@charset "UTF-8";
/*------------------------------------------------------------
	?g?b?v?y?[?W
------------------------------------------------------------*/
/** フォント追加 **/
@font-face {
font-family: TTHovesHailine;
src: url(/css/blackbymoussy/usr/operation/TTHovesHairline.ttf) format('opentype');
}
@font-face {
font-family: TTHovesExtraLight;
src: url(/css/blackbymoussy/usr/operation/TTHovesExtraLight.ttf) format('opentype');
}
/** end **/

body {
	position: relative;
}

#sidenav {
	z-index: 1005;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 34px;
	overflow: hidden;
	background-color: #000;
	font-family:"TTHovesExtraLight", "Lato","Helvetica","Arial", sans-serif;
}

#sidenav .search {
	padding-top: 13px;
	width: 34px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

#sidenav .search a {
	padding-top: 25px;
	display: block;
	background: url(/img/usr/blackbymoussy/common/icon04.gif) no-repeat center top;
}

#sidenav .search span {
	padding-top: 25px;
	display: block;
	background: url(/img/usr/blackbymoussy/common/icon04.gif) no-repeat center top;
}

#sidenav .search a:hover img {
	filter: alpha(opacity=92);
	opacity: 0.92;
}

#sidenav.open .search {
	display: none;
}
/*
#sidenav .categoryBox {
	padding: 50px 10px 0;
	padding: 50px 20px 0px 55px;
	width: 270px;
	color: #fff;
	position: relative;
}*/

#sidenav .categoryBox a {
	color: #fff;
}
#sidenav .categoryBox .link_lnav {
	color: #fff;
	height: 100%;
    display: block;
    padding-top: 12px;
}


#sidenav .categoryBox .title {
	margin-bottom: 9px;
	margin-left: 30px;
	font-size: 20px;
}

#sidenav .categoryBox .naviUl {
	margin-bottom: 15px;
	margin-left: 30px;
}

#sidenav .categoryBox .naviUl li {
	padding-bottom: 7px;
	font-size: 13px;
}

#sidenav .categoryBox .naviUl li a {
	font-weight: bold;
}

/*#sidenav .categoryBox .keywordBox {
	margin: 0 auto 5px;
	width: 230px;
}*/
#sidenav .categoryBox .keywordBox .search_btn {
	padding: 2px 2px 3px;
    width: 19px;
    height: 22px;
    float: left;
    background-color: #252525;
    display: block;
}

/*#sidenav .categoryBox .keywordBox .keyword {
	height: 25px;
	width: 195px;
	margin: 0 auto;
	float: left;
	padding: 1px 5px;
	color: #fff;
	line-height: 1.9;
	border: none;
	background-color: #252525;
}*/

/*#sidenav .categoryBox .keywordBox .btn {
	padding: 2px 2px 3px;
	width: 19px;
	height: 22px;
	float: left;
	background-color: #252525;
}*/

#sidenav .categoryBox .keywordBox .btn input {
	width: 19px;
	height: 22px;
	margin: 0;
	cursor: pointer;
	border: none;
	background: url(/layout/SWS/image/BLACK/side_icon.gif) no-repeat;
}

#sidenav .categoryBox .linkP {
	margin-bottom: 30px;
	margin-left: 30px;
	clear: both;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

#sidenav .categoryBox .linkP a {
	text-decoration: underline;
}

#sidenav .categoryBox p a:hover {
	text-decoration: none;
}

#sidenav .categoryBox .linkUl {
	/*margin: 0 auto 15px;*/
	margin: 0 auto 15px 30px;
	width: 230px;
}

#sidenav .categoryBox .linkUl .li_lnav {
	/*padding-bottom: 5px;*/
	margin-bottom: 15px;
	float: left;
	    width: 230px;
    height: 48px;
    background: #222222;
	font-size: 14px;
}

#sidenav .categoryBox .linkUl li a:hover img {
	filter: alpha(opacity=92);
	opacity: 0.92;
}

#sidenav .categoryBox .text {
	margin-bottom: 7px;
	font-size: 11px;
	font-family: "ヒラギノ","メイリオ","MS Pゴシック", sans-serif;
}
#sidenav .categoryBox .text a {
	text-decoration:underline;
}
#sidenav .categoryBox .text.mb0 a {
	text-decoration:underline;
}
#sidenav .categoryBox .close {
	position: absolute;
	top: 10px;
	right: 9px;
	cursor: pointer;
}
