Ignore:
Timestamp:
2011/07/31 15:25:24 (13 years ago)
Author:
Seasoft
Message:

#1294 (ソースを読みやすくする)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/user_data/packages/sphone/css/contents.css

    r21052 r21081  
    22/* =================================================================== 
    33CSS information 
    4 file name  :contents.css 
    54style info :下層コンテンツ用(#undercolumn) 
    65=================================================================== */ 
     
    98----------------------------------------------- */ 
    109#undercolumn{ 
    11 padding-bottom:35px; 
     10    padding-bottom:35px; 
    1211} 
    1312/**イントロダクション*/ 
    1413.information{ 
    15 font-weight:bold; 
    16 padding:5px 10px; 
    17 line-height:1.3; 
    18 border-bottom:#CCC solid 1px; 
     14    font-weight:bold; 
     15    padding:5px 10px; 
     16    line-height:1.3; 
     17    border-bottom:#CCC solid 1px; 
    1918} 
    2019.information p:first-child{ 
    21 font-size:14px; 
    22 margin-bottom:0.5em; 
     20    font-size:14px; 
     21    margin-bottom:0.5em; 
    2322} 
    2423/*フォーム枠*/ 
    2524.form_area{ 
    26 padding:10px; 
     25    padding:10px; 
    2726} 
    2827.form_area p:first-child{ 
    29 margin-bottom:0.5em; 
     28    margin-bottom:0.5em; 
    3029} 
    3130.formBox{ 
    32 margin-bottom:20px; 
    33 border:#A9ABAD solid 1px; 
    34 border-radius:7px; 
    35 -moz-border-radius:7px; 
    36 -webkit-border-radius:7px; 
     31    margin-bottom:20px; 
     32    border:#A9ABAD solid 1px; 
     33    border-radius:7px; 
     34    -moz-border-radius:7px; 
     35    -webkit-border-radius:7px; 
    3736} 
    3837.innerBox{ 
    39 padding:10px; 
    40 border-bottom:#CCC solid 1px; 
     38    padding:10px; 
     39    border-bottom:#CCC solid 1px; 
    4140} 
    4241.arrowBox{ 
    43 padding:10px 25px 10px 10px; 
    44 background:url(../img/common/ico_arrowR.png) 95% center no-repeat; 
    45 border-bottom:#CCC solid 1px; 
    46 clear:both; 
     42    padding:10px 25px 10px 10px; 
     43    background:url(../img/common/ico_arrowR.png) 95% center no-repeat; 
     44    border-bottom:#CCC solid 1px; 
     45    clear:both; 
    4746} 
    4847@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    49 .arrowBox { 
    50 background: url(../img/common/ico_arrowR2.png) 95% center no-repeat; 
    51 -webkit-background-size: 10px 15px; 
    52 background-size: 10px 15px; 
    53 } 
     48    .arrowBox { 
     49        background: url(../img/common/ico_arrowR2.png) 95% center no-repeat; 
     50        -webkit-background-size: 10px 15px; 
     51        background-size: 10px 15px; 
     52    } 
    5453} 
    5554.box_header{ 
    56 font-size:16px; 
    57 font-weight:bold; 
    58 background:#EEE; 
    59 padding:10px; 
    60 border-radius:7px 7px 0 0; 
    61 -moz-border-radius:7px 7px 0 0; 
    62 -webkit-border-radius:7px 7px 0 0; 
    63 border-bottom:#CCC solid 1px; 
     55    font-size:16px; 
     56    font-weight:bold; 
     57    background:#EEE; 
     58    padding:10px; 
     59    border-radius:7px 7px 0 0; 
     60    -moz-border-radius:7px 7px 0 0; 
     61    -webkit-border-radius:7px 7px 0 0; 
     62    border-bottom:#CCC solid 1px; 
    6463} 
    6564/*合計(フォーム下)*/ 
    6665.total_area,.result_area{ 
    67 padding:10px; 
    68 text-align:right; 
    69 background:#F7F5F0; 
    70 border-top:#FFF solid 1px; 
    71 border-bottom:#A9ABAD solid 1px; 
     66    padding:10px; 
     67    text-align:right; 
     68    background:#F7F5F0; 
     69    border-top:#FFF solid 1px; 
     70    border-bottom:#A9ABAD solid 1px; 
    7271} 
    7372.formBox .btn_area_btm{ 
    74 padding:10px; 
    75 background:#F7F5F0; 
    76 border-top:#FFF solid 1px; 
    77 border-bottom:none; 
    78 border-radius:0 0 7px 7px; 
    79 -moz-border-radius: 0 0 7px 7px; 
    80 -webkit-border-radius: 0 0 7px 7px; 
     73    padding:10px; 
     74    background:#F7F5F0; 
     75    border-top:#FFF solid 1px; 
     76    border-bottom:none; 
     77    border-radius:0 0 7px 7px; 
     78    -moz-border-radius: 0 0 7px 7px; 
     79    -webkit-border-radius: 0 0 7px 7px; 
    8180} 
    8281.formBox div:first-child{ 
    83 border-radius:7px 7px 0 0; 
    84 -moz-border-radius:7px 7px 0 0; 
    85 -webkit-border-radius:7px 7px 0 0; 
     82    border-radius:7px 7px 0 0; 
     83    -moz-border-radius:7px 7px 0 0; 
     84    -webkit-border-radius:7px 7px 0 0; 
    8685} 
    8786.formBox div:last-child{ 
    88 border-radius:0 0 7px 7px; 
    89 -moz-border-radius: 0 0 7px 7px; 
    90 -webkit-border-radius: 0 0 7px 7px; 
    91 border-bottom:none; 
     87    border-radius:0 0 7px 7px; 
     88    -moz-border-radius: 0 0 7px 7px; 
     89    -webkit-border-radius: 0 0 7px 7px; 
     90    border-bottom:none; 
    9291} 
    9392.form_area div:after{ 
    94 content: ".";   
    95 display: block; 
    96 clear: both; 
    97 height: 0; 
    98 visibility: hidden; 
     93    content: ".";   
     94    display: block; 
     95    clear: both; 
     96    height: 0; 
     97    visibility: hidden; 
    9998} 
    10099 
     
    105104/*カゴの中の商品*/ 
    106105.cartinarea{ 
    107 padding:10px; 
    108 border-bottom:#CCC solid 1px; 
     106    padding:10px; 
     107    border-bottom:#CCC solid 1px; 
    109108} 
    110109.cartitemBox{ 
    111 padding:10px 0; 
    112 border-bottom:#CCC solid 1px; 
    113 clear:both; 
     110    padding:10px 0; 
     111    border-bottom:#CCC solid 1px; 
     112    clear:both; 
    114113} 
    115114.cartinarea .cartitemBox:last-child{ 
    116 border-bottom:none; 
     115    border-bottom:none; 
    117116} 
    118117.cartinarea .photoL{ 
    119 width:80px; 
     118    width:80px; 
    120119} 
    121120.cartinarea .cartinContents{ 
    122 width:68%; 
    123 float:right; 
    124 display:block; 
    125 position:relative; 
     121    width:68%; 
     122    float:right; 
     123    display:block; 
     124    position:relative; 
    126125} 
    127126/* ----------------------------------------------- 
     
    129128----------------------------------------------- */ 
    130129.bubbleBox{ 
    131 width:90%; 
    132 font-weight:bold; 
    133 margin:10px auto 20px auto; 
    134 padding:10px 15px; 
    135 position:relative; 
    136 background-color:#F6F6F6; 
    137 border:1px solid #C5C4C0; 
    138 -moz-border-radius:7px; 
    139 -webkit-border-radius:7px; 
    140 -moz-box-shadow:inset 1px 1px 1px #FFF; 
    141 -webkit-box-shadow:inset 1px 1px 1px #FFF; 
    142 cursor:pointer; 
     130    width:90%; 
     131    font-weight:bold; 
     132    margin:10px auto 20px auto; 
     133    padding:10px 15px; 
     134    position:relative; 
     135    background-color:#F6F6F6; 
     136    border:1px solid #C5C4C0; 
     137    -moz-border-radius:7px; 
     138    -webkit-border-radius:7px; 
     139    -moz-box-shadow:inset 1px 1px 1px #FFF; 
     140    -webkit-box-shadow:inset 1px 1px 1px #FFF; 
     141    cursor:pointer; 
    143142} 
    144143.bubble_arrow_line{ 
    145 width:0; 
    146 height:0; 
    147 border-color: #C5C4C0 transparent transparent transparent; 
    148 border-style: solid; 
    149 border-width: 10px; 
    150 position:absolute; 
    151 bottom:-21px; 
    152 left:50%; 
     144    width:0; 
     145    height:0; 
     146    border-color: #C5C4C0 transparent transparent transparent; 
     147    border-style: solid; 
     148    border-width: 10px; 
     149    position:absolute; 
     150    bottom:-21px; 
     151    left:50%; 
    153152} 
    154153.bubble_arrow{ 
    155 width:0; 
    156 height:0; 
    157 border-color: #F6F6F6 transparent transparent transparent; 
    158 border-style: solid; 
    159 border-width: 10px; 
    160 position:absolute; 
    161 bottom:-19px; 
    162 left:50%; 
     154    width:0; 
     155    height:0; 
     156    border-color: #F6F6F6 transparent transparent transparent; 
     157    border-style: solid; 
     158    border-width: 10px; 
     159    position:absolute; 
     160    bottom:-19px; 
     161    left:50%; 
    163162} 
    164163.bubble_announce{ 
    165 height:2.5em; 
    166 background:url(../img/common/ico_arrowR.png)  right center no-repeat; 
    167 clear:both; 
    168 vertical-align:middle; 
    169 margin-bottom:8px; 
    170 } 
    171  @media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    172 .bubble_announce { 
    173 background: url(../img/common/ico_arrowR2.png) right center no-repeat; 
    174 -webkit-background-size: 10px 15px; 
    175 background-size: 10px 15px; 
    176 } 
     164    height:2.5em; 
     165    background:url(../img/common/ico_arrowR.png)  right center no-repeat; 
     166    clear:both; 
     167    vertical-align:middle; 
     168    margin-bottom:8px; 
     169} 
     170@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
     171    .bubble_announce { 
     172        background: url(../img/common/ico_arrowR2.png) right center no-repeat; 
     173        -webkit-background-size: 10px 15px; 
     174        background-size: 10px 15px; 
     175    } 
    177176} 
    178177.bubbleBox p.fb{ 
    179 line-height:2.5em; 
     178    line-height:2.5em; 
    180179} 
    181180.deliv_announce p{ 
    182 width:80%; 
     181    width:80%; 
    183182} 
    184183.bubbleBox a:link,.bubbleBox a:visited{ 
    185 color:#333; 
     184    color:#333; 
    186185} 
    187186/* ----------------------------------------------- 
     
    189188----------------------------------------------- */ 
    190189.totalmoney_area{ 
    191 font-size:14px; 
    192 font-weight:bold; 
    193 padding:10px; 
    194 border-bottom:#CCC solid 1px; 
     190    font-size:14px; 
     191    font-weight:bold; 
     192    padding:10px; 
     193    border-bottom:#CCC solid 1px; 
    195194} 
    196195.point_announce{ 
    197 font-size:14px; 
    198 font-weight:bold; 
    199 margin-bottom:5px; 
     196    font-size:14px; 
     197    font-weight:bold; 
     198    margin-bottom:5px; 
    200199} 
    201200.cartinContents .btn_delete{ 
    202 padding:2px; 
    203 right:0; 
    204 float:right; 
    205 position:absolute; 
    206 top:0; 
    207 cursor:pointer; 
     201    padding:2px; 
     202    right:0; 
     203    float:right; 
     204    position:absolute; 
     205    top:0; 
     206    cursor:pointer; 
    208207} 
    209208.cartinContents ul{ 
    210 float:right; 
    211 clear:both; 
    212 line-height:1.1; 
     209    float:right; 
     210    clear:both; 
     211    line-height:1.1; 
    213212} 
    214213.cartinContents ul li{ 
    215 display:inline; 
    216 float:left; 
     214    display:inline; 
     215    float:left; 
    217216} 
    218217.cartinContents ul li.result{ 
    219 padding-left:0.5em; 
    220 padding-top:1em; 
    221 vertical-align:bottom; 
     218    padding-left:0.5em; 
     219    padding-top:1em; 
     220    vertical-align:bottom; 
    222221} 
    223222 
     
    226225----------------------------------------------- */ 
    227226.deliv_check{ 
    228 clear:both; 
     227    clear:both; 
    229228} 
    230229.deliv_check dt{ 
    231 font-size:14px; 
    232 font-weight:bold; 
    233 padding:15px 10px 5px 10px; 
    234 background:#EEE; 
    235 border-top:#FFF solid 1px; 
    236 vertical-align:middle; 
    237 position:relative; 
    238 display:block; 
     230    font-size:14px; 
     231    font-weight:bold; 
     232    padding:15px 10px 5px 10px; 
     233    background:#EEE; 
     234    border-top:#FFF solid 1px; 
     235    vertical-align:middle; 
     236    position:relative; 
     237    display:block; 
    239238} 
    240239.deliv_check dt p{ 
    241 vertical-align:middle; 
     240    vertical-align:middle; 
    242241} 
    243242.deliv_check dd{ 
    244 font-size:12px; 
    245 padding:10px; 
    246 border-bottom:#CCC solid 1px; 
    247 display:block; 
     243    font-size:12px; 
     244    padding:10px; 
     245    border-bottom:#CCC solid 1px; 
     246    display:block; 
    248247} 
    249248.deliv_check dd p{ 
    250 display:inline; 
    251 float:left; 
     249    display:inline; 
     250    float:left; 
    252251} 
    253252.deliv_check ul.edit{ 
    254 float:right; 
    255 clear:right; 
    256 display:inline; 
    257 line-height:1.1; 
    258 position:absolute; 
    259 right:10px; 
    260 top:8px; 
     253    float:right; 
     254    clear:right; 
     255    display:inline; 
     256    line-height:1.1; 
     257    position:absolute; 
     258    right:10px; 
     259    top:8px; 
    261260} 
    262261.deliv_check dt:first-child{ 
    263 border-top:none; 
    264 border-radius:7px 7px 0 0; 
    265 -moz-border-radius:7px 7px 0 0; 
    266 -webkit-border-radius:7px 7px 0 0; 
     262    border-top:none; 
     263    border-radius:7px 7px 0 0; 
     264    -moz-border-radius:7px 7px 0 0; 
     265    -webkit-border-radius:7px 7px 0 0; 
    267266} 
    268267 
     
    271270----------------------------------------------- */ 
    272271.delivitemBox{ 
    273 padding:10px; 
    274 border-bottom:#CCC solid 1px; 
    275 clear:both; 
    276 position:relative; 
     272    padding:10px; 
     273    border-bottom:#CCC solid 1px; 
     274    clear:both; 
     275    position:relative; 
    277276} 
    278277.delivitemBox .photoL{ 
    279 width:80px; 
     278    width:80px; 
    280279} 
    281280.delivitemBox .delivContents{ 
    282 width:67%; 
    283 float:right; 
    284 display:block; 
    285 position:relative; 
     281    width:67%; 
     282    float:right; 
     283    display:block; 
     284    position:relative; 
    286285} 
    287286.delivContents p{ 
    288 float:left; 
     287    float:left; 
    289288} 
    290289.delivContents ul{ 
    291 width:2.2em; 
    292 float:right; 
    293 right:15px; 
    294 position:absolute; 
     290    width:2.2em; 
     291    float:right; 
     292    right:15px; 
     293    position:absolute; 
    295294} 
    296295.delivContents ul li{ 
    297 text-align:center; 
    298 clear:both; 
     296    text-align:center; 
     297    clear:both; 
    299298} 
    300299 
     
    303302----------------------------------------------- */ 
    304303.pay_area ul{ 
    305 padding:10px; 
    306 margin-bottom:10px; 
    307 font-weight:bold; 
     304    padding:10px; 
     305    margin-bottom:10px; 
     306    font-weight:bold; 
    308307} 
    309308.pay_area ul li{ 
    310 margin-bottom:6px; 
     309    margin-bottom:6px; 
    311310} 
    312311.pay_area02 select:first-child{ 
    313 margin-bottom:12px; 
     312    margin-bottom:12px; 
    314313} 
    315314p.check_point{ 
    316 font-size:12px; 
    317 padding-left:1em; 
    318 font-weight:normal; 
     315    font-size:12px; 
     316    padding-left:1em; 
     317    font-weight:normal; 
    319318} 
    320319p.check_point .box_point{ 
    321 margin-right:0.5em; 
     320    margin-right:0.5em; 
    322321} 
    323322/* ----------------------------------------------- 
     
    325324----------------------------------------------- */ 
    326325.cartcartconfirmarea{ 
    327 padding:0 10px; 
    328 border-bottom:#CCC solid 1px; 
     326    padding:0 10px; 
     327    border-bottom:#CCC solid 1px; 
    329328} 
    330329.cartconfirmBox{ 
    331 padding:10px 0; 
    332 border-bottom:#CCC solid 1px; 
    333 clear:both; 
    334 position:relative; 
     330    padding:10px 0; 
     331    border-bottom:#CCC solid 1px; 
     332    clear:both; 
     333    position:relative; 
    335334} 
    336335.cartconfirmBox:last-child{ 
    337 border-bottom:none; 
     336    border-bottom:none; 
    338337} 
    339338.cartconfirmBox .photoL{ 
    340 width:80px; 
    341 float:left; 
     339    width:80px; 
     340    float:left; 
    342341} 
    343342.cartconfirmContents{ 
    344 width:67%; 
    345 float:right; 
    346 display:block; 
    347 position:relative; 
     343    width:67%; 
     344    float:right; 
     345    display:block; 
     346    position:relative; 
    348347} 
    349348.cartconfirmBox ul{ 
    350 float:right; 
    351 clear:both; 
    352 line-height:1.1; 
     349    float:right; 
     350    clear:both; 
     351    line-height:1.1; 
    353352} 
    354353.cartconfirmBox ul li{ 
    355 display:inline; 
    356 font-weight:bold; 
     354    display:inline; 
     355    font-weight:bold; 
    357356} 
    358357.cartconfirmBox ul li.result{ 
    359 padding-left:1em; 
    360 vertical-align:bottom; 
     358    padding-left:1em; 
     359    vertical-align:bottom; 
    361360} 
    362361.result_area{ 
    363 font-size:14px; 
    364 font-weight:bold; 
     362    font-size:14px; 
     363    font-weight:bold; 
    365364} 
    366365.result_area dl{ 
    367 text-align:right; 
    368 float:right; 
    369 display:block; 
     366    text-align:right; 
     367    float:right; 
     368    display:block; 
    370369} 
    371370.result_area dt,.result_area dd{ 
    372 text-align:right; 
     371    text-align:right; 
    373372} 
    374373.result_area dt{ 
    375 font-size:11px; 
    376 clear:left; 
    377 float:right; 
     374    font-size:11px; 
     375    clear:left; 
     376    float:right; 
    378377} 
    379378dl.point dl{ 
    380 display:block; 
     379    display:block; 
    381380} 
    382381.point_confifrm dl{ 
    383 font-weight:bold; 
    384 border-bottom:#CCC solid 1px; 
     382    font-weight:bold; 
     383    border-bottom:#CCC solid 1px; 
    385384} 
    386385.point_confifrm dl:last-child{ 
    387 border-bottom:none; 
     386    border-bottom:none; 
    388387} 
    389388.point_confifrm dt{ 
    390 width:60%; 
    391 padding:10px 0 10px 10px; 
    392 float:left; 
    393 display:block; 
     389    width:60%; 
     390    padding:10px 0 10px 10px; 
     391    float:left; 
     392    display:block; 
    394393} 
    395394.point_confifrm dd{ 
    396 width:30%; 
    397 padding:10px 10px 10px 0; 
    398 float:left; 
    399 text-align:right; 
     395    width:30%; 
     396    padding:10px 10px 10px 0; 
     397    float:left; 
     398    text-align:right; 
    400399} 
    401400.deliv_confirm dt{ 
    402 font-size:14px; 
    403 font-weight:bold; 
    404 padding:10px; 
    405 background:#EEE; 
    406 border-top:#FFF solid 1px; 
    407 border-radius:7px 7px 0 0; 
    408 -moz-border-radius:7px 7px 0 0; 
    409 -webkit-border-radius:7px 7px 0 0; 
    410 line-height:1.2; 
    411 vertical-align:middle; 
    412 position:relative; 
    413 display:block; 
     401    font-size:14px; 
     402    font-weight:bold; 
     403    padding:10px; 
     404    background:#EEE; 
     405    border-top:#FFF solid 1px; 
     406    border-radius:7px 7px 0 0; 
     407    -moz-border-radius:7px 7px 0 0; 
     408    -webkit-border-radius:7px 7px 0 0; 
     409    line-height:1.2; 
     410    vertical-align:middle; 
     411    position:relative; 
     412    display:block; 
    414413} 
    415414.deliv_confirm dd{ 
    416 font-size:12px; 
    417 padding:10px; 
    418 border-bottom:#CCC solid 1px; 
    419 display:block; 
     415    font-size:12px; 
     416    padding:10px; 
     417    border-bottom:#CCC solid 1px; 
     418    display:block; 
    420419} 
    421420.deliv_confirm dd:last-child{ 
    422 border-bottom:none; 
     421    border-bottom:none; 
    423422}  
    424423.date_confirm li{ 
    425 padding-right:1em; 
    426 display:inline; 
     424    padding-right:1em; 
     425    display:inline; 
    427426} 
    428427/* ----------------------------------------------- 
     
    430429----------------------------------------------- */ 
    431430dl.form_entry{ 
    432 width:100%; 
    433 margin:0 0 15px 0; 
    434 padding:0; 
    435 border-top:#999 solid 1px; 
    436 border-bottom:#999 solid 1px; 
    437 position:relative; 
     431    width:100%; 
     432    margin:0 0 15px 0; 
     433    padding:0; 
     434    border-top:#999 solid 1px; 
     435    border-bottom:#999 solid 1px; 
     436    position:relative; 
    438437} 
    439438dl.form_entry dt{ 
    440 font-weight:bold; 
    441 padding:10px 12px 0; 
     439    font-weight:bold; 
     440    padding:10px 12px 0; 
    442441} 
    443442dl.form_entry dd{ 
    444 padding:0 12px 10px; 
    445 border-bottom:#CCC solid 1px; 
     443    padding:0 12px 10px; 
     444    border-bottom:#CCC solid 1px; 
    446445} 
    447446dl.form_entry dd:last-child{ 
    448 border-bottom:0; 
     447    border-bottom:0; 
    449448} 
    450449dl.form_entry .selectdate{ 
    451 margin-top:12px; 
    452 padding:5px 6px 5px 2px; 
    453 font-size:12px; 
    454 vertical-align:bottom; 
     450    margin-top:12px; 
     451    padding:5px 6px 5px 2px; 
     452    font-size:12px; 
     453    vertical-align:bottom; 
    455454} 
    456455dl.form_entry li{ 
    457 margin-bottom:0.3em; 
    458 vertical-align:middle; 
     456    margin-bottom:0.3em; 
     457    vertical-align:middle; 
    459458} 
    460459/* ----------------------------------------------- 
     
    462461----------------------------------------------- */ 
    463462.thankstext{ 
    464 font-size:16px; 
    465 color:#FF6633; 
    466 font-weight:bold; 
    467 padding:10px; 
    468 margin-bottom:10px; 
     463    font-size:16px; 
     464    color:#FF6633; 
     465    font-weight:bold; 
     466    padding:10px; 
     467    margin-bottom:10px; 
    469468} 
    470469#completetext,.shopInformation{ 
    471 font-size:14px; 
    472 padding:10px; 
    473 clear:both; 
     470    font-size:14px; 
     471    padding:10px; 
     472    clear:both; 
    474473} 
    475474#completetext p,.shopInformation p{ 
    476 margin-bottom:0.5em; 
     475    margin-bottom:0.5em; 
    477476} 
    478477/* ----------------------------------------------- 
     
    480479----------------------------------------------- */ 
    481480dl.form_info{ 
    482 width:100%; 
    483 margin:10px 0 15px 0; 
    484 padding:0; 
    485 border-bottom:#999 solid 1px; 
    486 position:relative; 
     481    width:100%; 
     482    margin:10px 0 15px 0; 
     483    padding:0; 
     484    border-bottom:#999 solid 1px; 
     485    position:relative; 
    487486} 
    488487dl.form_info dt{ 
    489 font-weight:bold; 
    490 padding:10px 10px 0; 
     488    font-weight:bold; 
     489    padding:10px 10px 0; 
    491490} 
    492491dl.form_info dd{ 
    493 padding:0 10px 10px; 
    494 border-bottom:#CCC solid 1px; 
     492    padding:0 10px 10px; 
     493    border-bottom:#CCC solid 1px; 
    495494} 
    496495dl.form_info dd:last-child{ 
    497 border-bottom:0; 
     496    border-bottom:0; 
    498497} 
    499498 
    500499#maps{ 
    501 width:88%!important; 
    502 margin:10px auto!important; 
     500    width:88%!important; 
     501    margin:10px auto!important; 
    503502} 
    504503/* ----------------------------------------------- 
     
    506505----------------------------------------------- */ 
    507506#kiyaku_text{ 
    508 padding:10px 20px; 
    509 border-bottom:#999 solid 1px; 
    510 border-top:#999 solid 1px; 
    511 overflow: hidden; 
    512 text-overflow: ellipsis; 
    513 line-height:1.3; 
     507    padding:10px 20px; 
     508    border-bottom:#999 solid 1px; 
     509    border-top:#999 solid 1px; 
     510    overflow: hidden; 
     511    text-overflow: ellipsis; 
     512    line-height:1.3; 
    514513} 
    515514/*------------------------------------------------- 
     
    517516----------------------------------------*/ 
    518517#errorBox { 
    519 text-align:left; 
    520 padding:20px; 
    521 } 
    522  
    523  
     518    text-align:left; 
     519    padding:20px; 
     520} 
Note: See TracChangeset for help on using the changeset viewer.