質問編集履歴

2

修正

2017/03/20 00:07

投稿

pun
pun

スコア7

test CHANGED
File without changes
test CHANGED
@@ -270,6 +270,324 @@
270
270
 
271
271
  ```ここに言語を入力
272
272
 
273
+ @media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
274
+
275
+
276
+
277
+ }
278
+
279
+ /* TEMPLATE Retina parts end*/
280
+
281
+
282
+
283
+ body, html {
284
+
285
+ width: 100%;
286
+
287
+ height: 100%;
288
+
289
+ margin: 0;
290
+
291
+ padding: 0;
292
+
293
+ }
294
+
295
+
296
+
297
+ /* INTERFACE */
298
+
299
+ body{
300
+
301
+ -webkit-text-size-adjust:100%;
302
+
303
+ background-color:white;
304
+
305
+ margin:0px;
306
+
307
+ padding:0px;
308
+
309
+ font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS 明朝", serif;
310
+
311
+
312
+
313
+ }
314
+
315
+
316
+
317
+ body {
318
+
319
+ background-color:none; !important;
320
+
321
+ }
322
+
323
+ html,body {
324
+
325
+ height: 100%;
326
+
327
+ }
328
+
329
+
330
+
331
+ .wrap {
332
+
333
+ position: absolute;
334
+
335
+ width: 100%;
336
+
337
+ height: 100%;
338
+
339
+ top: 0;
340
+
341
+
342
+
343
+ }
344
+
345
+
346
+
347
+
348
+
349
+ /* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
350
+
351
+ @media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
352
+
353
+
354
+
355
+ }
356
+
357
+ /* TEMPLATE Retina parts end*/
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+ /* INTERFACE */
366
+
367
+ body{
368
+
369
+ -webkit-text-size-adjust:100%;
370
+
371
+ background-color:white;
372
+
373
+ margin:0px;
374
+
375
+ padding:0px;
376
+
377
+ font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS 明朝", serif;
378
+
379
+
380
+
381
+ }
382
+
383
+ #layout_area{
384
+
385
+ max-width:1680px;
386
+
387
+ background-image:url("../img/main_004.jpg");
388
+
389
+ background-repeat:no-repeat;
390
+
391
+ background-position:center-top;
392
+
393
+ background-size:cover;
394
+
395
+ height:100%;
396
+
397
+ margin:0 auto;
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+ }
408
+
409
+
410
+
411
+ #header_area{}
412
+
413
+
414
+
415
+ #logo_area{
416
+
417
+ padding:10px 10px;
418
+
419
+
420
+
421
+ }
422
+
423
+
424
+
425
+ #title_area{
426
+
427
+ text-align:center;
428
+
429
+ margin-top:0px;
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+ }
440
+
441
+
442
+
443
+ #sub_title_area{
444
+
445
+ text-align:center;
446
+
447
+ margin-top:-40px;
448
+
449
+
450
+
451
+
452
+
453
+ }
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+ #menu {
476
+
477
+ width: 100%;
478
+
479
+ max-width:1680px;
480
+
481
+ margin:0 auto;
482
+
483
+ padding:0;
484
+
485
+ display:block;
486
+
487
+
488
+
489
+
490
+
491
+ }
492
+
493
+ #menu li{
494
+
495
+ display:block;
496
+
497
+ float: left;
498
+
499
+ width: 16.6666667%;
500
+
501
+ margin: 0;
502
+
503
+ padding:0;
504
+
505
+
506
+
507
+ }
508
+
509
+ #menu li a {
510
+
511
+ display: block;
512
+
513
+ padding:0 20px 0 20px;
514
+
515
+ background-color:;
516
+
517
+ color:white;
518
+
519
+ text-align: center;
520
+
521
+ text-decoration: none;
522
+
523
+ border-right:1px solid #4baacb;
524
+
525
+
526
+
527
+ }
528
+
529
+ #menu li:last-child a{
530
+
531
+ border: none;
532
+
533
+ }
534
+
535
+ #menu li a:link{
536
+
537
+ color:#000;
538
+
539
+ }
540
+
541
+ #menu li a:hover{
542
+
543
+ color:blueviolet;
544
+
545
+ }
546
+
547
+ #toggle {
548
+
549
+ display: none;
550
+
551
+ }
552
+
553
+
554
+
555
+ #footer_area{
556
+
557
+ max-width:1680px;
558
+
559
+ text-align:center;
560
+
561
+ border-top:1px solid #ffffff;
562
+
563
+ color:#ffffff;
564
+
565
+ }
566
+
567
+
568
+
569
+ }
570
+
571
+
572
+
573
+ #footer_area small{
574
+
575
+ font-size:12px;
576
+
577
+ }
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
273
591
  .image_pic{
274
592
 
275
593
  text-align:center;
@@ -282,7 +600,7 @@
282
600
 
283
601
  .about_description{
284
602
 
285
- width:400px;
603
+ width:600px;
286
604
 
287
605
  text-align:center;
288
606
 
@@ -350,10 +668,6 @@
350
668
 
351
669
  }
352
670
 
353
-
354
-
355
-
356
-
357
671
  ```
358
672
 
359
673
 

1

誤字

2017/03/20 00:06

投稿

pun
pun

スコア7

test CHANGED
File without changes
test CHANGED
@@ -248,7 +248,19 @@
248
248
 
249
249
  <small>&copy 2017 ALL RIGHTS RESERVED</small>
250
250
 
251
+ </div>
252
+
251
- <div id="place00">
253
+ </footer>
254
+
255
+
256
+
257
+
258
+
259
+ </body>
260
+
261
+ </html>
262
+
263
+
252
264
 
253
265
  ```
254
266