暫無描述
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 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. strong#life {
  30. border: 1px solid #999999;
  31. padding: 2px;
  32. line-height: 160%;
  33. margin: 0px;
  34. }
  35. h4#life {
  36. clear: both;
  37. margin: 10px 0px 5px 3px;
  38. padding: 4px 0px 4px 20px;
  39. _padding: 6px 0px 6px 22px;
  40. font-size: 95%;
  41. border: 1px solid #666699;
  42. border-left: 4px solid #666699;
  43. }
  44. .left {
  45. float: left;
  46. }
  47. .right {
  48. float: right;
  49. }
  50. #right{
  51. float: right;
  52. padding: 3px;
  53. border: 1px solid #CCCCCC;
  54. margin: 3px 0px 3px 10px;
  55. }
  56. .clear {
  57. clear: both;
  58. }
  59. h2#ad {
  60. height: 32px;
  61. margin: 10px 0px 0px;
  62. background-repeat: no-repeat;
  63. padding: 6px 0px 0px 15px;
  64. _padding: 8px 0px 0px 15px;
  65. font-size: 95%;
  66. clear: both;
  67. }
  68. p.attention_in {
  69. margin-top: 10px;
  70. margin-left: 5px;
  71. padding: 5px;
  72. border: 1px solid #FF9900;
  73. }
  74. h3#life {
  75. height: 20px;
  76. margin: 10px 0px 0px 2px;
  77. padding: 4px 0px 1px 15px;
  78. _padding: 6px 0px 2px 15px;
  79. font-size: 95%;
  80. border-left: 4px solid #6699CC;
  81. background-color: #eee;
  82. clear: both;
  83. border-bottom: 1px solid #ccc;
  84. border-right: 1px solid #ccc;
  85. }
  86. span.template_intent{
  87. }
  88. .maginlist{
  89. position: relative;
  90. top:-18px;
  91. left:33px;
  92. width: 610px;
  93. }