﻿@charset "UTF-8";

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

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


/* タイトルの非表示*/
#site-title, #site-description {
  display: none;
}

/* フォントサイズの変更、行間の変更 */
.article {
    font-size: 15px;
    line-height: 170%;
}
/* pタグ同士の行間 */
.article  p {
    margin: 15px 0;
}
/* モバイルメニューの位置・サイズ */
#mobile-menu a{
  right: 250px; 
  text-align:left;
  left: 6px;
  top: 32px;
  font-size: 15px;
  margin-top: 6px;
}

#the-content p:last-child {
  margin-bottom: 0;
}

.poste {
height:170px;
}

/* 「日付」「SNSボタン」「RSSボタン」を非表示 
#post-xx(1桁ならx) .article .post-meta { 
 display: none; */
} /* post-xx の .post-meta (日付とか更新日とか含む) の非表示 */
#post-xx ul.snsb {
 display: none; 
} /* post-xx の 下部SNSボタンの非表示 */
#post-xx #sns-group {
 display: none; 
} /* post-xx の下部シェアボタン周りの非表示 */
#post-xx .post-author, .footer-post-meta .edit {
 display: none; 
} /* post-xx の下部投稿者名と編集リンクの削除 .edit の有無は関係ナス */

/* アンダーラインマーカの色の変更 */
.marker-under-green {
 background: linear-gradient(transparent 60%, #66ccff 60%);
 }

/* アンダーラインカスタマイズ
#under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #66ccff 60%);
} */

/* グローバルメニューのフォント・サイズ設定 */
#navi ul li a {
  font-size: 13px;
}

/* グローバルメニューの子メニューサイズ最低幅 */
#navi ul.sub-menu,
#navi ul.children {
  min-width: 200px;
}
/* リストの行間を空ける */
#the-content ul li {
padding-top:10px;
padding-bottom:10px;
}

#the-content ol li {
 padding-top:10px;
 padding-bottom:10px;
 }

/* TOC+の行間を相殺css */
#toc_container ul li {
padding-top:0px;
padding-bottom:0px;
}

#toc_container ol li {
 padding-top:0px;
 padding-bottom:0px;
 }

/* 画像の枠 */
img.grid {border: solid 1px #3E3E3E;}
    
/* グローバルメニューの子メニューサイズ自動調整 */
#navi ul.sub-menu,
#navi ul.children {
  width: auto;       /* 文字数に応じて幅を自動調整 */
  white-space: nowrap; /* 改行を防ぐ */
}