@@ -150,10 +150,11 @@ header {
150
150
}
151
151
.header-inner {
152
152
display : flex ;
153
+ background : #fff ;
153
154
height : 70px ;
154
155
justify-content : space-between ;
155
156
align-items : center ;
156
- padding : 0 36 px ;
157
+ padding : 0 5 px ;
157
158
margin : 0 auto ;
158
159
}
159
160
.header-logoImg {
@@ -164,22 +165,22 @@ header {
164
165
margin-top : 10px ;
165
166
}
166
167
.searchArea {
167
- width : 350 px ;
168
- /* inputの幅 */
168
+ width : 500 px ;
169
+ /* inputの幅 */
169
170
height : 35px ;
170
171
background-repeat : no-repeat ;
171
172
/* 背景は繰り返さない */
172
173
background-position : 8px center ;
173
174
/* 背景の位置 */
174
175
background-size : auto 60% ;
175
176
/* 背景のサイズ */
176
- background-color : #eeeeee ;
177
+ background-color : #fff ;
177
178
/* 背景色 */
178
179
margin-top : 10px ;
179
180
/* サンプルは中央寄せ */
180
181
margin-left : 10px ;
181
182
/* アイコン間の左余白 */
182
- border-radius : 9999 px ;
183
+ border-radius : 10 px ;
183
184
/* 角丸 */
184
185
color : #687684 ;
185
186
/* 文字色 */
@@ -201,47 +202,51 @@ header {
201
202
/* フォーカス時背景色 */
202
203
}
203
204
.header-inner2 {
204
- background-color : #ffffff ;
205
+ background-color : #fff ;
205
206
display : flex ;
206
207
justify-content : space-between ;
207
208
align-items : center ;
208
209
width : 100% ;
209
210
margin : 0 auto ;
210
211
position : fixed ;
211
- height : 60 px ;
212
+ height : 45 px ;
212
213
z-index : 1 ;
213
214
}
214
215
.header-nav {
215
216
display : flex ;
216
- overflow-x : auto ;
217
+ overflow-x : scroll ;
217
218
white-space : nowrap ;
218
- height : 60px ;
219
+ height : 45px ;
220
+ width : 100% ;
219
221
}
220
222
.header-nav label {
221
- background : #FFFFFF ;
223
+ background : #FFF ;
222
224
border-left : 1px solid #CCCCCC ;
223
225
border-right : 1px solid #CCCCCC ;
226
+ border-bottom : 1px solid #bbbbbb ;
224
227
font-style : normal ;
225
- width : 125 px ;
228
+ width : 25 % ;
226
229
}
227
230
.pageChange {
228
231
display : block ;
229
232
/* 扱いやすいようにblock要素にする */
230
- font-size : 20 px ;
233
+ font-size : 16 px ;
231
234
/* 任意のフォントサイズにする */
232
235
font-weight : bold ;
233
236
/* 太字にする */
234
- color : #000 ;
237
+ color : #808080 ;
235
238
text-decoration-line : none ;
236
- padding : 5px 15px ;
237
- margin-top : 10px ;
239
+ padding : 10px 15px ;
238
240
}
239
241
.header-nav input :checked + label {
240
- background : #61d6d2 ;
241
- border : 1px solid #61d6d2 ;
242
+ background : #FFFFFF ;
243
+ border-top : 1px solid #bbbbbb ;
244
+ border-left : 1px solid #bbbbbb ;
245
+ border-right : 1px solid #bbbbbb ;
246
+ border-bottom : none ;
242
247
}
243
248
.header-nav input :checked + label .pageChange {
244
- color : #ffffff ;
249
+ color : #000 ;
245
250
}
246
251
.header-nav input {
247
252
display : none ;
@@ -284,25 +289,25 @@ header {
284
289
opacity : 0 ;
285
290
}
286
291
/* タブレット・スマートフォン用スタイル */
287
- @media (max-width : 971px ) {
288
- /* .header-logoImg {
292
+ /* @media(max-width: 971px) {
293
+ .header-logoImg {
289
294
width: 150px;
290
295
margin-top: 10px;
291
- } */
292
- /* .searchArea {
296
+ }
297
+ .searchArea {
293
298
width: 225px;
294
299
height: 30px;
295
- } */
296
- }
300
+ }
301
+ } */
297
302
/* スマートフォン用スタイル */
298
- @media (max -width : 647 px ) {
303
+ @media (min -width : 750 px ) {
299
304
.header-inner {
300
- padding : 0 5 px ;
305
+ padding : 0 36 px ;
301
306
}
302
- .searchArea {
307
+ /* .searchArea {
303
308
width: 225px;
304
309
height: 30px;
305
- }
310
+ } */
306
311
/* .header-inner {
307
312
display: block;
308
313
height: 35px;
0 commit comments