Commit 2a3e90c9 by o.kimura

T92

parent f2c8360d
...@@ -132,7 +132,8 @@ body#data03 div#container div#contents div#main_contents div.section div.content ...@@ -132,7 +132,8 @@ body#data03 div#container div#contents div#main_contents div.section div.content
/* interview */ /* interview */
body#data04 div#container div#contents div#main_contents p.title { body#data04 div#container div#contents div#main_contents p.title ,
body#data06 div#container div#contents div#main_contents p.title {
background: url(../images/data04/back_title_interview.jpg) no-repeat right top; background: url(../images/data04/back_title_interview.jpg) no-repeat right top;
padding-left: 40px; padding-left: 40px;
padding-right: 20px; padding-right: 20px;
...@@ -150,7 +151,8 @@ body#data04 div#container div#contents div#main_contents p.title_pt2 { ...@@ -150,7 +151,8 @@ body#data04 div#container div#contents div#main_contents p.title_pt2 {
margin-top: 25px; margin-top: 25px;
} }
body#data04 div#container div#contents div#main_contents p.title_pt3 { body#data04 div#container div#contents div#main_contents p.title_pt3 ,
body#data06 div#container div#contents div#main_contents p.title_pt3 {
background: url(/trend/images/data11/ill_01.png) no-repeat right bottom; background: url(/trend/images/data11/ill_01.png) no-repeat right bottom;
padding-left: 40px; padding-left: 40px;
padding-right: 20px; padding-right: 20px;
...@@ -173,7 +175,8 @@ div#container div#contents div#main_contents p.title_pt4 { ...@@ -173,7 +175,8 @@ div#container div#contents div#main_contents p.title_pt4 {
} }
div#container div#contents div#main_contents p.title span { #data04 div#container div#contents div#main_contents p.title span ,
#data06 div#container div#contents div#main_contents p.title span {
display: block; display: block;
width: 400px; width: 400px;
margin-top: 20px; margin-top: 20px;
...@@ -192,7 +195,8 @@ div#container div#contents div#main_contents p.title_pt4 { ...@@ -192,7 +195,8 @@ div#container div#contents div#main_contents p.title_pt4 {
font-weight: normal; font-weight: normal;
} }
body#data04 div#container div#contents div#main_contents p.title span.ttl_left { body#data04 div#container div#contents div#main_contents p.title span.ttl_left ,
body#data06 div#container div#contents div#main_contents p.title span.ttl_left {
display: block; display: block;
width: 400px; width: 400px;
margin-top: -10px; margin-top: -10px;
...@@ -203,7 +207,8 @@ body#data04 div#container div#contents div#main_contents p.title span.ttl_left { ...@@ -203,7 +207,8 @@ body#data04 div#container div#contents div#main_contents p.title span.ttl_left {
font-weight: normal; font-weight: normal;
} }
body#data04 div#container div#contents div#main_contents p.title span.ttl_right { body#data04 div#container div#contents div#main_contents p.title span.ttl_right ,
body#data06 div#container div#contents div#main_contents p.title span.ttl_right {
display: block; display: block;
width: 400px; width: 400px;
margin-top: -10px; margin-top: -10px;
...@@ -249,6 +254,7 @@ body#data04 div#container div#contents div#main_contents div.section div.right { ...@@ -249,6 +254,7 @@ body#data04 div#container div#contents div#main_contents div.section div.right {
} }
/* data05 */ /* data05 */
body#data05 div#container div#contents div#main_contents p.title { body#data05 div#container div#contents div#main_contents p.title {
...@@ -373,6 +379,14 @@ body#data06 div#container div#contents div#main_contents div.section div.content ...@@ -373,6 +379,14 @@ body#data06 div#container div#contents div#main_contents div.section div.content
width: 450px; width: 450px;
} }
#data06 .answer {
display: flex;
}
.m0{
margin: 0!important;
}
.pt15 { .pt15 {
padding-top: 15px; padding-top: 15px;
} }
...@@ -2428,4 +2442,8 @@ table.fanction td.bold { ...@@ -2428,4 +2442,8 @@ table.fanction td.bold {
.fs130{ .fs130{
font-size: 120%; font-size: 120%;
}
.wd400{
width: 400px !important;
} }
\ No newline at end of file
...@@ -93,6 +93,14 @@ ...@@ -93,6 +93,14 @@
<div id="main_contents"> <div id="main_contents">
<h2 class="pngfix"><span><img src="../../shared/images/study_ttl.png" width="82" height="19" alt="研究など" class="pngfix"></span></h2> <h2 class="pngfix"><span><img src="../../shared/images/study_ttl.png" width="82" height="19" alt="研究など" class="pngfix"></span></h2>
<h3 class="pngfix"><span><img src="../../shared/images/content/title_text/onsui_mttl.png" width="149" height="24" alt="温水洗浄便座" class="pngfix"></span></h3> <h3 class="pngfix"><span><img src="../../shared/images/content/title_text/onsui_mttl.png" width="149" height="24" alt="温水洗浄便座" class="pngfix"></span></h3>
<div class="section_menu">
<p class="title mb20"><span class="ttl_left">公衆衛生の専門研究者による</span>
<span class="ttl_right">研究成果の説明</span>
<span class="wd400">日本レストルーム工業会では、第一線で活躍される公衆衛生学を専門とされる研究者に温水洗浄便座の使用と健康影響について、二つの疫学調査研究を委託しました。<br><br>
その研究結果は概要として掲載していますが、その内容をもっと分りやすく説明する記事をご執筆して頂きました。</span></p>
</div>
<!--intro --> <!--intro -->
<div class="intro clearfix"> <div class="intro clearfix">
<div> <div>
......
...@@ -94,6 +94,19 @@ ...@@ -94,6 +94,19 @@
<div id="main_contents"> <div id="main_contents">
<h2 class="pngfix"><span><img src="../../shared/images/study_ttl.png" width="82" height="19" alt="研究など" class="pngfix"></span></h2> <h2 class="pngfix"><span><img src="../../shared/images/study_ttl.png" width="82" height="19" alt="研究など" class="pngfix"></span></h2>
<h3 class="pngfix"><span><img src="../../shared/images/content/title_text/onsui_mttl.png" width="149" height="24" alt="温水洗浄便座" class="pngfix"></span></h3> <h3 class="pngfix"><span><img src="../../shared/images/content/title_text/onsui_mttl.png" width="149" height="24" alt="温水洗浄便座" class="pngfix"></span></h3>
<div class="section_menu">
<p class="title_pt3"><img src="/trend/images/data11/interview_title01.png" alt="" width="630" height="74">
<span class="blue"><br><br>日本レストルーム工業会では、第一線で活躍される<br>
感染症の予防と消毒・滅菌を専門とされる研究者に<br>
温水洗浄便座の使用と手指衛生について、<br>調査研究を委託しました。<br>
その研究結果は概要として掲載していますが、その内容を<br>
もっと分りやすく説明する記事をご執筆して頂きました。
</span>
</p>
</div>
<!--intro --> <!--intro -->
<div class="intro clearfix"> <div class="intro clearfix">
<div> <div>
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<p><span class="link_type_b"><a href="/trend/study/study02-3.html">温水洗浄便座の使用と痔疾、泌尿生殖器感染症との関係:3年間追跡web調査(2018年2月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-3.html">温水洗浄便座の使用と痔疾、泌尿生殖器感染症との関係:3年間追跡web調査(2018年2月受理)</a></span></p>
<p><span class="link_type_b"><a href="/trend/study/study02-1.html">妊婦における温水洗浄便座の使用が早産および膣内細菌叢に与える影響(2013年3月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-1.html">妊婦における温水洗浄便座の使用が早産および膣内細菌叢に与える影響(2013年3月受理)</a></span></p>
<p class="mb0">温水洗浄便座の使用と健康影響について調査された研究者の説明を掲載します。</p> <p class="mb0">温水洗浄便座の使用と健康影響について調査された研究者の説明を掲載します。</p>
<p><span class="link_type_b"><a href="/trend/study_04.html">公衆衛生の専門研究者による研究成果の説明</a></span></p> <p><span class="link_type_b"><a href="/trend/expert/study06-1.html">公衆衛生の専門研究者による研究成果の説明</a></span></p>
</div> </div>
</div> </div>
<!--section_b --> <!--section_b -->
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<p><span class="link_type_b"><a href="/trend/study/study02-8.html">温水洗浄便座の吐水中の微生物濃度に及ぼす吐水ノズルの清浄性の影響 - (2022年5月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-5.html">温水洗浄便座の吐水の微生物水準:生菌数、従属栄養細菌数に影響を与える要因、<br /> 及び緑膿菌の挙動とその由来に関する調査研究(2017年10月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-8.html">温水洗浄便座の吐水中の微生物濃度に及ぼす吐水ノズルの清浄性の影響 - (2022年5月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-5.html">温水洗浄便座の吐水の微生物水準:生菌数、従属栄養細菌数に影響を与える要因、<br /> 及び緑膿菌の挙動とその由来に関する調査研究(2017年10月受理)</a></span></p>
<p><span class="link_type_b"><a href="/trend/study/study02-2.html">貯湯式温水洗浄便座における残留塩素や微生物の挙動と微生物群集構造(2015年7月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-2.html">貯湯式温水洗浄便座における残留塩素や微生物の挙動と微生物群集構造(2015年7月受理)</a></span></p>
<p class="mb0">温水洗浄便座の微生物学的実態について調査された研究者の説明を掲載します。</p> <p class="mb0">温水洗浄便座の微生物学的実態について調査された研究者の説明を掲載します。</p>
<p><span class="link_type_b"><a href="/trend/study_06.html">環境衛生の専門研究者による研究成果の説明</a></span></p> <p><span class="link_type_b"><a href="/trend/expert/study08-1.html">環境衛生の専門研究者による研究成果の説明</a></span></p>
</div> </div>
</div> </div>
<!--section_c --> <!--section_c -->
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<p><span class="link_type_b"><a href="/trend/study/study02-7.html">温水洗浄便座(トイレのおしり洗浄機能)の使用の有無による排便後の<br>手指の微生物汚染 - (2021年12月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-7.html">温水洗浄便座(トイレのおしり洗浄機能)の使用の有無による排便後の<br>手指の微生物汚染 - (2021年12月受理)</a></span></p>
<p><span class="link_type_b"><a href="/trend/study/study02-4.html">排便後の手指衛生についての実験的検討 ― 温水洗浄便座の使用の有無による比較 ― (2018年3月受理)</a></span></p> <p><span class="link_type_b"><a href="/trend/study/study02-4.html">排便後の手指衛生についての実験的検討 ― 温水洗浄便座の使用の有無による比較 ― (2018年3月受理)</a></span></p>
<p class="mb0">温水洗浄便座の使用と手指衛生メリットについて調査された研究者の説明を掲載します。</p> <p class="mb0">温水洗浄便座の使用と手指衛生メリットについて調査された研究者の説明を掲載します。</p>
<p><span class="link_type_b"><a href="/trend/study_05.html">感染症の予防と消毒・滅菌の専門研究者による研究成果の説明</a></span></p> <p><span class="link_type_b"><a href="/trend/expert/study07-1.html">感染症の予防と消毒・滅菌の専門研究者による研究成果の説明</a></span></p>
</div> </div>
</div> </div>
</div> </div>
......
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