div#contact_leftbox {
    float: left;
    width: 40%;
    overflow: hidden;
    height: 200px;
}

div#contact_rightbox {
    float: right;
    width: 58%;
    overflow: hidden;
    height: 200px;
}

div#contact_leftbox p,
div#contact_rightbox p {
    margin:0;
    padding:0;
}

div#contact_leftbox p span.form_label,
div#contact_rightbox p span.form_label {
    font-size: 13px;
}

div.wpcf7 span.required:after {
    content: "必須";
    background-color: crimson;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 0 7px;
    box-shadow: 0 0 3px #aaa;
    font-size: 10px;
}

span.your-name input,
span.your-email input {
    width: 275px;
    height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    box-shadow: inset 0 0 3px #e8e8e8;
    line-height: 30px;
}

#contact_rightbox textarea {
    width: 98%;
    height: 161px;
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    box-shadow: inset 0 0 3px #e8e8e8;
    resize: none;
}

span.form-menu>select {
    width: 287px;
    height: 35px;
    padding: 0 5px;
    background-color: #FFF;
    border: 1px solid #C7C7C7;
    box-shadow: inset 0 0 3px #e8e8e8;
    color: #666;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    display: block;
    z-index: 1;
}

span.form-menu:after {
    position: absolute;
    top: -27px;
    right: -280px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 7px solid #666;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

input[type="submit"]#contact_submit {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #49c0f0;
    background-image: -webkit-linear-gradient(top,#49c0f0,#2cafe3);
    background-image: linear-gradient(to bottom,#49c0f0,#2cafe3);
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    border: 1px solid #1090c3;
    text-shadow: 0 1px 1px rgba(0,0,0,.72);
    cursor: pointer;
    margin: 20px 0 0 0;
}

div#contact_leftbox span.wpcf7-not-valid-tip,
div#contact_rightbox span.wpcf7-not-valid-tip {
    display: none;
}

div#contact_leftbox input.wpcf7-not-valid,
div#contact_leftbox select.wpcf7-not-valid,
div#contact_rightbox textarea.wpcf7-not-valid {
    background-color: #fee;
}

div.mainEntryMore div.wpcf7-mail-sent-ok {
    border: 1px dashed #398f14;
    background-color: #F2F9EF;
    font-size: 12px;
    text-align: center;
}

div.mainEntryMore div.wpcf7-validation-errors {
    border: 1px dashed #FBB3B3;
    background-color: #FFEEEE;
    font-size: 12px;
    text-align: center;
}

div.mainEntryMore div.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 0;
}
