質問編集履歴
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -134,13 +134,172 @@
|
|
134
134
|
|
135
135
|
cssは
|
136
136
|
```ここに言語を入力
|
137
|
+
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
|
138
|
+
|
139
|
+
}
|
140
|
+
/* TEMPLATE Retina parts end*/
|
141
|
+
|
142
|
+
body, html {
|
143
|
+
width: 100%;
|
144
|
+
height: 100%;
|
145
|
+
margin: 0;
|
146
|
+
padding: 0;
|
147
|
+
}
|
148
|
+
|
149
|
+
/* INTERFACE */
|
150
|
+
body{
|
151
|
+
-webkit-text-size-adjust:100%;
|
152
|
+
background-color:white;
|
153
|
+
margin:0px;
|
154
|
+
padding:0px;
|
155
|
+
font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS 明朝", serif;
|
156
|
+
|
157
|
+
}
|
158
|
+
|
159
|
+
body {
|
160
|
+
background-color:none; !important;
|
161
|
+
}
|
162
|
+
html,body {
|
163
|
+
height: 100%;
|
164
|
+
}
|
165
|
+
|
166
|
+
.wrap {
|
167
|
+
position: absolute;
|
168
|
+
width: 100%;
|
169
|
+
height: 100%;
|
170
|
+
top: 0;
|
171
|
+
|
172
|
+
}
|
173
|
+
|
174
|
+
|
175
|
+
/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
|
176
|
+
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
|
177
|
+
|
178
|
+
}
|
179
|
+
/* TEMPLATE Retina parts end*/
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
/* INTERFACE */
|
184
|
+
body{
|
185
|
+
-webkit-text-size-adjust:100%;
|
186
|
+
background-color:white;
|
187
|
+
margin:0px;
|
188
|
+
padding:0px;
|
189
|
+
font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS 明朝", serif;
|
190
|
+
|
191
|
+
}
|
192
|
+
#layout_area{
|
193
|
+
max-width:1680px;
|
194
|
+
background-image:url("../img/main_004.jpg");
|
195
|
+
background-repeat:no-repeat;
|
196
|
+
background-position:center-top;
|
197
|
+
background-size:cover;
|
198
|
+
height:100%;
|
199
|
+
margin:0 auto;
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
}
|
205
|
+
|
206
|
+
#header_area{}
|
207
|
+
|
208
|
+
#logo_area{
|
209
|
+
padding:10px 10px;
|
210
|
+
|
211
|
+
}
|
212
|
+
|
213
|
+
#title_area{
|
214
|
+
text-align:center;
|
215
|
+
margin-top:0px;
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
}
|
221
|
+
|
222
|
+
#sub_title_area{
|
223
|
+
text-align:center;
|
224
|
+
margin-top:-40px;
|
225
|
+
|
226
|
+
|
227
|
+
}
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
#menu {
|
239
|
+
width: 100%;
|
240
|
+
max-width:1680px;
|
241
|
+
margin:0 auto;
|
242
|
+
padding:0;
|
243
|
+
display:block;
|
244
|
+
|
245
|
+
|
246
|
+
}
|
247
|
+
#menu li{
|
248
|
+
display:block;
|
249
|
+
float: left;
|
250
|
+
width: 16.6666667%;
|
251
|
+
margin: 0;
|
252
|
+
padding:0;
|
253
|
+
|
254
|
+
}
|
255
|
+
#menu li a {
|
256
|
+
display: block;
|
257
|
+
padding:0 20px 0 20px;
|
258
|
+
background-color:;
|
259
|
+
color:white;
|
260
|
+
text-align: center;
|
261
|
+
text-decoration: none;
|
262
|
+
border-right:1px solid #4baacb;
|
263
|
+
|
264
|
+
}
|
265
|
+
#menu li:last-child a{
|
266
|
+
border: none;
|
267
|
+
}
|
268
|
+
#menu li a:link{
|
269
|
+
color:#000;
|
270
|
+
}
|
271
|
+
#menu li a:hover{
|
272
|
+
color:blueviolet;
|
273
|
+
}
|
274
|
+
#toggle {
|
275
|
+
display: none;
|
276
|
+
}
|
277
|
+
|
278
|
+
#footer_area{
|
279
|
+
max-width:1680px;
|
280
|
+
text-align:center;
|
281
|
+
border-top:1px solid #ffffff;
|
282
|
+
color:#ffffff;
|
283
|
+
}
|
284
|
+
|
285
|
+
}
|
286
|
+
|
287
|
+
#footer_area small{
|
288
|
+
font-size:12px;
|
289
|
+
}
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
|
137
296
|
.image_pic{
|
138
297
|
text-align:center;
|
139
298
|
}
|
140
299
|
|
141
300
|
|
142
301
|
.about_description{
|
143
|
-
width:
|
302
|
+
width:600px;
|
144
303
|
text-align:center;
|
145
304
|
margin:80px auto;
|
146
305
|
}
|
@@ -174,8 +333,6 @@
|
|
174
333
|
display:block;
|
175
334
|
margin:0 auto;
|
176
335
|
}
|
177
|
-
|
178
|
-
|
179
336
|
```
|
180
337
|
|
181
338
|
です。よろしくお願いします
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -123,7 +123,13 @@
|
|
123
123
|
|
124
124
|
<footer id="footer_area">
|
125
125
|
<small>© 2017 ALL RIGHTS RESERVED</small>
|
126
|
+
</div>
|
126
|
-
|
127
|
+
</footer>
|
128
|
+
|
129
|
+
|
130
|
+
</body>
|
131
|
+
</html>
|
132
|
+
|
127
133
|
```
|
128
134
|
|
129
135
|
cssは
|