123456789101112131415161718192021222324252627282930313233343536373839404142 |
- @charset "utf-8";
- /* CSS Document */
- body,td,th {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- margin: 5px;
- }
- a:link {
- color: #303a43;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #303a43;
- }
- a:hover {
- text-decoration: underline;
- color: #303a43;
- }
- a:active {
- text-decoration: none;
- color: #303a43;
- }
- .title{font-size:15px;font-weight:bold;}
- .table_header{color:#494949}
- .td1{background:#f2f4f6;border-top:#FFF solid 1px;border-bottom:#c1c8d2 solid 1px;}
- .td2{border-top:#e3e6eb solid 1px;}
- .equip_title {
- font-size:24px;
- color:#000033;
- font-weight:bold;
- margin-left:5px;
- }
- .padding5 {
- padding: 5px;
- }
|