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

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

.sticky {}
.bypostauthor {}

.button {
	display:inline-block;
	line-height:24px;
	padding:0 12px;
	background:#c02561;
	color:white;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

	.button span {
		font-size:14px;
	}
	.button:hover {
		background:#ebc74d;
	}

/* privacy-policy
---------------------------------------- */
p.ppolicy-i1 {
	margin-bottom:1.0em;
}
p.ppolicy-i2 {
	padding-left:0.6em;
	margin-bottom:0.5em;
	margin-top:0.5em;
}
p.ppolicy-i3 {
	padding-left:4.0em;
	margin-bottom:0.0em;
}
p.ppolicy-i4 {
	padding-left:6.0em;
	margin-bottom:0.0em;
}
p.ppolicy-i5 {
	padding-left:8.0em;
	margin-bottom:0.0em;
}
table.ppolicy-i3 {
	/*margin-left:4.8em;*/
	margin-left:2.0em;
	width:90%;
}
th.ppolicy {
	border:1px;
	border-style:solid;
	border-color:#595757;
	padding-top:0.2em;
	padding-left:0.5em;
	padding-bottom:0.2em;
	font-weight:600;
}
td.ppolicy {
	border:1px;
	border-style:solid;
	border-color:#595757;
	padding-top:0.2em;
	padding-left:0.5em;
	padding-bottom:0.2em;
}