    @charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002

#main .widgets {
    margin-top: 1px;
    margin-bottom: 20px;
}



/************************************
 個別記事の幅
************************************/
.article {
    width: 90%;
    margin: 0 auto;
}




/*---------------------------------
 Simplicity子テーマ用のコメント投稿スタイルを書く 
--------------------------------*/

.comment-notes,
.comment-form-email,
.comment-form-url,
.form-allowed-tags{
  display:none;
}

/************************************
 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;}
}


/*---------------------------------
トップページの記事タイトルの色、大きさ変更、右側移動
--------------------------------*/

.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: 15px;
}





/*---------------------------------
トップページの日付・コメントの大きさ変更
--------------------------------*/

.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;
}


/*---------------------------------
トップページにカテゴリ表示
--------------------------------*/

.entry .post-meta .category {
    display: inline;
}

.entry .post-meta .category {
    margin: 0;
    font-size: 10px;
}


/************************************
** サイドバー（Sidebar）・ウィジェットのマージン高さ小さくした　サイドの文字小さくした
************************************/
#sidebar h3{
margin-top: 5px;
  margin-bottom: 0px;
  font-size:20px;
}


#sidebar {
    font-size: 14px;
}

/************************************
** トップページのマージン高さ小さくした
************************************/
#main .widgets {
    margin-top: 2px;
    margin-bottom: 2px;
}
/************************************
** トップページbodyのマージン高さ小さくした
************************************/
#body {
    margin-top: 0px;
}

/************************************
** トップページ 題名を2行分の高さにした
************************************/
.entry-card-content h2 {
    height: 50px;
}


.widget-index-top {
    margin-bottom: 0px;
}


/************************************
** ヘッダー広告の高さを変えた
************************************/
.ad-header-widget {
    position: absolute;
    right: 0;
    width: 728px;
    height: 90px;
    top: 0px;
}