.top_site_logo {
    height: 46px;
}

@media (max-width: 992px) {
    #main_content {
        background-color: #ffffff;
    }
}

header {
    background-color: #383d42;
}

.site_catchphrase {
    color: #fff;
}

.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%;
    /* height: 100%; */
    max-height: 120px;
    object-fit: cover;
}

.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: #383d42;
}


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