@charset "utf-8";
/*
Theme Name: BizVektor Child Theme
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: Hiroyuki Sato
Tags: 
Version: 0.1.0
*/

/* 3PRエリアの画像を丸く */
#topPr .prImage {
    border-radius: 60%;
}
 
/* 左右の枠線を消す */
#topPr,
#topPr .topPrOuter {
    border: none;
}
 
/* 「詳しくはこちら」をセンタリング */
#topPr .moreLink {
    text-align: center;
}
 
/* 「詳しくはこちら」のフォントなど */
#topPr .moreLink a {
    font-size: 18px;
    line-height:150%;
}

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0;
    background-color: rgba(239,108,136,0.8);
}
 
#footerFloatingMenu .fa {
    font-size: 3em;
    color: #fff;
    padding: 10px;
}

#back-top a {
    display: none;
}

/* フッターロゴの大きさ調整 */
#footer dl#footerOutline dt img {
    margin-bottom: 5px;
	max-width: 180px;
}