body, html{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgb(175,175,175);
  font-family: "Verdana";
}

.Menu_b{
  width: 100vw;
}

.Menu_b ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  background-color: rgb(150,150,150);
}

.Menu_b ul li {
  float: left;
  width: 11.5%;
}

.Menu_b ul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 30px 5px;
  text-decoration: none;
  font-size: 17px;
}

.Menu_b ul li a:hover:not(.active) {
  background-color: rgb(175,175,175);
}

.Menu_b .active {
  background-color: rgb(204, 255, 0);
}

.logo{
  width: 58%;
}

#gg{
  padding: 0;
}

.B_box{
  margin: 1%;
  margin-top: 2%;;
  width: 98%;
  height: 100%;
}

.B_box .L_box{
  overflow:scroll;
  width: 16%;
  float: left;
  background-color: rgb(204, 255, 0);
  font-size: 15px;
  font-family: "Verdana";
  padding: 3% 5% 3% 5%;
}

.B_box .R_box{
  width: 64%;
  height: auto;
  min-height: 45%;
  font-size: 15px;
  font-family: "Verdana";
  float: right;
  background-color: rgb(204, 255, 0);
  padding: 3% 5% 3% 5%;
}

#poster{
  width: 60%;
}

#map{
  width: 90%;
}

#FM{
  font-weight: bold;
}

#FM, #TM, #UTP, #DTP, #NTR, #TT{
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgb(100, 100, 100);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(100, 100, 100);
}


.title{
  margin-left: 15%;
  margin-right: 30px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  padding: 25px 0 16px 0;
  background-color: rgb(204, 255, 0);
  width: 35%;
}

.im{
  height:50px;
  margin-left: auto;
}

.imd{
  height:35px;
  padding:22.5px;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}

.dropbtn {
  background-color: rgb(150, 150, 150);
  color: white;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: absolute;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(140, 140, 140);
  min-width: 140px;
  transform: translateX(-45%);
  min-height: 40px;
  height: auto;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  border: 2px solid grey;
  border-width: 80%;
  text-decoration: none;
  display: block;
}

.dropdown-content:hover {background-color: rgb(150, 150, 150);}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown-content:hover {background-color: rgb(150, 150, 150);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: rgba(140, 140, 140, 0.6)}

.nh{
  height:67px;
  width: auto;
}

audio
{
  display: hidden;
}

.leporello
{
  border: 1px solid black;
  overflow-x: scroll;
  overflow-y: hidden;

}

.lpr{
  width: 500%;

}
