@import "css.css";
@import "l&r.css";

.busi-title {
    border-collapse: collapse;
    border-spacing: 0;
    width: calc(100% - 1em);
    border-color: #efefef;
}

.busi-title td .busi-t {
    line-height: 2;
    font-size: 150%;
}

.busi-title td {
    line-height: 2.5;
    padding-left: 1em;
}

form {
    margin-top: 1em;
}

.f-line {
    margin: 2em 2em 0 2em;
}

.f-line span {
    width: 6em;
    float: left;
    font-size: 87.5%;
    line-height: 2.5;
    text-align: right;
}

.f-line textarea,
.f-line input {
    border: 1px solid #efefef;
    resize: none;
    width: calc(100% - 7em);
    float: left;
    height: 7.5em;
    line-height: 2.5;
    font-size: 87.5%;
    box-sizing: border-box;
    padding: 0 .75em;
    font-family: Microsoft Yahei;
}

.f-line input {
    height: 2.5em;
}

small {
    margin-left: 6.57143em;
    color: #f00;
    display: block;
    text-align: left;
}

#sbmt {
    max-width: 160px;
    line-height: 3;
    font-size: 100%;
    height: 3em;
    border: none;
    color: #fff;
    border-radius: .25em;
    transition: all .3s linear;
    cursor: pointer;
    margin-bottom: 2em;
}

.info-img {
    display: block;
    width: calc(100% - 1em);
    margin-top: 1em;
}

@media only screen and (max-width: 750px) {
    .busi-title td {
        font-size: 87.5%;
        padding-left: 0;
        text-align: center;
    }

    .busi-title td .busi-t {
        padding-left: .75em;
        text-align: left;
    }
}

@media only screen and (max-width: 560px) {
    .busi-title {
        width: 100%;
    }

    .f-line {
        margin: 1em 1em 0 1em;
    }

    .f-line textarea,
    .f-line input {
        width: calc(100% - 6em);
    }

    .info-img {
        width: 100%;
    }
}