
/*
==================================================================
CONTACT
==================================================================
*/

/* 左側(フォーム画面) */

.contact_left {
	float: left;
	width: 540px;
	text-align: left;
	margin: 20px 0px 0px 0px;
}

/* お問い合わせ・資料請求フォーム */

.contact_top_table {
	width: 540px;
	height: 15px;
	margin: 0px 0px 10px 0px;
}

.contact_top_td1 {
	width: 228px;
}

.contact_top_td2 {
	width: 15px;
	text-align: right;
}

.contact_top_td3 {
	font-size: 10px;
	color: #6666CC;
	line-height: 15px;
	padding: 0px 0px 0px 3px;
}

/* お問い合わせフォーム */

/* 背景色：白 */

.contact_table_white {
	width: 540px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

/* 背景色：水色 */

.contact_table_blue {
	width: 540px;
	background-color: #DAE6F3;
	margin: 0px 0px 0px 0px;
}

.contact_table td {
	border: 1px solid #FFFFFF;
}

.contact_td1 {
	width: 24px;
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.contact_td2 {
	width: 114px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.contact_td3 {
	width: 402px;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 0px 5px 0px;
}

/* 送信ボタン類 */

.submit_box {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.thanks_txt {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

/*  右側(お問い合わせに際して) */

.contact_right {
	float: right;
	width: 170px;
	text-align: left;
	margin: 20px 0px 0px 0px;
}

.contact_right_text {
	width: 160px;
	font-size: 10px;
	line-height: 16px;
	margin: 10px 5px 0px 5px;
}

