@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */
/* サムネイルサイズ指定 2022-04-28 ohkin */
.entry-thumb img {
    width: 150px;
    height: auto;
}


/* 以下の設定追加 ohkin 2023-11-16 */
/* Simplicity2 サイト幅 PC */
#header-in, #navi-in, #body-in, #footer-in{
     width: 1000px;
}
#main {
     width: 700px;
}

#sidebar {
     width: 290px;
}

/* トップページの各投稿見出し */
.entry h2 a {
    font-size: 20px;
}

/* 投稿ページの見出し */
.article h1 {
    font-size: 24px;
}

/* 行間を調整する */
.line001 {
    line-height:1px;
}

/* サイトタイトル */
#site-title{
  margin-top:120px;
  font-size: 30px;
}

/* サイドバー のフォント */
#sidebar {
    font-size: 14px;
}


/* --- Syntax Highlight フォント設定 (特異性を最大化) --- */
/* IDと複数のクラスを組み合わせて、強制的にフォントを上書きします。 */

/* Simplicity2のメインコンテンツ内の SyntaxHighlighter の全要素を対象 */
#main div.syntaxhighlighter,
#main div.syntaxhighlighter * { /* * を使い、内部のすべての要素に適用を試みる */
    font-family: "Ricty", "Osaka-等幅", "VL Pゴシック", monospace !important; 
}