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

Revision 18069, 6.0 KB checked in by Seasoft, 15 years ago (diff)

merge r17931, r17932, r17933
・取得元: version-2_4
【取得元のログメッセージ】

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