回答編集履歴

1

追記

2017/02/05 09:52

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -195,3 +195,207 @@
195
195
  </html>
196
196
 
197
197
  ```
198
+
199
+ **(追記)**
200
+
201
+ ```HTML
202
+
203
+ <!DOCTYPE html>
204
+
205
+ <html lang="ja">
206
+
207
+ <head>
208
+
209
+ <meta charset="utf-8">
210
+
211
+ <link rel="stylesheet" href="http://co-712.it.3919.com/style.css">
212
+
213
+ <title>京都一の美容院 美容所joze & ARCH OF JOZE 烏丸御池</title>
214
+
215
+ <style type="text/css">
216
+
217
+ * {
218
+
219
+ margin: 0;
220
+
221
+ padding: 0;
222
+
223
+ }
224
+
225
+
226
+
227
+ .op-tit {
228
+
229
+ font-size: 26px;
230
+
231
+ color: #a40000;
232
+
233
+ padding-bottom: 14px;
234
+
235
+ padding-top: 14px;
236
+
237
+ font-family: "A-OTF フォーク Pro", "Arial", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
238
+
239
+ text-align: left;
240
+
241
+
242
+
243
+ }
244
+
245
+
246
+
247
+ .op-th {
248
+
249
+ font-size: 19px;
250
+
251
+ color: #0e0e0e;
252
+
253
+ font-family: "A-OTF フォーク Pro", "Arial", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
254
+
255
+ white-space: nowrap;
256
+
257
+ width: 7em;
258
+
259
+ text-align: right;
260
+
261
+ }
262
+
263
+
264
+
265
+ .op-td {
266
+
267
+ font-size: 18px;
268
+
269
+ color: #313131;
270
+
271
+ line-height: 26px;
272
+
273
+ text-align: left;
274
+
275
+ word-wrap: normal;
276
+
277
+ overflow-wrap: normal;
278
+
279
+ white-space: nowrap;
280
+
281
+ }
282
+
283
+
284
+
285
+ .table1 .op-td {
286
+
287
+ width: auto;
288
+
289
+ word-wrap: break-word;
290
+
291
+ overflow-wrap: break-word;
292
+
293
+ white-space: normal;
294
+
295
+ }
296
+
297
+
298
+
299
+ table.table1, .table1 td, .table1 th {
300
+
301
+ border: 1px solid #000;
302
+
303
+ }
304
+
305
+ </style>
306
+
307
+ </head>
308
+
309
+ <body>
310
+
311
+ <div id="container">
312
+
313
+ <div id="wrapper">
314
+
315
+ <div id="contens-area" class="clearfix">
316
+
317
+ <div id="main" class="clearfix">
318
+
319
+ <div class="content_box">
320
+
321
+ <p class="color_2" style="font-size:22px; padding-top:12px;">
322
+
323
+ <strong>※全てのコースにおいて延長10分につき600円(税込)</strong>
324
+
325
+ </p>
326
+
327
+ </div><!--/content_box-->
328
+
329
+ <div class="content_box">
330
+
331
+ <p class="op-tit">
332
+
333
+ <strong>&lt; オプション &gt;</strong>
334
+
335
+ </p>
336
+
337
+ <table class="table1">
338
+
339
+ <tr>
340
+
341
+ <th valign="top" class="op-th">炭酸シャンプー:</th>
342
+
343
+ <td valign="top" class="op-td">300円(税込)
344
+
345
+ 頭皮を直接刺激してあげることで、根本から従来のハリとツヤを取り戻せます根本から従来のハリとツヤを取り戻せます。
346
+
347
+ </td>
348
+
349
+ </tr>
350
+
351
+ </table>
352
+
353
+ <p class="op-tit">
354
+
355
+ <strong>&lt; その他 &gt;</strong>
356
+
357
+ </p>
358
+
359
+ <table class="table5">
360
+
361
+ <tr>
362
+
363
+ <th valign="top" class="op-th">個人指名料:</th>
364
+
365
+ <td valign="top" class="op-td">300円(税込)
366
+
367
+ お客様に合ったスタッフを指名できます。お客様に合ったスタッフを指名できます。お客様に合ったスタッフを指名できます。
368
+
369
+ </td>
370
+
371
+ </tr>
372
+
373
+ <tr>
374
+
375
+ <th valign="top" class="op-th">男女指名料:</th>
376
+
377
+ <td valign="top" class="op-td">
378
+
379
+ 100円(税込) 男女別にスタッフを指定できます。
380
+
381
+ </td>
382
+
383
+ </tr>
384
+
385
+ </table>
386
+
387
+ </div><!--/content_box-->
388
+
389
+ </div> <!--main-end-->
390
+
391
+ </div> <!--contens-area-end-->
392
+
393
+ </div><!--wrapper-end-->
394
+
395
+ </div> <!--container-end-->
396
+
397
+ </body>
398
+
399
+ </html>
400
+
401
+ ```