@charset "utf-8";

.ad-aside-billboard {
    height: auto;
    min-height: 180px;
    margin: 10px 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ad-aside-rectangle,
.ad-aside-pc-billboard {
    min-height: 280px;
}
.ad-aside-pc-billboard {
    height: 250px;
    min-height: 250px;
    margin: 7px 0;
}
.ad-aside-infeed {
    min-height: 124px;
}
.ad-aside-rec,
.ad-aside-inarticle {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    min-height: 280px;
}
.ad-aside-recommend-widget {
    min-height: 410px;
}
.col-1 .ad-aside-infeed,
.col-2 .ad-aside-infeed {
    min-height: inherit;
    max-height: inherit;
}
.ad-aside-white-infeed {
    min-height: 85px;
    border-top: 1px solid #efefef;
}
.ad-aside-white-infeed + .ad-aside-white-infeed {
    border-top: none;
}
@media screen and (min-width:480px){
    .ad-aside-white-infeed .gpt_pc_news_top_white_infeed {
        height: 124px;
    }
    .ad-aside-white-infeed .gpt_pc_news_white_infeed {
        height: 113px;
    }
}
#gpt_pc_news_footer_overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #d6dee5;
    width: 100%;
    height: 90px;
}
