@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */


/*---------------------------------
見出し
--------------------------------*/

.article h2{
font-size: 120%;
background-color: black;
color: #fff;
border-left: 0;
padding: 15px 30px;
}

.article h3{
 font-size: 1.3rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 5px 15px;
 border-left: 6px solid #3b6fb1;
 border-bottom: none !important;
 border-top: none !important;
 color: #000;
 margin:35px 0px 30px;
}

.article h4{
border-bottom: 2px solid #de5d12;
}


/* メタ情報の大きさを変更し、右側へ*/
.post-meta,.entry .post-meta a  {
    font-size: 12px;
    line-height: 160%;
}

.entry .post-meta {
    text-align: right !important;
}

/* リストタグを修正 */
.article li {
  margin: 0 0 7px;
  line-height: 1.7;
  position: relative;
  padding-left: 10px;
}

ul ul {
    margin-left: -1.5em;
}

/* 関連リンク */
.article .knlk {
	border-left: 5px solid #3c8dc7;
	border-bottom: 1px solid #87a6bc;
	padding:0 0 0px 5px;
	margin: 50px 0px -10px 0px;
}

/* ビデオ埋め込み */
.video-container,
.instagram-container,
.facebook-container{
  max-width:100%;
  max-height:auto;
}

/* アイキャッチ */
.eye-catch{
  line-height: 100%;
  text-align: center;
}

/* 広告 */
.ad-space{
  margin: 0px 0px;
  clear:both;
}

/* テーブルの枠線を消す */
.nb td,
.nb tr {
  border: 1px solid transparent;
}


/* タイトル上広告のマージン変更 */
/*.widget-over-articletitle, */
/*.widget_pc_text{
 margin: 0 -24px 15px;
}*/