-
Notifications
You must be signed in to change notification settings - Fork 0
/
tenant.html
executable file
·339 lines (301 loc) · 10 KB
/
tenant.html
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>不動産業者向け無料ホームページテンプレート tp_home1_fudosan</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ここにサイト説明を入れます">
<meta name="keywords" content="キーワード1,キーワード2,キーワード3,キーワード4,キーワード5">
<link rel="stylesheet" href="css/slide.css">
<link rel="stylesheet" href="css/style.css">
<link rel="alternate stylesheet" href="css/large.css" title="la">
<script type="text/javascript" src="js/styleswitcher.js"></script>
<script type="text/javascript" src="js/openclose.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div id="inner">
<h1 id="logo"><a href="index.php"><img src="images/logo.png" width="300" height="50" alt="サンプル不動産"></a></h1>
<ul id="headermenu">
<li><a href="contact.html">物件のお問い合わせはこちら</a></li>
</ul>
<p id="tel"><strong>TEL:0120-XXX-XXX</strong>(AM8:00〜PM8:00)</p>
<ul id="fsize">
<li id="me"><a href="#" onclick="setActiveStyleSheet('me'); return false;" title="文字サイズを元に戻す">文字サイズを元に戻す</a></li>
<li id="la"><a href="#" onclick="setActiveStyleSheet('la'); return false;" title="文字サイズを大きくする">文字サイズを大きくする</a></li>
</ul>
</div>
<!--/inner-->
</header>
<div id="menu-box">
<!--PC用(481px以上端末)メニュー-->
<nav id="menubar">
<ul>
<li><a href="index.php">ホーム</a></li>
<li><a href="company.html">会社概要</a></li>
<li><a href="baibai.html">売買物件</a></li>
<li><a href="chintai.html">賃貸物件</a></li>
<li class="current"><a href="tenant.html">店舗物件</a></li>
<li><a href="parking.html">駐車場</a></li>
</ul>
</nav>
<!--スマホ用(480px以下端末)メニュー-->
<nav id="menubar-s">
<ul>
<li><a href="index.php">ホーム</a></li>
<li><a href="company.html">会社概要</a></li>
<li><a href="baibai.html">売買物件</a></li>
<li><a href="chintai.html">賃貸物件</a></li>
<li class="current"><a href="tenant.html">店舗物件</a></li>
<li><a href="parking.html">駐車場</a></li>
</ul>
</nav>
</div>
<!--/menubox-->
<div id="contents">
<div id="main">
<section>
<h2>店舗物件(コンパクトレイアウト)</h2>
<p>下の方にある横長レイアウトは<section class="list">ですが、<section class="list compact">にするとこのようにコンパクトボックスになります。html構成はそれぞれ異なります。</p>
<section class="list compact">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="写真の説明"></figure>
<h4>物件タイトル<span class="newicon">NEW</span></h4>
<p>所在地:東京都XXXX<br>
価格:XXXXX円</p>
<span class="osusume">おすすめ</span>
</a>
</section>
<section class="list compact">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="写真の説明"></figure>
<h4>物件タイトル</h4>
<p>所在地:東京都XXXX<br>
価格:XXXXX円</p>
<span class="sumi">ご契約済</span>
</a>
</section>
<section class="list compact">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="写真の説明"></figure>
<h4>物件タイトル</h4>
<p>所在地:東京都XXXX<br>
価格:XXXXX円</p>
</a>
</section>
<section class="list compact">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="写真の説明"></figure>
<h4>物件タイトル</h4>
<p>所在地:東京都XXXX<br>
価格:XXXXX円</p>
</a>
</section>
<h2>店舗物件(横長レイアウト)</h2>
<section class="list">
<a href="item.html">
<h4>物件タイトル<span class="newicon">NEW</span></h4>
<figure><img src="images/sample1.jpg" alt="写真の説明"></figure>
<table>
<tr>
<th>所在地</th>
<td>東京都XXXX</td>
<th>価格</th>
<td>XXXX円</td>
</tr>
<tr>
<th>見出し</th>
<td>サンプルテキスト。</td>
<th>見出し</th>
<td>サンプルテキスト。</td>
</tr>
</table>
<span class="date">【登録日:20XX/XX/XX】【更新日:20XX/XX/XX】</span>
</a>
</section>
<section class="list">
<a href="item.html">
<h4>物件タイトル</h4>
<figure><img src="images/sample1.jpg" alt="写真の説明"></figure>
<table>
<tr>
<th>所在地</th>
<td>東京都XXXX</td>
<th>価格</th>
<td>XXXX円</td>
</tr>
<tr>
<th>見出し</th>
<td>サンプルテキスト。</td>
<th>見出し</th>
<td>サンプルテキスト。</td>
</tr>
</table>
<p>右下の「おすすめ」の文字情報はhtml側で直接変更できます。
<span class="osusume">おすすめ</span><br><span class="osusume">おすすめ</span><br>
色はcssフォルダのstyle.cssの設定で変更できます。</p>
<span class="date">【登録日:20XX/XX/XX】【更新日:20XX/XX/XX】</span>
<span class="osusume">おすすめ</span>
</a>
</section>
<section class="list">
<a href="item.html">
<h4>物件タイトル</h4>
<figure><img src="images/sample1.jpg" alt="写真の説明"></figure>
<table>
<tr>
<th>所在地</th>
<td>東京都XXXX</td>
<th>価格</th>
<td>XXXX円</td>
</tr>
<tr>
<th>見出し</th>
<td>サンプルテキスト。</td>
<th>見出し</th>
<td>サンプルテキスト。</td>
</tr>
</table>
<p>右下の「ご契約済」の文字情報はhtml側で直接変更できます。
<span class="sumi">ご契約済</span><br><span class="sumi">ご契約済</span><br>
色はcssフォルダのstyle.cssの設定で変更できます。</p>
<span class="date">【登録日:20XX/XX/XX】【更新日:20XX/XX/XX】</span>
<span class="sumi">ご契約済</span>
</a>
</section>
</section>
</div>
<!--/main-->
<div id="sub">
<nav class="box1">
<h2>SUB MENU</h2>
<ul class="submenu mb10">
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
</ul>
</nav>
<aside>
<h2>関連情報</h2>
<ul class="submenu">
<li><a href="#">関連情報リンク</a></li>
<li><a href="#">関連情報リンク</a></li>
<li><a href="#">関連情報リンク</a></li>
</ul>
</aside>
<div class="box1">
<section>
<h2>この見出しはh2タグです</h2>
<p>このボックスは、class="box1"と指定すれば出ます。</p>
</section>
</div>
<!--/box1-->
<section>
<h2>おすすめ物件</h2>
<section class="list">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="XXアパー"></figure>
<h4>物件タイトル 55,000円</h4>
<p>熊本駅から徒歩3分という好立地!敷金0円サービス実施中。</p>
</a>
</section>
<section class="list">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="XXアパー"></figure>
<h4>物件タイトル 55,000円</h4>
<p>熊本駅から徒歩3分という好立地!敷金0円サービス実施中。
<span class="sumi">ご契約済</span></p>
</a>
</section>
<section class="list">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="XXアパー"></figure>
<h4>物件タイトル 55,000円</h4>
<p>熊本駅から徒歩3分という好立地!敷金0円サービス実施中。</p>
</a>
</section>
<section class="list">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="XXアパー"></figure>
<h4>物件タイトル 55,000円</h4>
<p>熊本駅から徒歩3分という好立地!敷金0円サービス実施中。</p>
</a>
</section>
<section class="list">
<a href="item.html">
<figure><img src="images/sample1.jpg" alt="XXアパー"></figure>
<h4>物件タイトル 55,000円</h4>
<p>熊本駅から徒歩3分という好立地!敷金0円サービス実施中。</p>
</a>
</section>
</section>
</div>
<!--/sub-->
<p id="pagetop"><a href="#">↑ </a></p>
</div>
<!--/contents-->
<footer>
<div id="footermenu">
<ul>
<li><a href="index.php">ホーム</a></li>
<li><a href="company.html">会社概要</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
</ul>
<ul>
<li><a href="baibai.html">売買物件</a></li>
<li><a href="chintai.html">賃貸物件</a></li>
<li><a href="tenant.html">店舗物件</a></li>
<li><a href="parking.html">駐車場</a></li>
</ul>
<ul>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
</ul>
<ul>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
</ul>
<ul>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
<li><a href="#">メニューサンプル</a></li>
</ul>
</div>
<!--/footermenu-->
<div id="copyright">
<small>Copyright© <a href="index.php">山本社会保険労務士事務所.</a> All Rights Reserved.</small>
<span class="pr"><a href="http://template-party.com/" target="_blank">※当サイトのテキスト・画像等すべての転載転用、商用販売を固く禁じます。</a></span>
</div>
</footer>
<!--スマホ用更新情報 480px以下-->
<script type="text/javascript">
if (OCwindowWidth() <= 480) {
open_close("newinfo_hdr", "newinfo");
}
</script>
<!--メニューの3本バー-->
<div id="menubar_hdr" class="close"><span></span><span></span><span></span></div>
<!--メニューの開閉処理条件設定 480px以下-->
<script type="text/javascript">
if (OCwindowWidth() <= 480) {
open_close("menubar_hdr", "menubar-s");
}
</script>
</body>
</html>