@charset "UTF-8";

/* =================================================================
	Structure
   ================================================================= */

.main-cont {
    font-size: 88%;
    position: relative;
}
.ex {
    font-size: 88%;
    line-height: 1.6;
    margin-top: 50px;
}
.red {
    color: red;
}
.btn-area {
    text-align: center;
}
table th {
    background-color: #FFFFCC;
    padding: 25px 15px;
    vertical-align: top;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-weight: normal;
    width: 151px;
    text-align: left;
}
table td {
    padding: 25px 15px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: white;
}
table {
    margin-top: 30px;
    width: 100%;
    font-size: 88%;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
input {
    width: 100%;
    height: 30px;
}
body .mw_wp_form .error {
    border: 1px solid red;
    width: 80%;
    margin: 10px auto;
    background-color: #FF9999;
    text-align: center;
    color: white;
    font-size: 88%;
    padding: 3px 10px;
    display: block;
}
.mw_wp_form_input .inp-none {
    display: none;
}
.mw_wp_form_confirm span.must,
.mw_wp_form_confirm .privacy,
.mw_wp_form_confirm .conf-none {
    display: none;
}
.mw_wp_form_confirm .left-form {
    width: 70%;
    margin: 0 auto;
    clear: both;
    float: none;
}
.mw_wp_form_confirm .right-form {
    width: 70%;
    margin: 0 auto;
    clear: both;
    float: none;
}
.back {
    background: url(../img/contact/back.png) no-repeat;
    width: 256px;
    height: 50px;
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
}
.send {
    background: url(../img/contact/send.png) no-repeat;
    width: 256px;
    height: 50px;
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
}
