|
@@ -847,7 +847,7 @@ section#nuclear {
|
847
|
847
|
position: relative;
|
848
|
848
|
display: block;
|
849
|
849
|
width: 200px;
|
850
|
|
- height: 98px;
|
|
850
|
+ height: 48px;
|
851
|
851
|
margin: 10px 10px 10px 0px;
|
852
|
852
|
background-color: #ffffff;
|
853
|
853
|
/*background-image: url(img/banner_background200170.png);*/
|
|
@@ -858,7 +858,7 @@ article#nuclear {
|
858
|
858
|
position: relative;
|
859
|
859
|
display: block;
|
860
|
860
|
width: 160px;
|
861
|
|
- height: 60px;
|
|
861
|
+ height: 20px;
|
862
|
862
|
margin: 10px 10px 10px 10px;
|
863
|
863
|
}
|
864
|
864
|
|
|
@@ -1202,7 +1202,7 @@ section#calendar3 {
|
1202
|
1202
|
top: 0px;
|
1203
|
1203
|
left: 0px;
|
1204
|
1204
|
width: 200px;
|
1205
|
|
- height: 100px;
|
|
1205
|
+ height: 60px;
|
1206
|
1206
|
margin: 10px 10px 10px 0px;
|
1207
|
1207
|
background-color: #ffffff;
|
1208
|
1208
|
/*background-image: url(img/kitagata_background.png);*/
|
|
@@ -1212,7 +1212,7 @@ article#calendar3 {
|
1212
|
1212
|
position: relative;
|
1213
|
1213
|
display: block;
|
1214
|
1214
|
width: 180px;
|
1215
|
|
- height: 80px;
|
|
1215
|
+ height: 40px;
|
1216
|
1216
|
margin: 0px 0px 0px 0px;
|
1217
|
1217
|
padding: 10px 10px 10px 10px;
|
1218
|
1218
|
}
|
|
@@ -1221,8 +1221,9 @@ div#calendar3_img {
|
1221
|
1221
|
position: relative;
|
1222
|
1222
|
display: block;
|
1223
|
1223
|
width: 180px;
|
1224
|
|
- height: 80px;
|
|
1224
|
+ height: 40px;
|
1225
|
1225
|
background-color: #01a9de;
|
|
1226
|
+ text-align: center;
|
1226
|
1227
|
/*background-image: url(img/banner_img200170red.png);*/
|
1227
|
1228
|
}
|
1228
|
1229
|
|
|
@@ -1248,4 +1249,39 @@ article#comcen1 {
|
1248
|
1249
|
|
1249
|
1250
|
/* kitagatakids ここまで */
|
1250
|
1251
|
|
|
1252
|
+/* 北方町紹介 ここから */
|
|
1253
|
+section#aichat {
|
|
1254
|
+ position: relative;
|
|
1255
|
+ display: block;
|
|
1256
|
+ top: 0px;
|
|
1257
|
+ left: 0px;
|
|
1258
|
+ width: 200px;
|
|
1259
|
+ height: 80px;
|
|
1260
|
+ margin: 0px 10px 10px 0px;
|
|
1261
|
+ background-color: #ffffff;
|
|
1262
|
+ /*background-image: url(img/kitagata_background.png);*/
|
|
1263
|
+}
|
|
1264
|
+
|
|
1265
|
+article#aichat {
|
|
1266
|
+ position: relative;
|
|
1267
|
+ display: block;
|
|
1268
|
+ width: 180px;
|
|
1269
|
+ height: 60px;
|
|
1270
|
+ margin: 0px 0px 0px 0px;
|
|
1271
|
+ padding: 10px 10px 10px 10px;
|
|
1272
|
+}
|
|
1273
|
+
|
|
1274
|
+div#aichat {
|
|
1275
|
+ position: relative;
|
|
1276
|
+ display: block;
|
|
1277
|
+ width: 160px;
|
|
1278
|
+ height: 40px;
|
|
1279
|
+ margin: 0px 0px 0px 0px;
|
|
1280
|
+ padding: 10px 10px 10px 10px;
|
|
1281
|
+ padding-top: 0px;
|
|
1282
|
+ padding-bottom: 0px;
|
|
1283
|
+ text-align: center;
|
|
1284
|
+}
|
|
1285
|
+/* 北方町紹介 ここまで */
|
|
1286
|
+
|
1251
|
1287
|
/* 各コンテンツブロック配置 */
|