@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */

/* グローバルナビを非表示（網代追加） */
/* #navi {
/*   display: none;
/* }

/* 本文表示記事の間隔を詰める（網代追加） */
hr.sep {
/*   border-bottom: 1px dotted #333333; /* 線のスタイル変更 */
  margin-bottom: -50px;
}

/* ブログカード（網代追加） */
.blog-card-content{
  margin-left:110px;
  line-height:120%;
  font-size:1.1em;
  margin-bottom: 0.5em;
}

/* 網代追加 */
.widget-under-page-sns-buttons-title {
	border: dotted 2px;
	padding: 10px;font-size: 24px;	
}
