source: projects/web/trunk/css/common.css @ 8455

Revision 8455, 17.3 KB checked in by daisuke, 10 years ago (diff)

update css

Line 
1@charset "utf-8";
2
3@import url(/css/dlwin.css);
4
5/* Base
6----------------------------------------------------*/
7
8html{
9font-size:100.01%;
10}
11
12body{
13        font-size:75%; /* 12px */
14        -webkit-text-size-adjust : none;
15        background-color: #F7F7F7;
16        color: #433B47;
17}
18
19html, body, div, span, applet, object, iframe,
20h1, h2, h3, h4, h5, h6, p, blockquote, pre,
21a, abbr, acronym, address, big, cite, code,
22del, dfn, em, font, img, ins, kbd, q, s, samp,
23small, strike, strong, sub, sup, tt, var,
24b, u, i, center,
25dl, dt, dd, ol, ul, li,
26fieldset, form, label, legend,
27table, caption, tbody, tfoot, thead, tr, th, td{
28margin:0;
29padding:0;
30vertical-align:baseline;
31font-style:normal;
32font-weight:normal;
33font-family:"VL Pゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3",Meiryo UI,"Segoe UI Light","MS Pゴシック",sans-serif;
34}
35
36pre {
37font-family:"VL ゴシック", monospace;
38}
39
40h1, h2, h3, h4, h5, h6{
41line-height:1.3;
42font-weight:normal;
43font-size:100%;
44}
45
46p,
47li,
48dt, dd,
49th, td{
50line-height:1.8;
51}
52
53ul, ol{
54list-style-type:none;
55list-style-position:outside;
56}
57
58img{
59vertical-align:bottom;
60}
61
62a img{
63border:0;
64}
65
66/*  */
67
68.center-text {
69        text-align:center;
70}
71
72.floatright {
73        float:right;
74}
75
76.floatleft {
77        float:left;
78}
79
80.clearboth {
81        clear:both;
82}
83
84.margin-b_10 {
85        margin-bottom: 10px;
86}
87
88.margin-b_20 {
89        margin-bottom: 20px;
90}
91
92.margin-b_30 {
93        margin-bottom: 30px;
94}
95
96.contents-box {
97        clear: both;
98        margin-bottom: 30px;
99        overflow: hidden;
100}
101
102.in-contents {
103        clear: both;
104        overflow: hidden;
105}
106
107
108
109/* トップページPC
110--------------------------------------------------------------------------------------*/
111
112/* ヘッダー */
113
114.header {
115        height: auto;
116        overflow: hidden;
117        background-image: url(../img/header-back.jpg);
118        background-repeat: repeat-x;
119        background-position: top;
120        border-bottom-width: 1px;
121        border-bottom-style: solid;
122        border-bottom-color: #3D3742;
123}
124.header-contents {
125        height: auto;
126        width: 960px;
127        margin-right: auto;
128        margin-left: auto;
129        padding-bottom: 12px;
130        overflow: hidden;
131        padding-top: 30px;
132}
133.header-logo {
134        float: left;
135        padding-top: 15px;
136}
137.header-koukoku {
138        background-color: #F7F7F7;
139        float: right;
140        width: 728px;
141}
142
143
144/* グローバルメニュー*/
145
146.globalmenu{
147        width: 960px;
148        height: auto;
149        clear: both;
150        margin-right: auto;
151        margin-left: auto;
152        overflow: hidden;
153}
154
155.globalmenu a {
156        text-decoration:none;
157        color:#333;
158        font-size:13px;
159}
160
161.globalmenu a:hover{
162        color:#80708B;
163} 
164       
165.globalmenu ul li{
166        float: left;
167}
168.globalmenu-1 a{
169        display:block;
170        overflow:hidden;
171        height:34px;
172        padding-top:11px;
173        width:137px;
174}
175.globalmenu-2 a{
176        display:block;
177        overflow:hidden;
178        height:34px;
179        padding-top:11px;
180        width:137px;
181}
182.globalmenu-3 a{
183        display:block;
184        overflow:hidden;
185        height:34px;
186        padding-top:11px;
187        width:137px;
188}
189.globalmenu-4 a{
190        display:block;
191        overflow:hidden;
192        height:34px;
193        padding-top:11px;
194        width:137px;
195}
196.globalmenu-5 a{
197        display:block;
198        overflow:hidden;
199        height:34px;
200        padding-top:11px;
201        width:137px;
202}
203.globalmenu-6 a{
204        display:block;
205        overflow:hidden;
206        height:34px;
207        padding-top:11px;
208        width:137px;
209}
210.globalmenu-7 a{
211        display:block;
212        overflow:hidden;
213        height:34px;
214        padding-top:11px;
215        width:137px;
216}
217
218.globalmenu-back {
219        border-bottom-width: 1px;
220        border-bottom-style: solid;
221        border-bottom-color: #3D3742;
222}
223
224/* global menu dropdown */
225.globalmenu ul#main li ul {
226        display: none;
227        background: #f7f7f7;
228}
229
230.globalmenu ul#main li:hover ul {
231        display: block;
232        position: absolute;
233        width: 200px;
234        border-left: #333333 1px solid;
235        border-right: #333333 1px solid;
236        border-bottom: #333333 1px solid;
237        text-transform: none;
238        z-index: 100;
239}
240
241.globalmenu ul#main li ul a {
242        color: black;
243        background-image: none;
244        display: block;
245        overflow: hidden;
246        height: 30px;
247        text-indent: 5px;
248        width: 200px;
249        font-size: normal;
250        text-decoration: none;
251}
252
253.globalmenu ul#main li:hover ul a:hover {
254        color: #f0f0f0;
255        background-image: none;
256        display: block;
257        overflow: hidden;
258        height: 30px;
259        text-indent: 5px;
260        width: 200px;
261        background: #594F60;
262        font-size: normal;
263        text-decoration: none;
264}
265
266/* メインイメージ */
267
268.main-image_back {
269        background-color: #221F26;
270        height: auto;
271        overflow: hidden;
272}
273.main-image_cont {
274        width: 960px;
275        margin-right: auto;
276        margin-left: auto;
277}
278
279.main-image1 {
280        float: left;
281        width: 50%;
282        background-image: url(../img/main-image1.jpg);
283        background-repeat: no-repeat;
284        background-position: center top;
285        height: 325px;
286}
287
288.main-image2 {
289        float: left;
290        width: 50%;
291        background-image: url(../img/main-image2_back.jpg);
292        background-repeat: no-repeat;
293        background-position: center top;
294        height: 105px;
295        padding-top: 220px;
296}
297
298.main-img_link {
299        margin-right: 93px;
300        margin-left: 93px;
301}
302
303.main-img_shousai{
304        float: left;
305}
306
307.main-img_download{
308        float: right;
309}
310
311/* メインコンテンツ */
312
313.main1 {
314        width: 960px;
315        margin-right: auto;
316        margin-left: auto;
317        overflow: hidden;
318        padding-top: 20px;
319        clear: both;
320        margin-bottom: 20px;
321}
322
323.main1-text {
324        margin-right: 20px;
325        margin-left: 20px;
326}
327.contbox-50_l {
328        float: left;
329        width: 50%;
330}
331
332.contbox-50_r {
333        float: right;
334        width: 50%;
335}
336
337.contbox-50_c {
338        float: left;
339        width: 50%;
340        text-align: center;
341        padding-bottom:20px;
342}
343
344.main2 {
345        background-color: #594F60;
346        background-image: url(../img/main2-back.jpg);
347        background-repeat: repeat-x;
348        background-position: top;
349        padding-top: 30px;
350        overflow: hidden;
351        padding-bottom: 35px;
352}
353
354.main2-title {
355        text-align: center;
356        padding-bottom: 30px;
357}
358
359.main2-text {
360        color:#FFF;
361        font-size:16px;
362}
363
364.in-cont {
365        width: 960px;
366        margin-right: auto;
367        margin-left: auto;
368        overflow: hidden;
369}
370.main3 {
371        width: 960px;
372        margin-right: auto;
373        margin-left: auto;
374        overflow: hidden;
375        margin-bottom: 20px;
376}
377.main3-cont {
378        float: left;
379        width: 46%;
380        overflow: hidden;
381        padding: 19px;
382}
383.midashi-1 {
384        background-image: url(../img/midashi-1.jpg);
385        background-repeat: no-repeat;
386        background-position: left bottom;
387        height: 33px;
388        margin-bottom: 10px;
389        font-size: x-large;
390}
391.info-box {
392        padding: 10px;
393        min-height: 140px;
394        background-color: #FFF;
395}
396.main4 {
397        background-color: #FFF;
398        padding-top: 20px;
399        padding-bottom: 20px;
400        text-align: center;
401}
402
403/* 仮広告枠 */
404
405.koukoku {
406        background-color: #F7F7F7;
407        width: 728px;
408        text-align: center;
409        margin-right: auto;
410        margin-left: auto;
411        clear: both;
412        margin-bottom: 20px;
413}
414
415/* フッター */
416
417.footer {
418        color: #FFF;
419        background-color: #260031;
420        padding-top: 20px;
421        padding-bottom: 60px;
422        text-align: center;
423}
424
425.footer-navi {
426        overflow: hidden;
427        position: relative;
428}
429
430.footer-navi ul {
431        list-style: none outside none;
432        float: left;
433        margin: 0 0 0 0;
434        padding: 0;
435        position: relative;
436        left: 50%;
437}
438
439.footer-navi ul li {
440        float: left;
441        padding: 0 10px;
442        position: relative;
443        left: -50%;
444        display: inline;
445}
446
447.footer-navi ul li+li {
448        border-left: 1px solid #aaa;
449}
450
451.footer-navi li a{
452        color:#FFF;
453        text-decoration:none;
454}
455
456.copyright {
457        color: #FFF;
458        background-color: #37313C;
459        text-align: center;
460        padding-top: 8px;
461        padding-bottom: 8px;
462}
463
464/* ソーシャルボタン */
465
466iframe.twitter-share-button {
467        width: 105px!important;
468}
469
470#___plusone_0 {
471        width:65px !important;
472}
473.btn {
474        float: right;
475        margin-bottom: 10px;
476}
477
478
479/* ページ */
480
481
482
483.in-contents h1 {
484        background-image: url(../img/h2_back.jpg);
485        background-repeat: no-repeat;
486        background-position: left bottom;
487        margin-bottom: 20px;
488        font-size: 23px;
489        color: #3A004B;
490        padding-bottom: 10px;
491        margin-top: 20px;
492}
493
494h2 {
495        background-image: url(../img/h2_back.jpg);
496        background-repeat: no-repeat;
497        background-position: left bottom;
498        margin-bottom: 20px;
499        font-size: 23px;
500        color: #3A004B;
501        padding-bottom: 10px;
502        margin-top: 20px;
503}
504
505h3 {
506        font-size: 18px;
507        color: #333;
508        margin-bottom: 20px;
509        margin-top: 20px;
510        padding-bottom: 10px;
511        border-bottom-width: 2px;
512        border-bottom-style: dotted;
513        border-bottom-color: #999;
514}
515
516h4 {
517        font-size: 15px;
518        color: #3A004B;
519        margin-top: 20px;
520        margin-bottom: 20px;
521        font-weight: bold;
522}
523
524.main3-cont .info-table {
525        padding: 0px;
526        background-color: #FFF;
527}
528
529.info-table table {
530        width: 100%;
531}
532
533.main3-cont .info-table th {
534        padding-right: 5px;
535        padding-left: 10px;
536        text-align: left;
537        overflow: hidden;
538}
539
540.main3-cont .info-table td {
541        width: 8em;
542        padding-right: 10px;
543        text-align: right;
544}
545
546.cont-list, .in-contents ul{
547        margin-left: 10px;
548        margin-right: 10px;
549}
550
551.cont-list, .in-contents li{
552        list-style-type: square;
553        list-style-position: inside;
554        text-indent:-1em;
555        padding-left:1em;
556}
557
558.in-contents dl{
559        margin-left: 10px;
560        margin-right: 10px;
561}
562
563.in-contents dt{
564        font-weight: bold;
565        font-size: larger;
566}
567
568.in-contents dd{
569        margin-left: 20px;
570        margin-right: 20px;
571}
572
573.cont-table {
574}
575
576.cont-table, .in-contents th{
577        background-color: #D9D9D9;
578        padding-top: 5px;
579        padding-right: 8px;
580        padding-bottom: 5px;
581        padding-left: 8px;
582        border: 1px solid #CCC;
583}
584
585.cont-table .in-contents td{
586        padding-top: 5px;
587        padding-right: 8px;
588        padding-bottom: 5px;
589        padding-left: 8px;
590        border: 1px solid #CCC;
591        background-color: #FFF;
592}
593
594.cont-pic {
595        float: left;
596        width: 32%;
597        height:auto;
598}
599
600.cont-text {
601        float: right;
602        width: 65%;
603}
604
605.cont-pic-right {
606        float: right;
607        padding-left: 20px;
608        height:auto;
609}
610
611.cont-text-right {
612        float: left;
613}
614
615.pic-waku {
616        border: 1px solid #CCC;
617        padding: 5px;
618}
619
620/* メンバー */
621
622.mb-cont {
623        float: left;
624        width: 30%;
625        margin-right: 3%;
626        margin-bottom: 3%;
627}
628
629.mb-cont2 {
630        float: left;
631        width: 31%;
632        margin-bottom: 3%;
633}
634
635.mb-box {
636        background-color: #FFF;
637        padding-top: 25px;
638        padding-right: 15px;
639        padding-bottom: 15px;
640        padding-left: 15px;
641}
642
643.mb-box a {
644        text-decoration:none;
645        color: #433B47;
646}
647
648.mb-p {
649        font-size: 14px;
650        color: #46468C;
651        background-image: url(../img/mb-p_back.jpg);
652        background-repeat: no-repeat;
653        background-position: left bottom;
654}
655
656.mb-name {
657        margin-bottom: 20px;
658        line-height: 18px;
659}
660
661.mb-name a {
662        font-size: 18px;
663        font-weight: bold;
664        margin-bottom: 25px;
665}
666
667span.middlename {
668        font-size: 14px;
669        font-weight: bold;
670}
671
672.mb-id {
673        display: block;
674        font-size: 12px;
675        margin-top: 0px;
676        padding-top: 0px;
677        padding-left: 0px;
678}
679
680.mb-midashi {
681        color: #999999;
682        border-bottom-width: 1px;
683        border-bottom-style: solid;
684        border-bottom-color: #AB9FB0;
685        margin-bottom: 5px;
686}
687
688.mb-twi {
689        margin-bottom:15px
690}
691
692.mb-twi a {
693        font-size: 16px;
694        color: #3A004B;
695}
696
697.mb-pg {
698        margin-bottom:15px
699}
700
701.mb-pg a {
702        font-size: 16px;
703        color: #3A004B;
704}
705
706.mb-pic {
707        margin-bottom: 25px;
708}
709
710
711/* Errata */
712
713.errata table {
714        width: 100%;
715        border-collapse: collapse;
716}
717
718.errata th {
719        padding: 5px 10px;
720        text-align: left;
721        overflow: hidden;
722        font-weight: bold;
723}
724
725.errata td {
726        padding: 5px 10px;
727        text-align: left;
728}
729
730.errata tr {
731        width: 100%;
732}
733
734.errata table tr:nth-child(odd) {
735        background-color: #F0F0F0;
736}
737.errata table tr:nth-child(even) {
738        background-color: #E0E0E0;
739}
740
741.errata th.date {
742        width: 15%;
743}
744
745.errata th.desc {
746        width: 65%;
747}
748
749.errata th.target {
750        width: 20%;
751}
752
753
754.errata pre {
755        background-color: #f0f0f0;
756        color: #333333;
757        padding: 3px;
758        padding-left: 20px;
759        border: solid 1px 1px 1px 10px #aaaaaa;
760        white-space: -moz-pre-wrap;
761        white-space: -pre-wrap;
762        white-space: -o-pre-wrap;
763        white-space: pre-wrap;
764        word-wrap: break-word;
765        font-family: 'VL Gothic', monospace
766}
767
768/* News */
769
770.in-contents .news table {
771        border-collapse: collapse;
772        width: 100%;
773        border: 0;
774}
775
776.in-contents .news table td {
777        padding: 5px 10px;
778}
779
780.in-contents .news table tr td.date {
781        width: 10em;
782        align: center;
783}
784
785.in-contents .news table tr:nth-child(odd) {
786        background-color: #F0F0F0;
787}
788.in-contents .news table tr:nth-child(even) {
789        background-color: #E0E0E0;
790}
791 
792
793
794
795/* PayPal form */
796.paypal-form {
797        margin-right: 5%;
798        float: left;
799}
800
801/* Misc */
802
803pre.screen {
804        background-color: #444444;
805        color: #F7F7F7;
806        padding: 3px;
807        padding-left: 10px;
808        border-left: solid 10px #BBBBBB;
809        white-space: -moz-pre-wrap;
810        white-space: -pre-wrap;
811        white-space: -o-pre-wrap;
812        white-space: pre-wrap;
813        word-wrap: break-word;
814        font-family: 'VL Gothic', monospace
815}
816
817blockquote.warning {
818        width: 65%;
819        margin: 20px;
820        padding: 5px;
821        border: solid 2px #AA6666;
822        border-style: solid;
823        border-radius: 6px;
824        -moz-border-radius: 6px;
825        -webkit-border-radius: 6px;
826}
827
828blockquote.important {
829        width: 65%;
830        margin: 20px;
831        padding: 5px;
832        border: solid 2px #666699;
833        border-style: solid;
834        border-radius: 6px;
835        -moz-border-radius: 6px;
836        -webkit-border-radius: 6px;
837}
838
839blockquote.info {
840        width: 65%;
841        margin: 20px;
842        padding: 5px;
843        border: solid 2px #AAAAAA;
844        border-style: solid;
845        border-radius: 6px;
846        -moz-border-radius: 6px;
847        -webkit-border-radius: 6px;
848}
849
850.ads-link-unit-wide {
851        margin-top: 20px;
852}
853
854/* タブレット縦
855--------------------------------------------------------------------------------------*/
856@media screen and (max-width: 1000px) {
857       
858.header-contents {
859        height: auto;
860        width: 100%;
861        padding-bottom: 12px;
862        overflow: hidden;
863        padding-top: 30px;
864        text-align:center;
865}
866.header-logo {
867        float: none;
868        margin-bottom:20px;
869}
870.header-koukoku {
871        background-color: #F7F7F7;
872        float: none;
873        width: 96%;
874        text-align:center;
875        margin-left:auto;
876        margin-right:auto;
877}
878       
879/* グローバルメニュー*/
880
881.globalmenu{
882        width: 96%;
883        margin:0 auto;
884        overflow:hidden;
885        margin-bottom: 10px;
886}
887.globalmenu-1{
888        width:33%;
889        height:auto;           
890}
891.globalmenu-2{
892        width:33%;
893        height:auto;   
894}
895.globalmenu-3{
896        width:33%;
897        height:auto;
898}
899.globalmenu-4{
900        width:33%;
901        height:auto;
902}
903.globalmenu-5{
904        width:33%;
905        height:auto;
906}
907.globalmenu-6{
908        width:33%;
909        height:auto;
910}       
911
912.globalmenu-6{
913        width:33%;
914        height:auto;
915}
916
917/* メインイメージ */
918
919
920.main-image_cont {
921        width: 98%;
922        margin-left:auto;
923        margin-right:auto;
924}
925
926.main-image1 {
927        float: left;
928        width: 50%;
929        background-image: url(../img/main-image1.jpg);
930        background-repeat: no-repeat;
931        background-position: center top;
932        height: 325px;
933}
934
935
936.main-image2 {
937        float: right;
938        width: 50%;
939        background-image: url(../img/main-image2_back.jpg);
940        background-repeat: no-repeat;
941        background-position: center top;
942        height: 105px;
943        padding-top: 220px;
944}
945
946.main-image2 img{
947        max-width:100%;
948        height:auto;   
949}       
950
951
952.main-img_link {
953        text-align:center;
954}
955
956.main-img_shousai{
957        float:none;
958        margin-bottom:10px;
959}
960
961.main-img_download{
962        float:none;
963        margin-bottom:10px;
964}
965
966/* メインコンテンツ */
967
968.main1 {
969        width: 98%;
970        overflow: hidden;
971        margin-bottom: 10px;
972        clear: both;
973        margin-left:auto;
974        margin-right:auto;
975}       
976
977.contbox-50_c img{
978        max-width:100%;
979        height:auto;
980
981}
982
983.main2 {
984        background-color: #594F60;
985        background-image: url(../img/main2-back.jpg);
986        background-repeat: repeat-x;
987        background-position: top;
988        padding-top: 30px;
989        overflow: hidden;
990        padding-bottom: 35px;
991}
992
993.in-cont {
994        width: 98%;
995        margin-right: auto;
996        margin-left: auto;
997        overflow: hidden;
998}
999
1000.main3 {
1001        width: 100%;
1002        overflow: hidden;
1003        margin-bottom: 20px;
1004}
1005
1006.main3-cont {
1007        float: none;
1008        width: 90%;
1009        margin-left:auto;
1010        margin-right:auto;
1011        overflow: hidden;
1012        padding: 20px;
1013}
1014
1015/* 仮広告枠 */
1016
1017.koukoku {
1018        background-color: #F7F7F7;
1019        width: 96%;
1020        text-align: center;
1021        margin-right: auto;
1022        margin-left: auto;
1023        clear: both;
1024        margin-bottom: 20px;
1025}
1026
1027
1028/* 中ページ */
1029
1030.cont-pic {
1031        float: left;
1032        width: 32%;
1033        height:auto;
1034}
1035
1036.cont-pic img{
1037        max-width:100%;
1038        height:auto;
1039}
1040
1041.cont-text {
1042        float: right;
1043        width: 65%;
1044}
1045       
1046.cont-pic-right {
1047        float: right;
1048        width: 32%;
1049        height:auto;
1050}
1051
1052.cont-pic-right img{
1053        max-width:100%;
1054        height:auto;
1055}
1056
1057/* メンバー */
1058
1059.mb-pic img{
1060        max-width:100%;
1061        height:auto;   
1062}
1063
1064}
1065
1066
1067/* スマートフォン横
1068--------------------------------------------------------------------------------------*/
1069@media screen and (max-width: 648px) {
1070
1071/* メインイメージ */
1072
1073.main-image1 {
1074        float: none;
1075        width: 100%;
1076        background-image: url(../img/main-image1.jpg);
1077        background-repeat: no-repeat;
1078        background-position: center top;
1079        height: 325px;
1080}
1081.main-image2 {
1082        float: none;
1083        width: 100%;
1084        background-image: url(../img/main-image2_back.jpg);
1085        background-repeat: no-repeat;
1086        background-position: center top;
1087        height: 105px;
1088        padding-top: 220px;
1089}
1090
1091.main-image2 img{
1092        max-width:100%;
1093        height:auto;   
1094}       
1095
1096.main-img_link {
1097        text-align:center;
1098}
1099
1100.main-img_shousai{
1101        float:none;
1102        margin-bottom:10px;
1103}
1104
1105.main-img_download{
1106        float:none;
1107        margin-bottom:10px;
1108}
1109
1110/* メインコンテンツ */
1111
1112.main2-text {
1113        color:#FFF;
1114        font-size:14px;
1115}
1116
1117.contbox-50_l {
1118        float: none;
1119        width: 100%;
1120        clear:both;
1121}
1122
1123.contbox-50_r {
1124        float: none;
1125        width: 100%;
1126        clear:both;
1127}
1128
1129.contbox-50_c {
1130        float: left;
1131        width: 50%;
1132        text-align: center;
1133        padding-bottom:20px;
1134}
1135
1136/* 中ページ */
1137
1138.cont-pic {
1139        float: none;
1140        width: 90%;
1141        height:auto;
1142        text-align:center;
1143        margin-left:auto;
1144        margin-right:auto;
1145        margin-bottom:10px;
1146}
1147
1148.contents-pic img{
1149        max-width:100%;
1150        height:auto;
1151}
1152
1153.cont-pic-right {
1154        float: right;
1155        width: 30%;
1156        height:auto;
1157}
1158
1159.contents-pic-right img{
1160        max-width:100%;
1161        height:auto;
1162}
1163.cont-text {
1164        float: none;
1165        width: 90%;
1166        margin-left:auto;
1167        margin-right:auto;
1168}
1169       
1170.mb-cont {
1171        float: none;
1172        width: 94%;
1173        margin: 0 auto;
1174        padding-bottom:20px;
1175}
1176
1177.mb-cont2 {
1178        float: none;
1179        width: 94%;
1180        margin: 0 auto;
1181        padding-bottom:20px;
1182}
1183
1184}
1185
1186/* スマートフォン縦
1187--------------------------------------------------------------------------------------*/
1188@media screen and (max-width: 479px) {
1189
1190/* メインコンテンツ */
1191
1192.main1-text {
1193        margin-right: 5px;
1194        margin-left: 5px;
1195}
1196
1197.info-box img{
1198        width:25%;
1199        height:auto;
1200}
1201
1202.contbox-50_l {
1203        float: none;
1204        width: 100%;
1205        clear:both;
1206}
1207
1208.contbox-50_r {
1209        float: none;
1210        width: 100%;
1211        clear:both;
1212}
1213
1214.contbox-50_c {
1215        float: left;
1216        width: 46%;
1217        text-align: center;
1218        margin-left:2%;
1219        margin-right:2%;
1220        padding-bottom:20px;
1221}
1222
1223}
1224
1225.cont-box {
1226        background-color: #FFF;
1227        padding: 20px;
1228        border: 1px solid #CCC;
1229}
Note: See TracBrowser for help on using the repository browser.