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

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

/* kakko-number
 * リスト表示時にナンバーを括弧つきで表示する
 */
.kakko-number li {
	list-style-type: none;
	counter-increment: cnt;
}
.kakko-number li::before {
	content: "(" counter(cnt) ") ";
}

/* ログ画像の大きさ設定 */
.navbar-brand img {
max-height: 70px;
}

/* 罫線なしテーブル */
.noborder table, th, td, tr, tbody {
    border:none !important;
	
}
