Commit 697d6f9b by o.kimura

問い合わせ調整中

parent bf7dfbb6
......@@ -108,7 +108,8 @@
<h2 class="pngfix"><span><img src="../shared/images/title_inq.png" width="107" height="19" alt="個人情報保護方針" class="pngfix" /></span></h2>
<!--section_a -->
<div id="section_read">
<p>衛生設備機器、温水洗浄便座などに関するお問い合わせは下記よりご連絡ください。</p>
<p>当工業会へのお問い合わせは下記よりご連絡ください。</p>
<p>※お問い合わせ内容をご確認ください(メールはまだ送信されておりません)</p>
</div>
<div class="section clearfix" id="section_a">
<div class="content">
......
......@@ -109,7 +109,7 @@
<h2 class="pngfix"><span><img src="../shared/images/title_inq.png" width="107" height="19" alt="個人情報保護方針" class="pngfix" /></span></h2>
<!--section_a -->
<div id="section_read">
<p>衛生設備機器、温水洗浄便座などに関するお問い合わせは下記よりご連絡ください。</p>
<p>当工業会へのお問い合わせは下記よりご連絡ください。</p>
</div>
<div class="section clearfix" id="section_a">
<div class="content">
......
......@@ -97,7 +97,7 @@ $(function () {
enableSubmit();
}
});
$("#addr").on("keydown keyup blur", function () {
if ($(this).val() == "") {
$(".add_err").css("display", "block");
......@@ -141,6 +141,15 @@ if ($(this).val().match(/^\d+$/)) {
}
});
$("#age").on("focus", function () {
$(this)[0].type = "tel";
});
$(".tel_num").on("focus", function () {
$(this)[0].type = "tel";
});
$(".fax_num").on("focus", function () {
$(this)[0].type = "tel";
});
});
......
......@@ -161,12 +161,12 @@ body#data04 div#container div#contents div#main_contents p.title_pt3 {
}
body#data04 div#container div#contents div#main_contents p.title_pt4 {
background: url(../images/now_printing.png) no-repeat right bottom;
background: url(../images/data12/tosui_3.png) no-repeat right bottom;
padding-left: 40px;
padding-right: 20px;
padding-top: 0px;
height: 232px;
margin-right: 55px;
height: 240px;
margin-right: 105px;
margin-top: 25px;
margin-bottom: 10px;
}
......
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