@charset "UTF-8";

@import url("/module/common/css/slidebars.css") screen and (max-width: 640px);
@import url("/module/common/css/global-nav-sp.css") screen and (max-width: 640px);
@import url("/module/common/css/global-footer-sp.css") screen and (max-width: 640px);

@import url("/module/common/css/global-nav.css") screen and (min-width: 641px);
@import url("/module/common/css/global-footer.css") screen and (min-width: 641px);

#global-nav {
	border-bottom: 2px solid #39414e;
}

@media screen and (max-width: 640px) {
.pc-nav {
	display: none;
}
#global-nav {
	background-color: #fff;
}
}

@media screen and (min-width: 641px) {
.sb-slide,
.sb-slidebar {
	display: none;
}
}
