@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }

blockquote {
     font-size: 100%;
}

footer .copySection p:nth-child(2) {
    display:none !important;
    }



/* カテゴリが太すぎる問題の対応 */
/*参考：http://www.nijinohashi.info/wordpressmemo/lightning/　*/  
.page-header {
    margin-top: 0; margin-bottom: 0; padding-bottom: 0;
}
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 15px 0 15px; font-size: 20px; line-height: 1.1;
}
@media (min-width: 992px) {
    .page-header_pageTitle, h1.page-header_pageTitle:first-child {
        margin: 15px 0 15px; font-size: 20px;
    }
}

/* 2017.11.14 記事のタイトルの上に空白ができる問題の対応 */
.siteContent {
    padding: 0.5em 0 3.5em;
}

/* ページタイトルにアイコンを付加 */
/* 参考：https://www.nishi2002.com/23404.html */
.page-header_pageTitle:before {
    content: '\f046';
    font-family: FontAwesome;
}

/* アイキャッチ画像を中央に配置 */
.attachment-large {
/*max-width:50%;*/
display: block;
margin: 0 auto;
}

/*行間*/
.entry-body{
line-height: 1.8;
}

/*横長の表を横スクロール*/
.table-scroll table{
  border-collapse: collapse;
  margin: 1em 0;
  max-width: 100%;
}
 
.table-scroll th{
  background-color: #eee;
}
 
.table-scroll th,
.table-scroll td{
  border: solid 1px #ccc;
  padding: 3px 5px;
/*  white-space: nowrap;*/
}
 
.table-scroll {
  overflow-x: auto;
  margin-bottom: 1em;
}

/*数式を左寄せ*/
/*
headerに移動した。
headerへの追記はメニュー「設定 -> Insert headers and Footers」
.MathJax_Display {
  text-align: left !important;
  text-indent: 1em !important;
  font-size: 0.9em !important;
}*/

/*数式のフォントサイズをheaderで変える方法がわからないのでこちらで調整*/
.MathJax_Display {
  font-size: 0.95em !important;
}

/*数式が横にはみ出たときにスクロールバーを出す*/
.MathJax_Display {
    overflow-x: auto;
    overflow-y: hidden;
}

