@charset "utf-8";

/*////////////////////////////////////////////////////////////

	[inquiry.css]

	1. promotion
	2. contact

////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------

	1. promotion

------------------------------------------------------------*/
div#body h1 {
	background: url(../img/title/inquiry.jpg) no-repeat left top;	
}

/*------------------------------------------------------------

	2. contact

------------------------------------------------------------*/

/* airline
------------------------------------------------------------*/
div.section ul.airline {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	overflow: auto;
}
* html div.section ul.airline {
	height: 1%;
}

div.section ul.airline li {
	position: relative;
	float: left;
	width: 282px;
	margin: 0 0 6px 12px;
}
* html div.section ul.airline li {
	display: inline;
}

div.section ul.airline a {
	display: block;
	min-height: 19.5px;
	padding: 9.25px 0 9.25px 116px;
	background-position: 102px 14px;
	outline: none;
}

div.section ul.airline a img {
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 90px;
	height: 30px;
	border: 1px solid #CCC;
}

div.section ul.airline a:hover {
	background-color: #FFEBCD;
}

/* contact
------------------------------------------------------------*/
div#contact_left {
	float: left;
	width: 282px;
	margin: 0 0 24px;
}

div#contact_right {
	float: right;
	width: 282px;
	margin: 0 0 24px;
}

* html div#contact_left,
* html div#contact_right {
	margin: 0;
}

div#contact_left h3,
div#contact_right h3 {
	margin-bottom: 0;
	background-image: url(../img/content/bg_heading_lv3_half.jpg);
}

table.contact {
	width: 100%;
}

table.contact th,
table.contact td {
	padding: 6px;
	border: 1px solid #CCC;
	line-height: 1.5;
}

table.contact th {
	background: #F3F3F3;
	text-align: left;
	font-weight: normal;
}

table.contact td {
	padding: 6px 6px 6px 24px;
	background: url(../img/content/bullet_phone.png) no-repeat 6px 7.75px;
	width: 1%;
}

table.contact td.free_dial {
	background-image: url(../img/content/bullet_free-dial.png);
}
