@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
*/

/* レスポンシブテーブル */
.table1{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  width: 100%;
}
.table1 th,
.table1 td{
  border: 1px solid #999;
  padding: 1em;
}
.table1 th{
  background: #eee;
  color: #666;
  font-weight: bold;
}
@media (max-width: 650px) {
    .table1{
      width: 100%;
    }
    .table1 th,
    .table1 td{
      display: block;
    }
    .table1 th,
    .table1 td{
      border-top: none;
      text-align: center;

    }
    .table1 tr:first-child th{
      border-top: 1px solid #999;
    }
  }

  }
/*ロゴ縮小防止*/
.siteHeader_logo img{
max-height: 100% !important;
}

#cbb,#cbb a{
  color: #eee;

}