/*
 Theme Name:   Lightning Child
 Template:     lightning
 */
li {
  list-style: none;
}
.entry-meta-item.entry-meta-item-author,
.entry-meta-item.entry-meta-item-date{
  display: none;
}
.writer_manual .entry-body table th{
  width: 20%;
  vertical-align: top;
  background: #eee;
}
@media (max-width: 767px){
  .writer_manual .entry-body table th,
  .writer_manual .entry-body table td{
    width: 100%;
    display: block;
  }
}
ul.tab-title,
.tab-content ul{
  padding: 0;
}
ul.tab-title li,
.tab-content ul li{
  display: inline-block;
  margin-right: 15px;
}
.postList p.lead {
  font-weight: bold;
  border-bottom: 1px solid #a5a5a5;
}
.postList p.midashi-icom.lead{
  border-bottom: none;
}
@media (min-width: 992px){
.site-header--layout--nav-float .site-header-logo {
    width: auto;
}
.global-nav--layout--float-right .global-nav-list {
  width: 100%;
}
}
.primary_area{
  margin-bottom: 4em;
}
.primary_area a{
  background: var(--vk-color-primary);
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 0em;
  margin-bottom: 10px;
}
.primary_area a:hover{
  color: #fff;
  opacity: 0.7;
}
.site-footer{
  margin-top: 6em;
}
.entry-body table a{
  word-break: break-word;
}