Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @charset "utf-8";
  2. /* **********************************************
  3. * footer定義 css
  4. *
  5. * 画面の大きさ・位置定義
  6. *
  7. *
  8. ********************************************** */
  9. /*
  10. * 2014/02/26
  11. * footer 大きさ定義
  12. *
  13. */
  14. footer {
  15. position: relative;
  16. display: block;
  17. width: 920px;
  18. height: 110px;
  19. bottom: 0px;
  20. margin: 0px 10px 0px 0px;
  21. padding: 0;
  22. }
  23. div.footer{
  24. position: relative;
  25. display: block;
  26. width: 920px;
  27. height: 80px;
  28. }
  29. p.footer_text{
  30. margin:2px auto;
  31. text-align:center;
  32. font-size:12px;
  33. }
  34. p.footer_text a{
  35. text-decoration:none;
  36. }