@charset "utf-8";

.drawer-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.drawer-menu {
	width: 100%;
	height: 7.0rem;
	height: 7.0rem;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-bottom: 5px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.drawer-menu > li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.history-cont > table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dcdcdc;
}

.history-cont > table > tbody > tr > th,
.history-cont > table > tbody > tr > td {
	padding: 1.5rem 1.0rem;
}

.history-cont > table > tbody > tr > th {
	width: 20%;
	font-weight: normal;
	text-align: left;
	background-color: #dcdcdc;
	border-bottom: 1px solid #fff;
}

.history-cont > table > tbody > tr:last-of-type > th {
	border: 1px solid #dcdcdc;
}

.history-cont > table > tbody > tr > td {
	border: 1px solid #dcdcdc;
}