@charset "utf-8";

input[type="radio"],
input[type="checkbox"] { margin: -2px 10px 0 0;}
input[type="text"],input[type="email"],input[type="tel"] {
	border: 1px solid #787878;
	padding: 10px;
	height: 20px;
	width: 96%
}
select {
	padding: 5px 10px;
    height: 40px;
    width: 40%;
}
textarea {
	border: 1px solid #787878;
	width: 96%;
	padding: 10px;
}

.form_submit { text-align:center; }
.formEnd input { display:inline-block; padding:6px 12px; cursor:pointer; font-weight:bold; }
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }
.red {
    float: left;
    font-size: 13px;
    padding: 3px 5px 5px;
    color: #fff;
    background: #fbaf5d;
    margin-right: 10px;
    font-weight: normal;
}
.blue {
    float: left;
    font-size: 13px;
    padding: 3px 5px 5px;
    color: #fff;
    background: #add446;
    margin-right: 10px;
    font-weight: normal;
}
.mw_wp_form .error {
    margin-top: 5px;
    font-weight: bold;
}
#contact_01 .note {
    font-weight: bold;
    color: #ff0000;
    font-size: 125%;
    text-align: center;
    margin-bottom: 35px;
}
.mw_wp_form_confirm .dsp {
    display: none;
}