@charset "utf-8";

#inquiry {
	width: 600px;
	margin-left: 80px;
}

#inquiry h2 {
	padding: 20px 0 10px 0;
}

#inquiry table {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}

#inquiry td {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: 1px solid #cccccc;
	padding: 10px;
}

#inquiry th {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: 6px solid #cccccc;
	border-right: none;
	background-color: #f3f3f3;
	font-weight: normal;
	padding: 10px;
	width: 200px;
}

#inquiry th.must {
	border-left-color: #d90000;
}

#inquiry th em {
	font-style: normal;
	color: #ff0000;
	padding-left: 5px;
}

.text1,.text2,.text3,.text4 {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	padding: 2px;
}

.text1 {
	width: 100px;
}

.text2 {
	width: 4em;
}

.text3 {
	width: 98%;
}

.text4 {
	width: 98%;
}

#inquiry select {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
}

#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}

