@charset "utf-8";

.ad-aside-billboard,
.ad-aside-rectangle {
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    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_process_rectangle {
    min-height: 280px;
    padding-bottom: 10px;
    text-align: center;
}
.ad-aside_newcolumn_infeed,
.ad-aside_newrecipe_infeed {
    margin-bottom: var(--def-space);
}

.gpt_pc_erecipe_mainecolumn_rec_wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
