| Revision 18609,
2.2 KB
checked in by kajiwara, 16 years ago
(diff) |
|
正式版にナイトリービルド版をマージしてみるテスト
|
| Line | |
|---|
| 1 | @charset "utf-8"; |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | /* MYPAGE共通指定 |
|---|
| 5 | ----------------------------------------------- */ |
|---|
| 6 | div#mypagecolumn { |
|---|
| 7 | width: 700px; |
|---|
| 8 | margin: 15px auto 0 auto; |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 11 | div#mypagecolumn h3 { |
|---|
| 12 | margin: 0 0 10px 0; |
|---|
| 13 | border-style: solid; |
|---|
| 14 | border-width: 0 0 2px 0; |
|---|
| 15 | border-color: #bbbba4; |
|---|
| 16 | padding: 5px 0 5px 12px; |
|---|
| 17 | font-size: 140%; |
|---|
| 18 | color: #333; |
|---|
| 19 | background-color: #f1f1ec; |
|---|
| 20 | letter-spacing: 0.15em; |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | div#mypagecolumn table { |
|---|
| 24 | width: 510px; |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | div#mycontentsarea { |
|---|
| 28 | width: 510px; |
|---|
| 29 | float: right; |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | div#mycontentsarea table th.resulttd { |
|---|
| 33 | text-align: right; |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | div#mycontentsarea table.delivname th { |
|---|
| 37 | text-align: left; |
|---|
| 38 | width: 140px; |
|---|
| 39 | } |
|---|
| 40 | |
|---|
| 41 | div#mycontentsarea table caption { |
|---|
| 42 | border-top: 1px solid #ccc; |
|---|
| 43 | border-right: 1px solid #ccc; |
|---|
| 44 | border-left: 1px solid #ccc; |
|---|
| 45 | padding: 8px; |
|---|
| 46 | background-color: #f0f0f0; |
|---|
| 47 | text-align: left; |
|---|
| 48 | font-weight: bold; |
|---|
| 49 | color: #000; |
|---|
| 50 | } |
|---|
| 51 | |
|---|
| 52 | div#mynavarea { |
|---|
| 53 | float: left; |
|---|
| 54 | width: 185px; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | div#mynavarea ul.button_like { |
|---|
| 58 | width: 170px; |
|---|
| 59 | } |
|---|
| 60 | |
|---|
| 61 | |
|---|
| 62 | /* 購入履歴一覧/詳細 |
|---|
| 63 | ----------------------------------------------- */ |
|---|
| 64 | div#mycontentsarea table th { |
|---|
| 65 | text-align: center; |
|---|
| 66 | } |
|---|
| 67 | |
|---|
| 68 | div#mycontentsarea p.myconditionarea { |
|---|
| 69 | clear: both; |
|---|
| 70 | width: 500px; |
|---|
| 71 | margin: 0 auto; |
|---|
| 72 | padding: 5px; |
|---|
| 73 | border: solid 1px #333; |
|---|
| 74 | } |
|---|
| 75 | |
|---|
| 76 | div#mycontentsarea p.delivempty { |
|---|
| 77 | clear: both; |
|---|
| 78 | width: 500px; |
|---|
| 79 | margin: 30px auto; |
|---|
| 80 | padding: 10px 0; |
|---|
| 81 | border: solid 5px #CCC; |
|---|
| 82 | text-align: center; |
|---|
| 83 | } |
|---|
| 84 | |
|---|
| 85 | |
|---|
| 86 | /* 会員登録内容変更/退会 |
|---|
| 87 | ----------------------------------------------- */ |
|---|
| 88 | div#mycontentsarea .box120 { |
|---|
| 89 | width: 120px; |
|---|
| 90 | padding: 2px; |
|---|
| 91 | border: 1px solid #ccc; |
|---|
| 92 | } |
|---|
| 93 | |
|---|
| 94 | div#mycontentsarea .box60 { |
|---|
| 95 | width: 60px; |
|---|
| 96 | padding: 2px; |
|---|
| 97 | border: 1px solid #ccc; |
|---|
| 98 | } |
|---|
| 99 | |
|---|
| 100 | div#mycontentsarea .box300 { |
|---|
| 101 | width: 300px; |
|---|
| 102 | margin: 5px 0 0 0; |
|---|
| 103 | padding: 2px; |
|---|
| 104 | border: 1px solid #ccc; |
|---|
| 105 | } |
|---|
| 106 | |
|---|
| 107 | div#mycontentsarea .box260 { |
|---|
| 108 | width: 260px; |
|---|
| 109 | margin: 5px 0 0 0; |
|---|
| 110 | padding: 2px; |
|---|
| 111 | border: 1px solid #ccc; |
|---|
| 112 | } |
|---|
| 113 | |
|---|
| 114 | div#mycontentsarea .zipimg img { |
|---|
| 115 | margin: 5px 0 0 0; |
|---|
| 116 | } |
|---|
| 117 | |
|---|
| 118 | div#mycontentsarea #completetext { |
|---|
| 119 | width: 470px; |
|---|
| 120 | margin: 15px auto 0 auto; |
|---|
| 121 | padding: 15px; |
|---|
| 122 | border: 5px solid #ccc; |
|---|
| 123 | } |
|---|
| 124 | |
|---|
| 125 | div#completetext p.changetext { |
|---|
| 126 | padding: 40px 0; |
|---|
| 127 | text-align: center; |
|---|
| 128 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.