-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
executable file
·240 lines (196 loc) · 3.22 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
body {
background-color: #666666;
text-align:center;
}
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
.pt10{ padding-top: 10px; }
#main {
text-align: center;
width: 600px;
margin: auto;
padding: 20px;
background-color: #f8f6f6;
}
h1 {
border: outset #0044aa 2px;
background-color: white;
}
h1 img {
width: 200px;
margin-top: 5px;
}
h2 {
border: outset #0099ff 1px;
background-color: white;
}
hr {
border-top:dashed 1px #cccccc;
border-left: none;
border-right: none;
border-bottom: none;
height:1px;
}
table {
margin: auto;
border-collapse: collapse;
}
td, th {
border: 1px solid #0099ff;
}
ul {
width: 220px;
padding: 0px;
margin: auto;
}
div.work p {
display: table-cell;
vertical-align: middle;
margin: 0;
text-align:left;
}
div.work ul {
width: 90%;
list-style:none;
}
div.work ul li{
padding:10px;
border:1px solid #4aa1f9;
background:#fff;
margin-bottom:10px;
}
/*for IE6 */
* html .work p {
display: inline;
zoom: 1;
}
/*for IE7 */
*:first-child+html .work p {
display: inline;
zoom: 1;
}
.icon{
}
.icon img{
margin-right:5px !important;
}
/*ul#work {
width: 90%;
list-style:none;
text-align:left;
}
ul#work li{
padding:10px;
border:1px solid #4aa1f9;
background:#fff;
margin-bottom:10px;
line-height:20px;
}
ul#work p{
float:left;
padding:0;
margin:0 10px 0 0; border:1px solid #000;
}
ul#work p img{
margin-right:5px;
}
*/
ul#service li {
list-style-type: none;
border: 1px solid black;
background-color: white;
margin: 20px;
padding:5px;
}
ul#service li img.tsukuring {
width: 160px;
}
ul#privacy {
width: 500px;
padding: 0px;
margin: auto;
}
ul#privacy li {
list-style-type: disc;
border: 0px;
background-color: white;
}
img.appstore {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
}
img.appicon {
width: 100px;
height: 100px;
}
#lancers {
width: 185px;
margin: auto;
}
.formsp {
display:none;
}
.button {
width:200px;
font-size:16px;
font-weight:bold;
text-decoration:none;
display:block;
text-align:center;
padding:8px 0 10px;
color:#fff;
background-color:#49a9d4;
border-radius:5px;
margin:auto;
}
.newhp {
color: red;
font-size: 24px;
}
@media screen and (max-width: 600px) {
#contents{
width:100%;
}
#contents img{
max-width:100%;
}
#contents img.appicon {
width: 100px !important;
height: 100px !important;
}
#main{
width:auto !important;
}
ul#service li {
margin:20px auto;
text-align:center;
}
ul#service li img.tsukuring {
width: 100%;
}
.formpc {
display:none;
}
.formsp {
text-align:center;
display:block;
margin:15px auto 30px;
}
div.work p {
display: block;
}
.icon{
margin-bottom:10px !important;
}
/*for IE6 */
* html .work p {
display: block;
}
/*for IE7 */
*:first-child+html .work p {
display: block;
}