@charset "utf-8";

.ad-aside-billboard,
.ad-aside-rectangle {
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.ad-aside-billboard {
    height: 180px;
    min-height: 180px;
}
.ad-aside-rectangle {
    min-height: 280px;
}
.ad-aside_other_infeed {
    min-height: 102px;
    margin-bottom: 20px;
}
.ad-aside_newrecipe_infeed,
.ad-aside_newcolumn_infeed {
    display: flex;
    align-items: center;
    min-height: 84px;
    background: url(https://s.eximg.jp/woman/jp/woman/img/common/noad.png) center center/15% auto no-repeat;
}
.ad-aside_newrecipe_infeed > div,
.ad-aside_newcolumn_infeed > div {
    width: 100%;
}
.ad-aside_newcolumn_infeed,
.ad-aside_newrecipe_infeed {
    margin-bottom: var(--def-space);
}

.gpt_pc_erecipe_mainecolumn_rec_wrap {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
#gpt_pc_erecipe_overlay {
    /* 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; */
}
