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

ファイル名：inquiry.css
適応ページ：お問合せフォーム

----------------------------

このCSSの内容

1. hx タグの設定(h1,h2等)
2. header の設定
3. コンテンツ部分の設定


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


/* 1. hx タグの設定(h1,h2等)
--------------------------------------------- */

h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 2. header の設定 */
/* ページ上部ナビの「お問合せ」を選択した状態 */
#mainNavi li#contactBtn a {
width: 96px;
height: 35px;
background: transparent url(../img/base/navi_contact.gif) no-repeat -150px 0;
}


/* タイトル写真 */
#inquiry #header #photoTit {
	clear: both;
	width: 770px;
	height: 140px;
	margin: 4px 0 0 0;
	padding: 0;
	background: transparent url(../img/inquiry/inquiry_tit_photo.jpg) no-repeat 0 0;
}


/* 3. コンテンツ部分の設定
--------------------------------------------- */

#inquiry #contents #contentsBox h3 {
	width: 570px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/inquiry/inquiry_tit.gif) no-repeat 0 0;
}

#inquiry #contents #mailform th {
	background: #e6e6e6;
	border-right: 3px solid #cccccc;
	color: #333;
	font-size: 80%;
	padding: 5px 12px;
}

#inquiry #contents #mailform td {
	background: #f5f5f5;
	color: #444;
	font-size: 90%;
	padding: 5px 12px;
}

#send_btn {
	margin: 1.5em;
	text-align: center;
}

.necessary {
	color: #c00;
}
