source: branches/version-2_12-dev/html/user_data/packages/admin/css/admin_contents.css @ 22558

Revision 22558, 26.0 KB checked in by Qwert, 11 years ago (diff)

#2147 「おすすめ商品管理画面のマークアップが不正」を修正

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1@charset "utf-8";
2
3html {
4    height: 100%;
5}
6
7body {
8    width: 100%;
9    height: 100%;
10    background: #fff;
11    font-family: "MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
12    font-size: 80%;
13    line-height: 120%;
14}
15
16option {
17    margin-right: 3px;
18    font-size: 100%;
19}
20
21input,
22textarea {
23    margin-right: 3px;
24}
25
26select {
27    font-size: 100%;
28}
29select.top,
30input.top,
31textarea.top {
32    margin-bottom: 5px;
33}
34
35.page_rows {
36    margin-bottom: 20px;
37}
38
39hr {
40    display: none;
41}
42
43h1 {
44    border-top: 1px solid #b3b4bd;
45    border-bottom: 1px solid #d9dadf;
46    height: 30px;
47    line-height: 30px;
48    color: #444757;
49    background: url('../img/contents/subtitle_back_02.jpg') repeat-x;
50    font-size: 130%;
51}
52
53h1 span.title {
54    display: block;
55    padding-top: 2px;
56    padding-left: 20px;
57    background: url('../img/contents/subtitle_back.gif') no-repeat;
58}
59
60h1 span.subtitle {
61    display: block;
62    padding-top: 2px;
63    padding-left: 10px;
64}
65
66h2 {
67    margin: 0 0 10px 0;
68    padding: 5px 0;
69    border-bottom: 3px solid #ccc;
70    color: #444757;
71    font-size: 100%;
72}
73
74h3 {
75    margin-bottom: 20px;
76    padding: 5px;
77    color : #fff;
78    background: #999;
79    font-size: 90%;
80}
81
82
83/*テーブル設定*/
84table {
85    margin: 0 0 20px;
86    border-collapse: collapse;
87    width: 100%;
88    font-size: 100%;
89}
90
91th,
92td {
93    padding: 5px;
94    border: 1px solid #ccc;
95}
96
97th {
98    width: 240px;
99    background: url('../img/contents/table_back.png') repeat-x #f4f5f5;
100    font-weight: normal;
101    text-align: left;
102}
103
104table.list th {
105    background: url('../img/contents/table_back.png') repeat-x #b4b4b4;
106    text-align: center;
107}
108
109table.list th.column {
110    background: url('../img/contents/table_back.png') repeat-x #f4f5f5;
111    text-align: left;
112}
113
114table.list .edit,
115table.list .delete {
116    width: 10%;
117}
118
119table.list {
120    width: 100%;
121}
122
123table.list th.left {
124    text-align: left;
125}
126
127table.list th.right {
128    text-align: right;
129}
130
131table.list td.id,
132table.list td.thumbnail {
133    text-align: center;
134}
135
136table.list td.menu {
137    vertical-align: middle;
138    text-align: center;
139}
140
141table.form th {
142    width: 240px;
143    text-align: left;
144}
145
146table tr.last {
147    background: #ffffdf;
148}
149
150#popup-container table th.column {
151    width: 200px;
152}
153
154.contents-main .btn-area,
155#popup .btn-area,
156#form_edit .btn-area {
157    margin : 0 0 60px 0;
158    padding: 20px 0;
159    clear: both;
160    width: 100%;
161    background: #f5f5f5;
162    text-align: center;
163}
164
165.contents-main .btn-area li,
166#popup .btn-area li,
167.btn-area li {
168    margin-right: 10px;
169    display: inline;
170}
171
172.addnew {
173    margin-bottom: 20px;
174}
175
176
177/*おすすめ商品管理*/
178
179table.recommend-table {
180    border-collapse: collapse;
181    font-size: 100%;
182    margin: 0 0 50px;
183    width: 100%;
184}
185
186div.table-wrap {
187    margin-top: 6px;
188}
189
190div.table-wrap div.table-img {
191    float: left;
192    padding-left: 6px;
193}
194
195div.table-wrap div.table-detail {
196    float: left;
197    text-align: left;
198    padding-left: 11px;
199}
200
201div.table-wrap div.table-detail div.detail-name {
202    margin-bottom: 5px;
203}
204
205td.AlignLeft {
206    text-align: left;
207    padding-left: 11px;
208}
209
210/*通常ボタン*/
211.btn-normal,
212a.btn-normal:link,
213a.btn-normal:visited {
214    margin-right: 5px;
215    padding: 2px 10px;
216    border: solid 1px #bcbecb;
217    display: inline-block;
218    color: #444757;
219    background-image: url('../img/button/white-grad.png');
220    background-attachment: scroll;
221    background-clip: border-box;
222    background-color: #eee;
223    font-weight: normal;
224    font-size: 90%;
225    text-decoration: none;
226    white-space: nowrap;
227    cursor: pointer;
228
229    /* CSS3 radius */
230    border-radius: 5px;
231    /* Safari, Chrome radius */
232    -webkit-box-sizing: content-box;
233    -webkit-border-radius: 5px;
234    /* Firefox radius */
235    -moz-border-radius: 5px;
236    /* Safari, Chrome radius */
237    -webkit-box-sizing: content-box;
238    -webkit-border-radius: 5px;
239    /* Firefox radius */
240    -moz-border-radius: 5px;
241}
242
243
244/*ツールボタン 共通部分*/
245.btn-tool-format,
246a.btn-tool-format:link,
247a.btn-tool-format:visited {
248    padding: 0 6px;
249    border: solid 1px #6b6d87;
250    display: inline-block;
251    color: #444757;
252    background: url('../img/button/white-grad03.png') repeat-x #eee;
253    background-origin: padding-box;
254    background-attachment: scroll;
255    background-clip: border-box;
256    background-color: #c9cbcb;
257    font-weight: bold;
258    font-size: 90%;
259    text-decoration: none;
260    cursor: pointer;
261
262    /* CSS3 radius */
263    border-radius: 4px;
264    /* Safari, Chrome radius */
265    -webkit-box-sizing: content-box;
266    -webkit-border-radius: 4px;
267    /* Firefox radius */
268    -moz-border-radius: 4px;
269    /* Safari, Chrome radius */
270    -webkit-box-sizing: content-box;
271    -webkit-border-radius: 4px;
272    /* Firefox radius */
273    -moz-border-radius: 4px;
274}
275
276
277/*ツールボタン コンテンツ*/
278.btn-tool,
279a.btn-tool:link,
280a.btn-tool:visited {
281    padding: 0 6px;
282    border: solid 1px #999;
283    display: inline-block;
284    color: #444757;
285    background: url('../img/button/white-grad.png') repeat-x #eee;
286    background-origin: padding-box;
287    background-attachment: scroll;
288    background-clip: border-box;
289    background-color: #c9cbcb;
290    font-size: 100%;
291    text-decoration: none;
292    cursor: pointer;
293
294    /* CSS3 radius */
295    border-radius: 4px;
296    /* Safari, Chrome radius */
297    -webkit-box-sizing: content-box;
298    -webkit-border-radius: 4px;
299    /* Firefox radius */
300    -moz-border-radius: 4px;
301    /* Safari, Chrome radius */
302    -webkit-box-sizing: content-box;
303    -webkit-border-radius: 4px;
304    /* Firefox radius */
305    -moz-border-radius: 4px;
306}
307
308
309/*登録する・検索するボタン*/
310.btn-action,
311a.btn-action:link,
312a.btn-action:visited {
313    padding: 5px 10px;
314    border: solid 1px #bcbecb;
315    display: inline-block;
316    color: #444757;
317    background: url('../img/button/white-grad04.png') top repeat-x #eee;
318    background-attachment: scroll;
319    background-clip: border-box;
320    font-weight: normal;
321    font-size: 80%;
322    text-decoration: none;
323    white-space: nowrap;
324    cursor: pointer;
325
326    /* CSS3 radius */
327    border-radius: 5px;
328    /* Safari, Chrome radius */
329    -webkit-box-sizing: content-box;
330    -webkit-border-radius: 5px;
331    /* Firefox radius */
332    -moz-border-radius: 5px;
333    /* Safari, Chrome radius */
334    -webkit-box-sizing: content-box;
335    -webkit-border-radius: 5px;
336    /* Firefox radius */
337    -moz-border-radius: 5px;
338}
339
340/*商品を選択するボタン(2/18追加)*/
341.btn-action-m,
342a.btn-action-m:link,
343a.btn-action-m:visited {
344    padding: 3px 10px;
345    border: solid 1px #bcbecb;
346    display: inline-block;
347    color: #444757;
348    background: url('../img/button/white-grad04.png') top repeat-x #eee;
349    background-attachment: scroll;
350    background-clip: border-box;
351    font-weight: normal;
352    font-size: 90%;
353    text-decoration: none;
354    white-space: nowrap;
355    cursor: pointer;
356
357    /* CSS3 radius */
358    border-radius: 5px;
359    /* Safari, Chrome radius */
360    -webkit-box-sizing: content-box;
361    -webkit-border-radius: 5px;
362    /* Firefox radius */
363    -moz-border-radius: 5px;
364    /* Safari, Chrome radius */
365    -webkit-box-sizing: content-box;
366    -webkit-border-radius: 5px;
367    /* Firefox radius */
368    -moz-border-radius: 5px;
369}
370
371
372/*戻るボタン*/
373.btn-action .btn-prev {
374    padding: 0 0 0 20px;
375    display: inline-block;
376    background: url('../img/button/ico_prev.gif') left no-repeat;
377    font-weight: bold;
378    font-size: 114%;
379}
380
381
382/*進むボタン*/
383.btn-action .btn-next {
384    padding: 0 20px 0 0;
385    display: inline-block;
386    background: url('../img/button/ico_next.gif') right no-repeat;
387    font-weight: bold;
388    font-size: 114%;
389}
390
391a.btn-normal:hover,
392a.btn-action:hover,
393a.btn-tool:hover {
394    border: solid 1px #d5d7df;
395    color: #6d728b;
396}
397
398a.btn-tool-format:hover {
399    border: solid 1px #363a47;
400    color: #6b728b;
401}
402
403a.btn:active,
404a.btn-normal:active {
405    background-image: url('../img/button/white-grad-active.png');
406}
407
408
409/*LINK*/
410a:link {
411    color: #39c;
412    text-decoration: none;
413}
414
415a:visited {
416    color: #39c;
417    text-decoration: none;
418}
419
420a:hover {
421    color: #74badc;
422    text-decoration: none;
423}
424
425.left {
426    text-align: left;
427}
428
429.center {
430    text-align: center;
431}
432
433.right {
434    text-align: right;
435}
436
437.attention {
438    color: #f00;
439}
440
441
442/* ヘッダー
443----------------------------------------------- */
444#errorHeader {
445    color: #F00;
446    font-weight: bold;
447    font-size: 12px;
448    background-color: #FEB;
449    text-align: center;
450    padding: 5px;
451}
452#header {
453    width: 100%;
454    height: 51px;
455    background: url('../img/header/header_back.jpg') 0 0 repeat-x;
456}
457
458#header-contents {
459    width: 1030px;
460}
461
462#logo {
463    padding: 12px 0 0 12px;
464    float: left;
465    width: 184px;
466}
467
468#site-check {
469    float: right;
470    width: 820px;
471}
472#site-check p.info {
473    padding-top: 16px;
474    float: left;
475    width: 580px;
476    color: #fff;
477    font-size: 80%;
478}
479
480#site-check ul {
481    padding-top: 14px;
482    float: right;
483}
484
485#site-check ul li {
486    margin-right: 10px;
487    float: left;
488}
489
490
491/* ヘッダーナビ
492----------------------------------------------- */
493#navi-wrap {
494    width: 1030px;
495}
496#navi {
497    z-index: 90;
498    height: 28px;
499    background: url('../img/header/navi_back.jpg') top left repeat-x;
500    font-size: 100%;
501    line-height: 100%;
502}
503
504#navi li {
505    background: url('../img/header/navi_back_line.jpg') no-repeat right;
506    display: block;
507    float: left;
508    cursor: pointer;
509    height: 28px;
510    position: relative;
511}
512
513#navi li a,
514#navi li a span {
515    display: block;
516    _float: left;/*IE6対策*/
517    cursor: pointer;
518}
519
520#navi li a {
521    color: #2d2f39;
522    height: 28px;
523    font-weight: bold;
524    text-decoration: none;
525}
526
527#navi li a span {
528    padding: 7px 10px;
529    _padding: 9px 10px 5px;/*IE6対策*/
530    height: 15px;
531    _height: 13px;/*IE6対策*/
532}
533
534#navi li a:hover {
535    background: url('../img/header/navi_on.jpg') left 0 repeat-x;
536}
537
538#navi li a:hover span {
539    background: url('../img/header/navi_on.jpg') left 0 repeat-x;
540}
541
542#navi li.on a {
543    background: url('../img/header/navi_on.jpg') left 0 repeat-x;
544}
545
546#navi li.on a span {
547    background: url('../img/header/navi_on.jpg') left 0 repeat-x;
548}
549
550#navi li.sfhover a {
551    background: url('../img/header/navi_on.jpg') left 0 repeat-x;
552}
553
554#navi li.sfhover a span {
555    background: url('../img/header/navi_on.jpg') left 0 repeat-x;
556}
557
558#navi li ul {
559    position: absolute;
560    top: 26px;
561    left: -9999px;
562    width: 14px;
563    font-weight: normal;
564    clear: both;
565}
566
567
568/*プルダウンメニュー 第1階層*/
569#navi li li {
570    display: block;
571    top: 2px;
572    width: 180px;
573    height: 27px;
574    line-height: 24px;
575    color: #fff;
576    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
577    font-weight: normal;
578}
579
580#navi li li a {
581    display: block;
582    top: 2px;
583    width: 180px;
584    height: 27px;
585    line-height: 24px;
586    color: #fff;
587    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
588    font-weight: normal;
589}
590
591#navi li li a span {
592    display: block;
593    top: 2px;
594    width: 180px;
595    height: 27px;
596    line-height: 24px;
597    color: #fff;
598    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
599    font-weight: normal;
600}
601
602#navi li li {
603    border: solid #888;
604    border-width: 0 0 1px 0;
605}
606
607#navi li li a span {
608    padding: 2px 0 0 8px;
609    text-indent: 8px;
610}
611
612#navi li li a:hover {
613    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
614}
615
616#navi li li a:hover span {
617    background: #666;
618}
619
620#navi li.on li a,
621#navi li.on li a span,
622#navi li li.on a,
623#navi li li.on a span,
624 {
625    background: transparent;
626}
627
628#navi li.sfhover li a,
629#navi li.sfhover li a span,
630#navi li li.sfhover a,
631#navi li li.sfhover a span {
632    background: transparent;
633}
634
635#navi li.sfhover li a:hover {
636    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
637}
638
639#navi li li.sfhover a:hover {
640    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
641}
642
643
644/*プルダウンメニュー 第2階層*/
645#navi li ul.level2 {
646    position: absolute;
647    top: 27px;
648    left: -9999px;
649    width: 14px;
650    font-weight: normal;
651}
652
653#navi li li li,
654#navi li li a,
655#navi li li li a span {
656    margin-left: 0;
657    display: block;
658    width: 180px;
659    top: 1px;
660    height: 27px;
661    line-height: 24px;
662    color: #fff;
663    background: #787878;
664    font-weight: normal;
665    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
666}
667
668#navi li li li.sfhover a:hover {
669    width: 180px;
670    top: 1px;
671    height: 27px;
672    color: #fff;
673    background: url('../img/header/ico_sub_navi.gif') no-repeat left #474747;
674}
675
676#navi li ul ul {
677    margin: -28px 0 0 180px;
678    _margin: -28px 0 0 187px;/*IE6応急 */
679}
680
681#navi li:hover ul ul,
682#navi li:hover ul ul ul,
683#navi li.sfhover ul ul,
684#navi li.sfhover ul ul ul {
685    left: -9999px;
686}
687
688#navi li:hover ul,
689#navi li li:hover ul,
690#navi li li li:hover ul,
691#navi li.sfhover ul,
692#navi li li.sfhover ul,
693#navi li li li.sfhover ul {
694    left: auto;
695}
696
697#navi ul.level1 li.on_level2 {
698    background: url('../img/header/subnavi_bak_l2.gif') top left no-repeat #787878;
699}
700
701#navi ul.level1 li.on_level2 a:hover {
702    background: url('../img/header/subnavi_bak_l2_on.gif') top left no-repeat #787878;
703}
704
705#navi ul.level1 li.on_level2 ul.level2 li a:hover {
706    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
707}
708
709/*subnavi*/
710.subnavi a {
711    padding: 6px 5px 4px 5px;
712    display: block;
713    width: 140px;
714    color: #fff;
715    background-color: #666;
716    text-decoration: none;
717}
718.subnavi a:visited {
719    color: #fff;
720    text-decoration: none;
721}
722.subnavi a:hover {
723    color: #000;
724    background-color: #666;
725    text-decoration: none;
726}
727.subnavi_text {
728    padding: 0 0 0 8px;
729    font-size: 71%;
730}
731.subnavi-on a {
732    padding: 6px 5px 4px 5px;
733    display: block;
734    width: 140px;
735    color: #000;
736    background-color: #666;
737    text-decoration: none;
738}
739.subnavi-on a:visited {
740    color: #000;
741    text-decoration: none;
742}
743.subnavi-on a:hover {
744    color: #000;
745    background-color: #666;
746    text-decoration: none;
747}
748.number-on a:visited {
749    color: #fff;
750    text-decoration: none;
751}
752.number a:visited {
753    color: #fff;
754    text-decoration: none;
755}
756
757#agreement {
758    margin: 0;
759    border-width: 1px
760    border-color: #c0c0c0;
761    border-style: solid;
762    width: 480px;
763    height: 120px;
764    overflow: auto;
765    background-color : #fff;
766}
767
768
769/* ページャ */
770#contents .pager ul {
771    margin: 10px 0;
772    list-style-type: none;
773}
774
775.pager li {
776    display: inline;
777}
778
779.pager li a {
780    padding: 3px 5px;
781    border: 1px solid #999;
782}
783
784.pager li.on a {
785    background: #f4f5f5;
786}
787
788.pager li a:hover,
789.pager li.on a:hover {
790    background: #f8f8f8;
791    border: 1px solid #ccc;
792}
793
794
795/* コンテンツ
796----------------------------------------------- */
797* html div#container {
798    position: relative;
799    height: 100%;
800    min-height: 100%;
801}
802
803body > #container {
804    height: auto;
805}
806
807#container {
808    position: relative;
809    min-height: 100%;
810}
811
812#contents {
813    padding: 20px 20px 100px;
814    width: 1000px;
815}
816
817#footer {
818    margin-top: 30px;
819    position: fixed;
820    bottom: 0;
821    width: 100%;
822    height: 40px;
823    background: url('../img/contents/footer_back.jpg') 0 0 repeat-x;
824}
825
826#footer-contents {
827    padding-top: 10px;
828    width: 1020px;
829    text-align: right;
830}
831
832#footer #copyright {
833    margin-left: 20px;
834    float: left;
835    color: #fff;
836    font-size: 85%;
837    text-align: left;
838}
839
840#footer #topagetop {
841    float: right;
842}
843
844
845/* ログイン
846----------------------------------------------- */
847#login {
848    margin: 0 auto;
849    padding: 0;
850    width: 100%;
851    text-align: center;
852}
853
854#login-wrap {
855    margin: 150px auto 0;
856    padding: 0;
857    border: 0;
858    text-align: left;
859    width: 556px;
860    z-index: 2;
861    background: url('../img/contents/admin_login_bg.jpg') center top repeat-x;
862    -moz-box-shadow: 0 0 5px #000;/* Firefox */
863    -webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
864}
865
866#login-form h1 {
867    margin: 46px auto 20px;
868    padding-left: 50px;
869    padding-bottom: 40px;
870    border: none;
871    float: left;
872    width: 140px;
873    height: 150px;
874    background: none;
875}
876
877#input-form {
878    margin-top: 40px;
879    padding-right: 30px;
880    float: right;
881    width: 255px;
882}
883
884#input-form p {
885    margin-top: 10px;
886    color: #fff;
887    font-size: 100%;
888}
889
890#input-form .btn-tool {
891    margin-top: 5px;
892}
893
894#login #copyright {
895    margin: 0 auto;
896    padding-top: 10px;
897    width: 556px;
898    color: #000000;
899    font-size: 80%;
900    text-align: left;
901}
902
903
904/* エラーメッセージ
905----------------------------------------------- */
906
907
908/*以下インストールページと共通■触るべからず*/
909
910#out-wrap {
911    margin: 100px auto;
912    width: 560px;
913}
914
915#out-wrap .logo {
916    padding-bottom: 5px;
917    float: right;
918}
919
920#out {
921    margin: 0 auto;
922    width: 560px;
923}
924
925#error .out-top {
926    clear: both;
927    width: 560px;
928    height: 10px;
929    background: url('../img/contents/login_back_top.jpg') bottom left no-repeat;
930}
931
932/*以上インストールページと共通■触るべからず*/
933
934
935#error .contents {
936    border-right: solid 1px #d9dadf;
937    border-left: solid 1px #d9dadf;
938}
939
940#error .contents .message {
941    padding: 20px 30px;
942    text-align: center;
943}
944
945#error .btn-area-top {
946    width: 560px;
947    height: 10px;
948    background: url('../img/contents/login_back_btn_top.jpg') left no-repeat;
949}
950
951#error .btn-area ul {
952    padding: 20px 0 10px 0;
953    width: 560px;
954    background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5;
955}
956
957#error .btn-area ul li {
958    text-align: center;
959}
960
961#error .btn-area-bottom {
962    width: 560px;
963    height: 10px;
964    background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0;
965}
966
967
968/* 完了メッセージ
969----------------------------------------------- */
970#complete {
971    margin: 40px 0 0 80px;
972    width: 560px;
973}
974
975#complete .complete-top {
976    clear: both;
977    width: 560px;
978    height: 10px;
979    background: url('../img/contents/login_back_top.jpg') bottom left no-repeat;
980}
981
982#complete .contents {
983    border-right: solid 1px #d9dadf;
984    border-left: solid 1px #d9dadf;
985}
986
987#complete .contents .message {
988    padding: 20px 30px;
989    color: #b77615;
990    font-weight: bold;
991    text-align: center;
992}
993
994#complete .btn-area-top {
995    width: 560px;
996    height: 10px;
997    background: url('../img/contents/login_back_btn_top.jpg') left no-repeat;
998}
999
1000#complete .btn-area ul {
1001    margin: 0;
1002    padding: 20px 0 10px 0;
1003    width: 560px;
1004    background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5;
1005    text-align: center;
1006}
1007
1008#complete .btn-area ul li {
1009    margin-right: 10px;
1010    display: inline;
1011}
1012
1013#complete .btn-area-bottom {
1014    clear: both;
1015    width: 560px;
1016    height: 10px;
1017    background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0;
1018}
1019
1020
1021/* メインページ
1022----------------------------------------------- */
1023#home-main {
1024    margin-right: 300px;
1025}
1026
1027#home-main table {
1028    width: 100%;
1029}
1030
1031* html #home-main table {
1032    width: 99%;
1033}
1034
1035#home .shop-info {
1036    margin: 0 0 20px;
1037}
1038
1039#home .shop-info td {
1040    width: 60%;
1041    text-align: right;
1042}
1043
1044#home-info {
1045    border-left: 1px solid #ccc;
1046    float: right;
1047    width: 280px;
1048}
1049
1050.home-info-item {
1051    margin: 0 0 15px 20px;
1052    width: 260px;
1053    line-height: 14px;
1054    font-size: 85%;
1055}
1056
1057.home-info-item .body {
1058    margin: 5px 0 0 0;
1059}
1060
1061.home-info-item .date {
1062    background: #ddd;
1063    padding: 5px 10px 0px;
1064}
1065
1066.home-info-item .title {
1067    padding: 0 10px 5px;
1068    background: #ddd;
1069}
1070
1071
1072/* 基本情報管理
1073----------------------------------------------- */
1074/* 郵便番号DB登録 */
1075.basis-zip-item {
1076    margin-bottom: 30px;
1077}
1078
1079.basis-zip-item.end {
1080    margin-bottom: 60px;
1081}
1082
1083.basis-zip-item.info {
1084    padding-top: 20px;
1085}
1086
1087.basis-zip-item p {
1088    margin-bottom: 10px;
1089}
1090
1091
1092/* 商品管理
1093----------------------------------------------- */
1094#products-category-left,
1095#products-rank-left {
1096    float: left;
1097    width: 285px;
1098    min-height: 200px;
1099}
1100
1101#products-category-right,
1102#products-rank-right {
1103    margin-left: 285px;
1104}
1105
1106#products-class-list .action {
1107    width: 100px;
1108}
1109
1110#contents-filemanager-tree #tree {
1111    float: left;
1112    min-height: 200px;
1113}
1114
1115#products-category-left,
1116#products-rank-left {
1117    min-height: 200px;
1118    padding: 10px;
1119    border: 3px solid #ddd;
1120    width: 230px;
1121    background-color: #f3f3f3;
1122}
1123
1124#products-category-right .now_dir {
1125    margin-bottom: 20px;
1126    padding: 10px;
1127    border: 1px solid #ccc;
1128}
1129
1130#products .class-payment {
1131    padding-top: 15px;
1132    font-size: 88%;
1133}
1134#products label {
1135    white-space: nowrap;
1136}
1137#products .class-product-type label {
1138    white-space: normal;
1139}
1140#products .list-info {
1141    padding-top: 10px;
1142    border-top: solid 1px #ccc;
1143}
1144#products .list-info .btn {
1145    float: left;
1146    margin-right: 20px;
1147}
1148#products .list-info p {
1149    float: right;
1150    color: #444757;
1151}
1152
1153
1154/* 受注管理
1155----------------------------------------------- */
1156/* 対応状況管理 */
1157#order-status-list th.id {
1158    width: 40px;
1159}
1160
1161
1162/* 期間別集計
1163----------------------------------------------- */
1164#graph-image {
1165    margin: 0 0 20px 0;
1166}
1167
1168
1169/* デザイン管理
1170----------------------------------------------- */
1171/* レイアウト設定 */
1172.design-layout {
1173    table-layout: fixed;
1174}
1175
1176.design-layout th,
1177.design-layout td {
1178    vertical-align: top;
1179    text-align: center;
1180}
1181
1182#design-layout-used {
1183    width: 525px;
1184}
1185
1186#design-layout-unused {
1187    width: 175px;
1188}
1189
1190.design-layout #LeftNavi,
1191.design-layout #MainHead,
1192.design-layout #RightNavi {
1193    width: 33.33%;
1194}
1195
1196.design-layout #TopNavi,
1197.design-layout #HeadNavi,
1198.design-layout #HeaderTopNavi,
1199.design-layout #LeftNavi,
1200.design-layout #MainHead,
1201.design-layout #MainFoot,
1202.design-layout #RightNavi,
1203.design-layout #BottomNavi,
1204.design-layout #FooterBottomNavi,
1205.design-layout #HeaderInternalNavi,
1206.design-layout #Unused {
1207    padding-bottom: 20px;
1208    height: 10px; /*IE6応急処置 */
1209}
1210
1211.design-layout div.sort {
1212    margin: 5px 0;
1213    padding: 5px 2px;
1214    border: 1px solid #000;
1215    color: #333;
1216    background: #eee;
1217    font-size: 100%;
1218}
1219
1220.design-layout .anywherecheck {
1221    white-space: nowrap;
1222}
1223
1224.placeholder {
1225    border: 1px dashed #aaa;
1226    height: 20px;
1227}
1228
1229#layout-header {
1230    vertical-align: middle;
1231}
1232
1233
1234/* コンテンツ管理
1235----------------------------------------------- */
1236#contents-csv-sqltbl {
1237    margin-bottom: 40px;
1238}
1239
1240/* システム設定
1241----------------------------------------------- */
1242/* プラグイン管理 */
1243td.plugin_img {
1244    border-width: 1px 0px 1px 1px;
1245}
1246td.plugin_info {
1247    border-width: 1px 1px 1px 0px;
1248}
1249td.plugin_info p.description {
1250    margin: 8px 0 10px 5px;
1251}
1252
1253td.plugin_info span.ec_cube_version {
1254    font-style: italic;
1255    font-size: 80%;
1256}
1257
1258td.plugin_info span.plugin_name {
1259    font-weight: bold;
1260}
1261
1262td.attention_fookpoint {
1263    background-color: #FEB;
1264}
1265
1266/* フォーム
1267----------------------------------------------- */
1268div.btn,
1269p.remark {
1270    margin: 0 0 20px 0;
1271}
1272
1273/*FORM*/
1274.box3 {
1275    width: 33px;
1276}
1277/*W3*/
1278
1279.box6 {
1280    width: 54px;
1281}
1282/*W6*/
1283
1284.box10 {
1285    width: 82px;
1286}
1287/*W10*/
1288
1289.box20 {
1290    width: 152px;
1291}
1292/*W20*/
1293
1294.box25 {
1295    width: 187px;
1296}
1297/*W25*/
1298
1299.box30 {
1300    width: 222px;
1301}
1302/*W30*/
1303
1304.box33 {
1305    width: 243px;
1306}
1307/*W33*/
1308
1309.box35 {
1310    width: 257px;
1311}
1312/*W35*/
1313
1314.box40 {
1315    width: 276px;
1316}
1317/*W40*/
1318
1319.box45 {
1320    width: 341px;
1321}
1322/*W45*/
1323
1324.box50 {
1325    width: 362px;
1326}
1327/*W50*/
1328
1329.box52 {
1330    width: 376px;
1331}
1332/*W52*/
1333
1334.box54 {
1335    width: 390px;
1336}
1337/*W54*/
1338
1339.box60 {
1340    width: 432px;
1341}
1342/*W60*/
1343
1344.box65 {
1345    width: 467px;
1346}
1347/*W65*/
1348
1349.box68 {
1350    width: 488px;
1351}
1352/*W68*/
1353
1354.box76 {
1355    width: 544px;
1356}
1357/*W76*/
1358
1359.area40 {
1360    width: 302px;
1361    height: 134px;
1362}
1363/*W40×H8*/
1364
1365.area45 {
1366    width: 337px;
1367    height: 290px;
1368}
1369/*W40×H20*/
1370
1371.area46 {
1372    width: 337px;
1373    height: 134px;
1374}
1375/*W40×H8*/
1376
1377.area50 {
1378    width: 372px;
1379    height: 82px;
1380}
1381/*W50?H4*/
1382
1383.area55 {
1384    width: 407px;
1385    height: 82px;
1386}
1387/*W50?H4*/
1388
1389.area59 {
1390    width: 432px;
1391    height: 134px;
1392}
1393/*W59×H8*/
1394
1395.area60 {
1396    width: 433px;
1397    height: 134px;
1398}
1399/*W60?H8*/
1400
1401.area61 {
1402    width: 433px;
1403    height: 82px;
1404}
1405/*W60?H4*/
1406
1407.area65 {
1408    width: 444px;
1409    height: 290px;
1410}
1411/*W65×H20*/
1412
1413.area70 {
1414    width: 512px;
1415    height: 186px;
1416}
1417/*W70?H12*/
1418
1419.area75 {
1420    width: 547px;
1421    height: 186px;
1422}
1423/*W75?H12*/
1424
1425.area80 {
1426    width: 572px;
1427    height: 134px;
1428}
1429/*W80×H8*/
1430
1431.area90 {
1432    width: 650px;
1433    height: 420px;
1434}
1435
1436.area96 {
1437    width: 694px;
1438    height: 420px;
1439}
1440/*W80×H30*/
1441
1442.area96_2 {
1443    width: 694px;
1444    height: 160px;
1445}
1446/*W80×H10*/
1447
1448.area99 {
1449    width: 715px;
1450    height: 523px;
1451}
1452/*W99?H40*/
1453
1454/*COLOR*/
1455.red {
1456    color: #f00;
1457}
1458
1459
1460/*FONT*/
1461.bold {
1462    font-weight: bold;
1463}
1464
1465
1466/* フロート解除 */
1467.clearfix:after {
1468    display: block;
1469    clear: both;
1470    height: 0;
1471    line-height: 0;
1472    visibility: hidden;
1473    content: ".";
1474}
1475
1476
1477/* 権限 */
1478x-dummy,
1479.authority_1 #navi-basis-masterdata,
1480.authority_1 #navi-contents-file,
1481.authority_1 #navi-design-bloc,
1482.authority_1 #navi-design-template,
1483.authority_1 #navi-design-add,
1484.authority_1 #navi-system,
1485.authority_1 #navi-ownersstore {
1486    /* display: none; --- IE で不具合 */
1487    border: none;
1488    width: 0;
1489    height: 0;
1490    overflow: hidden;
1491    visibility: hidden;
1492}
1493
1494
1495/* DnD並び替え系の設定 */
1496tr.movingHandle td {
1497    background-color: #eee;
1498}
1499
1500
1501/* ハンドルの設定 */
1502.dragHandle {
1503    font-weight: bold;
1504    text-align: center;
1505    cursor: n-resize;
1506}
1507
1508
1509/* アクティブハンドルの設定 */
1510.activeHandle {
1511    color: #f9a406;
1512}
1513
1514
1515table.layout,
1516table.layout th,
1517table.layout td {
1518    margin: 0;
1519    padding: 0;
1520    border: none;
1521    width: auto;
1522    vertical-align: top;
1523}
1524
1525
1526/* ログ表示用 */
1527.log td {
1528    padding-top: 0;
1529    padding-bottom: 0;
1530    vertical-align: top;
1531}
1532
1533.log .date {
1534    white-space: nowrap;
1535}
1536
1537
1538/* ポップアップ画面用 */
1539body#popup {
1540    width: 100%;
1541}
1542
1543#popup-header {
1544    margin-bottom: 30px;
1545    width: 100%;
1546    height: 35px;
1547    background: url('../img/header/popup_back.jpg') repeat-x;
1548    text-align: right;
1549}
1550
1551#popup-logo {
1552    padding: 10px 10px 0 0;
1553}
1554
1555#popup-container {
1556    margin: 0 auto;
1557    padding: 0 20px;
1558    width: 560px;
1559}
1560
1561
1562/*以下インストールページと共通■触るべからず*/
1563
1564#outside {
1565    margin: 0 auto;
1566    padding: 0;
1567    text-align: center;
1568    width: 100%;
1569}
1570
1571/*以上インストールページと共通■触るべからず*/
Note: See TracBrowser for help on using the repository browser.