@charset "utf-8";

/*form table*/
#left table.inquiry {
	width: 580px;
	margin-left: 15px;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 30px;
}
#left table.inquiry th {
	width: 130px;
	vertical-align: top;
	background-color: #FFF3E6;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	font-weight: bold;
}
#left table.inquiry td {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
table.inquiry td p {
	margin-bottom: 0.5em;
}
table.inquiry input {
	border: 1px solid #7F9DB9;
}
table.inquiry textarea {
	border: 1px solid #7F9DB9;
}
table.inquiry select.add {
	margin-top: 0.5em;
	margin-bottom: 0.5pc;
}
input.btcon {
	background-image: url(../inquiry/images/bt_confirm_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 135px;
	color: #000000;
	font-weight: bold;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
}
input.btback {
	background-image: url(../inquiry/images/bt_back_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 135px;
	color: #000000;
	font-weight: bold;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
}
input.btsend {
	background-image: url(../inquiry/images/bt_send_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 135px;
	color: #000000;
	font-weight: bold;
	border: none;
	margin-left: 25px;
	cursor: pointer;
	font-size: 1.2em;
}
p.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 15px;
	line-height: 1.4em;
}
.red {
	color: #FF0000;
}

div.done {
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 50px;
}

div.done_link {
	text-align: center;
}
div.done_link a {
	display: block;
	height: 30px;
	width: 135px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	background-image: url(../inquiry/images/bt_topback_off.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #669999;
	border-right-color: #669999;
	border-bottom-color: #669999;
	border-left-color: #669999;
}
div.done_link a:hover {
	background-image: url(../inquiry/images/bt_topback_on.gif);
	background-repeat: no-repeat;
}#left p {
	margin-left: 10px;
	line-height: 1.6em;
}
#left ol {
	margin-left: 20px;
	margin-top: 5px;
	line-height: 1.6em;
}
#left li {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 5px;
}

