/* define a styles design  for the footer. */

#footer {
    clear: both;
    background: url("https://portal.business.mb.softbank.jp/portal/img/concierge/footer/bg.png") left top no-repeat;
    color:#FFFFFF;
    padding: 5px 10px 35px;
}

#footer-copy {
    text-align: center;
    margin: 0px;
}

#footer-copy span {
    display: inline-block;
    width: 300px;
}

#trademark {
    text-align: left;
    font-size:11px;
}
            
#license_number {
    text-align: center;
    font-size:11px;
}
            
#copyright {
    text-align: right;
    font-size:11px;
}

#copyright {
    //background: url("https://portal.business.mb.softbank.jp/portal/img/concierge/footer/copyright.png");
    //background-repeat:  no-repeat;
    //background-position: right bottom;
    //text-indent: 100%;
    //white-space: nowrap;
    //overflow: hidden;
}