@charset "utf-8";

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

	form.css
	Last-Modified：12.27.2010

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

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

	コンテンツタイトル

-------------------------------------------------------- */
h2.formTitleInq {
	background: url(img/form/title_inq.gif) no-repeat left center;
	text-indent: -1000em;
	padding: 15px 0;
}
h2.formTitleCareer {
	background: url(img/form/title_careers.gif) no-repeat left center;
	text-indent: -1000em;
	padding: 15px 0;
}
/* --------------------------------------------------------

	フォーム全体スタイル

-------------------------------------------------------- */
#form-cont p {
	margin: 5px 0;
}
#form {
	margin: 15px 0;
}
#form .leftInq {
	float: left;
	width: 300px;
	height: 44px;
	background: url(img/form/inq.gif) no-repeat 0 0;
	text-indent: -1000em;
}
#form .leftCareers {
	float: left;
	width: 300px;
	height: 44px;
	background: url(img/form/careers.gif) no-repeat 0 0;
	text-indent: -1000em;
}

#form .formArea {
	float: right;
	width: 620px;
}
#form .formArea fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#form .error {
	color: #F00;
}
/* --------------------------------------------------------

	フォーム表スタイル

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

#form .formArea ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#form .formArea ol li {
	background-color: #F4F5E9;
	border-bottom: 1px solid #FFF;
}

#form .formArea ol li label.element {
	float: left;
	width: 180px;
	padding: 10px 20px;
}
#form .formArea ol li div.element {
	float: left;
	width: 360px;
	padding: 10px 20px;
}

#form .formArea ol li div.element input#names,
#form .formArea ol li div.element input#names_kana,
#form .formArea ol li div.element input#address1,
#form .formArea ol li div.element input#address2,
#form .formArea ol li div.element input#email,
#form .formArea ol li div.element textarea {
	width: 340px;
}
#form .formArea ol li div.element textarea {
	height: 220px;
}
#form .formArea ol li div.element input#phone {
	width: 200px;
}

/* clearfix */
#form .formArea ol li:after {
    content:  ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#form .formArea ol li { display: inline-table; zoom: 1; }
/* other IE Mac5 \*/
* html #form .formArea ol li { height: 1%; }
#form .formArea ol li { display: block; }
/* end other IE Mac5 */



