
div.inquiry_info_label {
  clear: left;
  width: 860px;
  padding: 0px 20px 5px 20px;
  text-align:left;
  color: #7ea52f;
  font-size: 120%;
  font-weight: bold;
}

div.inquiry_info_text {
  clear: left;
  padding-left: 50px;
  padding-bottom: 15px;
}

span.inquiry_info_link {
  clear: left;
  padding-left: 15px;
}

a.inquiry_info_link {
  font-weight: bold;
  text-decoration: none;
}

div.inquiry_sub_header {
	float: left;
	padding-top:15px;
}

h3.inquiry_sub_header {
	border-bottom:1px solid #CCCCCC;
	float:left;
	margin-bottom:15px;
	margin-top:1px;
	padding-bottom:11px;
	margin-top:15px;
	width: 900px;
}

div.inquiry_area {
  float: left;
  width: 860px;
  margin-top: 10px;
  padding: 20px 20px 20px 20px;
  text-align:left;
  border-color: #cccccc;  border-style: solid; border-width:1px;
}

div.inquiry_header_comment {
  clear: left;
  padding-left: 10px;
  width: 820px;
}

a.inquiry_header_comment {
  font-weight: bold;
  text-decoration: none;
}

span.inquiry_header_comment {
  font-size:16px;
  font-style:normal;
  font-weight:bold;
  margin-bottom:20px;
  color: #7ea52f;
}

div.inquiry_header_hints {
  clear: left;
  margin-top: 5px;
  text-align:right;
  width: 820px;
}

span.inquiry_seal {
  color:#ff6600;
  padding-left: 5px;
}

div.inquiry_item {
  clear: left;
  padding: 5px 50px 5px 50px;
}

hr.inquiry_item {
  clear: left;
  height: 1px;
  color: #cccccc;
  background-color: #cccccc;
  border: 0px;
}

div.inquiry_item_name {
  float: left;
  /**width: 280px;**/
  width: 260px;
  margin-bottom: 5px;
}

div.inquiry_item_img {
  float: left;
  width: 20px;
}

div.inquiry_item_param {
  float: left;
  width: 440px;
  margin-bottom: 5px;
}

div.inquiry_item_param_hints {
 font-size: 0.8em;
}

td.inquiry_item_name_left {
  width: 160px;
  text-align:right;
}

td.inquiry_item_name_right {
  width: 160px;
  text-align:right;
}

td.inquiry_item_addr_left {
  width: 50px;
  text-align:right;
  padding-right:5px;
}

td.inquiry_item_addr_right {
  width: 380px;
  text-align:left;
}

div.inquiry_button_area {
  float: left;
  width: 820px;
  padding-top: 10px;
  text-align: center;
}

div.inquiry_error {
  color: #ff4500;
  padding-left:2px;
}

span.pdf_icon{
	background-image: url(../common/images/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 115px;
	text-indent: 15x;
	margin-left: 10px;
	padding-left: 15px;
}

#buttons{
	clear: both;
	height: 150px;
	width: 900px;
	_width: 960px;
	padding: 0;
	list-style: none;
	margin: 0px 0;
	_margin: 50px -30px;
	}

#buttons li{
	display: inline;
}

#buttons a{
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	margin-left: 15px;
	background-position: 0 -150px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#trial{
	background-image: url('/inquiry/images/w_trial.png');
}

#catalogue{
	background-image: url('/inquiry/images/w_catalogue.png');
}

#estimate{
	background-image: url('/inquiry/images/w_estimate.png');
}

#others{
	width: 220px !important;
	height: 78px !important;
	background-image: url('/inquiry/images/w_others.png');
	background-position: 0 -78px !important;
}

#buttons a:hover{
	background-position: 0 0 !important;
}

#phone{
	float: none !important;
	clear: both;
	display: block;
	width: 733px !important;
	height: 68px !important;
	background-color: #fff !important;
	background-image: url('/inquiry/images/w_phone_number.png');
	background-position: 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px ;
	position: relative;
}






table.inquiry_schedule {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.inquiry_schedule caption {
  margin-top: 1em;
  text-align: left;
	color: #990000;
}

table.inquiry_schedule th,
table.inquiry_schedule td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.inquiry_schedule th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.inquiry_schedule td.month {
  text-align: left;
  font-weight: bolder;
  white-space: nowrap;
	padding-left: 10px;
	width: 30%;
  color: #666;
}

table.inquiry_schedule td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.inquiry_schedule td.time,
table.inquiry_schedule td.fee {
  text-align: right;
  white-space: nowrap;
}