.bx-caption{
    width: 100%;
    cursor: pointer;
}

.article .right {
    clear: both;
    float: right;
    margin: 0 0 0 20px;
}

.article .left {
    clear: both;
    float: left;
    margin: 0 20px 0 0;
}

.article .center {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.paginate_item {
    margin: 0 5px 0 5px;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------------------------------------
サポートトップ->優待記事のサマリーの行数指定
---------------------------------------------------*/
#content .content-inner .col-l .col-l-inner .box-red .list-bgw li .summary1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-left: 10px;
    font-size: 13px;
    color: #616161;
}

/* 検索結果ハイライト用 */
.highlight {
   background: yellow;
}