.yads_ad {
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", helvetica, arial, sans-serif;
    position: relative;
    text-align: left;
    width: 100%;
    height: 90px;
}

.yads_ad div {
    line-height: 1.5;
}

.yads_ad_item {
    text-decoration: none;
    color: #000;
    background: #fff;
    display: flow-root;
    padding: 5px;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
}

.yads_ad_img {
    width: 153px;
    height: 80px;
    margin-right: 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.yads_ad_img_res_s {
    width: 80px;
}

.yads_ad_img img {
    max-width: 100%;
    max-height: 100%;
}

.yads_ad_title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 6px;
}

.yads_ad_adv {
    font-size: 12px;
}

.yads_ad_desc {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.yads_ad_info {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

.yads_ad_info i {
    background: #fff !important;
}

.yads_ad_button {
    color: #fff;
    background: #000;
    font-weight: bold;
    position: absolute;
    font-size: 14px;
    text-align: center;
    top: 10px;
    right: 20px;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.yads_ad_button:before {
    content: "";
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    inset: 0 10px 0 auto;
    margin: auto;
    width: 7px;
    height: 7px;
    display: block;
}
