@charset "utf-8";
/* CSS Document */

.nv05 a {
	cursor: default;
}

.sidebarTitle {
	background: url(../contact/images/con_sideTitle.gif) no-repeat;
	height: 36px;
	text-indent: -9999px;
}

.contactTable {
	border-collapse: collapse;
	margin: 40px 0;
	width: 710px;
}

.contactTable th,
.contactTable td {
	border: 1px solid #dcdcdc;
	font-side: 85%;
	padding: 10px;
}

.contactTable th {
	text-align: left;
	vertical-align: top;
}

.contactTable th span {
	color: #ff0000;
	font-weight: normal;
	text-align: left;
	padding: 0 6px;
}

.contactTable td label {
	padding-right: 20px;
}

.contactTable td input.short {
	width: 50px;
	border: 1px solid #b4b4b4;
}

.contactTable td input.middle {
	width: 120px;
	border: 1px solid #b4b4b4;
}

.contactTable td input.middle2 {
	width: 300px;
	border: 1px solid #b4b4b4;
}

.contactTable td input.long {
	width: 400px;
	border: 1px solid #b4b4b4;
}

.contactTable td textarea.messageArea {
	width: 506px;
	height: 160px;
	overflow: auto;
	border: 1px solid #b4b4b4;
}

.subBtn {
	text-align: center;
}

.subBtn input {
	background: url(../contact/images/con_btn01.gif) no-repeat;
	width: 146px;
	height: 45px;
	border: none;
	color: #4A6930;
}

.subBtn input:hover {
	background-position: 0 -45px;
}

/* system */

.errContents {
	color: #ff0000;
}

/* sidebar */

.sidebarTitle {
	background: url(../contact/images/con_sideTitle.gif) no-repeat;
	height: 36px;
	text-indent: -9999px;
}


/* 追加 */
.captcha_label {
    text-align: center;
    margin-bottom: 24px;
}
.captcha_label p {
    display: inline-block;
    margin: auto;
    text-align: left;
}
.captcha_label input {
    width: 200px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin: 7px 0;
}
.wpcf7-spinner {
    margin: 0 -38px 0 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 24px;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 24px;
}

