@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   inquiry
---------------------------------------------------------------------------------------------------- */
#inquiry p	{
	padding-bottom: 15px;
}

#inquiry p strong	{
	font-weight: bold;
}

#inquiry table	{
	width: 533px;
	margin-bottom: 10px;
}

#inquiry table tr th	{
	width: 150px;
	padding: 10px 0 10px 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #e5dacc;
}

#inquiry table tr td	{
	width: 383px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ffffff;
	background-color: #f8f2eb;
}

#inquiry table tr td.inquiry_control	{
	width: 533px;
	background-color: #ffffff;
	text-align: center;
}

.require	{
	color: #990000;
	font-weight: bold;
}

.error	{
	color: #ff0000;
}


