@charset "Shift_JIS";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2011.06.28
Style Info:     お問い合わせページcss
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Content*/
/*Table*/
table#contact {
	border-collapse: collapse;
	width: 690px;
	border: 1px solid #999;
	margin: 20px 0;
}
table#contact th,
table#contact td {
	padding: 8px 10px;
	font-size: 12px;
	line-height: 150%;
	border: 1px solid #999;
	vertical-align: middle;
}
table#contact th {
	background: #FBE1E6;
	font-weight: normal;
	text-align: right;
}
table#contact th strong {
	font-size: 10px;
}
table#contact td.cell_add {
	border: 1px dotted #999;
}
table#contact tr.job th {
	background: #FdF3F5;
}
