@charset "utf-8";
/*
Theme Name: BizVektor
Theme URI: http://bizvektor.com
Description: BizVektor（ビズベクトル）テーマは管理画面からの設定のみで高品質なビジネスサイトを構築する事が出来ます。また、テーマ拡張プラグインによって新たに選択出来るデザインを増やす事が出来ます。
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp/
Version: 0.7.1.1
License: GNU General Public License
License URI: license.txt
Tags: white,red,blue,black,green,orange
*/

.sticky {}
.bypostauthor {}
img#wpstats {
width:0px;
height:0px;
padding:0px;
border:none;
overflow:hidden; 
margin: 0;
}

/* PC版関連記事表示クラス */
.related-post{
    height:100%;
    width:500px;/* ブログの記事表示領域に合わせて修正 */
    overflow:hidden;
    margin-top:5px;
    margin-left:40px;
}
.related-entry {
    vertical-align: top;
    float: left;
    width:104px;
    font-size: 13px;
    height: 220px;
    margin: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}
.related-entry img{
    padding:2px;
    border: #ccc 1px solid;
    width:100px;
}

/* スマホ版関連記事表示クラス */
.related-post-mobile{
    width:100%;
    overflow:hidden;
    margin-top:5px;
}
.related-entry-mobile {
    vertical-align: top;
    width:100%;
    float: left;
    font-size: 13px;
    margin: 0;
    padding-bottom: 5px;
}
.related-entry-mobile img{
    padding:2px;
    border: #ccc 1px solid;
    width:100px;
    float:left;
}
.related-entry-mobile a{
    vertical-align: top;
}