@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/

/*****　サイト全体の文字サイズを変更する　*****/

body { font-size:100%;　…}


/* 新着情報の画像を左寄せにするここから */

#content .infoList .infoListBox div.thumbImage { float:left; }
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail { float:right }

/* 新着情報の画像を左寄せにするここまで */


/*****　ヘッダーロゴの高さ(大きさ)を変更する　*****/

#header #site-title a img { max-height:110px; }


/* 新着情報の画像を変更するここから */
.content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
    width: 200px;
    height: auto;
    border: 4px solid #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}




/*****　ヘッダー画像の幅を画面いっぱいに広げる　*****/
/*　画像フレームの幅を100%に　*/
#topMainBnrFrame {
    width: 100%;
    height: auto;
}
 
/*　画像幅を100%に　*/
#topMainBnr img {
    width:100% !important;
    max-width: 100% !important;
    height: auto !important;
}
 
/*　画像の枠線を削除　*/
#topMainBnrFrame .slideFrame {
    border:none;
}
 
/*　画像の位置調整　*/
#topMainBnrFrame .slideFrame img {
    left: 0px;
}
 
/*　画像の余白を削除　*/
#topMainBnr {
    padding:1px 0px;
}

/*****　投稿日を非表示に変更する　*****/

#content span.infoDate { display:none !important; }



/*****　投稿日を非表示に変更する　*****/

#content .published { display: none !important; }



/*****　最終更新日時を非表示に変更する　*****/

#content .updated.entry-meta-items { display: none !important; }