No Description
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.

image.css 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @charset "utf-8";
  2. .image_left {
  3. float: left;
  4. }
  5. .image_right {
  6. float: right;
  7. }
  8. img.left {
  9. float: left;
  10. padding: 3px;
  11. border: 1px solid #CCCCCC;
  12. margin: 3px 10px 3px 0px;
  13. }
  14. img.right {
  15. float: right;
  16. padding: 3px;
  17. border: 1px solid #CCCCCC;
  18. margin: 3px 0px 3px 10px;
  19. }
  20. .template_image {
  21. width: 100%;
  22. }
  23. .publicFacility_img {
  24. width: 450px;
  25. }
  26. .canNotCollectGarbage_img {
  27. width: 400px;
  28. }
  29. .kitagataRecycleMap {
  30. text-align: center;
  31. display: block;
  32. padding: 3px;
  33. border: 1px solid #CCCCCC;
  34. margin-right: auto;
  35. margin-left: auto;
  36. width: 450px;
  37. height: 355px;
  38. }
  39. .vacantHouse_img {
  40. display: block;
  41. margin-left: auto;
  42. margin-right: auto;
  43. }
  44. .seryuuPeacePark_image_right1 {
  45. margin-right: 60px;
  46. }
  47. .seryuuPeacePark_image_left1 {
  48. margin-left: 60px;
  49. }
  50. .seryuuPeacePark_image_right2 {
  51. margin-right: 22px;
  52. }
  53. .seryuuPeacePark_image_left2 {
  54. margin-left: 22px;
  55. }
  56. .act_on_productivity_improvement_special_measures_law_img {
  57. width: 600px;
  58. }
  59. .useStrict_img {
  60. width: 450px;
  61. height: 874px;
  62. }
  63. .urbanFacility_img {
  64. width: 450px;
  65. height: 934px;
  66. }
  67. .budget_img {
  68. width: 452px;
  69. }
  70. .policyCouncil_imageWrapper {
  71. display: flex;
  72. width: 600px;
  73. justify-content: center;
  74. margin: 25px;
  75. }
  76. .policyCouncil_towRow_imageWrapper {
  77. width: 325px;
  78. justify-content: center;
  79. }