﻿/*
Theme Name: biz-vektor-child
Description: BizVektorの子テーマです
Author: Pippu
Template: biz-vektor


@import url('../biz-vektor/style.css');

#powerd{display:none !important;}

/*フッターエリア 色付け*/
#footerInner{
color: #ffffff;
background-color:#c2cdd8;
}

#siteBottomInner{
color: #ffffff;
background-color:#9aadbf;
}

/*吹き出しの形をした見出し*/
.fukidashi{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #fe83ab;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fukidashi:before{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #fe83ab;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
/*罫線囲み*/
.block {
    border: #809fbf solid 1px;
    border-left: #809fbf solid 10px;
    padding: 20px;
    background: #fff;
}
/*テーブルスタイル*/
@media screen and (max-width:600px) { /*600px以下(スマホ用)*/
table, tbody, tr, th, td {
display: block;
max-width: 98%; /*スマホ画面ほぼ一杯に広がる感じ*/
}
}
/*メディアのキャプション*/
.entry-caption {
    background: #eaeef2;
    font-weight: bold;
    font-size: 12pt;、font-size: 1.5em;
    padding: 5px;
}
/*Copyrightのリンク色*/
#copy a:link { color:#fff; }
#copy a:visited { color:#fff; }
#copy a:hover { color:#fff; }
#copy a:active { color:#fff; }

/*右カラムを30px拡大*/
@media (min-width: 970px) { 
#main #container #content { float:left; width:640px; } 
#main #container #sideTower { float:right; width:280px; } }
