/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
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.
Tags: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,theme-options
Version: 3.1.0.1496725096
Updated: 2017-06-06 13:58:16

*/

/*originproのヘッダートップを非表示
.headerTop  { display: none; }*/

/*テーブルの装飾上下左右に　1px　実線　黒*/
table {
   border-collapse: collapse;
   border-top: 1px #000;
}
table th, table td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 8px;
}

h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }

h2, .mainSection-title {
border-bottom: 2px solid #c93e5a;
}

h3, .subSection-title {
border-bottom: 2px solid #c93e5a;
border-left: 8px solid #c93e5a;
font-size: 22px;
padding-bottom: 0px;
padding-left: 5px;
}

h4 {
    padding: 10px 15px 8px;
    background-color: #fff;
    border-bottom: 2px solid #c93e5a;
    border-radius: 0px;
}

h5 {
    padding: 7px 7px 3px;
    border-top: 0px solid #fff;
    border-bottom: 2px dotted #c93e5a;
    background-color: #fff;
}

/*　サイドバーの見出しのカスタマイズ*/
h3:after, .subSection-title:after {
    border-bottom-color: inherit;
}

.widget .subSection-title {
    margin-top: 0;
  padding-left:8px;
   padding-top:3px; 
    padding-bottom: 0;
    font-size: 20px;

   border-left: 5px solid #c93e5a;
    border-right: 1px solid #c93e5a;
    border-top: 1px solid ##c93e5a;
    border-bottom: 1px solid #c93e5a;
  background-color: #fff
}

@media screen and (min-width: 992px) {
.menu li {
      border-left: 0px solid #ccc;
      border-right: 0px solid #ccc;
	  border-top: 0px solid #ccc;
      border-bottom: 1px solid #ccc;
	  width:140px;
	}
	
.nav {
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
ul.gMenu {
    float: left;
  }  

ul.gMenu > li > ul.sub-menu > li { left: -60px; }
ul.gMenu > li > ul.sub-menu li { width: 280px; } 
	
｝

/*　投稿記事タイトルの１文字目の色を黒にする*/
.mainSection header h1.entry-title:first-letter, .single h1.entry-title:first-letter {
    color: inherit;
}
