/* CONTACT CSS */
/* ------------------------------ */
/* 問い合わせ内共通定義 */
/* ------------------------------ */
/*問い合わせ内共通ベース・コンテナ*/
.base_containerContact {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 930px;
	background-color:transparent;
}
/*問い合わせ標題用コンテンツ左面*/
.content_pSubjectLeftContact {
	float: left;
	width: 465px;
	height: 45px;
	background-color:transparent;
}
/*問い合わせ標題用コンテンツ右面*/
.content_pSubjectRightContact {
	float: left;
	width: 465px;
	height: 45px;
	background-color:transparent;
}
/* ------------------------------ */
/* 部分フォント定義 */
/* ------------------------------ */
p.ft16pxContact {
	padding-top: 15px;
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	letter-spacing: 3px;
}
p.ft32pxContact {
	color: #696969;
	font-size: 32px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: 3px;
}
/* ------------------------------ */
/* 部分フォント色定義 */
/* ------------------------------ */
span.deeppinkContact {
	color: #ff1493;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: normal;
}
/* ------------------------------ */
/* テーブル・データセル定義 */
/* ------------------------------ */
td.ContactConfirm {
	width: 930px;
}
td p.ft16pBoldContactConfirm {
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: normal;
}
td p span.ft16SpanBoldContactConfirm {
	color: #DF3447;
	font-size: 16px;
	font-weight: bold;
}
