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

/* =====================

フッターのライセンス表記を非表示に変更

===================== */	

.site-footer-copyright p:nth-child(2) {
	display:none;
	}	


#tablepress-1 .row-1 .column-1,
#tablepress-1 .row-2 .column-1,
#tablepress-1 .row-3 .column-1{
  background-color: #83BF01 !important;
  font-weight: bold;

/* テーブルに枠線を表示する */
.entry-content table {
    border: 1px solid #EDEDED;
}


@media screen and (max-width : 767px){
  .alignleft, img.alignleft {
    display: inherit;
    float: none;
}
}
	
/* =====================

モバイルだけ文字を小さく表示する追加CSS

===================== */

@media (max-width: 767px) {
.entry-content {
font-size: 16px;
}
}

