.common_bottomFloat {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    background: #0000005c;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}
.entry-content p{
    margin-bottom: 16px!important;
}
/*.companyLink{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.common_bottomFloat .companyLink:nth-of-type(2) .link_right {
    color: #1176d0;
}
.common_bottomFloat .companyLink:first-child {
    background: url(../images/acetop_bg.png) center center no-repeat;
    background-size: cover;
}
.common_bottomFloat .companyLink:nth-of-type(2) {
    background: url(../images/acetop_bg.png) center center no-repeat;
    background-size: cover;
}
.common_bottomFloat .companyLink {
    color: #fff;
    display: inline-block;
    height: 70px;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0px 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.common_bottomFloat .bottomFloat_link_acetop .link_right {
    float: right;
    color: #1176d0;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 4px 0;
    background-color: #fff;
    width: 300px;
    font-size: 20px;
    line-height: 1.3;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.pagination {
    padding: 20px;
    overflow: hidden;
    clear: both;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.pagination .current {
    color: #fff;
    background: #97acbe;
    border: 1px solid #333;
    padding: 14px 10px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}
.pagination li {
        list-style: none;
}