Commit 9d2915a5 by o.kimura

Tnav54 衛生1

parent f4ddaa79
...@@ -1720,8 +1720,16 @@ sub.base_line { ...@@ -1720,8 +1720,16 @@ sub.base_line {
font-size: 90%; font-size: 90%;
} }
#sanitary table.sanitary_pt02 {
width: auto;
font-size: 80%;
font-size: 80%;
}
#sanitary table.sanitary_pt01 tr, #sanitary table.sanitary_pt01 tr,
#sanitary table.sanitary_pt01 tr th { #sanitary table.sanitary_pt01 tr th,
#sanitary table.sanitary_pt02 tr,
#sanitary table.sanitary_pt02 tr th {
text-align: center; text-align: center;
line-height: 1.2; line-height: 1.2;
border: 1px solid #4f2600; border: 1px solid #4f2600;
...@@ -1729,11 +1737,20 @@ sub.base_line { ...@@ -1729,11 +1737,20 @@ sub.base_line {
background-color: #efefef; background-color: #efefef;
} }
#sanitary table.sanitary_pt01 td { #sanitary table.sanitary_pt01 td,
#sanitary table.sanitary_pt02 td {
background-color: #fff; background-color: #fff;
border: 1px solid #4f2600; border: 1px solid #4f2600;
} }
#sanitary table.sanitary_pt02 td {
padding: 2px;
}
#sanitary table.sanitary_pt02 td.dbl {
border-bottom: 2px solid #888;
}
#sanitary span.tbl_sup { #sanitary span.tbl_sup {
display: block; display: block;
text-align: right; text-align: right;
...@@ -1742,8 +1759,11 @@ sub.base_line { ...@@ -1742,8 +1759,11 @@ sub.base_line {
#sanitary div.fl_box { #sanitary div.fl_box {
display: flex; display: flex;
justify-content: space-between;
}
#sanitary div.fl_box img{
margin-top: -14px;
} }
#sanitary div.fl_box .fl_sup { #sanitary div.fl_box .fl_sup {
display: flex; display: flex;
font-size: 84%; font-size: 84%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment