@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.9.2.5
License: GNU General Public License
License URI: license.txt
Tags: white,red,blue,black,green,orange
Text Domain: biz-vektor
*/

.sticky {}
.bypostauthor {}

/** float **/
.fLeft{float:left;}
.fRight{float:right;}
.fCenter{margin-left:auto; margin-right:auto;}
.fClear{clear:both;}



/***** <LI>,<UL> *****/
#content UL{
	list-style-type:none;
	padding:0;
	margin:0;
}
#content OL{
	list-style-type:decimal;
	margin:0;
	padding:0;
}
#content OL LI{
	margin-left:30px;
}

/***** itemList *****/
.itemList LI{
	width:100%;
	padding-bottom:20px;
}

.itemList LI .leftBox{
	margin-bottom:10px;
}
.itemList LI .rightBox{
}
.itemList .title{
	color:#fff;
	padding:6px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#fb1a4f;
	background-color:#cc0000;
}
.itemList IMG{
	/*
	border:solid 1px #999;
	border:solid 1px #0ff;
	margin-right:20px;
	padding-right:20px;
	float:left;
	*/
}


