@charset "utf-8";
/***********************
	08.
************************/
div#contentsArea{
}

div#pageImgArea2 {
}

/* ================================================================================
	08 設定
================================================================================ */

.infoArea {
	background-color: #222;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.infoArea h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #947200;
}
.infoArea p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

/* ================================================================================
	08 フォーム設定
================================================================================ */
.wpcf7 {
	padding: 39px !important ;
	border: 1px solid #333;
}
.wpcf7 p {
	text-align:right ;
}
.wpcf7 table {
	width: 100%;
	font-size: 16px;
	line-height: 0.3;
	border-collapse:collapse;
}
.wpcf7 table tr th {
}
.wpcf7 table tr th,
.wpcf7 table tr td {
	padding: 0.5em;
}
.wpcf7 table tr td textarea {
	width: 100%;
}

span.wpcf7-not-valid-tip {
	color: #900;
	padding: 0.5em !important ;
	width: auto !important ;
}