@charset "utf-8";
.logo {
	background-color: #EAEFEF;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
	.logo a {
		font-size: 12pt;
		color: #000;
		text-decoration: none;
		background-color: #EAEAEA;
		padding: 3px;
		height: 20px;
	}
.tel {
	float: left;
	padding-top: 3px;
}
.logo ul {
	text-decoration: none;
	list-style-type: none;
	height: 30px;
	margin: 0px;
}

.logo ul li {
	display: inline-block;
	float: right;
	margin-right: 5px;
}
	.logo ul a {
		background-color: #EAEAEA;
		height: 22px;
		border: 1px solid #CCC;
		padding: 4px;
		margin-top: 4px;
	}
.logo a:hover {
	background-color: #EAEFEF;
}

.aydin {
	background-color: #EAEFEF;
	height: 32px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}
.aydin h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000;
	margin: 0px;
}
.menu {
	height: 70px;
	text-align: center;
	margin: auto;
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #EAEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.container-fluid .navbar-toggler {
	background-color: #FFF;
	margin-top: 8px;
	margin-bottom: 12px;

}
.menu .navbar.navbar-expand-lg .container-fluid ul {
	height: 36px;
	margin: auto;
	padding-top: 2px;
}
.menu .navbar.navbar-expand-lg .container-fluid ul li {
	height: 36px;

}
.menu .navbar.navbar-expand-lg .container-fluid ul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #EAEAEA;
	height: 36px;
	padding-top: 6px;
	border: 1px solid #CCC;
}

.menu .navbar.navbar-expand-lg .container-fluid ul a:hover {
	background-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

.menu ul a:active {
	background-color: #ff0000;
	color: white;
}

