@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/*
コメントなしを非表示
*/
.su-posts-default-loop .su-post-comments-link { display:none; }

/*
ページヘッダ画像
*/
.page-header-image {
    width: 100%;
    overflow: hidden;
}
 
.page-header-image img {
    width: 100%;
}


/* ページタイトルのスタイル */
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
    color: #ffff;
    margin: 18px 0 14px;
    font-size: 22px;
}

/* ロゴ右側のブロック */
.logo-after {
    display: block;
    max-width: 155px;
    float: right;
}
 
.logo-after img {
    max-height: 60px;
}

/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
