#header {
  width: fit-content !important;
	height: unset !important;
	display: block !important;
	position: relative !important;
  background-image: none !important;
  margin-left: 8px;
}
#header .header_effect {
  backdrop-filter: none !important;
}
.v2_hide {
  display: none;
}
#header .headeritem {
  display: none !important
}
#header .headeritem_dd {
  display: flex !important;
  backdrop-filter: none !important;
  background-color: #0000 !important;
  box-shadow: none !important;
  border: none !important;
  position: static !important;
  font-size: 16px !important;
}
#header .headeritem_dd_item:hover {
  background-color: #0000 !important;
}
#header .headeritem_dd_item:active {
  background-color: #0000 !important;
}
#header .headeritem_dd_item {
  text-decoration: underline !important;
  color: rgb(0, 0, 238) !important
}
#header .headeritem_dd_item:visited {
  text-decoration: underline !important;
  color: rgb(96, 0, 128) !important
}
body {
  display: flex;
  flex-direction: column-reverse;
}
#contents_2_eb {
  padding: 8px 8px 0px 8px !important;
  min-height: 1px !important;
}
#footer {
  display: none !important
}
.v1_block {
  display: block !important;
}