 
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002


/*---------------------------------
トップページの日付・コメントの大きさ変更
--------------------------------*/

.entry .post-meta .comments {
    display: inline;
}

.entry .post-meta .comment-count {
    margin: 0;
    font-size: 15px;
}



.entry .post-meta .post-date {
    margin: 0;
    font-size: 10px;
}

/************************************
 headerの横に広告を入れる
************************************/
.ad-header-widget {
  position: absolute;
  right: 0;
  width: 728px;
  height: 90px;
    top: 16px;
}
@media screen and (max-width: 767px){
.ad-header-widget {       display:none;}
}

/************************************
** ヘッダー広告の高さを変えた
************************************/
.ad-header-widget {
    position: absolute;
    right: 0;
    width: 728px;
    height: 90px;
    top: 0px;
}


/************************************
 個別記事の幅
************************************/
.article {
    width: 90%;
    margin: 0 auto;
}





/*---------------------------------
 Simplicity子テーマ用のコメント投稿スタイルを書く 
--------------------------------*/

.comment-notes,
.comment-form-email,
.comment-form-url,
.form-allowed-tags{
 display:none;
}


/*---------------------------------
トップページにカテゴリ表示
--------------------------------*/

.entry .post-meta .category {
    display: inline;
}

.entry .post-meta .category {
    margin: 0;
    font-size: 10px;
}


/*---------------------------------
トップページ　728サイズの広告が入るようにした
--------------------------------*/

#main {
    float: left;
    box-sizing: border-box;
    width: 740px;
    padding: 2px 2px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

/*---------------------------------
トップページ　728サイズの広告が入るようにしたため、個別ページの次前ページのやつの両サイドを消した
--------------------------------*/

.navigation {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    margin: 20px  40px;
}

/*---------------------------------
トップページの記事タイトルの色、大きさ変更、右側移動
--------------------------------*/

.entry-card-content h2 {
    height: 64px;
}

.entry h2 a {
  color:#192f60;
  font-size:16px;
  text-decoration:none;
  font-weight:bold;
  line-height: 0px;
}

.entry .post-meta {
    text-align:left;
    margin: 7px auto;
    padding-right: 0.1em;
}

.entry .post-meta {
    margin: 0;
	font-size: 14px;
}
