<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* -------------------------------

PC用ドロワーデザイン制御

------------------------------- */

body {
	overflow-x: hidden;
}




.hidden-pc {
	display: none;
}
.drawer-brand {
	width: 200px;
	height: 49px;
	background: url(/common/images/logo.png) no-repeat;
	background-size: 200px 49px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0;
}
@media screen and (max-width: 1260px) {
.drawer-brand {
	width: 200px;
	height: 49px;
	background: url(/common/images/logo.png) no-repeat;
	background-size: 200px 49px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0;
}
}
.drawer-nav a {
	color: #FFF;
	text-decoration: none;
	text-align: center;

}



.drawer-nav a:hover{
	opacity: 0.7;
}

.drawer-nav .selected a {

}


.drawer-nav .selected .drawer-dropdown-li a {

	color: #333;
	font-weight:normal;
}



.drawer-navbar .drawer-menu li.nav_contact a{
	font-size: 12px;
	display: block;
	padding: 7px 20px 12px 50px;
}


.fixed #logo {
    position: absolute;
    top: 15px;
    left: 60px;
}
.fixed #logo img {
    width: 230px;
    height: auto;
}

#menu span {
font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 40px;
    display: inline-block;
    position: absolute;
}

#menu ul li {
    float: left;
    padding: 0 10px;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
}


.fixed {
	position: fixed;
	top: 0;
	display: none;
	margin-top: 0;
	z-index: 5000;
	width:100%;
}
.fixed_non {
	position: relative;
	display: block;
}
.drawer_cover_fixed {
	position: fixed;
	top: 59px;
	display: none;
	z-index: 4800
}

.nav_matsumi , .nav_class , .nav_member{
	cursor: default;
}



.pankuzu {
    font-size: 13px;
    padding: 20px 0 33px;
    color: #a0a0a0;
    text-align: left;
}

div#breadcrumb {
    clear: both;
}
div#breadcrumb div {
    display: inline;
    font-size: 13px;
}




.hidden-pc {
	
	display: none;
}

</pre></body></html>