@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 {}

/*** レスポンシブテーブルのコード ***/
.shokai{
width:100%;
border: 2px solid #d6ceb4;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

.shokai th{
padding: 6px 8px 5px;
border-top: solid 1px #ffffff;
width: 30%;
overflow: hidden;
color: #13131e;
font-style: normal;
font-weight: bold;
font-size: 100%;
text-align: left;
word-break: break-all;
word-wrap: break-word;
vertical-align: top;
background-color: #eeece4;
}

.shokai td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

@media (max-width: 400px){
.shokai th{
width:100%;
display:block;
margin: 0 auto;
border:none;
border-radius: 3px;
}
.shokai td{
display: list-item;
width: 100%;
border-top: none !important;
}
}/* end */