source: branches/version-2_12-multilang/html/user_data/packages/sphone_en-US/css/mypage.css @ 22406

Revision 22406, 5.8 KB checked in by h_yoshimoto, 11 years ago (diff)

#2058 デザイン崩れを調整

Line 
1@charset "utf-8";
2/* ===================================================================
3CSS information
4file name  :mypage.css
5style info :マイページ
6=================================================================== */
7/* -----------------------------------------------
8MYページ汎用
9----------------------------------------------- */
10#mypagecolumn {
11    width: 100%;
12    padding-bottom: 35px;
13}
14#mypagecolumn h2.title {
15    font-size: 18px;
16    border-bottom: #CCC solid 1px;
17    -webkit-box-shadow: none;
18    -moz-box-shadow: none;
19    margin-bottom: 0!important;
20}
21h3.title_mypage {
22    font-size: 18px;
23    line-height: 1.2;
24    margin-bottom: 10px;
25    padding: 10px 10px 15px 25px;
26    background: url(../img/common/bg_tit_bar.png) 10px 12px no-repeat;
27    -webkit-box-shadow: 1px 5px 5px #E2E2E2;
28    -moz-box-shadow: 1px 5px 5px #E2E2E2;
29}
30/**イントロダクション*/
31#mypagecolumn .information {
32    font-size: 12px;
33    padding: 10px 10px 0 10px;
34    border-bottom: 0;
35    font-weight: normal;
36}
37#mypagecolumn .information p:first-child {
38    font-size: 14px;
39    font-weight: bold;
40    margin-bottom: 0;
41}
42/*-----------------------------------------------
43MYページナビ
44----------------------------------------------- */
45#mypage_nav {
46    width: 100%;
47    background: #DAE0E5;
48    background: -moz-linear-gradient(center top, #FDFDFD 0%,#DAE0E5 90%,#DAE0E5 0%);
49    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(0.9, #DAE0E5),color-stop(0, #DAE0E5));
50    margin-bottom: 15px;
51    -webkit-box-shadow: 1px 5px 5px #EEEEEE;
52    -moz-box-shadow: 1px 5px 5px #EEEEEE;
53}
54#mypage_nav ul {
55    width: auto;
56    clear: both;
57    margin: 0 auto;
58}
59#mypage_nav ul li {
60    float: left;
61    text-align: center;
62    border-left: #FFF solid 1px;
63    border-right: #CCC solid 1px;
64    border-bottom: #CCC solid 1px;
65    white-space: nowrap;
66}
67#mypage_nav ul li a {
68    color: #000;
69    padding: 9px 0 8px 0;
70    display: block;
71    text-shadow: 0px -1px 1px rgba(255,255,255,0.7);
72    background-color: #DAE0E5;
73    background: -moz-linear-gradient(center top, #EEF0F3 0%,#DAE0E5 90%,#DAE0E5 100%);
74    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEF0F3),color-stop(0.9, #DAE0E5),color-stop(1, #DAE0E5));
75}
76#mypage_nav ul li a:hover {
77    color: #FFF;
78    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
79    background: #5393c5;
80    background: -moz-linear-gradient(center top, #5393c5 10%,#80b6e2 100%);
81    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393c5),color-stop(1, #80b6e2));
82}
83#mypage_nav ul li.nav_delivadd,
84#mypage_nav ul li.nav_change {
85    width: 49.7%;
86}
87#mypage_nav ul li.nav_history,
88#mypage_nav ul li.nav_favorite,
89#mypage_nav ul li.nav_refusal {
90    width: 33%;
91}
92#mypage_nav li:first-child {
93    border-left: none;
94}
95#mypage_nav li:nth-child(3) {
96    border-top: #FFF solid 1px;
97    border-left: none;
98}
99#mypage_nav li:nth-child(4),
100#mypage_nav li:nth-child(5) {
101    border-top: #FFF solid 1px;
102}
103
104#mypage_nav li:last-child,
105#mypage_nav li:nth-child(2) {
106    border-right: none;
107}
108
109/* -----------------------------------------------
110購入履歴詳細
111----------------------------------------------- */
112#mypagecolumn .cartitemBox {
113    padding: 10px 0;
114}
115
116#historyBox {
117    padding: 10px 10px 5px;
118    background: #F7F5F0;
119    border: #A9ABAD solid 1px;
120    border-radius: 7px;
121    -moz-border-radius: 7px;
122    -webkit-border-radius: 7px;
123    margin-bottom: 10px;
124}
125#historyBox p {
126    font-size: 12px;
127    width: 60%;
128    display: inline;
129    float: left;
130}
131#historyBox .btn_reorder {
132    width: auto;
133    min-width: 3.5em;
134    float: right;
135    padding: 15px;
136    display: inline;
137    margin: 0;
138}
139#mypagecolumn .cartinContents div {
140    min-height: 65px;
141}
142
143#mypagecolumn .cartinContents ul li.result {
144    padding-top: 0!important;
145    padding-left: 1em;
146}
147/*メール履歴詳細*/
148#news_area li {
149    padding: 10px;
150    display: block;
151    clear: both;
152    line-height: 1.3;
153    background-color: #FEFEFE;
154    background: -moz-linear-gradient(center top, #FEFEFE 0%,#eeeeee 100%);
155    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE),color-stop(1, #eeeeee));
156    border-top: #FFF solid 1px;
157    border-bottom: #CCC solid 1px;
158}
159/* -----------------------------------------------
160お気に入り
161----------------------------------------------- */
162.favoriteBox {
163    padding: 10px;
164    border-bottom: #CCC solid 1px;
165    clear: both;
166    position: relative;
167}
168.favoriteBox:last-child {
169    border-bottom: none;
170}
171.favoriteBox .photoL {
172    width: 80px;
173}
174.favoriteContents {
175    width: 65%;
176    float: right;
177    display: block;
178    position: relative;
179}
180
181.favoriteContents h4 {
182    margin-right: 30px;
183}
184
185.favoriteContents .btn_delete {
186    padding: 1px;
187    right: 0;
188    float: right;
189    position: absolute;
190    top: 0;
191}
192
193/* -----------------------------------------------
194会員登録内容変更
195----------------------------------------------- */
196#mypagecolumn .thankstext {
197    padding: 15px 10px 10px 10px;
198}
199/* -----------------------------------------------
200お届け先追加・変更
201----------------------------------------------- */
202#mypagecolumn .btn_area_top {
203    margin-top: 10px;
204}
205.delivBox {
206    padding: 10px 10px 5px 10px;
207    border-bottom: #CCC solid 1px;
208    clear: both;
209    position: relative;
210}
211
212.delivBox:last-child {
213    border-bottom: none;
214}
215
216/* -----------------------------------------------
217退会手続き
218----------------------------------------------- */
219.refusetxt {
220    padding: 15px 10px 10px 10px;
221}
222.refusetxt p:first-child {
223    margin-bottom: 10px;
224}
225.btn_refuse {
226    padding: 0;
227    margin: 20px auto 0 auto;
228}
229.btn_refuse li {
230    display: inline-block;
231    vertical-align: middle;
232}
233.btn_refuse a.btn,
234.btn_refuse input[type="submit"].btn {
235    font-size: 13px!important;
236    display: inline;
237}
238.btn_refuse li:first-child {
239    margin-right: 1em;
240}
Note: See TracBrowser for help on using the repository browser.