@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.5.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.
*/

.sticky {}
.bypostauthor {}

/*//////////////////////////////////*/
/*画像配置////////////////////*/

#link-image h2{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	width:auto;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	background:none;}

#content-image h2{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	background:none;}
	
#link-image{
float:left;
	margin-left:1px;
	margin-right:1px;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
	border: #999999 solid 4px;
	margin-bottom:2px;
	}
	#link-image:hover {
	border: #003366 solid 4px;
	}

#content-image img{
float:left;
	margin-left:1px;
	margin-right:1px;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
	border: #F4F4F4 solid 4px;
	margin-bottom:2px;
	}
	
#content-image h2 img{
border: #666666 solid 4px;
}

.clear{ clear: both; visibility: hidden; height: 0;}
	#news{
	clear:both;
	margin:0 0 50px 0;
	}
/*//////////////////////////////////*/
/*画像配置////////////////////*/