@charset "utf-8";
/* CSS Document */
img.peta {
	display: block;
	margin: 0 auto;
}
.main {
	margin-bottom: 47px;
}
.main .main-navi {
	margin-bottom: 29px;
}
footer {
	width: 100%;
	background-image: url(../img/common/header/shadow.png);
	background-position: top;
	background-repeat: repeat-x;
}

/* -- */

.midashi {
	margin-bottom: 12px;
}
.midashi h3 {
	color:#727171;
	float: left;
	margin-right: 12px;
	line-height: 29px;
	font-size: 24px;
}
.midashi p {
	color: #e41982;
	float: left;
	line-height: 1.3em;
}
span.red {
	color:#e5121b;
}
form th {
	color:#727171;
	width: 238px;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}
form td {
	width: 581px;
}
input,textarea {
	border: 2px solid #e3e9f7;
	padding: 8px;
	width: 100%;
	margin-bottom: 24px;
	font-size: 14px;
}
textarea {
	height: 5em;
}
a.autoinput {
	background-color: #727071;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	padding: 4px 8px;
	margin-left: 12px;
	cursor: pointer;
}
button {
	border: none;
}
button.btn-reset {
	display: inline-block;
	background-image:url(../img/contact/btn-reset.png);
	width: 242px;
	height: 45px;
	margin-right: 23px;
}
button.btn-submit {
	display: inline-block;
	background-image:url(../img/contact/btn-submit.png);
	width: 241px;
	height: 45px;
}
.waku {
	border: 2px solid #e3e9f7;
	padding: 8px;
	width: 100%;
	margin-bottom: 7px;
}
input[type="checkbox"] {
	display: inline;
	width: auto;
}
.waku label {
	display: block;
	float: left;
	width: 50%;
	font-weight: normal;
	font-size: 14px;
}
.waku textarea {
	padding: 0;
	height: 8em;
	border: none;
	margin-bottom: 0;
}
.txt1 {
	font-size: 14px;
	font-weight: normal;
}