/* manga */
body.mh,body.ah{
  background-color: #12130e;
}
div.mangas,div.Anime{
  padding: 5px;
  display: flex;
  justify-content: space-evenly;
  flex-flow: wrap;
}

div.manga,div.serie {
  background: #00b7ff05;
  width: 190px;
  border-color: lightblue;
  border-width: 2.5px;
  border-style: dashed;
  border-radius: 25px;
  display: inline-block;
  margin: 5px;
  padding: 10px;
  cursor: pointer;
}

div.manga{
  height: 195px;
}

div.manga:hover{
  box-shadow: 0px 0px 30px 3px #ffffff,
              0px 0px 10px 5px #ffffff inset;
  border-style: solid;
}

div.serie{
  height: 260px;
}

div.manga,div.serie:not(div.fin):not(div.run):not(div.list){
  box-shadow: 0px 0px 10px 5px #ffffff50 inset;
}

div.fin{
  background-color: #00ff0020;
  box-shadow: 0px 0px 25px 10px #00ff0050 inset;
}

div.run{
  background-color: #ff000020;
  box-shadow: 0px 0px 15px 10px #ff000050 inset;
}

div.im{
  text-align: center;
}

.sbar{
  font-size: 150%;
  font-weight: bold;
  margin-top: 72px;
  padding: 15px;
  width: 175px;
  height: 50px;
  border-radius: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #000;
  box-shadow: 4px 4px 9px 0px #000000 inset;
}

div.ml,div.al{
  margin-top: 80px;
  font-size: 150%;
  color: #fff;
  text-decoration: underline;
}

div.list{
  box-shadow: 0px 0px 25px 20px #ffff0060 inset,
              0px 0px 12px 10px #ffffff60 inset;
}

div.title{
  padding-top: 10px;
  font-size: 150%;
  height: 65%;
  color: #fff;
}
div.vol{
  font-size: 137.5%;
  height: 15%;
  color: lightgreen;
}
div.pub{
  font-size: 125%;
  height: 15%;
  color: yellow;
}

/* jp */
p.cj{
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 500%;
}
body.ib:hover{
  background-color: #00150f;
  color: #fffffffa;
  transition: 2s;
}
