@charset "utf-8";

/*メールフォーム*/
#formWrap {
	width: 90%;
	margin: 0 auto 3rem auto;
	color: #000000;
	line-height: 120%;
}

#formWrap select,
#formWrap input[type="text"],
#formWrap textarea {
	border-radius: 3px;
	box-shadow: 2px 3px 5px -2px #ddd inset;
	font-size: 1rem;
}

#formWrap select {
	border: 1px solid #cccccc;
	font-size: 12px;
}

#formWrap input[type="text"],
#formWrap textarea {
	width: 100%;
}

#formWrap input[type="submit"],
#formWrap input[type="reset"] {
	border-radius: 3px;
	font-size: 1rem;
}

#formWrap dl {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#formWrap dl:last-of-type {
	border: none;
}

#formWrap dt {
	width: 12em;
}

.link_top {
	text-align: center;
}

#formWrap a[href="../"] {
	border: 2px solid #ffc437;
	color: #ffc437;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}

#formWrap a[href="../"]:hover {
	background-color: #ffc437;
	color: #ffffff;
}

@media screen and (min-width: 480px) {
	#formWrap {
		width: 100%;
	}

	#formWrap input[type="text"] {
		width: 70%;
	}

	#formWrap textarea {
		width: 70%;
	}

	#formWrap select {
		font-size: 14px;
	}

	#formWrap dl {
		max-width: 100%;
	}

	#formWrap dl dt {
		float: left;
	}

	#formWrap dl dd {
		padding-left: 8em;
	}
}
