@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.13.1


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) 2012-2024 Vektor,Inc.
BizVektor WordPress theme is licensed under the GPL.
*/

.sticky {}
.bypostauthor {}

button.button-style { background-color:#008FEF;
	font-size: 1.4em;
	border-style: none;
	font-weight: bold;
	width:100%;
	padding: 15px 30px;
	color: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#61B3FF), to(#008FEF));
	background: -moz-linear-gradient(#61B3FF, #008FEF);
	background: linear-gradient(#61B3FF, #008FEF);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#61B3FF, EndColorStr=#008FEF)";
}

button.button-style:hover { background-color:#005be9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#008FEF), to(#005be9));
	background: -moz-linear-gradient(#008FEF, #005be9);
	background: linear-gradient(#008FEF, #005be9);
	cursor:pointer; 
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#008FEF, EndColorStr=#005be9)";
}

img.border {
	border:1px solid #dddddd;
}
