@font-face {
  font-family: arialRounded;
  src: url("/fonts/Arial Rounded MT Regular/Arial Rounded MT Regular.ttf");
}
@font-face {
  font-family: michroma;
  src: url(/fonts/Michroma/Michroma-Regular.ttf);
}
@font-face {
  font-family: microgramma;
  src: url(/fonts/Microgramma/microgrammanormal.ttf);
}
@font-face {
  font-family: esentika;
  src: url(/fonts/esentika/Esentika-Regular.otf);
}
@font-face {
  font-family: lemonmilk;
  src: url(/fonts/lemon_milk/LEMONMILK-Regular.otf);
}
@font-face {
  font-family: lemonmilklight;
  src: url(/fonts/lemon_milk/LEMONMILK-Light.otf);
}
/* || UNIVERSAL || --------------------------------*/
.green {
  color: rgb(0, 255, 0);
}

a {
  font-family: microgramma;
  font-size: 13px;
  text-decoration: none;
  color: white;
  letter-spacing: 2px;
}

p, td, details, th, li {
  font-family: michroma;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2;
  color: white;
}

li a {
  color: #90e0ff;
}

body {
  overflow: auto;
}

body::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}

html {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
 

summary {
  max-width: 160px;
  color: #00ffdd;
}

/*
summary:before {
  content:'';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
} */
.topic {
  overflow: hidden;
}

embed {
  padding-top: 13px;
  display: block;
  width: 100%;
  height: 523px;
  overflow-y: scroll;
}

.landing {
  padding-left: 10px;
  padding-right: 10px;
  flex-wrap: wrap;
  width: 97%;
}
.landing table {
  display: inline-block;
}
.landing img {
  width: 100%;
  height: 100%;
}

.topic {
  padding-left: 10px;
  padding-right: 10px;
}

/* || CONTENT TOPICS || --------------------------------*/
/* || CORNER || --------------------------------*/
.movieposter {
  max-height: 10%;
  image-rendering: pixelated;
}

.gameslist {
  display: table;
}
.gameslist img {
  max-width: 150px;
}

.gacha {
  display: table;
  width: 100%;
  padding-bottom: 15px;
}

.vocaloidmusic {
  table-layout: fixed;
  width: 100%;
}
.vocaloidmusic a {
  font-size: 75%;
}

.vocaloidmusic .bigname {
  font-size: 60%;
}

.vocaloid {
  max-height: 320px;
}

.lukafat {
  min-width: 140px;
}

.songs {
  vertical-align: top;
  text-align: left;
}
.songs img {
  max-width: 75px;
}
.songs a {
  letter-spacing: normal;
}

.idolmusic {
  display: table;
  width: 100%;
}
.idolmusic .bigname {
  font-size: 80%;
}

.idolimage {
  max-width: 170px;
  align-content: center;
}

.idolsong {
  padding-left: 40px;
}
.idolsong .bigname {
  font-size: 90%;
}

/* || CAM || --------------------------------*/
.pastcams {
  display: flex;
}

.gallery {
  display: flex;
  width: 97%;
}
.gallery table {
  display: inline-block;
}
.gallery img {
  width: 100%;
  height: 100%;
}

.V3gallery {
  display: inline-block;
  width: 97%;
}
.V3gallery table {
  display: inline-block;
}
.V3gallery img {
  width: 100%;
  height: 100%;
}

.fiveDgallery {
  display: inline-block;
  width: 97%;
}
.fiveDgallery table {
  display: inline-block;
}
.fiveDgallery img {
  width: 100%;
  height: 100%;
}

.cam2 {
  display: table;
}
.cam2 img {
  max-width: 50%;
  max-height: 100%;
}

.cam3 {
  display: table;
}
.cam3 img {
  max-width: 33%;
  max-height: 100%;
}

/* || MORE || --------------------------------*/
.more li {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.more li img {
  padding-left: 10px;
}/*# sourceMappingURL=iframestyle.css.map */