/*
 Theme Name: BizVektor Global Child
 Theme URI:  https://www.bon10.jp/
 Description: BizVektor Global Edition の子テーマ
 Template:    bizvektor-global-edition
 Version:     1.0.0
 Text Domain: bizvektor-global-child
*/

/* 子テーマ用の追加CSSはこの下へ */
#wrap #headerTop {
    background-color: #0066cc !important;
    border-top: none !important;
}
#wrap #headerTop #site-description {
    color: #ffffff !important;
}
#wrap #topMainBnr {
    background-color: #0066cc !important;
    box-shadow: none !important;
    border-bottom: none !important;
}
#wrap a {
    color: #0066cc !important;
}
#site-title a {
    color: #000000 !important;
}
#copy a {
    color: #666666 !important;    
}
#powerd a {
    color: #4d4d4d !important;
}
#wrap #content {
    padding-bottom: 100px !important;
}
#wrap #content h3 {
    border-left-color: #0066cc !important;
}
#wrap #footMenu {
    background-color: #0066cc !important;
    border-top: none !important;
}
#pageTitBnr {
    background: #0066cc !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
#content h2,
#content h1.contentTitle,
#content h1.entryPostTitle {
    border-top-color: #0066cc !important;
}
.innerBox {
    width: 92.1875% !important;
    max-width: 1180px !important;
}
#content table th, #content table td {
    vertical-align: middle !important;
}
@media (min-width: 970px) {
    #topMainBnrFrame {
        width: 1180px !important;
    }
    #wrap #topMainBnr img {
        width: 1180px !important;
    }
    #main #container #content {
        float: none !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 640px) {
    #wrap #content {
        padding-bottom: 60px !important;
    }
    .innerBox {
       width: 94% !important;
    }
    #content table th, #content table td {
        padding: 10px !important;
    }
}