/* Description: This is the Cascading Style Sheet used for the Administration Interface
 * Author:	Reiki
 * Written:	14-Febrary-2010
 * Copyright (C) 2010-2020 Reiki-Fansub
 */

/* Default styles used */
:root{
    --head-grad: linear-gradient(180deg, #c2e7fa 0%, #189bc6 25%, #4580ae 50%, #2a4153df 100%);
}
/* scroollbars */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #cbcbcb; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4580ae; 
}
body {
    line-height: 78%/130%;
    /* font-family: "Verdana","Arial","Helvetica","sans-serif"; */
    font-family: "Verdana","Helvetica","Arial";
    font-size: 0.8em;
    /* font-size: 1em;*/
    margin: 0 auto;
    padding: 0;
    }
.row {
    display: flex;
    margin-bottom: 0px;
}

.cell {
    flex: 1;
    padding: 0px;
    border: 1px solid #ddd;
    margin: 0px;
}
.container-xpand{
    margin-top: 75px;
        width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.container, .main_content {
    width: 960px;
}
.container{
    float: left;
}
/*.tinfodescription, .table_info{
    width: auto;
}*/
.t-edit{
    cursor: pointer;
}
.back-modal{
    margin: 0 1em 0 0;
}

.close {
    padding: 1rem;
    margin: -1rem 0 -1rem 0;
}
.navbar-brand {
    margin-right: auto!important;
    margin-left: auto!important;
    width: 25%;
    float: left;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.hosting{
    height: 23px;
    width:23px;
}
.cnt-ed {
    /*border: 1px solid #ced4da!important;
    background-color:#e9ecef!important;*/
    display: inline-flex!important;
    height: 36px;
    overflow: hidden;
    max-width: 40vw!important;
}
.cnt-ed-hits{
    width: 40px!important;
    background-color:#ffff!important;*/
    display: inline-flex!important;
    height: 36px;
    overflow: hidden;
}
.vline {
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    width: 20px;
    margin: 11px 0px;
}
.layer-modal{
    width: 98vw;
    max-width:802px;
    margin-left: 0vw;
    margin-right: 0vw;
    margin-top: -1vw;
}
.modal-app{
    margin-left: 5px;
    margin-top: 20px;
    margin-right: 5px;
}
.bg-primary-t {
    background-color: #0067ffb0!important;
    /*backdrop-filter: blur(20px);*/
    background: var(--head-grad);
    border-width: 0px;
}

/*.highlight:nth-child(even) {
    background-color: #f5f5f5;
    }*/
/* tr:hover {background-color: #f5f5f5;} */

.chara_desc {display: inline-flex; width: 50%;flex-wrap: wrap;}
.fieldsetto {background-color: #CFCFCF;color: black;border-radius: 7px; display: block;width: 235px;float: left;margin: 5px 5px 5px 5px; padding: 0px 0px 0px 5px; height: 64px;border-style: solid;border-width: 1px;border-color: #CFCFCF; transition: transform .2s; /* Animation */}
/*.fieldsetto:hover {transform: scale(1.05);-webkit-transform: scale(1.05);  (110% zoom - Note: if the zoom is too large, it will go outside of the viewport)  } */

.fieldseto {background-color: white;color: black;border-radius: 7px; display: block;width: 235px;float: left;margin: 5px 5px 5px 5px; padding: 0px 0px 0px 5px; height: 64px;border: #CFCFCF 2px solid; transition: transform 2s;}
.fieldset {background-color: white;color: black;margin: 0px 5px 0px 5px; transition: transform 2s;}

.imgchar {float: right; border-radius: 7px;width: 50px;height: 60px; transition: transform 2s;object-fit: cover;object-position: 0 0;} /* No soporta transicion {opacity:1; transition: opacity 4s ease-out;} */
.infochar {margin-top: 7px;line-height: 100%; transition: transform 2s;}

.fieldseto .infochar{margin-top: 0px;}

.imgpeople {display: none;border-radius: 7px;height:60px;width:50px;position: absolute;float: right;margin:0px 0px 0px 185px; } /* No soporta transition; { height: 0; overflow: hidden; opacity:0; transition: opacity 4s ease-out; */
.infochar2 {display: none;margin-top: 3%; line-height: 100%;  }
.infochar3 {display: none;margin-top: -4%; line-height: 100%; } 
.captures {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px;
  width: 150px;
  margin: 4px;
}
figure {
    text-align: center;
    margin: 6px 6px;
    width: 150px;
    padding: 0px;
    display: inline-block;
    position: relative;
}

figcaption {
    position: absolute;
    width: 100%; /* Ocupa todo el ancho del contenedor */
    margin: -21px 4px;
    line-height: 0.5em;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente para que resalte sobre la imagen */
    color: #ddd; /* Color del texto */
    text-align: center;
    padding: 5px 0; /* Espaciado dentro del caption */
    font-size: 14px; /* Tamaño del texto */
    box-sizing: border-box;
}

/*.fieldsetto:hover .imgpeople {display: block;}
.fieldseto:hover .imgpeople {display: block;}

.fieldsetto:hover .infochar {display: none; }
.fieldsetto:hover .infochar2 {display: block; }

.fieldseto:hover .infochar {display: none; }
.fieldseto:hover .infochar3 {display: block; } */

sub {
    font-size: 70%;
    line-height: 11px;
    bottom: 0;
}
/*************SEARCH TAGS**************************/
#suggestions, .suggestions {
    border: 1px solid #ccc;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion-item:hover {
    background-color: #0d6efd;
    color: #fff!important;
}

/* Estilo para etiquetas seleccionadas */
#selectedTags .tag-item, .selected-tags .tag-item {
    background-color: #ff0097;
    color: #fff;
    padding: 5px 10px;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
}


.tag-item button {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

.tag-item button:hover {
    color: #ffdddd;
}

/*.tag-info {
    color: #2D89A8; /* Color inicial 


.suggestions .suggestion-item.selected .tag-info, .tag-info.selected {
    color: #FF0000 !important;/* Color al seleccionar la sugerencia 
}*/

/**************************************/
.floating-label-content {
  position: relative;
  margin-bottom: 20px;
}
.floating-label {
  color: #000;
  font-size: 16px;
  font-weight:normal!important;
  position: absolute;
  pointer-events: none;/*Cursor transparent*/
  left: 18px;
  top: 11px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  /*transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;*/
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  z-index:3;
  /*transform-origin: left center;*/
  /*transform: translate3d(10px, 1%, 0px) scale(1);*/
}
/*.input-group-prepend{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0px, -50%, 0px);
    pointer-events: none;
}*/
.floating-input::-webkit-input-placeholder {
    color: transparent;
}

.floating-input:focus::-webkit-input-placeholder {
    color: #323840;
}
.floating-input,
.floating-select {
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 45px;
  font-weight: inherit;
  padding: 0 20px;
  background: #fff;
  color: #323840;
  border: 1px solid #ced4d;
  border-radius: 4px;
  box-sizing: border-box;
}
.floating-input:focus,
.floating-select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123,255, 0.25);
}
/* Show/move when focus isset*/
.floating-input:focus ~ .floating-label,
.floating-select:focus ~ .floating-label {
  top: -8px;
  font-size: 12px;
  color: #1a73e8;
  left: 18px;
  font-weight:600!important;
}
select.floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
}
select.floating-select::-ms-expand {
  display: none;
}
/*Show when is set input something*/
.floating-input:not(:placeholder-shown) ~ .floating-label {
  top: -8px;
  font-size: 12px;
  color: #1a73e8;
  left: 18px;
  font-weight:600!important;
}
.floating-select:not([value=""]):valid ~ .floating-label {
  top: -8px;
  font-size: 13px;
}
.floating-select[value=""]:focus ~ .floating-label {
  top: 11px;
  font-size: 13px;
}
/*******variados*******/
.floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}
.error-input .floating-input,
.error-input .floating-select {
  border: 2px solid #9d3b3b;
  color: #9d3b3b;
}
.error-input .floating-label {
  font-weight: 600;
  color: #9d3b3b;
}
.error-input .floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}
/*
.input-group {
  display: flex;
}
.input-group .floating-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding-left: 0;
}
.input-group-append {
  display: flex;
  align-items: center;
  margin-left:-1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3d85d8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}*/
/**************************************/
textarea{
    scrollbar-width: thin;
}
.add-list {
    width: 100px;
    /*background-color: #4580ae;*/
    border: 0px solid;
    border-radius: 4px;
    color: #fff!important;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    line-height: 2.5em;
    margin: 0 auto;
    padding: 6px;
    position: relative;
    text-align: left;
    text-decoration: none!important;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  cursor: pointer;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
    /* border: 1px solid #ced4da; */
    padding-top: 2px;
    /* background-color: whitesmoke; */
}
.material-icons.blue {
    color: steelblue; 
}
.material-icons.md-10 { font-size: 10px; }
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-64 { font-size: 64px; }
.material-icons.md-128 { font-size: 128px; }

.grafico0{
    position: relative; /* IE is dumb */
    width: 100px;
    border: 1px solid #2D89A8;
    height: 15px;
    padding: 2px;
    margin-left: 6px;
    border-bottom-width: 2px;
    border-radius: 8px;
}
.grafico {
    position: relative;
    width: 100px;
    border: 1px solid #2D89A8;
    height: 20px;
    padding: 2px;
    margin-left: 0px;
    margin-top: 0px;
    border-bottom-width: 2px;
    border-radius: 8px;
}
.grafico .bar {
    display: block;
    position: relative;
    background: lightskyblue;
    text-align: center;
    color: #333;
    height: 13px;
    line-height: 20px;
    border-radius: 6px 0px 0px 6px;
}

.jump0{
    position: relative; 
	margin-left: -100px;
    display: flex; 
    height: 13px; 
    width: 150px;
	background: transparent;
	text-align: center;
    line-height: 1.2rem;
}
.jump{
    position: relative;
    margin-left: -25px;
    margin-top: -20px;
    height: 13px;
    width: 150px;
    background: transparent;
    text-align: center;
    line-height: 1.2rem;
}
.alink {
    /*color: #fff;*/
    background-color: #cecece14;
    margin: 0 0 5px 0;
    padding: 0 6px;
    border-radius: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*border-bottom-color: #292929;*/
}
a:link {
    color: #2D89A8;
    text-decoration: none;
}
a:hover { 
    color: #155A72;
}
a:visited {
    color: #2D89A8;
}
.tablet {min-width:340px;max-width:98%;}
.crc32 {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    padding: 1px 4px;
    font-size: 100%;
    margin-left: 2px;
    display: block;
}
.bbc_color{
    /*color: #515151;*/
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
}
.info_alter{
    width: auto;
    display: block ruby;
    /*display: flex;*/
}
.info_code{
    width: auto;
    /*display: block ruby;*/
    display: flex;
}
.info_title {
        font-size: 16pt;
        line-height: 1.2em;
}
.info_title, .info_stats {
    display: flex;
    text-align: center;
    margin: 15px 50%; 
}
.info_stats, .item_stats span, .buttons_stats {
    line-height: 0;
}
.buttons_stats, .item_stats span {
    text-align: center;
    margin: 20px auto;
}
.prota {
    border-radius: 50%;
    vertical-align: middle;
    margin: auto 4px auto 4px;
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: cadetblue;
    background-color: cadetblue;
    padding-left: 1px;
    padding-right: 1px;
}
.avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin: auto 4px auto 4px;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    border-width: 0px;
    border-style: solid;
    padding-left: 2px;
    padding-right: 2px;
}
.seiyuu {
    border-radius: 50%;
    vertical-align: middle;
    font-size: x-large;
    display: ruby;
}
.kanjis {
    border-radius: 50%;
    vertical-align: middle;
    font-size: large;
    margin: 0 0px 0 4px;
}
.info_desc{
    /*color: white;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    text-align:justify;
	text-justify:inter-word;
    float: left;
    display:inline-block;
    width: auto;
    /*min-width: 72%;
    max-width: 73%;
    width: 70%;*/
}

.item-list span {
    display: inline-block;
    font-size: 1em;
    line-height: 1.1em;
    padding: 2px 6px;
    border: 1px solid rgba(45, 137, 168, 1);
    background-color: #fff;
    border-radius: 8px;
    margin: 0 0 5px 0;
    border-bottom-width: 2px;
}
.item-link span {
    display: inline-block;
    font-size: 1em;
    line-height: 1.1em;
    padding: 2px 6px;
    /*border: 1px outset rgba(45, 137, 168, 1);*/
    background-color: ##00000014;
    border-bottom-style: solid;
    border-radius: 8px;
    margin: 0 0 5px 0;
    border-bottom-width: 2px;
}
.cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: inherit;
    z-index: -1;
}
.cover-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(25px);
    opacity: 0.3;
    height: calc(100vh);
}
.blogthumbimg{
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    max-width: 50em;
    max-height: 55em;
}
.imgdesc{
    display: flex;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
}
.imgdesc, .info_title, .info_stats{
    width: 100%;
}
.modal-dialog{
    position: relative;
    display: table; /* This is important */ 
    overflow-y: hidden;    
    overflow-x: hidden;
    width: 98vw;
    min-width: 300px;   
}
.modal-border{
    border-width: 4px;
    border-color: #ffffff;
    border-style: double;
}
.modal-bg-t{
    background: transparent;
    color: #fff;
    backdrop-filter: blur(20px);
    height: 100vh;
}
.modal-theme-white{
    background: transparent;
    backdrop-filter: blur(20px);
    height:100vh;
}
.modal-theme-black{
    background: transparent;
    color: #fff;
    backdrop-filter: blur(20px);
    height:100vh;
}
.tooltip-text {
    position: relative;
    background-color: gray;
    color: white;
    top: 100%;
    left: 95%;
  }
.resultado-series{
    background-color: #fff;
    border: #bebebe 1px solid;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 10px 15px 5px rgba(0,0,0,.2);
    box-shadow: 0 10px 15px 5px rgba(0,0,0,.2);
    display: none;
    position: absolute;
    z-index: 100;
}
.info-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: #ebebeb 1px solid;
    position: absolute;
    height: 60px;
    width: 58px;
  }
.listado{
    margin: 0;
    cursor: pointer;
    background-color: #fff;
    border: #bebebe 1px solid;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 10px 15px 5px rgba(0,0,0,.2);
    box-shadow: 0 10px 15px 5px rgba(0,0,0,.2);
    display: none;
    position: absolute;
    z-index: 100;
    width: 376px;
  }
.select-hover{
    background-color: #fff;
    border-bottom: #ebebeb 1px solid;
    cursor: pointer;
    height: 60px;
}
.select-hover:hover {
    background-color: #e1e7f5;
    font-weight: 700;

}
.info-serie {
    padding-top: 4px;
    padding-left: 64px;
    height: 60px;
}
.info-name{
    color: #2e51a2;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
  }
.info-tipo{
    color: #787878;
    font-size: 9px;
    line-height: 15px;
  }
.widget-title, .table_info{
    margin-left: 0px;
    margin-right: 0px;
}
.widget-title{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1px;
    font-weight: 600;
}
.title-recommend{
    z-index: 1;
    font-family: "Helvetica Neue",arial,sans-serif;
    font-size: small;
    width: 100%;
    left: 0%;
    display: block;
    position: absolute;
    /* max-height: calc(2.5em);*/
    color: rgba(255,255,255,.95);
    background: #00000080;
    text-shadow: 2px 1.5px 2px rgba(0, 0, 0, 0.94);
    padding: 4px;
    overflow: hidden;
    line-height: 1.25;
    font-weight: 700;
    height: auto;
    margin-top: 5px;
}
.progress-bar-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f3f3f3;
    border-radius: 5px;
     z-index: 2;

}

.progress-bar {
    height: 100%;
    background-color: #4580ae; /* Color verde para la barra */
    border-radius: 5px;
    transition: width 0.3s ease-in-out;
}
ol, ul {
    list-style: outside none none;
}
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
.li {
    margin-left: 12px;
    float: left;
    display: block;
    position: relative;
    height: 265px;
}
li:hover {
    box-shadow: 0 0 4px #1d73b6; /* 0px 1px 2px 3px rgba(0, 0, 0, 200) !important; */
    z-index: 255;
    border-radius: 8px;
}
.portrait-element {
    width: 160px;
    display: table;
    /*background: #fff; */
    padding:  0 0 0 0;
    position: relative;
    background: transparent;
}
.portrait-element:hover {
    background: transparent;
    border-radius: 8px;
}
.portrait-grid {
    /*margin: 0 0 0 0px;*/
    position: relative;
    display: block;
    margin-left: 20px;
    cursor: pointer;
}
.portrait-grid li {
    float: left;
    display: block;
    position: relative;
    height: 190px;
    margin: 1px;
    margin-left: 5px;
}
img {
    border: 0px solid #eaeaea;
}
img.portrait {
    width: 148px;
    height: 190px;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 4px;
    border-radius: 5%;
}
.img-holder{
    height: 220px;
}
.information {
    background-color: transparent; /* rgba(0,0,0,.7);*/
    /*bottom: 0px;
    left: 0;
    padding: 4px; */
    color: #fff;
    display: block;
    position: relative;
    text-shadow: 1px 1px 0 #000;
    /* width: calc(100% - 4px - 4px); */
    margin: -25px 4px 0px 4px;
}
.series-data-right {
    float: right;
    background: #4580ae;
    position: relative;
    border-bottom-right-radius: 5px;
}
.series-data-right, .series-data-left {
    font-size: 11px;
    color: white;
    display: block;
    font-weight: bold;
    text-shadow: initial;
    padding: 2px 5px 2px 5px;
    min-width: 20px;
}
.series-data-left{
    background: #74AD1F;
    position: absolute;
    border-bottom-left-radius: 5px;
}
.widget-recommend{
    clear: left;
    width: auto;
    max-width: 900px;
    margin-left: 0;    
}
.tinfodescription, .table_info{
    float:left;
    display:inline-block;
    width: 70%;
    
}
.sixty, .eighty, .mostrarchara, .mostrarpeople {
    cursor: help;
}
/*.eighty {
    max-width:80px;
}
.sixty {
    max-width:60px;
}*/
/*   Responsive */ /* (max-device-width:800px) */
/* @media only screen and (min-width:160px) and (max-width:360px) { */
/* @media screen and (max-width:360px), screen and (max-device-width:360px) {*/
/*@media screen and (min-width:160px) and (max-width:360px), screen and (max-device-width:360px) { */
@media screen and (min-width:10px) and (max-width:800px){
    .container-xpand, .container-fluid{
        width: 100%;
    }
}
@media only screen and (min-width:10px) and (min-device-width:10px) and (max-width:359px){
    .main_content, .bbc_code, .highlight {
        width: 95% !important;
        max-width:350px;
    }
    .highlight, .info_desc {
        min-width: 345px !important;
    }
    .tinfodescription, .table_info{
        min-width: 250px;
        max-width: 350px;
        width: 100%;
    }
    .imgdesc, .info_title, .info_stats{
        width: 100vw;
        display: block;
        margin: 10px 4%;
    }
    .info_desc, .tinfodescription, .table_info{
        width: 100%;
    }
    .info_title, .info_stats{
        width: 100vw;
        display: block;
        margin: 10px 4%;
    }
    .blogthumbimg{
        height:calc(100% - 5px);
    }
    .namae {
        width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .namae:hover {
        width: 100%;
        /*white-space: initial;*/
        overflow:visible;
        cursor: pointer;
    }
    .ldd {
        min-width:5px;
        max-width:30px;
        width:28px;
    }
    .widget-recommend {
        width: 100%;
        max-width: 350px;
        margin-left: 2px;    
    }
    .widget-title {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 1px;
    }
    .bbc_code {
        font-family: Arial,Helvetica,sans-serif;
    }
    .bbc_
    ul.portrait-grid {
        min-width: 350px;
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 0px;
        margin-right: 0px;
    }
    .portrait-grid li {
        margin: 1px;
        height: 80px;
    }
    li:hover {
        border-radius: 2px 2px 0px 0px;
    }
    img.portrait{
        width: 60px;
        height: 80px;
        font-size: 30%;
        padding: 0px;
    }
    .chara_desc {
        width: auto;
        justify-content: center;
    }
    .fieldsetto, .fieldseto {
        min-width: 120px;
        max-width: 48%;
        margin: 1px;
    }
    .title-recommend {
        font-weight: 500;
        /*height: 70%;*/
    }
    .portrait-element {
        width: 60px;
    }
    .information{
        bottom: 9px;
        margin: 0;
        padding: 0px 0px 0 0px;
    }
    .series-title {
        font-size: 40%;
        height: 22px;
        line-height: 1.0;
        border-radius: 2px 2px 0px 0px;
    }
    .series-data-right, .series-data-left {
        font-size: 30%;
        padding: 1px 1px 1px 1px;
        min-width: 8px;
    }
    .widget-title, .bbc_code_title {
        font-size: 0.8em;
    }
    .bbc_code, .bbc_color, .info_code {
        font-size: 0.8em;
    }
    .infochar{
        font-size: 0.6em; 
    }
}
@media only screen and (min-width:360px) and (min-device-width:360px) {
    .main_content, .bbc_code, .highlight {
        width: 100%;
        max-width:350px;
    }
    .container {
        max-width: 360px;
    }
    .namae {
        width: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .tinfodescription, .table_info{
        min-width: 250px;
        max-width: 360px;
    }
    .info_desc, .tinfodescription, .table_info{
        width: 100%;
    }
    .widget-recommend{
        width: 100%;
        max-width: 480px;
        margin-left: 0px;    
    }

    .captures,figure {
      width: 96px;
    }
    .crc32 {
        display: none;
    }
    figure>span{
        font-size: 0.8em;
        width: 96px;
        margin-left: -44px;
        margin-top: -18px;
    }

    .imgdesc, .info_title, .info_stats{
        width: 100%;
        display: block;
        margin: 10px auto;
    }
    .blogthumbimg{
        height:calc(100% - 5px);
        /*width: auto;*/
    }
    .fieldsetto, .fieldseto {
        max-width: 160px;
        margin: 1px;
    }
    img.portrait{
        width: 65px;
        height: 85px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 450;
        /*height: 70%;*/
    }
    .chara_desc {
        width: 360px;
        justify-content: center;
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 0px;
        margin-right: 0px;
    }
    .portrait-grid li {
        height: 85px;
        margin-left: 1px;
        margin-right: 1px;
    }
    .info_title{
        font-size: 10pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 1.2em;
    }
    .bbc_color, .info_code {
        font-size: 0.9em;
    }
    .bbc_code, .infochar{
        font-size: 0.8em;
    }
}
@media only screen and (min-width:480px) and (min-device-width:480px) {
    .main_content, .bbc_code, .highlight {
        width: auto;
        max-width:480px;
    }
    .container {
        max-width: 480px;
    }
    .tinfodescription, .table_info{
        /*min-width: 370px;max-width: 480px;*/
        max-width: 70%;
        
    }
    .info_desc, .tinfodescription, .table_info{
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .namae {
        width: 250px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .widget-recommend{
        width: 100%;
        max-width: 480px;
        margin-left: 2px;    
    }

    .blogthumbimg{
        height:calc(100%);
        width: calc(24em - 5px);
    }

    img.portrait{
        width: 75px;
        height: 100px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 480;
        /*height: 85%;*/
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 2px;
        margin-right: 2px;
    }
    .portrait-grid li {
        height: 100px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .imgdesc, .info_title, .info_stats{
        width: 100%;
    }
    .fieldsetto, .fieldseto {
        max-width: 230px;
        margin: 2px;
    }
    .chara_desc {
        width: 480px;
        justify-content: center;
    }
    .info_title{
        font-size: 12pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 9pt;
    }
    .bbc_code, .bbc_color, .infochar, .info_code {
        font-size: 9pt;
    }
}
@media only screen and (min-width:580px) and (min-device-width:580px) {
    .main_content, .bbc_code, .highlight {
        width: auto;
        max-width:580px;
    }
    .container {
        max-width: 580px;
    }
    .crc32 {
    display: block;
    }
    .namae {
        width: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .tinfodescription, .table_info{
        min-width: 72%;
        max-width: 73%;
        width: 70%;
    }
    .widget-recommend{
        width: 100%;
        max-width: 580px;
        margin-left: 2px;    
    }
    .blogthumbimg{
        height:calc(100%);
        width: calc(25em - 5px);
    }
    img.portrait{
        width: 86px;
        height: 114px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 550;
        /*height: 95%;*/
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 4px;
        margin-right: 4px;
    }
    .portrait-grid li {
        height: 115px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .imgdesc, .info_title, .info_stats{
        width: 100%;
        display: block;
        margin: 10px 4%;
    }
    .fieldsetto, .fieldseto {
        max-width: 230px;
        margin: 3px;
    }
    .chara_desc {
        width: 480px;
    }
    .info_title{
        font-size: 14pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 10pt;
    }
    .bbc_code, .bbc_color, .infochar, .info_code {
        font-size: 10pt;
    }
    /*.eighty { max-width: 60px; }
    .sixty{ max-width:60px; }*/
}
@media only screen and (min-width:768px) and (min-device-width:768px) {
    .main_content, .bbc_code, .highlight  {
        width: auto;
        max-width:768px;
    }
    .container {
        max-width: 768px;
    }
    .tinfodescription, .table_info{
        min-width: 70%;
        max-width: 70%;
        width: 70%;
        /*max-width: 768px;*/
    }
    .namae {
        width: auto;
        white-space: initial;
        /*text-overflow: ellipsis;*/
        overflow: visible;
    }
    .widget-recommend{
        width: 100%;
        max-width: 768px;
        margin-left: 2px;    
    }
    .blogthumbimg{
        height:calc(100%);
        width: calc(26em - 5px);
        /*max-height: 450px;*/
    }
    img.portrait{
        width: 133px;
        height: 178px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 600;
        /*height: 98%;*/
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 7px;
        margin-right: 7px;
    }
    .portrait-grid li {
        height: 180px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .chara_desc {
        width: auto;
    }
    .info_title{
        font-size: 14pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 11pt;
    }
    .bbc_code, .bbc_color, .infochar, .info_code {
        font-size: 10pt;
    }
}
@media only screen and (min-width:801px) and (min-device-width:801px) {
    .main_content, .bbc_code, .highlight  {
        width: auto;
        max-width:800px;
    }
    .container {
        max-width: 800px;
    }
    .tinfodescription, .table_info{
        min-width: 70%;
        max-width: 70%;
        width: 70%;
        /*max-width: 768px;*/
    }
    .namae {
        width: auto;
        white-space: initial;
        /*text-overflow: ellipsis;*/
        overflow: visible;
    }
    .widget-recommend{
        width: 100%;
        max-width: 800px;
        margin-left: 2px;    
    }
    .blogthumbimg{
        height:calc(100%);
        width: calc(26em - 5px);
        /*max-height: 450px;*/
    }
    img.portrait{
        width: 133px;
        height: 178px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 600;
        /*height: 98%;*/
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 7px;
        margin-right: 7px;
    }
    .portrait-grid li {
        height: 180px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .chara_desc {
        width: 800px;
    }
    .info_title{
        font-size: 14pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 11pt;
    }
    .bbc_code, .bbc_color, .infochar, .info_code {
        font-size: 10pt;
    }
}
@media only screen and (min-width:992px) and (min-device-width:992px) {
    .main_content, .bbc_code, .highlight  {
        width: auto;
        max-width:992px;
    }
    .container {
        max-width: 992px;
    }
    .tinfodescription, .table_info{
        min-width: 69%;
        max-width: 992px;
        width: 70%;
    }
    .namae {
        width: auto;
        white-space: initial;
        /*text-overflow: ellipsis;*/
        overflow: visible;
    }
    .widget-recommend{
        width: 100%;
        max-width: 992px;
        margin-left: 2px;    
    }
    .blogthumbimg{
        height:calc(100%);
        width: calc(26em - 5px);
        /*max-height: 450px;*/
    }
    img.portrait{
        width: 150px;
        height: 200px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 650;
        /*height: 100%;*/
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 10px;
        margin-right: 10px;
    }
    .portrait-grid li {
        height: 200px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .chara_desc {
        width: 992px;
    }
    .info_title{
        font-size: 14pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 12pt;
    }
    .bbc_code, .bbc_color, .infochar, .info_code {
        font-size: 10pt;
    }
}
@media only screen and (min-width:1200px) and (min-device-width:1200px) {
    .main_content {
        width: auto;
        max-width:1200px;
    }
    .container {
        max-width: 1200px;
    }
    .tinfodescription, .table_info{
        min-width: 65%;
        max-width: 1200px;
        width: 70%;
    }
    .widget-recommend{
        width: 100%;
        max-width: 1190px;
        margin-left: 2px;    
    }
    .blogthumbimg{
        height:calc(100%);
        width: calc(26em - 5px);
        /*max-height: 450px;*/
    }
    img.portrait{
        width: 150px;
        height: 200px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 650;
        /*height: 100%;*/
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 13px;
        margin-right: 13px;
    }
.portrait-grid li {
        height: 200px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .info_title{
        font-size: 14pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 12pt;
    }
    .infochar, .bbc_color, .bbc_code {
        font-size: 10pt;
    }
}
@media only screen and (min-width:1600px) and (min-device-width:1600px) {
    .main_content {
        width: auto;
        max-width:1200px;
    }
    .container {
        max-width: 100%;
    }
    .tinfodescription, .table_info{
        min-width: 65%;
        max-width: 1600px;
        width: 70%;
    }
    .widget-recommend{
        width: 100%;
        max-width: 1600px;
        margin-left: 2px;    
    }
    .blogthumbimg{
        height:calc(100%);
        width: calc(26em - 5px);
        /*max-height: 450px;*/
    }
    img.portrait{
        width: 150px;
        height: 200px;
        font-size: 30%;
        padding: 0px;
    }
    .title-recommend {
        font-weight: 650;
        /*height: 100%;*/
    }
    .portrait-grid, .widget-title, .table_info, .main_content, .bbc_code, .chara_desc, .namae {
        margin-left: 16px;
        margin-right: 16px;
    }
.portrait-grid li {
        height: 200px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .info_title{
        font-size: 14pt;
    }
    .widget-title, .bbc_code_title {
        font-size: 12pt;
    }
    .infochar, .bbc_color, .bbc_code {
        font-size: 10pt;
    }
}