KuniakiTakenaka 3 years ago
parent
commit
0e52003e52
2 changed files with 17 additions and 0 deletions
  1. 11
    0
      css/section_190212.css
  2. 6
    0
      index.html

+ 11
- 0
css/section_190212.css View File

@@ -1284,4 +1284,15 @@ div#aichat {
1284 1284
 }
1285 1285
 /* 北方町紹介 ここまで */
1286 1286
 
1287
+div#parent{
1288
+  width: 1024px;
1289
+  margin: 0px auto;
1290
+}
1291
+div#aichat_fixed {
1292
+  position: fixed;
1293
+  width: 921px;
1294
+  bottom: 0px;
1295
+  text-align: right;
1296
+}
1297
+
1287 1298
 /* 各コンテンツブロック配置 */

+ 6
- 0
index.html View File

@@ -2382,6 +2382,12 @@
2382 2382
         <a href="second/Barrier_free_policy.html">バリアフリーポリシー</a>
2383 2383
       </p>
2384 2384
     </footer>
2385
+
2386
+    <div>
2387
+      <div id="aichat_fixed">
2388
+        <img src="css/img/aichat.png" width="180px">
2389
+      </div>
2390
+    </div>
2385 2391
   </div>
2386 2392
 </body>
2387 2393
 

Loading…
Cancel
Save