| Line | |
|---|
| 1 | @charset "utf-8"; |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | /* 商品詳細拡大写真 |
|---|
| 5 | ----------------------------------------------- */ |
|---|
| 6 | div#bigimage { |
|---|
| 7 | width: 520px; |
|---|
| 8 | margin: 15px auto 0 auto; |
|---|
| 9 | background-color: #ffffff; |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | div#bigimage img { |
|---|
| 13 | padding: 10px; |
|---|
| 14 | background-color: #ffffff; |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | /* カート拡大写真 |
|---|
| 19 | ----------------------------------------------- */ |
|---|
| 20 | div#cartimage { |
|---|
| 21 | width: 280px; |
|---|
| 22 | margin: 15px auto 0 auto; |
|---|
| 23 | background-color: #ffffff; |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | div#cartimage img { |
|---|
| 27 | padding: 10px; |
|---|
| 28 | background-color: #ffffff; |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | /* お客様の声の書き込み・新しいお届け先の追加・変更 |
|---|
| 33 | ----------------------------------------------- */ |
|---|
| 34 | div#windowcolumn { |
|---|
| 35 | width: 550px; |
|---|
| 36 | margin: 15px auto 0 auto; |
|---|
| 37 | background-color: #fff; |
|---|
| 38 | border-top: 5px solid #ffa85c; |
|---|
| 39 | border-bottom: 5px solid #ffa85c; |
|---|
| 40 | } |
|---|
| 41 | |
|---|
| 42 | div#windowcolumn h2 { |
|---|
| 43 | width: 500px; |
|---|
| 44 | margin: 0 0 15px 0; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | div#windowarea { |
|---|
| 48 | width: 500px; |
|---|
| 49 | margin: 15px auto 0 auto; |
|---|
| 50 | } |
|---|
| 51 | |
|---|
| 52 | div#windowarea p.windowtext { |
|---|
| 53 | margin: 15px 0 0 0; |
|---|
| 54 | } |
|---|
| 55 | |
|---|
| 56 | div#windowarea table { |
|---|
| 57 | width: 490px; |
|---|
| 58 | } |
|---|
| 59 | |
|---|
| 60 | div#windowarea .zipimg img { |
|---|
| 61 | margin: 5px 0 0 0; |
|---|
| 62 | } |
|---|
| 63 | |
|---|
| 64 | div#windowarea .box350 { |
|---|
| 65 | width: 350px; |
|---|
| 66 | padding: 2px; |
|---|
| 67 | border: 1px solid #ccc; |
|---|
| 68 | } |
|---|
| 69 | |
|---|
| 70 | div#windowarea .area350 { |
|---|
| 71 | width: 350px; |
|---|
| 72 | height: 120px; |
|---|
| 73 | border: 1px solid #ccc; |
|---|
| 74 | } |
|---|
| 75 | |
|---|
| 76 | div#windowarea .box120 { |
|---|
| 77 | width: 120px; |
|---|
| 78 | padding: 2px; |
|---|
| 79 | border: 1px solid #ccc; |
|---|
| 80 | } |
|---|
| 81 | |
|---|
| 82 | div#windowarea .box60 { |
|---|
| 83 | width: 60px; |
|---|
| 84 | padding: 2px; |
|---|
| 85 | border: 1px solid #ccc; |
|---|
| 86 | } |
|---|
| 87 | |
|---|
| 88 | div#windowarea .box300 { |
|---|
| 89 | width: 300px; |
|---|
| 90 | padding: 2px; |
|---|
| 91 | border: 1px solid #ccc; |
|---|
| 92 | } |
|---|
| 93 | |
|---|
| 94 | div#windowarea .btn { |
|---|
| 95 | margin: 15px 0 30px 0; |
|---|
| 96 | text-align: center; |
|---|
| 97 | } |
|---|
| 98 | |
|---|
| 99 | div#windowarea #completebox { |
|---|
| 100 | width: 490px; |
|---|
| 101 | margin: 15px 0 0 0; |
|---|
| 102 | border: 5px solid #ccc; |
|---|
| 103 | } |
|---|
| 104 | |
|---|
| 105 | div#windowarea #completebox p{ |
|---|
| 106 | padding: 60px 5px; |
|---|
| 107 | text-align: center; |
|---|
| 108 | } |
|---|
| 109 | |
|---|
| 110 | /* 郵便番号検索 |
|---|
| 111 | ----------------------------------------------- */ |
|---|
| 112 | div#zipsearchcolumn { |
|---|
| 113 | width: 460px; |
|---|
| 114 | margin: 15px auto 0 auto; |
|---|
| 115 | background-color: #fff; |
|---|
| 116 | border-top: 5px solid #ffa85c; |
|---|
| 117 | border-bottom: 5px solid #ffa85c; |
|---|
| 118 | } |
|---|
| 119 | |
|---|
| 120 | div#zipsearchcolumn h2 { |
|---|
| 121 | width: 460px; |
|---|
| 122 | margin: 0 0 15px 0; |
|---|
| 123 | } |
|---|
| 124 | |
|---|
| 125 | div#zipsearcharea { |
|---|
| 126 | width: 460px; |
|---|
| 127 | margin: 15px auto 0 auto; |
|---|
| 128 | } |
|---|
| 129 | |
|---|
| 130 | div#zipsearchcolumn .btn { |
|---|
| 131 | margin: 15px 0 30px 0; |
|---|
| 132 | text-align: center; |
|---|
| 133 | } |
|---|
| 134 | |
|---|
| 135 | div#zipsearcharea #completebox p{ |
|---|
| 136 | padding: 60px 5px; |
|---|
| 137 | text-align: center; |
|---|
| 138 | } |
|---|
| 139 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.