@charset "utf-8";

body { overflow-y: auto; }

#wrapper {
	width: 460px;
	margin: 30px auto;
}
h1#pageTitle {
	font-size: 182%;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}

dl#form { margin-bottom: 30px; }
dl#form dt {
	margin-bottom: 5px;
}
dl#form dd {
	margin-bottom: 15px;
}
dl#form input {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.wpcf7-submit {
	display: block;
	width: 90px;
	height: 30px;
	border: none;
	padding-top: 30px;
	overflow: hidden;
	font-size: 1%;
	cursor: pointer;
	background: url(../images/btn_send.gif) no-repeat left top;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	background-position: 0px -30px;
}
.wpcf7-response-output {
	font-size: 136%;
	padding: 20px;
	border: #E9451C 5px solid;
	background-color: #FFF;
}