@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: くにさん
Tags: 
Version: 1.12.0
*/

/****************************/
/**   cssのカスタマイズ    **/
/****************************/

/* サイドバーの幅を300に 20150814 km */
#main #container #sideTower{ 
    width:300px;
}

form#searchform input#s {
    width: 190px; 
}

#main #container #content{
    width:620px;
}

body{
color:#333 ;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a{ color:#0033cc ;
}  ;
div.danraku-1{
	padding-right:0px ;
    padding-left:30px ;
}

div.tagcloud a{
    color:#333333 ;
} ;

.imgleft div{
  	float:left ;
	margin-right:20px ;
  }

/*************************************/
/**      side menu 　   20150808　  **/
/*************************************/
.sideTower .sideWidget li { 
    font-size:14px; 
}

.sideTower .sideWidget li li { 
    font-size:12px; 
}


/****************************************
/**        table                      **/
/***************************************/
/**  2014 06 14                       **/
/***************************************/
#content table.tbl01{
	table-layout:fixed ;
	width:618px ;
}
#content table.tbl01 td,
#content table.tbl01 th
 {
	padding-left:8px ;
	padding-right:8px ;
}

/* firefox 線が消える対策   20150808*/

#content table {
    border-collapse: separate !important ;
    *border-collapse:collapse !important ; /* for IE6,7 */
    border-spacing:0 !important ;
    empty-cells:show !important ;
    border-top:1px solid #ccc !important ;
    border-right:none !important ;
    border-bottom:none !important ;
    border-left:1px solid #ccc !important ;
}

#content table th, td {
    border-top:none !important;
    border-right:1px solid #ccc !important ;
    border-bottom:1px solid #ccc !important ;
    border-left:none !important ;
}


/***************************************/
/**   本文中のh2,h3,h4　\class="kwd"  **/
/**         20140111 km               **/
/***************************************/
#content h2.kwd {
    margin-top:0px ;
    margin-right: 0px ;
    margin-bottom: 12px ;
    margin-left:0px ;
    padding:8px 15px 8px 15px ;
    border-bottom-width:1px ;
}

#content h3.kwd {
    margin-top:0px ;
    margin-right: 0px ;
    margin-bottom: 6px ;
    margin-left:0px ;
    padding:6px 10px 4px 15px ;
    border-left:0px ;
    background-color:#ffffff ;//#f4f4f4 ;
    font-size:16px ;
}

#content h4.kwd {
    color:#333333 ;
    margin-top:0px ;
    margin-right: 0px ;
    margin-bottom: 6px ;
    margin-left:0px ;
    padding:4px 10px 2px 15px ;
    border-left:0px ;
    background-color:#ffffff ;
    border-bottom:1px solid #cccccc ;
    border-top:1px solid #eeeeee ;
    font-size:14px ;
}

/************************************/
/* ヘッダー画像をいっぱいに表示する */
/* sogoCustomSample 参照            */
/*  20140914                        */
/************************************/

#header #site-title	{ text-align:center;float:none !important;  }
#header #site-title a img	{ max-height:150px !important; max-width:950px !important; }

/************************************/
/* ヘッダー周辺のカスタマイズ                    */
/*  20140914                                           */
/************************************/
/*
#pageTitBnr #pageTitInner #pageTit {
     margin-top:12px ;
}
#pageTitBnr {
     height:46px ;
}
*/