/*
Theme Name:Temjiku child
Theme URI:
Description:WordPressテーマ「TENJIKU」の自作子テーマです。
Template:tenjiku_tcd091
Author:Takashi Yamada
Author URI:https://tcd-theme.com/
Version:0.0.8
*/

/*タイトルを左寄せ*/
.cb_design_content .catch {
    line-height: 1.5;
    margin: -5px 0 28px;
    text-align: left;
}

.cb_design_content .desc {
    margin: -10px 0 50px 0;
    text-align: left;
}


/*スティッカーの色変更*/
#index_news_ticker .entry-date {
    color: #fff;!important
}

#index_news_ticker .line {
    background-color: #fff;!important
}