First Commit

This commit is contained in:
2026-05-27 11:44:02 +09:00
commit 1de0de1fc5
2352 changed files with 198354 additions and 0 deletions

View File

@ -0,0 +1,16 @@
/* sub tab */
.sub_tab {
width:100%;
height:60px;
background-color:#f6f6f6;
box-shadow:5px 8px 15px rgba(0,0,0,0.2);
border-bottom:1px solid #eaeaea;
box-sizing:border-box;
z-index:9999999;
position:relative;
overflow: hidden;
}
.sub_tab .inner {
width:1240px;
padding:0 20px;
}