@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.8.2.1
License: GNU General Public License
License URI: license.txt
Tags: white,red,blue,black,green,orange
*/

/* style change in the theme start */

#topMainBnr {
background-color: #E0F4FF;
}

#footer {
background-color:inherit;
}

#siteBottom,
#siteBottom a {
color: #ffffff;
}

/* style change in the theme end */


.sticky {}
.bypostauthor {}



#content h5 {
	border-bottom: 1px dashed #aaa;
}

#content h6 {
}

#content h3.h3_line1 {
	border-bottom: 1px solid #ccc;
}

#content h3.h3_line2 {
	border-bottom: 4px inset #ccc;
}

#content h3.h3_red {
	background: #eeeeee;
	color: #c00;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ccc;
}

#content h3.h3_red2 {
	background: #ffc;
	color: #c00;
	padding: 5px 0 5px 10px;
	border-radius: 1em;
	border-left-color: transparent;
}

#content h3.h3_mono1 {
	background: #333;
	color: #ffffff;
	padding: 5px 0 5px 10px;
}

#content h3.h3_mono2 {
	background: #aaa;
	color: #222;
	padding: 5px 0 5px 10px;
	padding-left: 1%;
	border-radius: 1em;
	border-left-color: transparent;
}

#content ul.ullist01 {
	margin-left: 0;
}

#content ul.ullist01 li {
	padding-left: 10px;
	margin: 3px 0;
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	border-left: 7px #666 solid;
	list-style: none;
}

#content ul.ullist02 {
	border: 1px solid #ccc;
	padding: 0;
	border-bottom: 0 none;
	width: 300px;
}

#content ul.ullist02 li {
	background: #eee;
	list-style-image: none;
	padding: 5px;
	border-bottom: 1px #ccc solid;
	border-top: 1px #fff solid;
	list-style: inside square;
	margin: 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));
/* webkit */
	background: -moz-linear-gradient(top,#eee,#ddd);
/* ff */
/* ie */
/* ie */
}

#content dl {
	border: 4px double #aaa;
	padding: 5px;
	margin: 1%;
}

#content dt {
	border-left: 5px solid #c00;
	padding: 5px;
	margin: 3px;
	overflow: hidden;
	color: #000;
}

#content dd {
	color: #666;
	border-top: 1px dashed #aaa;
	padding: 10px 0 5px;
	margin: 5px 10px;
}

#content ol.ollist01 {
	background: #F5F5F5;
	margin-left: 0!important;
	padding: 15px 0 5px 36px;
}

#content ol.ollist02 {
	counter-reset: li;
/* Initiate a counter */
	padding: 0;
/* Remove the default left padding */
	list-style: none;
/* Disable the normal item numbering */
}

#content ol.ollist02 li {
	position: relative;
/* Create a positioning context */
	margin: 0 0 6px;
/* Give each list item a left margin to make room for the numbers */
	padding: 4px 0 4px 6px!important;
}

#content ol.ollist02 li:before {
	content: counter(li);
/* Use the counter as content */
	counter-increment: li;
/* Increment the counter by 1 */
/* Position and style the number */
	position: absolute;
	top: -2px;
	left: -2em;
	width: 2em;
	padding: 4px 0;
	color: #fff;
	background: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}

.box01 {
	border: 1px solid #666;
	background: #fff;
	padding: 5px;
	margin: 10px 0 20px;
	overflow: hidden;
}

.box02 {
	padding: 5px;
	background: #ffffff;
	margin: 10px;
	border: 5px solid white;
	overflow: hidden;
	width: auto;
	box-shadow: 0 0 12px rgba(0,0,0,0.97);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.97);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.97);
}

.strong01 {
	color: #F69;
	font-weight: bold;
}

.strong02 {
	color: red;
	font-weight: bold;
}

.strong03 {
	background: #FF9;
	color: #222;
	font-weight: bold;
}

.strong04 {
	color: orange;
	font-weight: bold;
	font-size: 120%;
}

.strong05 {
	color: green;
	font-weight: bold;
	font-size: 120%;
}

.strong06 {
	text-shadow: 3px 3px 3px #ff8080;
}

.shadow01 {
	color: #ffffff;
	text-shadow: 2px 2px 5px red, -2px 2px 5px red, 2px -2px 5px red, -2px -2px 5px red;
}

.shadow02 {
	color: #ffffff;
	text-shadow: 2px 2px 3px red, -2px 2px 3px red, 2px -2px 3px red, -2px -2px 3px red;
}

.center {
	text-align: center;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.bothclear {
	clear: both;
}

/*  indivisual style   */
#content h4.h4_list01 {
	background: #eeeeee;
	border: 1px solid #c00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 26px;
	padding: 5px 0 5px 10px;
	color: #333333;
}

#content .box02 h3 {
	background: #eeeeee;
	color: #c00;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ccc;
}