source: branches/comu/html/css/layout/product/index.css @ 12197

Revision 12197, 2.0 KB checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6@charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8/***±¦¥³¥ó¥Æ¥ó¥Ä***/
9#container #right #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 570px;
14}
15
16#container #right #contents{
17border: 0;
18margin: 0;
19padding: 0;
20width: 570px;
21}
22
23#container #right #contents #left{
24width: 281px;
25}
26
27#container #right #contents #spacer{
28width: 8px;
29}
30
31#container #right #contents #right{
32width: 281px;
33}
34
35/*BEST1*/
36#container #right #bestone{
37border: 0;
38margin: 0;
39padding: 0;
40width: 570px;
41text-align: left;
42}
43
44#container #right #bestone #left{
45width: 262px;
46}
47
48#container #right #bestone #spacer{
49width: 8px;
50}
51
52#container #right #bestone #right{
53width: 300px;
54}
55
56#container #right #bestone #right #contents{
57border: 0;
58margin: 0;
59padding: 0;
60width: 300px;
61}
62
63#container #right #bestone #right #title{
64border: 0;
65background: #f0f0f0;
66margin: 0;
67padding: 8px;
68text-align: left;
69width: 284px;
70voice-family: "\"}\"";
71voice-family: inherit;
72width: 300px;
73}
74
75html>body #container #right #bestone #right #title {
76width:284px;
77}
78
79#container #right #bestone #left #picture{
80border-width: 1px;
81border-style: solid;
82border-color: #ccc;
83margin: 0;
84padding: 0;
85}
86
87/*BEST2*/
88#container #right #besttwo{
89border: 0;
90margin: 0;
91padding: 0;
92width: 281px;
93text-align: left;
94}
95
96#container #right #besttwo #left{
97width: 132px;
98}
99
100#container #right #besttwo #spacer{
101width: 9px;
102}
103
104#container #right #besttwo #right{
105width: 140px;
106}
107
108#container #right #besttwo #right #title{
109border: 0;
110background: #f0f0f0;
111margin: 0;
112padding: 8px;
113text-align: left;
114width: 124px;
115voice-family: "\"}\"";
116voice-family: inherit;
117width: 140px;
118}
119
120html>body #container #right #besttwo #right #title {
121width:124px;
122}
123
124#container #right #besttwo #left #picture{
125border-width: 1px;
126border-style: solid;
127border-color: #ccc;
128margin: 0;
129padding: 0;
130}
Note: See TracBrowser for help on using the repository browser.