@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: Version: 1.1.3

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) 2014 Vektor,Inc.
BizVektor WordPress theme is licensed under the GPL.
*/

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

#header {
	padding: 12px 0;
}
#header #headerInner {
	overflow: hidden;
}
#header #site-title {
	padding: 15px 0;
}
#header .function #lang_sel_list {
	text-align: center;
	letter-spacing: -.40em;
}
#header .function #lang_sel_list li {
	float: none;
	letter-spacing: normal;
	display: inline-block;
}
#header .function .lang_sel_list_horizontal {
	overflow: hidden;
	height: auto;
	margin: 0 0 12px 0;
}
#header .function .lang_sel_list_horizontal a {
	padding: 0 11px;
	line-height: 18px;
	font-size: 9px;
	font-family: "Verdana";
}
#header .function .lang_sel_list_horizontal a:hover {
	text-decoration: underline;
}
#header .function .lang_sel_list_horizontal .lang_sel_other {
	display: block;
	background: #efefef;
	color: #444;
}
#header .function .lang_sel_list_horizontal .lang_sel_sel {
	display: block;
	color: #fff;
}

#header .function .link {
	overflow: hidden;
	margin: 0 0 12px 0;
	text-align: center;
}
#header .function .link li {
	line-height: 14px;
	display: inline-block;
}
#header .function .link li:first-child {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
}
#header .function .link li a {
	font-size: 12px;
	text-decoration: none;
}
#header .function .link li a:hover {
	text-decoration: underline;
}
#header .function #searchform {
	width: 194px;
	margin: 0 auto;
	padding: 0;
	background: none;
}
#header .function #searchform input#s {
	width: 160px;
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #dbdbdb;
	background: #f3f3f3;
	height: 24px;
	box-sizing: border-box;
	border-radius: 0;
}
#header .function #searchform #searchsubmit {
	border: none;
	text-indent: -9999px;
	width: 34px;
	height: 24px;
	margin: 0;
	background: #666 url(images/icon_search.png) no-repeat 50% 50%;
	cursor: pointer;
	border-radius: 0;
}
#gMenu .menu li a {
	padding: 20px 40px 18px;
}
#content h1 {
	line-height: 1.4;
}
#content .entry-content h2 {
    border: medium none;
    box-shadow: none;
    font-size: 171.4%;
    margin-top: 10px;
    padding: 0;
}

#sideTower table {
	border-top: 1px solid #ccc;
	margin: 10px -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:85.7%;
	line-height:141.7%;
}
#sideTower table thead tr th { font-weight:bold; }
#sideTower table tr th,
#sideTower table thead tr th {
	padding: 5px 2px;
	background-color:#f5f5f5;
}
#sideTower table tfoot tr th,
#sideTower table tfoot tr td {
	font-weight:bold;
}
#sideTower table tr th {
	border: 1px solid #ccc; 
	padding: 5px 2px;
	vertical-align:top;
	text-align: center;
}
#sideTower table tr td {
	border: 1px solid #ccc;
	padding: 2px;
	vertical-align:top;
	text-align: center;
}
#siteBottom #powerd {
	display: none;
}

@media (min-width: 660px) {
	#header #site-title {
		float: left;
	}
	#header .function {
		position: relative;
	}
	#header .function #lang_sel_list li {
		float: left;
	}
	#header .function .lang_sel_list_horizontal {
		position: absolute;
		top: 0;
		right: 0;
	}
	#header .function .link {
		position: absolute;
		top: 30px;
		right: 0;
	}
	#header .function .link li {
		float: left;
	}
	#header .function #searchform {
		position: absolute;
		top: 57px;
		right: 0;
	}
}