@charset "utf-8";

/* ///////////////////////////////////////////////
【お問合せ】
contact.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/contact/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#content_contact #caption_head {
	margin-bottom: 15px;
}

#content_contact h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

#content_contact .req {
 color: #ff0000;
}

#content_contact #customer_info,
#content_contact #hope_cont {
	margin-bottom: 30px;
}

#content_contact h3 {
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
}

#content_contact table {
width: 650px;
border-collapse: separate;
border-spacing: 0;
border-top: #976a53 solid 1px;
border-left: #976a53 solid 1px;
}

#content_contact th {
	width: 9.0em;
	padding: 10px;
	border-bottom: #976a53 solid 1px;
	font-weight: bold;
	vertical-align: top;
}

#content_contact td {
	padding: 10px;
	border-right: #976a53 solid 1px;
	border-bottom: #976a53 solid 1px;
	vertical-align: top;
}

#content_contact .float_l {
	float: left;
	margin-right: 50px;
}
#content_contact .float_c {
	float: left;
	margin-right: 50px;
}
#content_contact .float_r {
	float: left;
}

#content_contact .mb20 {
	margin-bottom: 20px;
}

#content_contact #customer_info2 {
	margin-bottom: 20px;
}

#content_contact .taC {
	text-align: center;
}

#content_contact form input. {
	width: 50%;
}


