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

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

r17462 により、正式版の表示と差異が生じた部分を修整。
・不適切な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    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    background: url("../img/common/line_280.gif") no-repeat;
227}
228
229/* サブタイトル
230----------------------------------------------- */
231div.subarea {
232    clear: both;
233    width: 580px;
234    padding: 30px 0 0 0;
235}
236
237div.subarea h3 {
238    font-size: 120%;
239    margin: 0 0 10px 0;
240    padding: 5px 10px;
241    background-color: #e4e4e4;
242    clear: both;
243}
244
245div.subtext {
246    float: left;
247    width: 365px;
248}
249
250div.subphotoimg {
251    float: right;
252    width: 202px;
253}
254
255div.subphotoimg p {
256    margin: 5px 0 0 0;
257    text-align:right;
258}
259
260
261/* お客様の声
262----------------------------------------------- */
263div#customervoicearea {
264    clear: both;
265    width: 580px;
266    padding: 35px 0 0 0;
267}
268
269div#customervoicearea h2 {
270    padding: 0 0 10px 0;
271}
272
273div#customervoicearea .voicedate{
274    font-weight: bold;
275    margin: 10px 0 0 0;
276}
277
278div#customervoicearea .voicetitle{
279    padding: 5px 0;
280    font-size: 120%;
281    font-weight: bold;
282}
283
284div#customervoicearea li {
285    padding: 0 0 10px 0;
286    background: url("../img/common/line_580.gif") no-repeat bottom;
287}
288
289.recommend_level {
290    color: #FF0000;
291}
292
293/* トラックバック
294----------------------------------------------- */
295div#trackbackarea {
296    clear: both;
297    width: 580px;
298    padding: 35px 0 0 0;
299}
300
301div#trackbackarea h2 {
302    padding: 0 0 10px 0;
303}
304
305div#trackbackarea h3 {
306    font-size: 100%;
307    font-weight: bold;
308    padding: 0 0 10px 0;
309}
310
311div#trackbackarea .box500 {
312    width: 500px;
313    border: solid 1px #ccc;
314}
315
316/* この商品を買った人はこんな商品も買っています
317----------------------------------------------- */
318div#whoboughtarea {
319    clear: both;
320    width: 580px;
321    padding: 35px 0 0 0;
322}
323
324div.whoboughtblock {
325    clear: both;
326    width: 580px;
327    padding: 10px 0;
328    overflow: auto;
329}
330
331div.whoboughtleft {
332    float: left;
333    width: 280px;
334    padding: 10px 0;
335    position: relative;
336    background: url("../img/common/line_578.gif") no-repeat bottom;
337}
338
339div.whoboughtleft img {
340    display: block;
341    float: left;
342    margin: 0 5px 0 0;
343}
344
345div.whoboughtleft p {
346    margin: 0 0 5px 0;
347}
348
349div.whoboughtright {
350    float: right;
351    width: 280px;
352    padding: 10px 0;
353    position: relative;
354    background: url("../img/common/line_578.gif") no-repeat bottom;
355}
356
357div.whoboughtright img {
358    display: block;
359    float: left;
360    margin: 0 5px 0 0;
361}
362
363div.whoboughtright p {
364    margin: 0 0 5px 0;
365}
366
367div.whoboughtleft h3 {
368    font-size: 100%;
369}
370
371div.whoboughtright h3 {
372    font-size: 100%;
373}
Note: See TracBrowser for help on using the repository browser.