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

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 {}
	
#header #site-title a
{
/*color:crimson; */
color:blue;
text-shadow: 1px 2px 3px #808080; 
}

/*　グローバルナビゲーションの背景色を削除　*/
#gMenu .menu li
,#gMenu .menu li a
{
/* background:#dd3333;*/
background:blue;
color:white;
}

#gMenu .menu li a span
{
    color:white;
}

#gMenu .menu li a:hover,
#gMenu .menu li:hover li a:hover,
#gMenu .menu li a:hover span,
#gMenu .menu li.current_page_item a,
#gMenu .menu li.current_page_item a span,
#gMenu .menu li.current_page_item li a:hover,
#gMenu .menu li.current_page_ancestor a,
#gMenu .menu li.current_page_ancestor a span,
#gMenu .menu li.current-page-ancestor li a:hover,
#gMenu .menu li.current-menu-ancestor li a:hover,
#sideTower .sideWidget li a:hover,
#sideTower .sideWidget li.current_page_item a,
#sideTower .sideWidget li.current-cat a
{
    background-color:white;
/*    color:#dd3333; */
	color:blue;
}

/*　ページタイトル・ヘッダー画像の影を削除　*/
#pageTitBnr
/*,#topMainBnr*/
{box-shadow:none;}

#headerTop #site-description{
   font-size:14px;
}

#content .rssBtn { display:none; }

#content table, #content table th, #content table td {
   border-collapse:collapse;
   border:0.5px solid grey;
   padding:10px;
   font-size: 12pt;
}

#content table{
   width: 95% !important; /* 表の幅 */
   border-left: 3px solid firebrick;
   margin-left:5px;
}

#content table th {
   color: white;
   background: #dd3333;
}

#content .lessonTime ,#content .lessonTime th ,#content .lessonTime td{
  width: auto !important;
  text-align: center;
}

#content .trialTable,#content .trialTable td{
   margin-top:0px;
   margin-bottom:0px;
   margin-right:0px;
   padding:0px;
   border:none;
   width:auto !important;
   font-size: 11pt;
   text-align: center;
}

#content .trialTable caption{
   width:auto !important;
   white-space:nowrap;
}

#header #site-title {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

#header #site-title a img{
   margin-top:10px;
   height:auto;
   max-width:100%;
}

#header .innerBox {
    padding-top: 0px;
    /*margin-bottom:10px;*/
}

@media (max-width: 969px) {
    /* メニューの幅 */
    #gMenu .assistive-text {
        margin-top:5px;
    }
}