@charset "utf-8";
/*
#sub_navi{
	position:fixed;
	right:12px;
	top:12px;
	width:26px;
	height:26px;
	z-index:901;
}
*/
#sub_navi {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 10px;
    top: 10px;
}
.flog{
    position: absolute;
    left: 2px;
    top: -3px;
}

#menu{
   clear: both;
    position: relative;
    top: 23px;
}
#nvai_btn{
    width: 46px;
    height: 46px;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 901;
    background: rgba(0, 0, 0,0.7);
}

.line1{
	position:absolute;
	left:0;
	top:0px;
	height:1px;
	width:100%;
	background:#CCC;
    transition: all .1s;
    -webkit-transition: all .1s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	opacity:0;
}

.line2{
	position:absolute;
	left:0;
	top:7px;
	height:1px;
	width:100%;
	background:#CCC;
	opacity:0;
}
.line3{
	position:absolute;
	left:0;
	top:14px;
	height:1px;
	width:100%;
	background:#CCC;
    transition: all .1s;
    -webkit-transition: all .1s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity:0;
}
.close_c{
	opacity:0 !important;
}

.close_b{
	top:8px;
    transition: all .1s;
    -webkit-transition: all .1s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity:1 !important;
}

.close_a{
	top:8px;
    transition: all .1s;
    -webkit-transition: all .1s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity:1 !important;
}

.m_line{
	width:100%;
	height:1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,b3b3b3+30,b3b3b3+70,000000+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left,  #000000 0%, #b3b3b3 30%, #b3b3b3 70%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(30%,#b3b3b3), color-stop(70%,#b3b3b3), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #000000 0%,#b3b3b3 30%,#b3b3b3 70%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #000000 0%,#b3b3b3 30%,#b3b3b3 70%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #000000 0%,#b3b3b3 30%,#b3b3b3 70%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #000000 0%,#b3b3b3 30%,#b3b3b3 70%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#menu_fade{
	position:fixed;
	width:100%;
	height:0;
	background:rgba(0,0,0,0.9);
	z-index:900;
	overflow:hidden;
}

.menu_block{
	position:relative;
	width:100%;
	height:22px;
	line-height:22px;
	text-align:center;
	margin-bottom:28px;
}
#menu_fade .menu_block:nth-child(1){
	margin-top:48px;	
}


.menu_block_t{
	position:relative;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#aaaaaa;
}
.menu_block_t img{
	margin-top:12px;
}












