/*
 Theme Name:   Lightning Child
 Theme URI:    https://campusweb.oplanning.com/lightning-child/
 Description:  Lightning Child Theme
 Author:       Sumida
 Author URI:   https://campusweb.oplanning.com
 Template:     lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  lightning-child
*/

.headertop {
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,.04);
    font-size: 12px;
}

.vk-mobile-nav-menu-btn {
    left: auto;
    right: 5px;
}


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

table th {
    background-color: #add8e6;
}

@media (min-width: 992px) {
p {
    font-size:14px;
    } 
}

/*テーブルを横スクロールに変更*/
/*　※functionですべてのテーブルにクラスを振っています */
.scrollable-table table{
  border-collapse: collapse;
  margin: 1em 0;
  max-width: 100%;
}

.scrollable-table th{
  background-color: #eee;
}

.scrollable-table th,
.scrollable-table td{
  border: solid 1px #ccc;
  padding: 3px 5px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
.ltg-slide-text-title {
  font-size: 56px;
}
}

