@charset "utf-8";

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width:100%;
}

/*ヘッダ
---------------------------------------------------------------------------*/
header {
	position:relative;
	width:100%;
}
header div {
	position:absolute;
	top:10px;
	right:5px;
	margin-top:0px;
}
header #logo {
	font-size:14px;
}
header #logo img {
	height:30px;
}
header #login {
	margin-bottom:5px;
}
header #logout {
	display:none;
}
.login_user_name {
	margin-top:0px;
	margin-right:50px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
nav.drawer-nav {
	padding:10px 20px;
	padding-top:30px;
	border:solid 2px #173506;
	border-radius:10px;
	overflow-y:auto;
}
nav.drawer-nav section {
}
div.menu_title {
	margin:10px 0px;
	padding:3px;
	font-weight:bold;
	text-align:center;
	color:#173506;
	border:solid 2px #173506;
}
ul.drawer-menu {
	height: auto;
}
ul.drawer-menu li {
	float: none;
	width: 100%;
	margin:10px 0px;
}
ul.drawer-menu li a {
	padding:5px 10px;
	display: block;
	color:#fff;
	background-color:#173506;
}
.drawer-hamburger {
	padding:0px !important;
	top:5px !important;
	right:5px !important;
	background-image:none !important;
	box-shadow:none !important;
}
button.drawer-hamburger {
	min-width:auto !important;
	background-color:transparent;
}
.drawer-open .open {
	display:none;
}
.drawer-close .close {
	display:none;
}
#drawer3 {
	margin-top:20px;
	margin-bottom:20px;
}

/*テーブル
---------------------------------------------------------------------------*/
.items th,
.items td {
	display:block;
	width:100% !important;
}
