Commit 1dfabd71 by o.kimura

一次保存p

parent dce70e17
......@@ -786,10 +786,18 @@ div#container div#contents div#main_contents div.section div.content p.question
width: 40px;
}
div#container div#contents div#main_contents div.section div.content p.question span.lead {
width: 300px;
div#container div#contents div#main_contents span.warn_water,
div#container div#contents div#main_contents p.warn_water {
color: #D00000;
font-weight: bold;
}
div#container div#contents div#main_contents span.lead_water,
div#container div#contents div#main_contents p.lead_water {
width: 300px;
color: #00b7cc;
font-weight: bold;
}
div#container div#contents div#main_contents div.section div.content p.question span.q_text {
display: block;
float: right;
......@@ -1662,6 +1670,9 @@ div.jis4 h6 {
.inner_table td {
text-align: left !important;
}
td.txtctr {
text-align: center!important;
}
.inner_table td.ok,
.inner_table td.no {
......@@ -1749,7 +1760,19 @@ div.jis4 h6 {
}
.mt120 {
margin-top: 120px;
margin-top: 120px!important;
}
.mt130 {
margin-top: 130px!important;
}
.mt160 {
margin-top: 160px!important;
}
.mt244 {
margin-top: 244px!important;
}
.mb0 {
......@@ -1796,6 +1819,14 @@ div.jis4 h6 {
margin-bottom: 55px;
}
.mb100 {
margin-bottom: 100px;
}
.mb110 {
margin-bottom: 110px;
}
sub.base_line {
vertical-align: baseline;
......@@ -1975,7 +2006,14 @@ table.wd30p {
}
.font_conditioned .accor,
.font_conditioned .accor2 {
.font_conditioned .accor2,
.font_conditioned .accor3,
.font_conditioned .accor4,
.font_conditioned .accor5,
.font_conditioned .accor6,
.font_conditioned .accor7,
.font_conditioned .accor8,
.font_conditioned .accor9{
display: none;
}
......
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