﻿@chartset "utf-8";

.inquiry {
	text-align: left;
}

.inquiry p.inquiry_copy {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}

table {
	width: 600px;
	margin: 20px 0 0 10px;
	padding: 0 0 0 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table th {
	padding: 16px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 200px;
}

table td {
	padding: 16px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 400px;
}

.must {
	float: right;
	font-size: 11px;
	padding: 1px;
	background-color: #C93300;
	color: #FFFFFF;
	font-weight: normal;
}

.send {
	text-align: center;
	margin: 10px 0 0 0;
}