/*
Theme Name: BootFIVE
Theme URI: n-izm.net
Author: yasao
Author URI: yasao
Description: This theme is used [bootstrap5.css].
Version: 0.01
*/
.navbar-section > a, .navbar-section > div {
	min-width: 10%;
}
.dropdown > a {
	width: 100%;
}
/* .navbar {
    max-height: 50px;
}
.navbar-item + ul {
    position: absolute;
    top: 50px;
    height: 0;
    width: 100%;
	list-style-type:none;
    overflow: hidden;
}

.navbar-item:hover + ul {
    overflow: visible;
    height: auto;
	border:1px solid gray;
}


.menu > li > ul {
	display:none;
}
.menu > li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:1.5em;
	left:0;
	list-style-type:none;
	border:1px solid gray;
} */