<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: BizVektor子テーマKKC
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: KKC
Tags: 
Version: 0.1.0
*/

/* 親ページ下部の子ページリンクを外したい */
/* body.page-parent #content .childPageBox { display:none; } */
#content .childPageBox { display:none !important; }
body {
font-family : Verdana, sans-serif;
}
#content .moreLink { display:none !important; }

#sideTower li.sideBnr { display:none !important; }
#content .mainFootContact .mainFootBt a { width: 220px !important; min-height: 65px !important;}

#panList a {
color: #ffffff;
font-weight: bold;
}

#panList {
color: #ffffff !important;
}

#content table {
border: 1px solid #cccccc !important;
margin: 10px -1px 24px 0 !important;
text-align: left !important;
vertical-align:middle !important;
/* width: 670px !important; */
/* width: auto !important; */
width: 100% !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
font-size: 85.7% !important;
line-height: 141.7% !important;
}

#content th {
border: 1px solid #cccccc;
padding: 10px 15px;
vertical-align: middle !important;
font-weight:bold;
}

#content tr {
border: 1px solid #cccccc;
padding: 10px 15px;
vertical-align: middle !important;
}

#content td {
border: 1px solid #cccccc;
vertical-align: middle !important;
}

/* 下記は適用せずに、images/icon_arrow1_gray.gifとimages/icon_arrow2_gray.gifをPhotoshopで黒色に変更した。
#sideTower .sideWidget {
font-weight:bold;
}
#sideTower .firstChild li a:link {
color:#333;
}
#sideTower .sideWidget li a {
background: url(images/icon_arrow1_red.gif) 10px 50% no-repeat;
}
#sideTower .page-item li a {
font-weight:bold;
}
#sideTower .page_item_has_children li a {
background:url(images/icon_arrow1_green.gif) 0px 3px no-repeat !important;
}
 */
</pre></body></html>