@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :お問い合わせページ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	index.html お問い合わせ
----------------------------------------------------------- */

/* コンテンツヘッダ追加設定(基本はcommon.css内)
----------------------------------------------------------- */
#contact div.contact_con {
	width: 695px;
	margin: 20px 0;
}

#contact div.contact_con h2 {
	margin: 0 0 10px 0;
}

#contact div.contact_con p {
	margin: 0 0 10px 0;
}

/* ↓よくある質問ができたら復活？↓ */
#contact div.contact_con p.conatct_faq {
	display: none;
}
/* ↑よくある質問ができたら復活？↑ */


/* 電話・FAX */
#contact div.contact_con div.contact {
	width: 605px;
	padding: 30px 45px 0 45px;
	background: url(../contact/images/bg_contact_top.gif) no-repeat 0 0;
	overflow: hidden;
}

#contact div.contact_con div.contact div.tel {
	width: 295px;
	float: left;
}

#contact div.contact_con div.contact div.fax {
	width: 289px;
	padding: 0 0 0 10px;
	border-left: 3px #d3d2ca double;
	float: right;
}

#contact div.contact_con div.contact p {
	margin: 0 0 10px 0;
}

#contact div.contact_con div.contact ul {
	padding: 0 10px;
}

#contact div.contact_con div.contact ul li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

#contact div.contact_con div.contact_bottom {
	width: 695px;
	height: 30px;
	background: url(../contact/images/bg_contact_bottom.gif) no-repeat 0 0;
	clear: both;
}



/* タブナビゲーション(基本はcommon.css内)
----------------------------------------------------------- */
#contact div.office_con {
	width: 695px;
	margin: 0 0 30px 0;
}

#contact div.office_con h3 {
	margin: 0 0 20px 0;
}

#contact div.office_con dl {
	width: 638px;
	margin: 0 0 10px 0;
	padding: 0 20px;
	border: 1px #bcb2aa solid;
}

#contact div.office_con dl dt {
	padding: 10px 0;
	border-bottom: 1px #bcb2aa solid;
	font-weight: bold;
}

#contact div.office_con dl dd {
	padding: 10px 0;
}

#contact div.office_con dl dt span {
	font-weight: bold;
}








/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
