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