source: branches/version-2_11-dev/html/user_data/packages/default/css/popup.css @ 20681

Revision 20681, 2.3 KB checked in by nagano, 13 years ago (diff)

デザイン調整

Line 
1@charset "utf-8";
2
3/************************************************
4 ポップアップウィンドウ
5************************************************ */
6/* 共通
7----------------------------------------------- */
8div#windowcolumn {
9    border-top: solid 3px #f90;
10    width: 560px;
11    height: 100%;
12    margin: 15px 15px 0 15px;
13    background: #fff;
14}
15
16div#windowcolumn h2 {
17    margin-bottom: 10px;
18    padding: 8px;
19    border-top: solid 1px #ebeced;
20    color: #f60;
21    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
22    background-color: #fef3d8;
23    font-size: 170%;
24}
25
26div#window_area {
27    margin: 15px auto 0 auto;
28    padding-bottom: 20px;
29    width: 540px;
30    min-height:300px;
31    height: auto !important;
32}
33
34div#window_area p.information {
35    margin-bottom: 20px;
36}
37
38div#window_area .message {
39    margin-bottom: 20px;    color: #f60;
40    line-height: 150%;
41    font-weight: bold;
42    font-size: 140%;
43}
44div#window_area table {
45    width: 540px;
46}
47
48/* お客様の声の書き込み、新しいお届け先の追加・変更
49----------------------------------------------- */
50div#window_area #forgot {
51    margin: 0 auto;
52    padding: 20px;
53    width: 440px;
54    border: 1px solid #ccc;
55    text-align: left;
56}
57div#window_area #forgot .mailaddres {
58    margin-bottom: 10px;
59}
60
61div#window_area #forgot p {
62    text-align: center;
63}
64
65
66/* 商品詳細拡大写真、カート拡大写真
67----------------------------------------------- */
68div#bigimage,
69div#cartimage {
70    margin-top: 15px;
71    background-color: #fff;
72    text-align: center;
73}
74
75div#bigimage img,
76div#cartimage img {
77    padding: 10px;
78    background-color: #fff;
79}
80
81/* 郵便番号検索
82----------------------------------------------- */
83div#zipsearchcolumn {
84    margin: 15px auto 0 auto;
85    border-top: 5px solid #ffa85c;
86    border-bottom: 5px solid #ffa85c;
87    width: 460px;
88    background-color: #fff;
89}
90
91div#zipsearchcolumn h2 {
92    margin: 0 0 15px 0;
93    width: 460px;
94}
95
96div#zipsearch_area {
97    margin: 15px auto 0 auto;
98    width: 460px;
99}
100
101div#zipsearchcolumn .btn {
102    margin: 15px 0 30px 0;
103    text-align: center;
104}
105
106div#zipsearch_area #completebox p{
107    padding: 60px 5px;
108    text-align: center;
109}
110
Note: See TracBrowser for help on using the repository browser.