.tv-program-item {
    border-style: none;
    margin-top: 16px;
}

.tv-program-item__img {
    padding-left: 12px;
    display: table-cell;
}

.link.tv-program-item__link {
    height: initial;
    height: auto;
}

.tv-program-item:first-child {
    margin-top: 0px;
}

.tv-program-item__thumbnail {
    width: 120px;
    height: 68px;
    background: #efefef no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.tv-program-item__main {
    width: 300px;
    height: 68px;
    display: table-cell;
    vertical-align: middle;
}

.tv-program-item__title {
    height: initial;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 20px;
}

.tv-program-item__title--abema {
    -webkit-line-clamp: 2;
    max-height: 40px;
}

.tv-program-item__title--ipg {
    -webkit-line-clamp: 1;
    max-height: 20px;
}

.tv-program-item__meta {
    margin-top: 12px;
}

.tv-program-item__broadcaster, .tv-program-item__date {
    height: initial;
    margin-top: 4px;
    font-size: 1.2rem;
    line-height:1.4rem;
    max-height: 1.4rem;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.tv-program-item__meta p:first-child {
    margin-top: 0px;
}
