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


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 {}

/* by kato */
/* rssボタンを消す */
#content .rssBtn { display:none; }
/* グローバルメニューの背景色 */
#gMenu {
    background: #4169e1 !important;    
}
/* グローバルメニュー項目の背景色など */
#gMenu .menu li a {
    background: #4169e1 !important;
    color: #00bfff !important;
    border: none !important;
    box-shadow: unset;
    text-shadow: none;
    padding: 10px 20px;
}
 
/* グローバルメニューのリンク文字の色 */
#gMenu .menu li a strong,
#gMenu .menu li a span {
    color: #ffffff !important;
}
/* グローバルメニューのマウスオーバー時の色 */
#gMenu .menu li a:hover {
    background: #FFD700 !important;
    color: #000 !important;
} 
/* 既存の枠線などを消す */
#gMenu,
#gMenu .menu,
#gMenu .menu li a {
    border: none !important;
    box-shadow: unset;
}
/* ヘッダー画像の背景にも画像を表示 */
#topMainBnr {
    background:transparent;
    box-shadow: none;
    border-bottom: none;
}
#pageTitBnr {
    background: #ffffff  !important;
}
#pageTitBnr #pageTitInner #pageTit {
    color: #000000;
	font-weight: bold;
}
/*　3PR 全体　*/
#topPr {
    background-color: #ffd700;
    padding: 20px;
}
/*　3PR「詳しくはこちら」　*/
#topPr .moreLink a {
    background-color: #ffa500;
	color: #000000 !important;
	border-left:none;
}
/*　3PR見出し　*/
#topPr .topPrInner h3 {
	background-color: #ffa500;
    border:outset 2px #ffa500;	
}
/*　3PR見出し文字　*/
#topPr h3 a {
	margin: 10px;
	border-bottom:solid 1px #ffffff;
}
/* 3PR見出し文字のマウスオーバー時の色 */
#topPr h3 a:hover {
    color: #888888 !important;
} 
/*　ブログ「未分類」　*/
#topBlog .infoCate a {
    background-color: #ffd700;
	color: #000000 !important;
}
/*　ブログ「この記事を読む」　*/
#topBlog .moreLink a {
    background-color: #ffa500;
	color: #000000 !important;
	border-left:none;
}