print.css
12.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
@charset "utf-8";
/* CSS Document */
@media print {
body {
/*-webkit-print-color-adjust: exact;*/
font-size: 12pt;
overflow: visible !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.5;
}
body.site {
background-color: #fff !important;
}
* {
box-sizing: border-box;
}
p {
/*font-size: 11pt;*/
}
.container {
width: 100%;
max-width: 90% !important;
margin: 0 auto;
}
.over {
overflow: hidden;
}
/*.pc_gnavi {
display: none;
}
.sp_gnavi {
display: block;
}*/
.toTop-nav {
display: none !important;
}
ul.breadcrumbpankuzu {
font-size: 60%;
padding: 7px 15px 5px;
}
#c_wrap #content {
width: 100%;
float: none;
}
body.no-layout.itemid-699 #c_wrap #content {
/* width: 70%;
float: left;*/
}
a {
color: #333;
}
#c_wrap {
max-width: 100%;
}
body.no-layout #c_wrap #content
/*header*/
body.home #sliderarea img {
max-width: 100% !important;
}
header#header_main {
position: inherit;
}
#h_logomeganavi {
border-bottom: 1px solid #eee;
}
header#header_main .bluebox {
background-color: #003894 !important;
}
/*footer*/
/*footer*/
#naviarea #f_dm.hidden_box label {
color: #fff;
padding-bottom: 5px;
padding-top: 7px;
}
footer#footerarea #infoarea .inner .left ul li {
margin-bottom: 0;
padding-bottom: 0;
}
footer#footerarea #infoarea .inner #copy {
padding-top: 10px;
color: #fff;
}
footer#footerarea #infoarea p {
color: #fff;
}
footer#footerarea {
overflow: hidden;
border-top: 3px solid #003894;
}
footer#footerarea #logoarea .top {
border-top: 1px solid #333;
}
footer#footerarea #logoarea .bottom {
border-top: 1px solid #333;
}
footer#footerarea #naviarea,
footer#footerarea #logoarea,
footer#footerarea #infoarea {
width: 100%;
float: left;
}
footer#footerarea #naviarea #fnavi {
height: 100%;
overflow: inherit;
}
footer#footerarea #naviarea .navibox,
footer#footerarea #naviarea .btn_access {
float: left;
width: 25%;
}
#naviarea.sp #f_dm.hidden_box label {
color: #009fa8;
}
/*トップページ
---------------------------------------------------------------*/
body.itemid-699 #h1area.no_header {
display: none;
}
#top_otherinfoarea .bnrbox02 ul, #top_linkarea ul {
text-align: center;
}
#top_otherinfoarea .bnrbox02 ul li {
width: 33.3%;
padding: 10px;
float: left;
text-align: center;
margin-bottom: 0;
}
#top_linkarea ul li {
width: 25%;
float: left;
margin-bottom: 0;
padding: 10px;
}
#topinfo_twitarea .inner {
max-width: 100%;
}
/*新着情報エリア*/
.mod-articles-category-category {
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
background-color: inherit;
}
ul#tabs-list li#li-for-panel-1 {
color: #009fa8;
}
ul#tabs-list li#li-for-panel-2 {
background-color: inherit;
color: #ab78d2;
}
ul#tabs-list li#li-for-panel-3 {
background-color: inherit;
color: #f9694d;
}
ul#tabs-list li#li-for-panel-4 {
background-color: inherit;
color: #f4a600;
}
ul#tabs-list li#li-for-panel-5 {
background-color: inherit;
color: #8bc500;
}
#panels ul li .day, #panels ul li .cate_wrap {
width: inherit;
}
#panels ul li .day {
margin-right: 10px;
}
#panels ul li .cate_wrap {
overflow: hidden;
}
.mod-articles-category-category,
#panels ul li .cate_wrap .icon_new {
float: left;
}
.mod-articles-category-category {
margin-right: 5px;
}
#panels ul li .cate_wrap .icon_new {
color: #CD0E0E;
background-color:inherit;
}
#panels ul li .txt {
width: 100%;
}
/*スライダー下ページリストエリア*/
#top_plist {
}
#top_plist .title {
background-color: #999;
color: #fff;
padding: 10px 20px;
margin-bottom: 10px;
}
#top_plist .listbox {
margin-bottom: 15px;
overflow: hidden;
}
#top_plist .listbox .ph {
float: left;
width: 30%;
text-align: center;
}
#top_plist .listbox .list {
float: left;
width: 70%;
}
#top_plist .listbox .list ul {
margin-left: 20px;
}
#top_plist .listbox .list ul li {
list-style-type: none;
background: url(../images/li_arrow01.png) no-repeat left 3px;
padding-left: 15px;
border-bottom: 1px dashed #003894;
padding-bottom: 7px;
margin-bottom: 7px;
font-size: 90%;
}
#top_plist .listbox .list ul li a:link,
#top_plist .listbox .list ul li a:active,
#top_plist .listbox .list ul li a:hover,
#top_plist .listbox .list ul li a:visited {
color: #222;
}
#top_plist .listbox .ph,
#top_plist .listbox .list {
float: none;
width: 100%;
}
/*コンテンツ--------------------------------------------------------*/
/*レイアウト*/
body.no-layout.itemid-120 #c_wrap #content,
body.no-layout.itemid-121 #c_wrap #content {
float: none;
width: 100%;
}
#c_wrap #content {
float: left;
width: 70%;
}
#c_wrap #aside {
float: right;
width: 26.8%;
}
.box_L01, .box_R01,
.box_L02, .box_R02,
.box_L03, .box_R03,
.box_L04, .box_R04,
.wid01, .wd01,
.wid02, wd02,
.box3, .box4 {
float: none;
width: 100%;
}
/*見出し*/
#h1area.no_header {
height: inherit;
display: none;
}
body.com_monthlyarchive h2,
.item-page h2,
.blog h2,
.item-page #topinfo_twitarea h2,
.blog #topinfo_twitarea h2 {
padding-bottom: 15px;
padding-top: 15px;
font-size: 20pt;
}
.blog .page-header h2 {
font-size: 18pt;
padding-bottom: 13px;
padding-top: 13px;
}
#content h3, .item-page h3, .blog h3 {
font-size: 17pt;
padding-bottom: 0;
padding-top: 0;
padding-left: 10px;
}
#aside .well h3.page-header, #aside .custom h3,
#aside .uk-scope .uk-clearfix h3.uk-margin-remove, #aside h3 {
font-size: 12pt;
padding: 10px;
}
#h1area {
padding-top: 0;
}
.item-page h4, .blog h4 {
color: #009fa8;
background: none;
font-size: 14pt;
margin-top: 25px;
padding: 0;
margin-bottom: 10px;
border-bottom: 1px solid #009fa8;
/*color: #000;*/
}
.item-page h4 a, .blog h4 a {
color: #009fa8;
background: none;
padding: 0;
}
.item-page h4 a:link, .blog h4 a:link {
color: #009fa8 !important;
}
.item-page h5, .blog h5 {
background: none;
padding-left: 0;
color: #003894;
}
.item-page h5:before, .blog h5:before {
content: "◎";
color: #003894;
font-weight: bold;
}
/*リスト*/
dt {
border: 1px solid #CCC;
}
.faq dl dt {
background: none;
color: #009fa8;
border: 1px solid #009fa8;
color: #000;
}
.faq dl dd {
background: none;
padding-left: 15px;
padding-right: 15px;
}
#content ul, #content ol {
margin-left: 30px;
}
#content ul li, #content ol li {
line-height: 1.4;
}
#content .item-page .subnavi01 ol,
#content .item-page .subnavi01 ul,
#content .item-page .subnavi01 ul.style01,
#content .blog .subnavi01 ol,
#content .blog .subnavi01 ul,
#content .blog .subnavi01 ul.style01 {
margin-left: 10px;
}
.item-page .subnavi01 ol li,
.item-page .subnavi01 ul li,
.blog .subnavi01 ol li,
.blog .subnavi01 ul li {
background: none;
list-style-type: disc;
list-style-position: outside;
padding-left: inherit;
float: none;
width: auto;
color: #009fa8;
margin-bottom: 10px;
margin-left: 20px;
}
.item-page .subnavi01 ul.style01 li,
.item-page .subnavi01 ol.style01 li,
.blog .subnavi01 ul.style01 li,
.blog .subnavi01 ol.style01 li {
width: 100%;
}
/*各inndex使用*/
table {
table-layout: fixed;
/*word-break: break-all;*/
word-break: break-word;
}
table.Cindex {
}
table.Cindex td {
float: left;
width: 100%;
box-sizing: border-box;
display: block;
/*float: none;
width: 33.3%;*/
}
table.Cindex .title,
table.Cindex .title a,
table.Cindex .title a:link,
table.Cindex .title a:active,
table.Cindex .title a:hover,
table.Cindex .title a:visited {
color: #003894 !important;
}
table.Cindex .title {
border-bottom: 1px solid #003894;
background-color: inherit;
padding: 0 0 7px 0;
}
#content .item-page table.Cindex ul, #content .blog table.Cindex ul {
padding-left: 15px;
padding-right: 15px;
margin-left: 0;
}
table.Cindex ul li {
background: none;
padding-left: 0;
}
table.Cindex ul li:before {
content: ">";
color: #003894;
padding-right: 5px;
}
table.style02 {
table-layout: inherit;
}
table.Cindex td {
float: none;
width: 100%;
}
/* ▼スマホで横長テーブルが切れるのを回避する */
.scroll {
overflow: inherit;
white-space: normal;
}
body.itemid-640 table {
word-break: break-word;
word-break: break-all;
}
body.itemid-640 table th {
word-break: break-all;
}
/*学生数ページ等横幅が収まりきれないテーブル*/
table.style01, table.style03 {
font-size: 80%;
}
table.style02 {
font-size: 70%;
}
table th, table td,
table.style01 th, table.style01 td,
table.style02 th, table.style02 td {
/*padding: 2px;*/
}
th {
color: #003894;
}
table.Cindex {
border-collapse:inherit;
}
/*コンテンツ*/
td.bg01 {
border: 1px solid #003894;
color: #003894;
}
.subnavi01 {
padding: 15px 15px 5px 20px;
margin-bottom: 30px;
}
a.pdf, a.word, a.exc, a.excel {
background: none;
padding: 0;
}
a.pdf:before {
content: url(../../../images/icon_pdf.gif);
padding-right: 5px;
}
a.word:before {
content: url(../../../images/icon_word.gif);
padding-right: 5px;
}
a.exc:before, a.excel:before {
content: url(../../../images/icon_excel.gif);
padding-right: 5px;
}
iframe {
border: 1px solid #ccc;
}
#content #researchersbox ul {
margin-left: 15px;
}
#researchersbox ul li {
background: none;
padding-left: 0;
font-size: 90%;
}
#researchersbox ul li:before {
content: "▶";
color: #003894;
}
.btn_infoall a:link, .btn_infoall a:active, .btn_infoall a:hover, .btn_infoall a:visited {
background: none;
border: 1px solid #009fa8;
color: #009fa8 !important;
}
#top_plist .listbox {
margin-bottom: 30px;
}
#top_plist .title {
background-color: inherit;
border: 2px solid #003894;
color: #003894;
font-size: 14pt;
line-height: 1.4;
font-weight: bold;
}
#top_plist .listbox .list ul li {
background: none;
padding-left: 10px;
margin-left: 0;
}
#top_plist .listbox .list ul li:before {
content: ">";
color: #003894;
font-weight: bold;
padding-right: 5px;
}
/*サイドバー*/
#aside .uk-scope ul li, #aside .custom ul li {
background: none;
padding-left: 0;
font-size: 90%;
}
/*
#aside .uk-scope ul li:before,
#aside .custom ul li:before {
content: "▶";
color: #003894;
}
*/
/*白水団地各下層ページ*/
#sliderarea02 {
overflow: hidden;
}
.wrap_fac .subnavi02 ul li {
background: none;
padding-left: 0;
}
.wrap_fac .subnavi02 ul li:before {
content: ">";
color: #003894;
padding-right: 5px;
}
/*サイトマップ*/
#wrap_sitemap .moduletable ul li {
font-size: 16pt;
padding-bottom: 5px;
padding-top: 5px;
}
#wrap_sitemap .moduletable ul li li {
background: none;
padding-left: 15px;
font-size: 11pt;
}
#wrap_sitemap .moduletable ul li li:before {
content: url(../images/icon_sitemap01.png);
width: 12px;
height: 12px;
margin-right: 5px;
}
#wrap_sitemap .moduletable ul ul ul ul li {
background: none;
}
#wrap_sitemap .moduletable ul ul ul ul li:before {
content: url(../images/icon_sitemap02.png);
}
#wrap_sitemap .moduletable ul ul ul ul ul li {
background: none;
}
#wrap_sitemap .moduletable ul ul ul ul ul li:before {
content: url(../images/icon_sitemap03.png);
}
/*投稿系ページ--------------------------------------------------------*/
/*body.no-layout #c_wrap #content {
float: left;
width: 70%;
}
*/
.uk-scope a, .uk-scope a:visited {
text-decoration: none;
}
.uk-scope *, .uk-scope ::after, .uk-scope ::before {
color: #003894 !important;
}
/*------------------------------*/
}
@media (max-width: 780px) {
#c_wrap #content, #c_wrap #aside {
float: none;
width: 100%;
}
body.com_monthlyarchive #c_wrap #content,
body.view-category.layout-blog #c_wrap #content,
body.itemid-700 #c_wrap #content,
body.itemid-763 #c_wrap #content,
body.itemid-764 #c_wrap #content,
body.itemid-765 #c_wrap #content,
body.itemid-770 #c_wrap #content,
body.itemid-788 #c_wrap #content,
body.itemid-789 #c_wrap #content,
body.itemid-229 #c_wrap #content.span12,
body.itemid-800 #c_wrap #content.span12,
body.itemid-790 #c_wrap #content.span12,
body.itemid-791 #c_wrap #content.span12,
body.itemid-794 #c_wrap #content.span12 {
float: none;
width: 100%;
}
#c_wrap #content, #c_wrap #aside {
float: none;
width: 100%;
}
.wrap_fac .subnavi02 ul {
overflow: hidden;
}
.wrap_fac .subnavi02 ul:after {
clear: both;
}
.wrap_fac .subnavi02 ul li {
width: 100%;
float: none;
}
}