@charset "UTF-8";


#property-wbsstep-list                                               { margin: 90px 0 0; padding: 10px 10px; background-color: #ffffff; }
#property-wbsstep-list .step                                         { display: flex; margin: 0 0 5px; padding: 0; border: none; border-bottom: 1px solid #dddddd; background-color: #ffffff; cursor: pointer; }
#property-wbsstep-list .step:last-child                              { border: none; }
#property-wbsstep-list .step span                                    { display: block; margin: 20px 0; line-height: 30px; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#property-wbsstep-list .step span                                    { justify-content: flex-end; align-items: center; flex-wrap: nowrap; flex-direction: row; }
#property-wbsstep-list .step .name                                   { flex: 5; text-align:  left; }
#property-wbsstep-list .conf i.fa-check                              { color: #77aaee; }
#property-wbsstep-list .conf i.fa-exclamation                        { color: #dd0000; }
#property-wbsstep-list .step .nums                                   { flex: 1; text-align: right; }

/* ボタン領域 */
#property-wbsstep .button-area                                       { position: fixed; right: 0; bottom: 100px; left: 0; border: none;  padding: 0; text-align: center; }
#property-wbsstep .button-area button                                { display: block; width: 50%; height: 40px; margin: 0 auto; border: none; padding: 0; line-height: 40px; background-color: #eebb00; }
#property-wbsstep .button-area button                                { border-radius: 7px; }
#property-wbsstep .button-area button                                { box-shadow: 0px 2px 5px 0px rgba(128,128,128,1.0); -moz-box-shadow: 0px 2px 5px 0px rgba(128,128,128,1.0); -ms-box-shadow: 0px 2px 5px 0px rgba(128,128,128,1.0); }

#app.upmove #property-wbsstep .button-area                           { animation: UpAnime   0.5s forwards; }
#app.downmove #property-wbsstep .button-area                         { animation: DownAnime 0.5s forwards; }
