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.

table.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. @charset "utf-8";
  2. /* **********************************************
  3. * table定義 css
  4. *
  5. *
  6. ********************************************** */
  7. table.infokitagata {
  8. font-size: 85%;
  9. background-color: #fff;
  10. }
  11. table.infokitagata caption {
  12. vertical-align: top;
  13. text-align: left;
  14. background-color: #add8e6;
  15. padding: 3px;
  16. border: 2px solid #ffffff;
  17. }
  18. table.infokitagata th {
  19. vertical-align: top;
  20. font-weight: normal;
  21. text-align: left;
  22. background-color: #add8e6;
  23. }
  24. table.infokitagata td {
  25. vertical-align: top;
  26. text-align: left;
  27. background-color: #dcdcdc;
  28. }
  29. .childCareTime {
  30. border: 0;
  31. cellpadding: 3;
  32. cellspacing: 2;
  33. width: 650px;
  34. }
  35. strong#life {
  36. border: 1px solid #999999;
  37. padding: 2px;
  38. line-height: 160%;
  39. margin: 0px;
  40. }
  41. strong.life {
  42. border: 1px solid #999999;
  43. padding: 2px;
  44. line-height: 160%;
  45. margin: 0px;
  46. }
  47. h4#life {
  48. clear: both;
  49. margin: 10px 0px 5px 3px;
  50. padding: 4px 50px 4px 20px;
  51. _padding: 6px 50px 6px 22px;
  52. font-size: 95%;
  53. border: 1px solid #666699;
  54. border-left: 4px solid #666699;
  55. }
  56. .left {
  57. float: left;
  58. }
  59. .right {
  60. float: right;
  61. }
  62. #right {
  63. float: right;
  64. padding: 3px;
  65. border: 1px solid #CCCCCC;
  66. margin: 3px 0px 3px 10px;
  67. }
  68. .clear {
  69. clear: both;
  70. }
  71. h2#ad {
  72. height: 32px;
  73. margin: 10px 0px 0px;
  74. background-repeat: no-repeat;
  75. padding: 6px 0px 0px 15px;
  76. _padding: 8px 0px 0px 15px;
  77. font-size: 95%;
  78. clear: both;
  79. }
  80. p.attention_in {
  81. margin-top: 10px;
  82. margin-left: 5px;
  83. padding: 5px;
  84. border: 1px solid #FF9900;
  85. }
  86. h3#life {
  87. height: 20px;
  88. margin: 10px 0px 0px 2px;
  89. padding: 4px 0px 1px 15px;
  90. _padding: 6px 0px 2px 15px;
  91. font-size: 95%;
  92. border-left: 4px solid #6699CC;
  93. background-color: #eee;
  94. clear: both;
  95. border-bottom: 1px solid #ccc;
  96. border-right: 1px solid #ccc;
  97. }
  98. h3.life {
  99. height: 20px;
  100. margin: 10px 0px 0px 2px;
  101. padding: 4px 0px 1px 15px;
  102. _padding: 6px 0px 2px 15px;
  103. font-size: 95%;
  104. border-left: 4px solid #6699CC;
  105. background-color: #eee;
  106. clear: both;
  107. border-bottom: 1px solid #ccc;
  108. border-right: 1px solid #ccc;
  109. }
  110. span.template_intent {
  111. }
  112. .maginlist {
  113. position: relative;
  114. top: -18px;
  115. left: 33px;
  116. width: 610px;
  117. }
  118. .townDevelopment_introductionWrapper_left {
  119. margin: 10px 0 10px 20px;
  120. }
  121. .townDevelopment_introductionWrapper_right {
  122. margin: 10px 0 10px 20px;
  123. }
  124. .publicShelter_table {
  125. border: 0;
  126. margin-left: 300px;
  127. width: 51%;
  128. }
  129. .welfareShelter_table {
  130. border: 0;
  131. margin-left: 300px;
  132. width: 51%;
  133. }