#businessAI * {
    box-sizing:border-box;
}

#businessAI #gallery * {
    box-sizing:content-box;
}



#businessAI h1 {
    font-family: "Mplus 1p";
    font-weight:800;
    font-size:3.2em;
    padding-left:45%;
    padding-top:15px;
    line-height:1.2em;
    height:94px;
    background:url(../images/logo.png) no-repeat;
    background-size:45%;
    border:solid 1px #E5004F;
    text-align:center;
}

#businessAI h1 span {
    display:block;
    color:#E5004F;
    font-size:0.8em;
}

#businessAI h2 {
    font-family: "Mplus 1p";
    font-size:2.8em;
    margin-top:50px;
    margin-bottom:40px;
    padding-bottom:10px;
    clear:both;
    border-bottom:5px solid #ccc;
    position: relative;
}

#businessAI h2:after {
    position: absolute;
content: " ";
display: block;
border-bottom: solid 5px #E5004F;
bottom: -5px;
width: 45%;
}

.adEx>p {
    font-size:1.5em;
    line-height:1.8em;
}


div[class*="imgBox"] {
    background:#ececec;
    margin-bottom:20px;
}

.imgBox01,.imgBox01 img {
    width:400px;
}

.imgBox02 {
 clear:both;
}

.imgBox03,.imgBox03 img {
    width:200px;
}

div[class*="imgBox"] img {

    height:auto;
    border:1px solid #ececec;
}

div[class*="imgBox"] span {
    display:inline-block;
    padding:8px 5px;
    color:#222;
    font-size:1.1em;
    line-height: 1.4em;
}

.f-l {
    float:left;
    margin-right:20px;
}

.f-r {
    float:right;
    margin-left:20px;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

#businessAI #main>div>p {
    margin-bottom:30px;
}

.adEx {
    margin-bottom:80px;
    clear:both;
}

.finace {
    clear:both;
}

.finace ul {
    padding:0 10px;
    clear:both;
}

#businessAI #main .adEx .finace ul li {
    padding:3px 5px;
    font-size:11px;
    display: inline;
    line-height: 1.4em;
}

#businessAI #main .adEx .finace p {
    font-size: 11px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    padding: 10px;
    clear: both;
    border: #ccc solid 1px;
}

#businessAI #main .adEx .finace span.mark {
    font-size:11px;
}

#businessAI #main .adEx .finace img {
    display: :inline;
    margin-right:5px;
    font-size:11px;
    width: 15px;
    height:15px;
}

#businessAI p.logoCap {
    font-size:1em;
    padding:10px 0;
    margin:0;
}

#businessAI p.logoCap span {
    border:1px solid #ccc;
    padding:2px 5px;
        line-height: 1.8em;
    color: #999;
}

p.ad-image-description {
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
}

#descriptions {
    height: 22px;
    position: relative;
    overflow: hidden;
}
#descriptions .ad-image-description {
    height: 12px;
    bottom: 0;
    position: absolute;
}