/*
Theme Name:solaris child
Theme URI:
Description:WordPressテーマ「solaris」の自作子テーマです。
Template:solaris_tcd088
Author:
Author URI:http://tcd-theme.com/
Version:0.0.8
*/

#index_news_ticker_wrap{
    top:758px;
    left:60px;
    z-index: 999;
    background: rgba(255,255,255,.6);
    width:618px;
    border-radius:8px;
}

#index_news_ticker{
    width: 100%;
}

.c_title{
    font-size:13px;
    font-weight: 600;
    color: #102235;
    padding:0 32px 0 7px;
    position: relative;
    margin-right: 32px;
}

.c_title::after{
    content:'';
    width:1px;
    height: 16px;
    background: #A5AFBA;
    position: absolute;
    right:0;
    top: 0;
}

#index_news_ticker_wrap .date{
    font-size:12px;
    color: #102235;
    font-weight:500;
}

#index_news_ticker_wrap .title{
    color: #102235;
    font-size:13px;
}