@charset "utf-8";
/* application.css */

#contents form {
	height: 1000px;
}

#contents table {
	width: 590px;
	margin-top: 10px;
	font-size: 0.8em;
}

#contents tr {
	vertical-align: top;
}

#contents td.label {
	width: 200px;
	height: 20px;
}

#contents span {
	color: red;
}

#contents p {
	font-size: 0.8em;
}

#inquiry {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 1000px;
	background: #FFFFFF;
}

#inquiry textarea {
	font-size: 0.9em;
}

#confirm {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 1000px;
	background: #FFFFFF;
}
