@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: 0.11.5.2

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.
*/

/* kiji-design
================================================== */
.kiji-midashi {
  border-left: 4px solid #3C8A96;
  color: #3C8A96;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 20px 0 10px;
  padding: 5px 0 5px 10px;
}

.kiji-midashi-2 {
  background-color: #FFFDED;
  border: 1px solid #EDEBD0;
  color: #967434;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 7px 10px;
}
.kiji-midashi-3 {
  border-bottom: 1px dotted #444444;
  margin: 15px 0 10px;
  padding: 5px 0;
}
.news-title {
  background-color: #e5e2d3;
  border: 1px solid #ccc;
  color: #444444;
  font-size: 16px;
  line-height: 1;
  margin: 15px 0 0;
  padding: 10px;
}

.news-box {
  border: 1px solid #CCCCCC;
  height: 150px;
  overflow: auto;
  padding: 7px;
}

.news-box ul {
  margin: 0;
  padding: 0;
}

.news-box ul li {
  background-image: url("./images/icon-arrow-black.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #CCCCCC;
  color: #333333;
  font-size: 1em;
  list-style: none outside none;
  margin: 0 0 5px !important;
  padding: 0 0 5px 17px !important;
}

.news-box ul li a{
margin-left: 15px;
}

#gaiyo-table {
  border-collapse: separate;
  width: 100%;
}

#gaiyo-table tbody{}

#gaiyo-table td{
border-bottom:1px dotted #696969;
 padding: 5px;
}

#gaiyo-table th {
  border-bottom: 1px dotted #696969;
  font-weight: normal;
  width: 15%;
   padding: 5px;
}

.section-divider{
display: none;
}

#main .panel{
border: none;
box-shadow: none;
}

/* Contact Form 7
================================================== */
.wpcf7-form span.wpcf7-form-control-wrap { display: block; margin-top: 10px; position: relative; }
.wpcf7-form p { margin: 0 0 20px }
.wpcf7-form p:last-of-type { margin: 0 }
div.wpcf7-validation-errors { margin: 25px 0 0 }
span.wpcf7-not-valid-tip {
  color: red;
  font-weight: bold;
}
.wpcf7-response-output { background: #f4f4f4; color: #888; display: none; line-height: 1.45em; margin-top: 30px; padding: 12px; text-align: center; }
input.wpcf7-not-valid[type="text"],
input.wpcf7-not-valid[type="password"],
input.wpcf7-not-valid[type="email"],
input.wpcf7-not-valid[type="url"],
input.wpcf7-not-valid[type="tel"],
textarea.wpcf7-not-valid { border-color: #FF4847 }

table#contact-form {
  width: 100%;
}

table#contact-form td{
  vertical-align: middle;
  padding: 5px;
border-bottom: 1px dotted #ccc;
}


table#contact-form th {
  font-weight: bold;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  width: 26%;
border-bottom: 1px dotted #ccc;
}
table#contact-form .w200{
width:200px;
}
table#contact-form .w350{
width:350px;
}

.wpcf7-form td input,
.wpcf7-form td textarea,
.wpcf7-form td select{
background-color: #f7f7f7;
border: 1px solid #cccccc;
padding: 4px;
width: 80%;
}

input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"] { }input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,textarea:focus,select:focus { 
  background-color: #fff5d6 !important;
  border: 1px dotted #999999 !important;
 }

