@charset "utf-8";
/* ===================================================================
CSS information

 file name  :consulting.css
 style info :ウェブコンサルティング専用
 last update:2013.02
=================================================================== */

.floatRight{
 float: right;
 display: inline;
 margin: 10px;
 }
.marginRight{
 margin-right: 10px;
 }

#contentsWrapper p{ margin: 10px 0 20px; line-height: 1.7em; padding: 0 5px;}

#pageTop {
padding: 0;
}

h4.greenLine{
 border-left: 4px solid #66bd00;
 margin: 15px auto;
 color: #333;
 font-size:130%;
 padding-left: 5px;
 }

div#bgBlue{
 background: #effcff;
 padding: 10px;
 width: 530px;
 margin-bottom: 10px;
 }
div#bgBlue li{
    list-style: disc inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
div.bgDot{
 background: url(../img/cmn_bg_dot.gif) repeat-x bottom;
 }

 .f_corporate p {
line-height   : 140%  ;
}
div.clearfix:nth-of-type(4) .floatRight{
    width: 26%;
}
div.clearfix:nth-of-type(4) #bgBlue{
    width: 68%;
}
@media screen and (max-width: 640px) {
    .floatRight{
        float: none;
        display: block;
        margin: 0 auto;
    }
    div.clearfix:nth-of-type(4) .floatRight{
        width: auto;
    }
    div.clearfix:nth-of-type(4) #bgBlue{
        width: auto;
    }
    .bnr img{
        width: 100%;
    }
}
