@charset "utf-8";
/*
Theme Name: BizVektor
Theme URI: http://bizvektor.com
Description: BizVektor theme will allow you to build a high-quality web site. It is possible to change the color, to switch to a completely different design. In addition, it is also possible to increase the number of designs by plug-ins.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Version: 1.9.14

Tags: white, red, blue, black, green, orange, purple, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style,theme-options
Text Domain: biz-vektor
License: GNU General Public License
License URI: license.txt


BizVektor WordPress theme, Copyright (C) 2016 Vektor,Inc.
BizVektor WordPress theme is licensed under the GPL.
*/

.sticky {}
.bypostauthor {}

/*TOPページのRSSボタン非表示*/
div.rssBtn {
visibility: hidden;
}

/*TOPページのタイトルログ画像を大きく表示*/
#header #site-title a img { max-height:100px; }　
@media (min-width: 970px) {
#header .innerBox #site-title img { max-height:100px; }
}
#header #site-title a img { max-height:100px;mas-weight:1200px; }

/*3列の画像横並び(レスポンシブ対応)*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 50%;
	}
}

/*文字まわりの設定*/
p {font-size: 15pt;}

span.ex1 {
	color: #ff0000;
	font-size: 12pt;
	line-height: 200%
}

span.ex2 {
	color: #000000;
	font-size: 12pt;
	line-height: 200%
}

p.ex2 { font-weight:bold; color: #333399; }

span.ex3 {
	color: #212173;
	font-weight:900;
	line-height: 200%
}

p.left {text-align: left}

/*リンクの色*/
a:link { color: #005384; }
a:visited { color: #005384; }
a:hover { color: #004545; }
a:active { color: #005384; }

/*チェックリスト*/
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #FFC107;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
