source: tmp/version-2_5-test/html/user_data/packages/default/css/products.css @ 18609

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