@charset "utf-8";
/*
Theme Name: InterTech Research Corporation
Theme URI: http://www.itrco.jp/
Template: bizvektor-global-edition
Description:
Author: Web-ya
Version: 0.1.0
*/

/* PCでのflowBoxの横幅 */
@media (min-width: 640px) {
    .flowBox {
        width: 50%;
        margin: 0 auto;
    }
}

/* TOP PAGE */
#content #topFreeArea p {
    padding: 0 10px;
    line-height: 1.8;
}

/* 投稿ページのimg */
p img {
    padding: 0;
    max-width: 100%;
}
.full_img {
    width: 100%;
}
.entry-content.post-content img {
    vertical-align: baseline;
}

/* footerSiteMap */
#footerSiteMap {
    /* margin-left: 10px; */
    padding-left: 10px;
}

/* お問い合わせフォーム、会社概要のテーブル背景色 */
#content .contact_form th,#content .corporatep_profile th {
    background: #F5F5DC;
}
#content .contact_form td,#content .corporatep_profile td {
    background: #FFFFF0;
}

.mw_wp_form .vertical-item {
    padding: 5px 10px;
}
@media (min-width: 640px) {
.mw_wp_form .vertical-item {
    display: inherit;
}
}

/* Quick floats */
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

/* Center content blocks */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Clearfix */
.clearfix() {
    &:before,
    &:after {
        content: " ";
        display: table;
    }
    &:after {
        clear: both;
    }
}