/*
 Theme Name:   Lightning Child
 Template:     lightning
 Description:  Lightningテーマ用の子テーマ
*/

@import url("../lightning/style.css");

/* --- メニューバー固定表示用CSS --- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body {
  padding-top: 100px;
}
