Commit a3e62071 by o.kimura

研究ページ追加・PC

parent 1d8f9e3c
...@@ -812,6 +812,13 @@ div#container div#contents div#main_contents p.lead_water { ...@@ -812,6 +812,13 @@ div#container div#contents div#main_contents p.lead_water {
color: #00b7cc; color: #00b7cc;
font-weight: bold; font-weight: bold;
} }
div#container div#contents div#main_contents span.notice_water,
div#container div#contents div#main_contents p.notice_water {
color: #ffbc08;
font-weight: bold;
}
div#container div#contents div#main_contents div.section div.content p.question span.q_text { div#container div#contents div#main_contents div.section div.content p.question span.q_text {
display: block; display: block;
float: right; float: right;
...@@ -2154,8 +2161,16 @@ li.listStyle { ...@@ -2154,8 +2161,16 @@ li.listStyle {
line-height: 1.5!important; line-height: 1.5!important;
} }
.txt_right{ .txt_right {
margin-top: -10px; margin-top: -10px;
text-align: right!important; text-align: right!important;
font-size: 90%; font-size: 90%;
} }
.txt_center {
text-align: center!important;
}
.tbl_center {
margin: 0 auto;
}
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
</tr> </tr>
<tr> <tr>
<td class="ttl" id="survey_a">《調査B》</td> <td class="ttl" id="survey_b">《調査B》</td>
<td>&thinsp;</td> <td>&thinsp;</td>
</tr> </tr>
<tr> <tr>
......
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