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

Revision 17539, 6.0 KB checked in by Seasoft, 16 years ago (diff)

CSS。冗長な記述を削除。(微小変更)

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----------------------------------------------- */
66.product h2.title {
67    border-color: #f00 #ccc;
68    background: url("../img/products/title_icon.gif") no-repeat left center;
69    background-color: #ffebca;
70}
71
72/* 商品
73----------------------------------------------- */
74div.listarea {
75    clear: both;
76    width: 580px;
77    padding: 20px 0 30px 0;
78    overflow: auto;
79    background: url("../img/common/line_580.gif") no-repeat bottom;
80}
81
82div.listphoto {
83    float: left;
84    width: 130px;
85}
86
87div.listrightblock {
88    float: right;
89    width: 440px;
90}
91
92div.listrightblock li {
93    display: inline;
94    padding: 0 0 10px 0;
95}
96
97div.listrightblock h3 {
98    width: 420px;
99    margin: 5px 0;
100    padding: 5px 10px;
101    border-bottom: 2px solid #ebebd6;
102    background-color: #f9f9ec;
103    font-size: 120%;
104}
105
106div.listrightblock h3 a {
107    font-weight: bold;
108}
109
110div.listrightblock .listcomment {
111    margin: 0 0 10px 0;
112}
113
114div.listrightblock .pricebox {
115    float: left;
116}
117
118div.listrightblock .soldout {
119    clear: both;
120}
121
122div.listrightblock .in_cart {
123    margin: 20px auto 5px 130px;
124    padding: 10px;
125    width: 285px;
126    clear: both;
127    background-color: #ecf5ff;
128    border: 1px solid #CCCCCC;
129}
130
131div.listrightblock .quantity {
132    width: 150px;
133}
134
135div.listrightblock .btnbox {
136    margin: 0 0 10px 0;
137    padding: 1px;
138    float: right;
139}
140
141div.listrightblock dt {
142    width: 75px;
143    float: left;
144    text-align: right;
145    padding: 3px;
146    font-weight: bold;
147}
148
149div.listrightblock dd {
150    padding: 3px;
151}
152
153div.listrightblock .cartbtn {
154    clear: both;
155    text-align: center;
156}
157
158div.listrightblock .cartbtn img {
159    display: block;
160    width: 115px;
161    margin: 5px auto 0 auto;
162}
163
164div.listrightblock .box54 {
165    width: 54px;
166    border: solid 1px #ccc;
167}
168
169/* 商品詳細 */
170
171/* 商品
172----------------------------------------------- */
173div#detailarea {
174    width: 580px;
175    margin: 15px 0 0 0;
176}
177
178div#detailphotoblock {
179    float: left;
180    width: 292px;
181}
182
183div#detailphotoblock p {
184    margin: 5px 0 0 0;
185}
186
187div#detailrightblock {
188    float: right;
189    width: 280px;
190}
191
192div#detailrightblock li {
193    display: inline;
194}
195
196div#detailrightblock h2 {
197    margin: 5px 0;
198    padding: 0;
199    color: #ff6600;
200    font-size: 140%;
201    font-weight: bold;
202}
203
204div#detailrightblock dl {
205    padding: 15px 0 0 0;
206}
207
208div#detailrightblock dt {
209    font-weight: bold;
210    padding: 0 0 0 15px;
211    background: url("../img/common/arrow_gray.gif") no-repeat left center;
212}
213
214div#detailrightblock dd {
215    margin: 0 15px 0 0;
216}
217
218div#detailrightblock .box54 {
219    width: 54px;
220    border: solid 1px #ccc;
221}
222
223div#detailrightblock .btn {
224    clear: both;
225    margin: 15px 0 0 0;
226    padding: 15px 0 0 0;
227    text-align: center;
228    background: url("../img/common/line_280.gif") no-repeat;
229}
230
231/* サブタイトル
232----------------------------------------------- */
233div.subarea {
234    clear: both;
235    width: 580px;
236    padding: 30px 0 0 0;
237}
238
239div.subarea h3 {
240    width: 560px;
241    font-size: 120%;
242    margin: 0 0 10px 0;
243    padding: 5px 10px;
244    background-color: #e4e4e4;
245}
246
247div.subtext {
248    float: left;
249    width: 365px;
250}
251
252div.subphotoimg {
253    float: right;
254    width: 202px;
255}
256
257div.subphotoimg p {
258    margin: 5px 0 0 0;
259    text-align:right;
260}
261
262
263/* お客様の声
264----------------------------------------------- */
265div#customervoicearea {
266    clear: both;
267    width: 580px;
268    padding: 35px 0 0 0;
269}
270
271div#customervoicearea h2 {
272    padding: 0 0 10px 0;
273}
274
275div#customervoicearea .voicedate{
276    font-weight: bold;
277    margin: 10px 0 0 0;
278}
279
280div#customervoicearea .voicetitle{
281    padding: 5px 0;
282    font-size: 120%;
283    font-weight: bold;
284}
285
286div#customervoicearea li {
287    padding: 0 0 10px 0;
288    background: url("../img/common/line_580.gif") no-repeat bottom;
289}
290
291/* トラックバック
292----------------------------------------------- */
293div#trackbackarea {
294    clear: both;
295    width: 580px;
296    padding: 35px 0 0 0;
297}
298
299div#trackbackarea h2 {
300    padding: 0 0 10px 0;
301}
302
303div#trackbackarea h3 {
304    font-size: 100%;
305    font-weight: bold;
306    padding: 0 0 10px 0;
307}
308
309div#trackbackarea .box500 {
310    width: 500px;
311    border: solid 1px #ccc;
312}
313
314/* この商品を買った人はこんな商品も買っています
315----------------------------------------------- */
316div#whoboughtarea {
317    clear: both;
318    width: 580px;
319    padding: 35px 0 0 0;
320}
321
322div.whoboughtblock {
323    clear: both;
324    width: 580px;
325    padding: 10px 0;
326    overflow: auto;
327}
328
329div.whoboughtleft {
330    float: left;
331    width: 280px;
332    padding: 10px 0;
333    position: relative;
334    background: url("../img/common/line_578.gif") no-repeat bottom;
335}
336
337div.whoboughtleft img {
338    display: block;
339    float: left;
340    margin: 0 5px 0 0;
341}
342
343div.whoboughtleft p {
344    margin: 0 0 5px 0;
345}
346
347div.whoboughtright {
348    float: right;
349    width: 280px;
350    padding: 10px 0;
351    position: relative;
352    background: url("../img/common/line_578.gif") no-repeat bottom;
353}
354
355div.whoboughtright img {
356    display: block;
357    float: left;
358    margin: 0 5px 0 0;
359}
360
361div.whoboughtright p {
362    margin: 0 0 5px 0;
363}
364
365div.whoboughtleft h3 {
366    font-size: 100%;
367}
368
369div.whoboughtright h3 {
370    font-size: 100%;
371}
Note: See TracBrowser for help on using the repository browser.