source: branches/comu-ver2/html/user_data/packages/default/css/index.css @ 17479

Revision 17479, 1.9 KB checked in by Seasoft, 16 years ago (diff)

おすすめ商品のCSSのセレクタ表記をグループ化

Line 
1@charset "utf-8";
2
3
4/* FLASH
5----------------------------------------------- */
6div#flasharea {
7    width: 400px;
8    margin: 0 auto;
9}
10
11
12/* 新着情報
13----------------------------------------------- */
14div#newsarea {
15    width: 400px;
16    margin: 0 auto;
17    font-size: 90%;
18}
19
20div#newsarea dl {
21    padding: 10px 0;
22    background: url("../img/common/line_400.gif") no-repeat bottom;
23}
24
25div#newsarea dl.end {
26    padding: 10px 0;
27    background: url("") no-repeat bottom;
28}
29
30div#newsarea dl dt {
31    padding: 0 0 0 20px;
32    background: url("../img/top/news_icon.gif") no-repeat;
33}
34
35
36/* おすすめ商品
37----------------------------------------------- */
38div#recomendarea {
39    margin: 0 10px;
40}
41
42div.recomendblock {
43    clear: both;
44    width: 100%;
45    padding: 10px 0;
46    overflow: auto;
47    background: url("../img/common/line_402.gif") no-repeat bottom;
48}
49
50div.recomendleft,
51div.recomendright {
52    width: 47.5%;
53}
54
55div.recomendleft {
56    float: left;
57}
58
59div.recomendright {
60    float: right;
61    position: relative;
62}
63
64div.recomendleft p,
65div.recomendright p {
66    margin: 0 0 5px 0;
67}
68
69div.recomendleft img,
70div.recomendright img {
71    display: block;
72    float: left;
73    margin: 0 5px 0 0;
74}
75
76div.recomendleft h3,
77div.recomendright h3 {
78    font-size: 100%;
79}
80
81/* ブロック - カレンダー
82----------------------------------------------- */
83#block-calendar {border: 1px solid #CCCCCC;padding: 0 0 10px;}
84#block-calendar h2 {
85/*
86    height: 29px;
87    text-indent: -9999em;
88    background: url(../images/tit-calendar.gif) 0 0 no-repeat;
89*/
90}
91#block-calendar table {
92    border-collapse: collapse;
93    margin: 0 auto 10px;
94    text-align:center;
95}
96#block-calendar th, #block-calendar td {
97    padding: 2px;
98    border: 1px solid #CCCCCC;
99}
100#block-calendar th {
101    background: #FF8144;
102    color: #FFFFFF;
103}
104#block-calendar .off {
105    background: #FFEECC;
106    color: #E04A00;
107}
108#block-calendar caption {color: #DD4400;}
Note: See TracBrowser for help on using the repository browser.