source: branches/feature-module-update/html/css/layout/contact/index.css @ 15079

Revision 15079, 886 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6@charset "<!--{$smarty.const.CHAR_CODE}-->";
7/***お問い合わせ***/
8
9
10/***右コンテンツ***/
11#container #right #maintitle{
12border: 0;
13margin: 0 0 15px 0;
14padding: 0;
15width: 570px;
16}
17
18#container #right #subtitle01{
19border: 0;
20margin: 0 0 8px 0;
21padding: 0;
22width: 570px;
23}
24
25#container #right #subtitle02{
26border: 0;
27margin: 0 0 8px 0;
28padding: 0;
29width: 570px;
30}
31
32/*テーブル*/
33#container #right #frame{
34border: 0;
35margin: 0;
36padding: 0;
37width: 570px;
38background: #ccc;
39}
40
41#container #right #frame #left{
42background: #ecf5ff;
43width: 170px;
44}
45
46#container #right #frame #right{
47background: #fff;
48width: 357px;
49}
50
51/*ボタン*/
52#container #right #button{
53border: 0;
54margin: 20px 0 35px 0;
55padding: 0;
56text-align: center;
57}
Note: See TracBrowser for help on using the repository browser.