Ignore:
Timestamp:
2012/03/08 04:55:00 (12 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21616 r21617  
    99----------------------------------------------- */ 
    1010#undercolumn { 
    11 padding-bottom: 35px; 
     11    padding-bottom: 35px; 
    1212} 
    1313/**イントロダクション*/ 
    1414.information { 
    15 font-weight: bold; 
    16 padding: 5px 10px; 
    17 line-height: 1.3; 
    18 border-bottom: #CCC solid 1px; 
     15    font-weight: bold; 
     16    padding: 5px 10px; 
     17    line-height: 1.3; 
     18    border-bottom: #CCC solid 1px; 
    1919} 
    2020.information p:first-child { 
    21 font-size: 14px; 
    22 margin-bottom: 0.5em; 
     21    font-size: 14px; 
     22    margin-bottom: 0.5em; 
    2323} 
    2424/*フォーム枠*/ 
    2525.form_area { 
    26 padding: 10px; 
     26    padding: 10px; 
    2727} 
    2828.form_area p:first-child { 
    29 margin-bottom: 0.5em; 
     29    margin-bottom: 0.5em; 
    3030} 
    3131.formBox { 
    32 margin-bottom: 20px; 
    33 border: #A9ABAD solid 1px; 
    34 border-radius: 7px; 
    35 -moz-border-radius: 7px; 
    36 -webkit-border-radius: 7px; 
     32    margin-bottom: 20px; 
     33    border: #A9ABAD solid 1px; 
     34    border-radius: 7px; 
     35    -moz-border-radius: 7px; 
     36    -webkit-border-radius: 7px; 
    3737} 
    3838.innerBox { 
    39 padding: 10px; 
    40 border-bottom: #CCC solid 1px; 
     39    padding: 10px; 
     40    border-bottom: #CCC solid 1px; 
    4141} 
    4242.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; 
     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; 
    4747} 
    4848@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 } 
     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    } 
    5454} 
    5555.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; 
     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; 
    6464} 
    6565/*合計(フォーム下)*/ 
    6666.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; 
     67    padding: 10px; 
     68    text-align: right; 
     69    background: #F7F5F0; 
     70    border-top: #FFF solid 1px; 
     71    border-bottom: #A9ABAD solid 1px; 
    7272} 
    7373.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; 
     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; 
    8181} 
    8282.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; 
     83    border-radius: 7px 7px 0 0; 
     84    -moz-border-radius: 7px 7px 0 0; 
     85    -webkit-border-radius: 7px 7px 0 0; 
    8686} 
    8787.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; 
     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; 
    9292} 
    9393.form_area div:after { 
    94 content: "."; 
    95 display: block; 
    96 clear: both; 
    97 height: 0; 
    98 visibility: hidden; 
     94    content: "."; 
     95    display: block; 
     96    clear: both; 
     97    height: 0; 
     98    visibility: hidden; 
    9999} 
    100100 
     
    105105/*カゴの中の商品*/ 
    106106.cartinarea { 
    107 padding: 10px; 
    108 border-bottom: #CCC solid 1px; 
     107    padding: 10px; 
     108    border-bottom: #CCC solid 1px; 
    109109} 
    110110.cartitemBox { 
    111 padding: 10px 0; 
    112 border-bottom: #CCC solid 1px; 
    113 clear: both; 
     111    padding: 10px 0; 
     112    border-bottom: #CCC solid 1px; 
     113    clear: both; 
    114114} 
    115115.cartinarea .cartitemBox:last-child { 
    116 border-bottom: none; 
     116    border-bottom: none; 
    117117} 
    118118.cartinarea .photoL { 
    119 width: 80px; 
     119    width: 80px; 
    120120} 
    121121.cartinarea .cartinContents { 
    122 width: 68%; 
    123 float: right; 
    124 display: block; 
    125 position: relative; 
     122    width: 68%; 
     123    float: right; 
     124    display: block; 
     125    position: relative; 
    126126} 
    127127.cartinarea .cartinContents p { 
    128 line-height: 1.2; 
     128    line-height: 1.2; 
    129129} 
    130130.cartinContents div { 
    131 min-height: 50px; 
     131    min-height: 50px; 
    132132} 
    133133/* ----------------------------------------------- 
     
    135135----------------------------------------------- */ 
    136136.bubbleBox { 
    137 width: 90%; 
    138 font-weight: bold; 
    139 margin: 10px auto 20px auto; 
    140 padding: 10px 15px; 
    141 position: relative; 
    142 background-color: #F6F6F6; 
    143 border: 1px solid #C5C4C0; 
    144 -moz-border-radius: 7px; 
    145 -webkit-border-radius: 7px; 
    146 -moz-box-shadow: inset 1px 1px 1px #FFF; 
    147 -webkit-box-shadow: inset 1px 1px 1px #FFF; 
    148 cursor: pointer; 
     137    width: 90%; 
     138    font-weight: bold; 
     139    margin: 10px auto 20px auto; 
     140    padding: 10px 15px; 
     141    position: relative; 
     142    background-color: #F6F6F6; 
     143    border: 1px solid #C5C4C0; 
     144    -moz-border-radius: 7px; 
     145    -webkit-border-radius: 7px; 
     146    -moz-box-shadow: inset 1px 1px 1px #FFF; 
     147    -webkit-box-shadow: inset 1px 1px 1px #FFF; 
     148    cursor: pointer; 
    149149} 
    150150.bubble_arrow_line { 
    151 width: 0; 
    152 height: 0; 
    153 border-color: #C5C4C0 transparent transparent transparent; 
    154 border-style: solid; 
    155 border-width: 10px; 
    156 position: absolute; 
    157 bottom: -21px; 
    158 left: 50%; 
     151    width: 0; 
     152    height: 0; 
     153    border-color: #C5C4C0 transparent transparent transparent; 
     154    border-style: solid; 
     155    border-width: 10px; 
     156    position: absolute; 
     157    bottom: -21px; 
     158    left: 50%; 
    159159} 
    160160.bubble_arrow { 
    161 width: 0; 
    162 height: 0; 
    163 border-color: #F6F6F6 transparent transparent transparent; 
    164 border-style: solid; 
    165 border-width: 10px; 
    166 position: absolute; 
    167 bottom: -19px; 
    168 left: 50%; 
     161    width: 0; 
     162    height: 0; 
     163    border-color: #F6F6F6 transparent transparent transparent; 
     164    border-style: solid; 
     165    border-width: 10px; 
     166    position: absolute; 
     167    bottom: -19px; 
     168    left: 50%; 
    169169} 
    170170.bubble_announce { 
    171 height: 2.5em; 
    172 background: url(../img/common/ico_arrowR.png)  right center no-repeat; 
    173 clear: both; 
    174 vertical-align: middle; 
    175 margin-bottom: 5px; 
    176 } 
    177  @media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    178 .bubble_announce { 
    179 background: url(../img/common/ico_arrowR2.png) right center no-repeat; 
    180 -webkit-background-size: 10px 15px; 
    181 background-size: 10px 15px; 
    182 } 
     171    height: 2.5em; 
     172    background: url(../img/common/ico_arrowR.png)  right center no-repeat; 
     173    clear: both; 
     174    vertical-align: middle; 
     175    margin-bottom: 5px; 
     176} 
     177@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
     178    .bubble_announce { 
     179        background: url(../img/common/ico_arrowR2.png) right center no-repeat; 
     180        -webkit-background-size: 10px 15px; 
     181        background-size: 10px 15px; 
     182    } 
    183183} 
    184184.bubbleBox p.fb { 
    185 line-height: 2.5em; 
     185    line-height: 2.5em; 
    186186} 
    187187.deliv_announce p { 
    188 width: 80%; 
     188    width: 80%; 
    189189} 
    190190.bubbleBox a:link, .bubbleBox a:visited { 
    191 color: #333; 
     191    color: #333; 
    192192} 
    193193/* ----------------------------------------------- 
     
    195195----------------------------------------------- */ 
    196196.totalmoney_area { 
    197 font-size: 14px; 
    198 font-weight: bold; 
    199 padding: 10px; 
    200 border-bottom: #CCC solid 1px; 
     197    font-size: 14px; 
     198    font-weight: bold; 
     199    padding: 10px; 
     200    border-bottom: #CCC solid 1px; 
    201201} 
    202202.point_announce { 
    203 font-size: 12px; 
    204 font-weight: bold; 
    205 margin-bottom: 5px; 
     203    font-size: 12px; 
     204    font-weight: bold; 
     205    margin-bottom: 5px; 
    206206} 
    207207.cartinContents .btn_delete { 
    208 padding: 2px; 
    209 right: 0; 
    210 float: right; 
    211 position: absolute; 
    212 top: 0; 
    213 cursor: pointer; 
     208    padding: 2px; 
     209    right: 0; 
     210    float: right; 
     211    position: absolute; 
     212    top: 0; 
     213    cursor: pointer; 
    214214} 
    215215.cartinContents ul { 
    216 float: right; 
    217 clear: both; 
    218 line-height: 1.1; 
     216    float: right; 
     217    clear: both; 
     218    line-height: 1.1; 
    219219} 
    220220.cartinContents ul li { 
    221 display: inline; 
    222 float: left; 
     221    display: inline; 
     222    float: left; 
    223223} 
    224224.cartinContents ul li.quantity { 
    225 padding-left: 0.5em; 
    226 padding-top: 1em; 
    227 vertical-align: bottom; 
     225    padding-left: 0.5em; 
     226    padding-top: 1em; 
     227    vertical-align: bottom; 
    228228} 
    229229.cartinContents ul li.quantity_btn { 
    230 padding-left: 0.5em; 
    231 padding-top: 0.8em; 
    232 vertical-align: bottom; 
     230    padding-left: 0.5em; 
     231    padding-top: 0.8em; 
     232    vertical-align: bottom; 
    233233} 
    234234.cartinContents ul li.result { 
    235 padding-left: 1.5em; 
    236 padding-top: 1em; 
    237 vertical-align: bottom; 
     235    padding-left: 1.5em; 
     236    padding-top: 1em; 
     237    vertical-align: bottom; 
    238238} 
    239239 
    240240.cartinContents p { 
    241 margin-right: 25px; 
     241    margin-right: 25px; 
    242242} 
    243243 
    244244.cartinContents p.btn_delete { 
    245 margin-right: 0; 
     245    margin-right: 0; 
    246246} 
    247247 
     
    250250----------------------------------------------- */ 
    251251.deliv_check { 
    252 clear: both; 
     252    clear: both; 
    253253} 
    254254.deliv_check dt { 
    255 font-size: 14px; 
    256 font-weight: bold; 
    257 padding: 10px 10px 5px 10px; 
    258 background: #EEE; 
    259 border-top: #FFF solid 1px; 
    260 vertical-align: middle; 
    261 position: relative; 
    262 display: block; 
     255    font-size: 14px; 
     256    font-weight: bold; 
     257    padding: 10px 10px 5px 10px; 
     258    background: #EEE; 
     259    border-top: #FFF solid 1px; 
     260    vertical-align: middle; 
     261    position: relative; 
     262    display: block; 
    263263} 
    264264.deliv_check dt p { 
    265 vertical-align: middle; 
     265    vertical-align: middle; 
    266266} 
    267267.deliv_check dd { 
    268 font-size: 12px; 
    269 padding: 10px; 
    270 border-bottom: #CCC solid 1px; 
    271 display: block; 
     268    font-size: 12px; 
     269    padding: 10px; 
     270    border-bottom: #CCC solid 1px; 
     271    display: block; 
    272272} 
    273273.deliv_check dd.end { 
    274 border-bottom: none; 
     274    border-bottom: none; 
    275275} 
    276276.deliv_check dd p { 
    277 display: inline; 
    278 float: left; 
     277    display: inline; 
     278    float: left; 
    279279} 
    280280.deliv_check ul.edit { 
    281 float: right; 
    282 clear: right; 
    283 display: inline; 
    284 line-height: 1.1; 
    285 position: absolute; 
    286 right: 10px; 
    287 top: 12px; 
     281    float: right; 
     282    clear: right; 
     283    display: inline; 
     284    line-height: 1.1; 
     285    position: absolute; 
     286    right: 10px; 
     287    top: 12px; 
    288288} 
    289289.deliv_check dt.first { 
    290 border-top: none; 
    291 border-radius: 7px 7px 0 0; 
    292 -moz-border-radius: 7px 7px 0 0; 
    293 -webkit-border-radius: 7px 7px 0 0; 
     290    border-top: none; 
     291    border-radius: 7px 7px 0 0; 
     292    -moz-border-radius: 7px 7px 0 0; 
     293    -webkit-border-radius: 7px 7px 0 0; 
    294294} 
    295295 
     
    298298----------------------------------------------- */ 
    299299.delivitemBox { 
    300 padding: 10px; 
    301 border-bottom: #CCC solid 1px; 
    302 clear: both; 
    303 position: relative; 
     300    padding: 10px; 
     301    border-bottom: #CCC solid 1px; 
     302    clear: both; 
     303    position: relative; 
    304304} 
    305305.delivitemBox .photoL { 
    306 width: 80px; 
     306    width: 80px; 
    307307} 
    308308.delivitemBox .delivContents { 
    309 width: 67%; 
    310 float: right; 
    311 display: block; 
    312 position: relative; 
     309    width: 67%; 
     310    float: right; 
     311    display: block; 
     312    position: relative; 
    313313} 
    314314 
    315315.delivContents p { 
    316 float: left; 
    317 line-height: 1.2; 
    318 margin-bottom: 5px; 
    319 margin-right: 40px; 
     316    float: left; 
     317    line-height: 1.2; 
     318    margin-bottom: 5px; 
     319    margin-right: 40px; 
    320320} 
    321321.delivContents ul { 
    322 width: 3em; 
    323 float: right; 
    324 right: 7px; 
    325 position: absolute; 
     322    width: 3em; 
     323    float: right; 
     324    right: 7px; 
     325    position: absolute; 
    326326} 
    327327.delivContents ul li { 
    328 text-align: center; 
    329 clear: both; 
     328    text-align: center; 
     329    clear: both; 
    330330} 
    331331 
    332332.delivContents ul li:first-child { 
    333 line-height: 1.2; 
    334 vertical-align: bottom; 
     333    line-height: 1.2; 
     334    vertical-align: bottom; 
    335335 
    336336} 
     
    340340----------------------------------------------- */ 
    341341.pay_area ul { 
    342 padding: 10px; 
    343 margin-bottom: 10px; 
    344 font-weight: bold; 
     342    padding: 10px; 
     343    margin-bottom: 10px; 
     344    font-weight: bold; 
    345345} 
    346346.pay_area ul li { 
    347 line-height: 1.5; 
    348 margin-bottom: 6px; 
     347    line-height: 1.5; 
     348    margin-bottom: 6px; 
    349349} 
    350350.pay_area .attention, 
    351351.pay_area2 .attention { 
    352 margin-left: 10px; 
     352    margin-left: 10px; 
    353353} 
    354354.pay_area02 select:first-child { 
    355 margin-bottom: 12px; 
     355    margin-bottom: 12px; 
    356356} 
    357357p.check_point { 
    358 font-size: 12px; 
    359 padding-left: 1em; 
    360 font-weight: normal; 
     358    font-size: 12px; 
     359    padding-left: 1em; 
     360    font-weight: normal; 
    361361} 
    362362p.check_point .box_point { 
    363 margin-right: 0.5em; 
     363    margin-right: 0.5em; 
    364364} 
    365365.contact_area p { 
    366 line-height: 1.3; 
    367 font-weight: bold; 
    368 margin-bottom: 10px; 
     366    line-height: 1.3; 
     367    font-weight: bold; 
     368    margin-bottom: 10px; 
    369369} 
    370370 
    371371.contact_area .textarea { 
    372 width: 95%; 
     372    width: 95%; 
    373373} 
    374374.non-select-msg { 
    375 margin: 20px 0; 
    376 border: none; 
     375    margin: 20px 0; 
     376    border: none; 
    377377} 
    378378.time_select { 
    379 margin-top: 5px; 
    380 margin-bottom: 15px; 
     379    margin-top: 5px; 
     380    margin-bottom: 15px; 
    381381} 
    382382/* ----------------------------------------------- 
     
    384384----------------------------------------------- */ 
    385385.cartcartconfirmarea { 
    386 padding: 0 10px; 
    387 border-bottom: #CCC solid 1px; 
     386    padding: 0 10px; 
     387    border-bottom: #CCC solid 1px; 
    388388} 
    389389.cartconfirmBox { 
    390 padding: 10px 0; 
    391 border-bottom: #CCC solid 1px; 
    392 clear: both; 
    393 position: relative; 
     390    padding: 10px 0; 
     391    border-bottom: #CCC solid 1px; 
     392    clear: both; 
     393    position: relative; 
    394394} 
    395395.cartconfirmBox:last-child { 
    396 border-bottom: none; 
     396    border-bottom: none; 
    397397} 
    398398.cartconfirmBox .photoL { 
    399 width: 80px; 
    400 float: left; 
     399    width: 80px; 
     400    float: left; 
    401401} 
    402402.cartconfirmContents { 
    403 width: 67%; 
    404 float: right; 
    405 display: block; 
    406 position: relative; 
    407 line-height: 1.3; 
     403    width: 67%; 
     404    float: right; 
     405    display: block; 
     406    position: relative; 
     407    line-height: 1.3; 
    408408} 
    409409.cartconfirmContents div { 
    410 min-height: 62px; 
    411 line-height: 1.3; 
     410    min-height: 62px; 
     411    line-height: 1.3; 
    412412} 
    413413.cartconfirmBox ul { 
    414 float: right; 
    415 clear: both; 
    416 line-height: 1.1; 
     414    float: right; 
     415    clear: both; 
     416    line-height: 1.1; 
    417417} 
    418418.cartconfirmBox ul li { 
    419 display: inline; 
    420 font-weight: bold; 
     419    display: inline; 
     420    font-weight: bold; 
    421421} 
    422422.cartconfirmBox ul li.result { 
    423 padding-left: 1em; 
    424 vertical-align: bottom; 
     423    padding-left: 1em; 
     424    vertical-align: bottom; 
    425425} 
    426426.result_area { 
    427 font-size: 14px; 
    428 font-weight: bold; 
     427    font-size: 14px; 
     428    font-weight: bold; 
    429429} 
    430430.result_area dl { 
    431 text-align: right; 
    432 float: right; 
    433 display: block; 
     431    text-align: right; 
     432    float: right; 
     433    display: block; 
    434434} 
    435435.result_area dt, .result_area dd { 
    436 text-align: right; 
     436    text-align: right; 
    437437} 
    438438.result_area dt { 
    439 font-size: 11px; 
    440 clear: left; 
    441 float: right; 
     439    font-size: 11px; 
     440    clear: left; 
     441    float: right; 
    442442} 
    443443dl.point dl { 
    444 display: block; 
     444    display: block; 
    445445} 
    446446.point_confifrm dl { 
    447 font-weight: bold; 
    448 border-bottom: #CCC solid 1px; 
     447    font-weight: bold; 
     448    border-bottom: #CCC solid 1px; 
    449449} 
    450450.point_confifrm dl:last-child { 
    451 border-bottom: none; 
     451    border-bottom: none; 
    452452} 
    453453.point_confifrm dt { 
    454 width: 60%; 
    455 padding: 10px 0 10px 10px; 
    456 float: left; 
    457 display: block; 
     454    width: 60%; 
     455    padding: 10px 0 10px 10px; 
     456    float: left; 
     457    display: block; 
    458458} 
    459459.point_confifrm dd { 
    460 width: 30%; 
    461 padding: 10px 10px 10px 0; 
    462 float: right; 
    463 text-align: right; 
     460    width: 30%; 
     461    padding: 10px 10px 10px 0; 
     462    float: right; 
     463    text-align: right; 
    464464} 
    465465.deliv_confirm dt { 
    466 font-size: 14px; 
    467 font-weight: bold; 
    468 padding: 10px; 
    469 background: #EEE; 
    470 border-top: #FFF solid 1px; 
    471 border-radius: 7px 7px 0 0; 
    472 -moz-border-radius: 7px 7px 0 0; 
    473 -webkit-border-radius: 7px 7px 0 0; 
    474 line-height: 1.2; 
    475 vertical-align: middle; 
    476 position: relative; 
    477 display: block; 
     466    font-size: 14px; 
     467    font-weight: bold; 
     468    padding: 10px; 
     469    background: #EEE; 
     470    border-top: #FFF solid 1px; 
     471    border-radius: 7px 7px 0 0; 
     472    -moz-border-radius: 7px 7px 0 0; 
     473    -webkit-border-radius: 7px 7px 0 0; 
     474    line-height: 1.2; 
     475    vertical-align: middle; 
     476    position: relative; 
     477    display: block; 
    478478} 
    479479.deliv_confirm dd { 
    480 font-size: 12px; 
    481 padding: 10px; 
    482 border-bottom: #CCC solid 1px; 
    483 display: block; 
    484 line-height: 1.3; 
     480    font-size: 12px; 
     481    padding: 10px; 
     482    border-bottom: #CCC solid 1px; 
     483    display: block; 
     484    line-height: 1.3; 
    485485} 
    486486 
    487487.deliv_confirm dd:last-child { 
    488 border-bottom: none; 
     488    border-bottom: none; 
    489489} 
    490490 
    491491.deliv_confirm dd p.deliv_name { 
    492 margin-bottom: 3px; 
    493 font-size: 14px; 
    494 line-height: 1.3; 
     492    margin-bottom: 3px; 
     493    font-size: 14px; 
     494    line-height: 1.3; 
    495495} 
    496496 
    497497.date_confirm li { 
    498 padding-right: 1em; 
    499 display: inline; 
     498    padding-right: 1em; 
     499    display: inline; 
    500500} 
    501501/* ----------------------------------------------- 
     
    503503----------------------------------------------- */ 
    504504dl.form_entry { 
    505 width: 100%; 
    506 margin: 0 0 15px 0; 
    507 padding: 0; 
    508 border-top: #999 solid 1px; 
    509 border-bottom: #999 solid 1px; 
    510 position: relative; 
     505    width: 100%; 
     506    margin: 0 0 15px 0; 
     507    padding: 0; 
     508    border-top: #999 solid 1px; 
     509    border-bottom: #999 solid 1px; 
     510    position: relative; 
    511511} 
    512512dl.form_entry dt { 
    513 font-weight: bold; 
    514 padding: 10px 12px 0; 
     513    font-weight: bold; 
     514    padding: 10px 12px 0; 
    515515} 
    516516dl.form_entry dd { 
    517 padding: 0 12px 10px; 
    518 border-bottom: #CCC solid 1px; 
    519 line-height: 1.2; 
     517    padding: 0 12px 10px; 
     518    border-bottom: #CCC solid 1px; 
     519    line-height: 1.2; 
    520520} 
    521521dl.form_entry dd:last-child { 
    522 border-bottom: 0; 
     522    border-bottom: 0; 
    523523} 
    524524dl.form_entry .selectdate { 
    525 margin-top: 12px; 
    526 padding: 5px 6px 5px 4px; 
    527 font-size: 12px; 
    528 vertical-align: bottom; 
     525    margin-top: 12px; 
     526    padding: 5px 6px 5px 4px; 
     527    font-size: 12px; 
     528    vertical-align: bottom; 
    529529} 
    530530dl.form_entry li { 
    531 margin-bottom: 0.3em; 
    532 vertical-align: middle; 
     531    margin-bottom: 0.3em; 
     532    vertical-align: middle; 
    533533} 
    534534dl.form_entry .bg_head { 
    535 padding-bottom: 10px; 
     535    padding-bottom: 10px; 
    536536} 
    537537/* ----------------------------------------------- 
     
    539539----------------------------------------------- */ 
    540540.thankstext { 
    541 font-size: 16px; 
    542 color: #FF6633; 
    543 font-weight: bold; 
    544 padding: 10px; 
    545 margin-bottom: 10px; 
    546 line-height: 1.3; 
     541    font-size: 16px; 
     542    color: #FF6633; 
     543    font-weight: bold; 
     544    padding: 10px; 
     545    margin-bottom: 10px; 
     546    line-height: 1.3; 
    547547} 
    548548#completetext p { 
    549 line-height: 1.3; 
     549    line-height: 1.3; 
    550550} 
    551551 
    552552#completetext, .shopInformation { 
    553 font-size: 14px; 
    554 padding: 10px; 
    555 clear: both; 
     553    font-size: 14px; 
     554    padding: 10px; 
     555    clear: both; 
    556556} 
    557557#completetext p, .shopInformation p { 
    558 margin-bottom: 0.5em; 
    559 line-height: 1.3; 
     558    margin-bottom: 0.5em; 
     559    line-height: 1.3; 
    560560} 
    561561/* ----------------------------------------------- 
     
    563563----------------------------------------------- */ 
    564564dl.form_info { 
    565 width: 100%; 
    566 margin: 10px 0 15px 0; 
    567 padding: 0; 
    568 border-bottom: #999 solid 1px; 
    569 position: relative; 
     565    width: 100%; 
     566    margin: 10px 0 15px 0; 
     567    padding: 0; 
     568    border-bottom: #999 solid 1px; 
     569    position: relative; 
    570570} 
    571571dl.form_info dt { 
    572 font-weight: bold; 
    573 padding: 10px 10px 0; 
     572    font-weight: bold; 
     573    padding: 10px 10px 0; 
    574574} 
    575575dl.form_info dd { 
    576 padding: 0 10px 10px; 
    577 border-bottom: #CCC solid 1px; 
     576    padding: 0 10px 10px; 
     577    border-bottom: #CCC solid 1px; 
    578578} 
    579579dl.form_info dd:last-child { 
    580 border-bottom: 0; 
     580    border-bottom: 0; 
    581581} 
    582582 
    583583#maps { 
    584 width: 88%!important; 
    585 margin: 10px auto!important; 
     584    width: 88%!important; 
     585    margin: 10px auto!important; 
    586586} 
    587587/* ----------------------------------------------- 
     
    589589----------------------------------------------- */ 
    590590#kiyaku_text { 
    591 padding: 10px 20px; 
    592 border-bottom: #999 solid 1px; 
    593 border-top: #999 solid 1px; 
    594 overflow: hidden; 
    595 text-overflow: ellipsis; 
    596 line-height: 1.3; 
     591    padding: 10px 20px; 
     592    border-bottom: #999 solid 1px; 
     593    border-top: #999 solid 1px; 
     594    overflow: hidden; 
     595    text-overflow: ellipsis; 
     596    line-height: 1.3; 
    597597} 
    598598/*------------------------------------------------- 
     
    600600----------------------------------------*/ 
    601601#errorBox { 
    602 text-align: left; 
    603 padding: 20px; 
    604 } 
    605  
    606  
     602    text-align: left; 
     603    padding: 20px; 
     604} 
     605 
     606 
Note: See TracChangeset for help on using the changeset viewer.