| 123456789101112131415161718192021222324 |
- ul li {
- float: initial;
- list-style: none;
- }
- .common {
- width: 100%;
- padding: 20px 40px 0 0;
- }
- .common table {
- width: 100%;
- }
- .common table th {
- text-align: center;
- }
- .common table td {
- padding: 6px 0 5px 10px;
- text-align: left;
- color: #717171;
- line-height: 200%;
- }
|