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

Revision 22559, 26.2 KB checked in by Qwert, 11 years ago (diff)

#2143 「おすすめ商品の検索画面にて非公開の商品もリストアップされる」を修正

おすすめ商品管理・おすすめ商品検索画面で非公開の商品のセルは色付きに。またおすすめ商品検索画面で検索条件に商品ステータスを追加。

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