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

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

ソースの文字化け修正

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 {
51    float: left;
52    width: 47.5%;
53}
54
55div.recomendleft p {
56    margin: 0 0 5px 0;
57}
58
59div.recomendright {
60    float: right;
61    width: 47.5%;
62    position: relative;
63}
64
65div.recomendleft img, div.recomendright img {
66    display: block;
67    float: left;
68    margin: 0 5px 0 0;
69}
70
71div.recomendright p {
72    margin: 0 0 5px 0;
73}
74
75div.recomendleft h3 {
76    font-size: 100%;
77}
78
79div.recomendright h3 {
80    font-size: 100%;
81}
82
83/* ブロック - カレンダー
84----------------------------------------------- */
85#block-calendar {border: 1px solid #CCCCCC;padding: 0 0 10px;}
86#block-calendar h2 {
87/*
88    height: 29px;
89    text-indent: -9999em;
90    background: url(../images/tit-calendar.gif) 0 0 no-repeat;
91*/
92}
93#block-calendar table {
94    border-collapse: collapse;
95    margin: 0 auto 10px;
96    text-align:center;
97}
98#block-calendar th, #block-calendar td {
99    padding: 2px;
100    border: 1px solid #CCCCCC;
101}
102#block-calendar th {
103    background: #FF8144;
104    color: #FFFFFF;
105}
106#block-calendar .off {
107    background: #FFEECC;
108    color: #E04A00;
109}
110#block-calendar caption {color: #DD4400;}
Note: See TracBrowser for help on using the repository browser.