source: branches/comu-ver2/html/user_data/packages/default/css/products.css @ 16708

Revision 16708, 6.7 KB checked in by naka, 17 years ago (diff)

ユーザパッケージの移動

Line 
1@charset "utf-8";
2
3
4/* 検索結果
5----------------------------------------------- */
6p.conditionarea {
7    clear: both;
8    width: 566px;
9    margin: 0 auto;
10    padding: 5px;
11    border: solid 1px #333;
12}
13
14
15/* ページ送り
16----------------------------------------------- */
17.pagenumberarea, .pagecondarea {
18    clear: both;
19    width: 560px;
20    margin: 20px 0;
21    padding: 10px;
22    background-color: #f3f3f3;
23}
24
25ul.pagenumberarea {
26    height: 2.5ex;
27}
28
29ul.pagecondarea {
30    border: 1px solid #CCCCCC;
31}
32
33ul.pagenumberarea li {
34    float: left;
35    width: 32.9%;
36}
37
38ul.pagenumberarea li.left {
39    text-align: left;
40    white-space: nowrap;
41}
42
43ul.pagenumberarea li.center {
44    text-align: center;
45    white-space: pre;
46}
47
48ul.pagenumberarea li.right {
49    text-align: right;
50    white-space: nowrap;
51}
52
53.pagenumberarea .pagenumber{
54    color: #ff0000;
55    font-weight: bold;
56}
57
58p.pagenumberarea .number{
59    font-weight: bold;
60}
61
62/* 商品一覧 */
63
64/* タイトル
65----------------------------------------------- */
66div#listtitle {
67    width: 580px;
68    margin: 0 0 10px 0;
69    border-top: 2px solid #ff0000;
70    border-left: 1px solid #ccc;
71    border-right: 1px solid #ccc;
72    border-bottom: 2px solid #999;
73    background: url("../img/products/title_icon.gif") no-repeat left center;
74    background-color: #ffebca;
75}
76
77div#listtitle h2 {
78    padding: 10px 0 10px 30px;
79    font-size: 140%;
80}
81
82
83/* 商品
84----------------------------------------------- */
85div.listarea {
86    clear: both;
87    width: 580px;
88    padding: 20px 0 30px 0;
89    overflow: auto;
90    background: url("../img/common/line_580.gif") no-repeat bottom;
91}
92
93div.listphoto {
94    float: left;
95    width: 130px;
96}
97
98div.listrightblock {
99    float: right;
100    width: 440px;
101}
102
103div.listrightblock li {
104    display: inline;
105    padding: 0 0 10px 0;
106}
107
108div.listrightblock h3 {
109    width: 420px;
110    margin: 5px 0;
111    padding: 5px 10px;
112    border-bottom: 2px solid #ebebd6;
113    background-color: #f9f9ec;
114    font-size: 120%;
115}
116
117div.listrightblock h3 a {
118    font-size: 100%;
119    font-weight: bold;
120}
121
122div.listrightblock .listcomment {
123    margin: 0 0 10px 0;
124}
125
126div.listrightblock .pricebox {
127    float: left;
128}
129
130div.listrightblock .soldout {
131    clear: both;
132}
133
134div.listrightblock .in_cart {
135    margin: 20px auto 5px 130px;
136    padding: 10px;
137    width: 285px;
138    clear: both;
139    background-color: #ecf5ff;
140    border: 1px solid #CCCCCC;
141}
142
143div.listrightblock .quantity {
144    width: 150px;
145}
146
147div.listrightblock .btnbox {
148    margin: 0 0 10px 0;
149    padding: 1px;
150    float: right;
151}
152
153div.listrightblock dt {
154    width: 75px;
155    float: left;
156    text-align: right;
157    padding: 3px;
158    font-weight: bold;
159}
160
161div.listrightblock dd {
162    padding: 3px;
163}
164
165div.listrightblock .cartbtn {
166    clear: both;
167    text-align: center;
168}
169
170div.listrightblock .cartbtn img {
171    display: block;
172    width: 115px;
173    margin: 5px auto 0 auto;
174}
175
176div.listrightblock .box54 {
177    width: 54px;
178    border: solid 1px #ccc;
179}
180
181/* 商品詳細 */
182
183/* タイトル
184----------------------------------------------- */
185div#detailtitle {
186    width: 580px;
187    margin: 0 0 10px 0;
188    border-top: 2px solid #ff0000;
189    border-left: 1px solid #ccc;
190    border-right: 1px solid #ccc;
191    border-bottom: 2px solid #999;
192    background: url("../img/products/title_icon.gif") no-repeat left center;
193    background-color: #ffebca;
194}
195
196div#detailtitle h2 {
197    padding: 10px 0 10px 30px;
198    font-size: 140%;
199}
200
201
202/* 商品
203----------------------------------------------- */
204div#detailarea {
205    width: 580px;
206    margin: 15px 0 0 0;
207}
208
209div#detailphotoblock {
210    float: left;
211    width: 292px;
212}
213
214div#detailphotoblock p {
215    margin: 5px 0 0 0;
216}
217
218div#detailrightblock {
219    float: right;
220    width: 280px;
221}
222
223div#detailrightblock li {
224    display: inline;
225}
226
227div#detailrightblock h2 {
228    margin: 5px 0;
229    padding: 0;
230    color: #ff6600;
231    font-size: 140%;
232    font-weight: bold;
233}
234
235div#detailrightblock dl {
236    padding: 15px 0 0 0;
237}
238
239div#detailrightblock dt {
240    font-weight: bold;
241    padding: 0 0 0 15px;
242    background: url("../img/common/arrow_gray.gif") no-repeat left center;
243}
244
245div#detailrightblock dd {
246    margin: 0 15px 0 0;
247}
248
249div#detailrightblock .box54 {
250    width: 54px;
251    border: solid 1px #ccc;
252}
253
254div#detailrightblock .btn {
255    clear: both;
256    margin: 15px 0 0 0;
257    padding: 15px 0 0 0;
258    text-align: center;
259    background: url("../img/common/line_280.gif") no-repeat;
260}
261
262/* サブタイトル
263----------------------------------------------- */
264div.subarea {
265    clear: both;
266    width: 580px;
267    padding: 30px 0 0 0;
268}
269
270div.subarea h3 {
271    width: 560px;
272    font-size: 120%;
273    margin: 0 0 10px 0;
274    padding: 5px 10px;
275    background-color: #e4e4e4;
276}
277
278div.subtext {
279    float: left;
280    width: 365px;
281}
282
283div.subphotoimg {
284    float: right;
285    width: 202px;
286}
287
288div.subphotoimg p {
289    margin: 5px 0 0 0;
290    text-align:right;
291}
292
293
294/* お客様の声
295----------------------------------------------- */
296div#customervoicearea {
297    clear: both;
298    width: 580px;
299    padding: 35px 0 0 0;
300}
301
302div#customervoicearea h2 {
303    padding: 0 0 10px 0;
304}
305
306div#customervoicearea .voicedate{
307    font-weight: bold;
308    margin: 10px 0 0 0;
309}
310
311div#customervoicearea .voicetitle{
312    padding: 5px 0;
313    font-size: 120%;
314    font-weight: bold;
315}
316
317div#customervoicearea li {
318    padding: 0 0 10px 0;
319    background: url("../img/common/line_580.gif") no-repeat bottom;
320}
321
322/* トラックバック
323----------------------------------------------- */
324div#trackbackarea {
325    clear: both;
326    width: 580px;
327    padding: 35px 0 0 0;
328}
329
330div#trackbackarea h2 {
331    padding: 0 0 10px 0;
332}
333
334div#trackbackarea h3 {
335    font-size: 100%;
336    font-weight: bold;
337    padding: 0 0 10px 0;
338}
339
340div#trackbackarea .box500 {
341    width: 500px;
342    border: solid 1px #ccc;
343}
344
345/* この商品を買った人はこんな商品も買っています
346----------------------------------------------- */
347div#whoboughtarea {
348    clear: both;
349    width: 580px;
350    padding: 35px 0 0 0;
351}
352
353div.whoboughtblock {
354    clear: both;
355    width: 580px;
356    padding: 10px 0;
357    overflow: auto;
358}
359
360div.whoboughtleft {
361    float: left;
362    width: 280px;
363    padding: 10px 0;
364    position: relative;
365    background: url("../img/common/line_578.gif") no-repeat bottom;
366}
367
368div.whoboughtleft img {
369    display: block;
370    float: left;
371    margin: 0 5px 0 0;
372}
373
374div.whoboughtleft p {
375    margin: 0 0 5px 0;
376}
377
378div.whoboughtright {
379    float: right;
380    width: 280px;
381    padding: 10px 0;
382    position: relative;
383    background: url("../img/common/line_578.gif") no-repeat bottom;
384}
385
386div.whoboughtright img {
387    display: block;
388    float: left;
389    margin: 0 5px 0 0;
390}
391
392div.whoboughtright p {
393    margin: 0 0 5px 0;
394}
395
396div.whoboughtleft h3 {
397    font-size: 100%;
398}
399
400div.whoboughtright h3 {
401    font-size: 100%;
402}
Note: See TracBrowser for help on using the repository browser.