#pageslide {
	top: 45px; width: 220px; height: calc(100% - 82px); color: rgb(255, 255, 255); display: none; position: fixed; z-index: 999999; -ms-overflow-x: hidden; -ms-overflow-y: auto; background-color: rgb(8, 101, 162);
}
.total-menu {
	margin: 0px; padding: 0px;
}
.total-menu ul {
	margin: 0px; padding: 0px;
}
.total-menu ul li {
	background: rgb(8, 101, 162); text-align: left; display: block;
}
.total-menu ul li a {
	background: url("../images/common/icon_arrow_down02.png") no-repeat 192px / 14px 8px; height: 44px; color: rgb(255, 255, 255); line-height: 44px; padding-left: 28px; font-size: 16px; font-weight: bold; border-bottom-color: rgb(5, 79, 128); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.total-menu ul li a.on {
	background: url("../images/common/icon_arrow_up02.png") no-repeat 192px / 14px 8px;
}
.total-menu ul li .sub-menu {
	display: none;
}
.total-menu ul li .sub-menu li {
	background: rgb(151, 71, 74);
}
.total-menu ul li .sub-menu li a {
	background: rgb(86, 135, 167); height: 44px; color: rgb(225, 225, 225); line-height: 44px; padding-left: 28px; font-size: 16px; font-weight: normal; border-bottom-color: rgb(5, 79, 128); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.btn-total-menu-close {
	top: 45px; right: 220px; position: fixed;
}
.btn-total-menu-close a {
	background: url("../images/common/btn_close.gif") no-repeat 0px 0px / 47px 46px; width: 45px; height: 45px; text-indent: -5000em; display: block; z-index: 10000000;
}
@media screen and (max-width:1023px) and (min-width:640px)
{
#pageslide {
	top: 68px; width: 220px; height: calc(100% - 82px); color: rgb(255, 255, 255); display: none; position: fixed; z-index: 999999; -ms-overflow-x: hidden; -ms-overflow-y: auto; background-color: rgb(8, 101, 162);
}
.btn-total-menu-close {
	top: 68px; right: 220px; position: fixed;
}
.btn-total-menu-close a {
	background: url("../images/common/btn_close.gif") no-repeat 0px 0px / 47px 46px; width: 45px; height: 45px; text-indent: -5000em; display: block; z-index: 10000000;
}
}
