@charset "UTF-8";

/*
--------------------------------------------------
Inquiry Style
--------------------------------------------------
	1.H3
	2.Ul
	3.Table
	4.Send-bt
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/inquiry_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 40px;
	margin-bottom: 10px;
}
#body h3 strong {
	display: none;
}


/* 2.Ul
--------------------------------------------------*/
#body ul {
	width: 940px;
	margin: 0 0 10px 20px;
}
#body ul li {
	list-style-type: none;
	font-size: 1.2em;
	margin-bottom: 5px;
}


/* 3.Table
--------------------------------------------------*/
#body table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 0 0 20px 20px;
}
#body table tr th {
	border: solid 1px #cccccc;
	background-color: #ffffee;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
#body table tr td {
	border: solid 1px #cccccc;
	width: 720px;
	font-size: 1.2em;
	padding: 5px;
}
#body table tr td input {
	margin-right: 5px;
}
#body table tr td b {
	font-size: 0.8em;
	color: #ff6666;
	font-weight: normal;
}


/* 4.Send-bt
--------------------------------------------------*/
#body .send-bt {
	width: 940px;
	text-align: center;
	margin: 0 0 20px 20px;
}