.sidr{
display:none;
position:absolute;
position:fixed;
top:0;
height:100%;
z-index:999999;
width:260px;
overflow-x:none;
overflow-y:auto;
font-size:15px;
background:#fff;
color:#000;
padding:45px;
text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;	
	font-family:YuMincho, 'Ÿà–¾’©',"‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
}

.sidr a{
	text-decoration:none;
	}

.sidr .sidr-inner{
padding:0 0 15px
}


.sidr .sidr-inner>p{
margin-left:15px;
margin-right:15px
}


.sidr.right{
left:auto;
right:-260px;
}


.sidr.left{
left:-260px;
right:auto
}





.sidr>p{
margin-left:15px;
margin-right:15px
}


.sidr ul{
display:block;
margin:0 0 30px;
padding:0 0 30px;;
}

.sidr li{
	display:block;
	padding:0;
	margin-bottom:25px;
	font-weight:bold;
	font-family:YuMincho, 'Ÿà–¾’©',"‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
}


.h_2 h2{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.h_2 p{
	font-size:10px;
	color:#3e3a39;
	}
	
	
	
	
	
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select{
width:100%;
font-size:13px;
padding:5px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0 0 10px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:none;
background:rgba(0,0,0,0.1);
color:rgba(51,51,51,0.6);
display:block;
clear:both
}


.sidr input[type=checkbox]{
width:auto;
display:inline;
clear:none
}


.sidr input[type=button],
.sidr input[type=submit]{
color:#f8f8f8;
background:#333
}


.sidr input[type=button]:hover,
.sidr input[type=submit]:hover{
background:rgba(51,51,51,0.9)
}



