#main_content {
    background-color: #ffffff;
}

.list_comic_image_container {
    /* width:150px; */
    /* max-height: 120px; */
    position: relative;
}

.box_comic_image_container .image_label,
.list_comic_image_container .image_label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0.9;
    padding: 0 5px;
}

.list_comic_image_container img {
    /* width: 100%; */
    /* width:auto; */
    /* width: 140px; */

    height: 120px;
    max-height: 120px;
    object-fit: cover;
}

/* @media (max-width: 767px) {
    .list_comic_image_container img {
        width: 120px;
    }
} */

.box_comic_image_container {
    position: relative;
    height: 120px;

}

.box_comic_image_container img {
    width: 100%;
    height: 120px;
    /* min-height: 100px;
  max-height: 120px; */
    object-fit: cover;
}


.sidebar_container {
    /* position: sticky;
    top: 60px; */
    /* background-color: #eeeeee; */
    /* height: 100%; */
    /* min-height: 300px; */
    padding: 6px;
}


.navigation_menu_container {
    background-color: #5271ff;
}

.navigation_menu_container a {
    /* background-color: #5271ff; */
}


.midashi_2 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
    font-weight: bold;
    margin: 5px 0px;
}


h1 {
    font-size: 1.0em !important;
}

h2 {
    font-size: 1.0em !important;
}



/* .comic_episord_row {
    height: 66px;
} */
