/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


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


th {background-color: #ddd;}


/*キーワード入力*/
#keyword-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#keyword-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

#keyword-box input[type="text"] {
  padding: 10px;
  width: 80%;
  margin-top: 10px;
}