@charset "utf-8"; /*
Theme Name: BizVektor SOGOBU CustomSample
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: Vektor,Inc
Tags: 
Version: 1.0
*/

#header #site-title	{ text-align:center;float:none !important;  }
#header #site-title a img	{ max-height:100% !important;max-width:100% !important; }



/*投稿記事やページに枠線を付ける*/
#content .infoList .infoListBox, /*　一覧表示　*/
#content > .entry-content,  /*　個別ページ　*/
#content .post,  /*　個別Blog投稿　*/
#content .info { /*　個別Information投稿　*/
    padding:20px;
    border:solid 2px silver;
    border-radius:5px;
    background-color:white;
    margin-top:30px;
    margin-bottom:30px;
    font-family: Verdana,Pristina,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
 
#content .infoList .infoListBox div.thumbImage {
    padding-right:20px;
}




/*　キャッチフレーズの背景色・枠線（上）を設定　*/
#headerTop {
    background-color: #000099;
    border-top-color: #000099;
}
 
/*　キャッチフレーズのフォント設定　*/
#headerTop #site-description {
    color: #ffffff;
    font-size:14px;
    font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


/*投稿記事やページに枠線を付ける*/
#content .infoList .infoListBox, /*　一覧表示　*/
#content > .entry-content,  /*　個別ページ　*/
#content .post,  /*　個別Blog投稿　*/
#content .info { /*　個別Information投稿　*/
    padding:20px;
    border:solid 2px silver;
    border-radius:5px;
    background-color:white;
    margin-top:30px;
    margin-bottom:30px;
    font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
 
#content .infoList .infoListBox div.thumbImage {
    padding-right:20px;
}


/* (1)フッター境界線（上）の色 */
#footMenu {
border-top-color:white;
}
 
/* (2)フッターの背景色 */
#footer {
background-color:#000099;
border-top:1px solid white;
}
 
/* (3)フッターサイトマップメニュー */
#footerSiteMap .menu a { color:white; }
 
/* (4)フッター罫線 */
#footer { border-top:1px solid white; }
 
/* (5)CopyrightとPowered byの背景色と罫線 */
#siteBottom {
border-top:1px solid white;
background-color:darkgreen;
}
 
/* (6)CopyrightとPowered byの色 */
#siteBottom #copy,
#siteBottom #copy a,
#siteBottom #powerd,
#siteBottom #powerd a   {
color:white;
}


/* 「編集」ボタンを非表示にするCSS */
.post-edit-link {display:none;}
 
/* またはリンクの外側のspanから消す */
.edit-link {display:none;}


/* コンテンツエリアの幅を広げる */
#main #container .content{
    width: 680px;
}


/* テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

/* タブの設定 */
ul.tab {
	margin: 0;
	padding: 0;
	border-bottom: 2px #ddd solid;
}
ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	border: 1px #ddd solid;
	border-top: none;
	border-bottom: 2px #ddd solid;
}
ul.tab li.none {
	border-bottom: 2px #fff solid;
	font-weight: bold;
}
ul.tab li a {
	color: #000;
	display: block;
	padding: 3px 10px 5px;
	text-decoration: none;
	background: #fff;
}
ul.tab li a.blue {
	border-top: 5px #2384dc solid;
}
ul.tab li a.green {
	border-top: 5px #4cbb47 solid;
}
ul.tab li a.red {
	border-top: 5px #dd1d25 solid;
}
ul.tab li a.yellow {	
	border-top: 5px #ffd242 solid;
}
ul.tab li a:hover {
	position: relative;
	bottom: 6px;
}
/* clerfix */
.clear:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}

/* フォントの変更 */
body {font-family:”ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, “メイリオ”, Meiryo, Osaka, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;}


 
/*　キャッチフレーズのフォント設定　*/
#headerTop #site-description {
    color: #ffffff;
	background-color: #000000;
    border-top-color: #000000;
    font-size:14px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*　キャッチフレーズの背景色・枠線（上）を設定　*/
#headerTop {
    background-color: #000000;
    border-top-color: #000000;
}
 