@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.8.16

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.
*/

.sticky {}
.bypostauthor {}

/*スクロール*/

.scroll-box {
  overflow: auto;
  margin-bottom:10px;
  white-space: nowrap;
}
.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #F3F3F3;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCCCCC;
}
@media only screen and (min-width: 414px) {
  .scroll-box {
    white-space: normal;
  }
}

/* 共通の背景色を設定 */
#content {
    background-color: #ffffff;
    padding: 10px;
    border : 1px #eeeeee solid; 
    border-radius: 10px;
    margin-bottom:20px !important;
}

/*サイドバーの背景色を設定*/
#sideTower {
    background-color: #ffffff;
    padding-top: 10px;
    border : 1px #eeeeee solid; 
    border-radius: 10px;
    margin-bottom:20px !important;
}

/*サイドバーの位置設定*/
.sideWidget{
   margin-left:10px !important;
   margin-right:10px !important;
}
#fb-like-box{
   margin-left:10px ;
}

/*メインエリアを変更*/

@media (min-width: 970px) {
 #main #container #content { width:700px; }
 } 

/* ヘッダー画像の背景にも画像を表示 */
#topMainBnr {
    background:transparent;
    box-shadow: none;
    border-bottom: none;
}
