| Revision 18609,
1.2 KB
checked in by kajiwara, 16 years ago
(diff) |
|
正式版にナイトリービルド版をマージしてみるテスト
|
| Line | |
|---|
| 1 | @charset "utf-8"; |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | /* FLASH |
|---|
| 5 | ----------------------------------------------- */ |
|---|
| 6 | div#flasharea { |
|---|
| 7 | width: 400px; |
|---|
| 8 | margin: 0 auto; |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | /* 新着情報 |
|---|
| 13 | ----------------------------------------------- */ |
|---|
| 14 | div#newsarea { |
|---|
| 15 | width: 400px; |
|---|
| 16 | margin: 0 auto; |
|---|
| 17 | font-size: 90%; |
|---|
| 18 | } |
|---|
| 19 | |
|---|
| 20 | div#newsarea dl { |
|---|
| 21 | padding: 10px 0; |
|---|
| 22 | background: url("../img/common/line_400.gif") no-repeat bottom; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | div#newsarea dl.end { |
|---|
| 26 | padding: 10px 0; |
|---|
| 27 | background: url("") no-repeat bottom; |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | div#newsarea dl dt { |
|---|
| 31 | padding: 0 0 0 20px; |
|---|
| 32 | background: url("../img/top/news_icon.gif") no-repeat; |
|---|
| 33 | } |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | /* おすすめ商品 |
|---|
| 37 | ----------------------------------------------- */ |
|---|
| 38 | div#recomendarea { |
|---|
| 39 | margin: 0 10px; |
|---|
| 40 | } |
|---|
| 41 | |
|---|
| 42 | div.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 | |
|---|
| 50 | div.recomendleft, |
|---|
| 51 | div.recomendright { |
|---|
| 52 | width: 47.5%; |
|---|
| 53 | } |
|---|
| 54 | |
|---|
| 55 | div.recomendleft { |
|---|
| 56 | float: left; |
|---|
| 57 | } |
|---|
| 58 | |
|---|
| 59 | div.recomendright { |
|---|
| 60 | float: right; |
|---|
| 61 | position: relative; |
|---|
| 62 | } |
|---|
| 63 | |
|---|
| 64 | div.recomendleft p, |
|---|
| 65 | div.recomendright p { |
|---|
| 66 | margin: 0 0 5px 0; |
|---|
| 67 | } |
|---|
| 68 | |
|---|
| 69 | div.recomendleft img, |
|---|
| 70 | div.recomendright img { |
|---|
| 71 | display: block; |
|---|
| 72 | float: left; |
|---|
| 73 | margin: 0 5px 0 0; |
|---|
| 74 | } |
|---|
| 75 | |
|---|
| 76 | div.recomendleft h3, |
|---|
| 77 | div.recomendright h3 { |
|---|
| 78 | font-size: 100%; |
|---|
| 79 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.