@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 possible to increase the design by the plug-in.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Version: Version: 0.11.0.5

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 Global Edition WordPress theme, Copyright (C) 2013 Vektor,Inc.
BizVektor Global Edition WordPress theme is licensed under the GPL.
*/


/*-------------------------------------------*/
/*	#custam
/*-------------------------------------------*/
.midashi {  
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfbcbc', endColorstr = '#e0dee0');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfbcbc', endColorstr = '#e0dee0')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/

-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
font-size : 14pt;
font-weight : bolder;
color : #FFFFFF;
background-color : #000099;
text-align : center;
padding-top : 10px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
border-color : navy;
}
.midashi a {
color : #FFFFFF;
text-decoration : none;
}
.midashi2   {  
    -webkit-border-top-left-radius: 3px;  
    -webkit-border-top-right-radius: 3px;  
    -webkit-border-bottom-right-radius: 3px;  
    -webkit-border-bottom-left-radius: 3px;  
    -moz-border-radius-topleft: 3px;  
    -moz-border-radius-topright: 3px;  
    -moz-border-radius-bottomright: 3px;  
    -moz-border-radius-bottomleft: 3px;  
font-size : 14pt;
font-weight : bold;
color : #FFFFFF;
background-color : #FF0000;
text-align : center;
padding-top : 10px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
border-color : navy;
}
.midashi3   {  
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
font-size : 10pt;
font-weight : bold;
line-height : 1.2em;
color : navy;
background-color : #ffaaff;
text-align : center;
padding-top : 10px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
border-color : navy;
}
.setsumei  {
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 5px 5px 20px #000000;
-webkit-box-shadow: 5px 5px 20px #000000;
box-shadow: 5px 5px 20px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#000000')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f0fdff', endColorstr = '#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f0fdff', endColorstr = '#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #f0fdff, #ffffff);
background-image: -ms-linear-gradient(top, #f0fdff, #ffffff);
background-image: -o-linear-gradient(top, #f0fdff, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f0fdff), to(#ffffff));
background-image: -webkit-linear-gradient(top, #f0fdff, #ffffff);
background-image: linear-gradient(top, #f0fdff, #ffffff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
width : 85%;
font-weight : bold;
padding-top : 5px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
border-width : 2px;
border-color : navy;
}
th{
  color : navy;
  text-align : center;
}
.box {
width : 90%;
margin-left : 10px;
padding-left : 10px;
padding-right : 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 5px 5px 5px 5px #000000;
-webkit-box-shadow: 5px 5px 5px 5px #000000;
box-shadow: 5px 5px 5px 5px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#000000')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
}
.boxtitle {
  font-size : 18pt;
  font-weight : bold;
  color : white;
  background-color : teal;
  text-align : left;
  line-height : 1em;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
#powerd {
  visibility : hidden;
}
#footer {
color : navy;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#7d7676');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#7d7676')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #7d7676);
background-image: -ms-linear-gradient(top, #ffffff, #7d7676);
background-image: -o-linear-gradient(top, #ffffff, #7d7676);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#7d7676));
background-image: -webkit-linear-gradient(top, #ffffff, #7d7676);
background-image: linear-gradient(top, #ffffff, #7d7676);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#siteBottom {
color : white;
background-color : #262626;
}
#copy a {
color : white;
}
#headContact {
  font-weight : bold;
}
.box2 {
width : 90%;
min-height: 120px;
height: auto !important;
height: 120px;
font-size : 10pt;
margin-left : 10px;
padding-top : 10px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.topbox {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: inset 0px 0px 10px #0a5bff;
-webkit-box-shadow: inset 0px 0px 10px #0a5bff;
box-shadow: inset 0px 0px 10px #0a5bff;
/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
font-size : 14pt;
font-weight : bold;
line-height : 1.2em;
color : #000000;
background-color : #ffffff;
text-align : left;
padding-top : 10px;
padding-left : 15px;
padding-right : 15px;
padding-bottom : 10px;
border-color : navy;
}
.sidebox {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: inset 0px 0px 5px #0a5bff;
-webkit-box-shadow: inset 0px 0px 5px #0a5bff;
box-shadow: inset 0px 0px 5px #0a5bff;
/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
font-size : 10pt;
font-weight : bold;
line-height : 1.2em;
color : #000000;
background-color : #ffffff;
text-align : left;
padding-top : 10px;
padding-left : 15px;
padding-right : 15px;
padding-bottom : 10px;
border-color : navy;
}

/* =Print Style
-------------------------------------------------------------- */
@media print { 
#footer { background: none; }
}