<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: Lightning Child ICTSG 2020
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/* スライダーの幅 */
.carousel-inner {
  max-width:1200px;
  margin: 0 auto;
}

/*メインセクションのタイトル */
.mainSection-title,
h1 {
}


.mainSection-title, h2 {
    background-color: #f5f5f5;
    padding: 14px 15px 10px;
    border-top: 0px solid red;
    border-left: 3px solid #337ab7;
    border-bottom: 1px solid #e9e9e9;
	line-height: 1;
}



.mainSection-title,
h3 {
}


/*ロゴ画像を元画像どおりのサイズで表示*/
.navbar-brand img {
max-height: none !important;
}

/* グローバルメニューのフォントサイズ */
ul.gMenu li{
font-size: 18px;
}

/* グローバルメニュー2行目のフォントサイズ */
.gMenu_description {
font-size: 14px;
line-height: 120%;
}

/*ヘッダーの部分の色を変更*/
.siteHeader {
}

.fa_v5_css .entry-meta_items.published::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
display:none;
}



/*タイトルの１文字目の色を変更しなくする*/
h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit;
 }

.widget_archive ul li a:before, .widget_categories ul li a:before, .widget_link_list ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_recent_entries ul li a:before{
	content :"\f138";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right:0.4em;
	speak: none;
	line-height: 1;
 }


.widget_archive ul li li a:before, .widget_categories ul li li a:before, .widget_link_list ul li li a:before, .widget_nav_menu ul li li a:before, .widget_pages ul li li a:before, .widget_recent_entries ul li li a:before{
	content :"\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right:0.4em;
	speak: none;
	line-height: 1;
}

</pre></body></html>