source: branches/comu-utf8/html/css/layout/contact/confirm.css @ 15099

Revision 15099, 899 bytes checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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#container #right #maintitle{
11border: 0;
12margin: 0 0 15px 0;
13padding: 0;
14width: 570px;
15}
16
17#container #right #comment{
18border: 0;
19margin: 0 0 15px 0;
20padding: 0;
21width: 480px;
22}
23
24#container #right #comment02{
25border: 0;
26margin: 25px 0 15px 0;
27padding: 0;
28width: 480px;
29}
30
31/*テーブル*/
32#container #right #frame{
33border: 0;
34margin: 0;
35padding: 0;
36width: 570px;
37background: #ccc;
38}
39
40#container #right #frame #left{
41background: #ecf5ff;
42width: 170px;
43}
44
45#container #right #frame #right{
46background: #fff;
47width: 357px;
48}
49
50/*ボタン*/
51#container #right #button{
52border: 0;
53margin: 20px 0 35px 0;
54padding: 0;
55text-align: center;
56}
Note: See TracBrowser for help on using the repository browser.