@charset "utf-8";
/* CSS Document */


.trainBox {
    width: 100%;
    height: 700px;
    border: 1px solid #6aa84f;
    padding: 0 55px;
    position: relative;
}

.greenBox {
    width: 100%;
    height: 30px;
    background-color: #6aa84f;
    padding-left: 20px;
}
.greenBox span{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.pdno {
    padding: 0;
}
.pagebox{
    position: absolute;
    bottom: 0;
    left: 0;
}
