.bl_contents_right {
    width: 300px;
}

.bl_side_content {
    margin-bottom: 30px;
    background-color: #fff;
}

.bl_side_content_head {
    padding: 10px;
    background-color: #FCD8C7;
    border: 0 #e50012 solid;
    border-top-width: 5px;
    font-size: 17px;
    color: #e50012;
    text-align: center;
}

.bl_contents_right .el_tabList {
    display: flex;
    background-color: #e50012;
    border: 0 #e50012 solid;
    border-bottom-width: 3px;
}

.bl_contents_right .el_tabItem {
    font-size: 14px;
    flex: 1;
    cursor: pointer;
    color: #fff;
    background: #b1b1b1;
    padding: 10px 0;
    text-align: center;
}

.bl_contents_right .el_tabItem.active {
    background: #e50012;
}

.bl_contents_right  .el_tabContentsBox {
    margin-bottom: 10px;
}

.bl_contents_right .el_moreView {
    margin-bottom: 10px;
}

/* ランキング */

.bl_side_ranking_list {
    display: flex;
    flex-wrap: wrap;
}

.bl_side_ranking_list_item {
    display: block;
    width: 50%;
    padding: 10px;
    border: 0 solid #d3d3d3;
    border-width: 0 1px 1px 0;
}

.bl_side_ranking_list_item:nth-child(even) {
    border-right-width: 0;
}

.bl_side_ranking_list_item_img {
    margin-bottom: 10px;
    text-align: center;
}

.bl_side_ranking_list_item_img img {
    height: 190px;
}

.bl_side_ranking_list_item_detail {
    text-align: left;
}

.bl_side_ranking_list_item_name {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.bl_side_ranking_list_item_maker {
    font-size: 11px;
    color: #a49e9e;
}

.el_unit_contents {
    display: flex;
    padding: 7px;
    min-height: 100px;
    max-height: 100px;
}

.el_unit_contents_Img {
    height: 100%;
    width: 55px;
    padding-right: 7px;
    transition: all 0.3s ease;
    text-align: center;
}

.el_unit_contents_Img img {
    max-height: 88px;
    max-width: 100%;
}

.el_unit_contents_TxtBox {
    width: calc(100% - 55px);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.el_arrowWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.el_arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    padding: 0 0 0 28px;
}

.el_arrow::before,
.el_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.el_arrow::before {
    left: 8px;
    box-sizing: border-box;
    width: 5px;
    height: 4px;
    border: 5px solid transparent;
}

.el_arrow::after {
    left: 0;
    width: 8px;
    height: 4px;
}

.el_arrow_same::before {
    border-left: 5px solid #5ead54;
}

.el_arrow_same::after {
    border-left: 8px solid #5ead54;
}

.el_arrow_down {
    -webkit-transform: rotate(135deg);
    transform: rotate(405deg);
    margin: 9px 0 0 0;
}

.el_arrow_down::before {
    border-left: 5px solid #4383aa;
}

.el_arrow_down::after {
    border-left: 8px solid #4383aa;
}

.el_arrow_up {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 2px 8px 0px;
}

.el_arrow_up::after {
    border-left: 8px solid #ec3833;
}

.el_arrow_up::before {
    border-left: 5px solid #ec3833;
}

.el_newRank {
    color: #e20001;
    margin-right: 7px;
    font-weight: bold;
    font-size: 10px;
}

.el_ranking_color1 {
    background: #dab14e;
}

.el_ranking_color2 {
    background: #9f9f9f;
}

.el_ranking_color3 {
    background: #d3987c;
}

.el_ranking_color {
    background: #666666;
}

.bl_ranking_rank {
    width: 4em;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    margin-right: 5px;
}

.el_unit_contentsTtl {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.1;
    text-align: left;
}

.el_unit_contents_companyTxt {
    color: #a49e9e;
    font-size: 11px;
}

.el_unit_contents_subTxt {
    align-self: end;
    text-align: right;
    color: #a49e9e;
    font-size: 11.5px;
}

/* 新台導入日 */

.el_unit_dailyBox {

}

.el_unit_contentsBox:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.el_bg_half_bl {
    display: flex;
    border: #1159d8 solid 1px;
    font-weight: bold;
    font-size: 11px;
}

.el_bg_half_bl-l {
    background: #2e3bd3;
    color: #fff;
    padding: 2px 10px;
}

.el_bg_half_bl-r {
    color: #2e3bd3;
    padding: 2px 10px;
}

.el_bg_half_rd {
    display: flex;
    border: #ec3833 solid 1px;
    font-weight: bold;
    font-size: 11px;
}

.el_bg_half_rd-l {
    background: #ec3833;
    color: #fff;
    padding: 2px 10px;
}

.el_bg_half_rd-r {
    color: #ec3833;
    padding: 2px 10px;
}

.el_release_day {
    display: flex;
    align-items: center;
    padding: 10px;
    background-image: url('https://nana-press.com/component/img/release_day_back.jpg');
    background-size: cover;
    font-size: 16px;
    color: #fff;
}

.el_release_day img {
    margin-right: 10px;
}

/* ボタン */
.el_side_btn {
    margin-bottom: 15px;
}

.el_side_btn:last-child {
    margin-bottom: 30px;
}

/* 索引 */

.bl_contents_right .bl_info_detail_head_img {
    display: none;
}

/* サイド */

.bl_sideSearchbox {
    margin-bottom: 15px;
}

.bl_sideSearchbox .bl_info_search_window {
    width: 100%;
}

.bl_sideSearchbox form {
    margin: 0 auto;
    width: 95%;
    height: 46px;
}

.bl_sideSearchbox .bl_info_search_head {
    margin: 0 0 15px;
    background-color: #e50012;
    color: #fff;
    padding: 7px 0;
    font-size: 17px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    /* 厳選攻略情報 */

    .el_captureInfo_topContentsBox {
        margin-bottom: 0;
    }

    .el_captureInfo_topContents {
        display: block;
        padding: 10px;
        border: 0 solid #d3d3d3;
        border-bottom-width: 1px;
    }

    .el_captureInfo_topContentsImg {
        margin-bottom: 10px;
    }

    .el_captureInfo_topContentsTxtBox {
        margin-left: 0;
    }

    .el_captureInfo_topContentsHead {
        font-size: 15px;
    }

    .el_captureInfo_contentsItem {
        width: calc(100% / 2);
        padding: 10px;
        border: 0 solid #d3d3d3;
        border-width: 0 1px 1px 0;
    }

    .el_captureInfo_contentsItem:last-child {
        display: none;
    }

    .el_captureInfo_contentsItem:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .el_captureInfo_contentsTtl {
        margin-bottom: 0;        
    }

    .el_captureInfo_topContentsTxt {
        display: none;
    }

    /* サイド */

    .bl_side_content {
        margin-bottom: 10px;
    }

    .bl_contents_right {
        width: 100%;
    }

    .el_side_btnList {
        display: none;
    }
}