﻿@charset "utf-8";



@media screen and (max-width: 480px) {
header{
	display: table;
}
.sitetopdiv {
	width:100%;
	display: table-cell;
	vertical-align: middle;
	padding:0 0 15px;
}
.headermenublock{
	margin-left: auto;
	display: block;
	position: relative;
}
.navi{
	display:none;
}
.navi li a {
	display: block;
	padding: 0.8em 0;
	color: #333;
	border-bottom:1px dashed #999 !important; 
}
.navi li a:hover {
	color: #1a1e24;
	background: #eee;
}
.menu_open {
	width:40px;
	height: 40px;
	line-height: 40px;
	margin:10px 0px 0px 5px;
	display: block;
	cursor: pointer;
	z-index: 30;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.menu_open:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.menu_open:before {
	border:1px solid #ccc;
	font-family: "dashicons";
	content: "\f333";
	font-size:41px;
}
.check:checked ~ .menu_open:before {
	font-family: "dashicons";
	content: "\f506";
	position: fixed;
	display: block;
	margin:0px 0px 0 -10px ;
	font-size:50px;
	border:none;
}
.check:checked ~ .navi {
	position: absolute;
	top: -10px;
	right: 0;
	width: 250px;
	height:100%;
	min-height:200px;
	padding:80px 20px 20px;
	background: #fff;
	display:table;
	z-index: 20;
}
.check:checked ~ .menu_open {
	position: relative;
	z-index: 40;
}
.menu_close {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu_close {
	position: fixed;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 20;
	width: 100%;
	height: 100%;
}
}

