source: branches/version-2_11-dev/html/user_data/packages/sphone/css/mypage.css @ 21106

Revision 21106, 5.4 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版スタイルシート修正対応

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