<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Lightning-child
Template:lightning
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:8.0.4
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2019 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/

.row .gMenu_outer{
  width: 100%;/*æ¨ªå¹…ã„ã£ã±ã„ã«ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚’åºƒã’ã‚‹*/
}

.row .gMenu_outer .menu-main-menu-container ul{
  display: flex; /*ãƒ•ãƒ¬ã‚­ã‚·ãƒ–ãƒ«ãƒœãƒƒã‚¯ã‚¹*/
  text-align: center; /*ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°ã¯å¥½ã¿ã§*/
  width: 100%;/*æ¨ªå¹…ã„ã£ã±ã„ã«ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚’åºƒã’ã‚‹*/
}

.row .gMenu_outer .menu-main-menu-container ul li{
  width: calc(100% / 6);/*ãƒ¡ãƒ‹ãƒ¥ãƒ¼ç­‰åˆ†å‰²*/
}
.row .gMenu_outer .menu-main-menu-container ul li a strong{
    font-size: large; /*ãƒ¡ã‚¤ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºã®è¨­å®š*/
}
h3{
  margin: 0.5em 0 0.2em;
}

h2 {
  padding: .5em .75em;
  background-color: #ffb937;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  font-weight: bold;
  color:#ffffff;
}

h1 {
  padding: .5em .75em;
  background-color: #ffb937;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  font-weight: bold;
  color:#ffffff; 
}
/*ãƒ­ã‚´ã®èƒŒæ™¯è‰²è¨­å®š*/
h1 .page-header_pagetitle{
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

h3 strong {
  color: #FF3366;
}

.subSection-title ,h3{
  border-bottom:0px;
}

h3:after, .subSection-title:after {
  border-bottom-color: #ffffff;
}

.siteHeader_logo img {
  max-height: 200px;
}

.canter-block a img{
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,1);
}

table tbody tr td{
  border-bottom: 1px solid rgba(0,0,0,1);
  border-left: 1px solid rgba(0,0,0,1);
  border-right: 1px solid rgba(0,0,0,1);
}

.col-sm-4 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0px solid rgba(0,0,0,.05);
}

.col-sm-4 table tbody tr td{
  border-bottom: 0px solid rgba(0,0,0,.05);
  border-left: 0px solid rgba(0,0,0,1);
  border-right: 0px solid rgba(0,0,0,1);
}

table .has-fixed-layout{
  border:11px solid rgba(0,0,0,.05);
  border-collapse: separate;
}

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