@charset "EUC-JP";

/*
==================================================================
CONTACT
==================================================================
*/

/* ページ左側 */

.contact_left {
	float: left;
	width: 500px;
	margin: 10px 0px 0px 0px;
}

/* 必須項目 */

.contact_need_text {
	color: #CC3300;
}

/* お問い合わせフォーム */

.contact_table {
	width: 500px;
	margin: 10px 0px 0px 0px;
}

.contact_table td {
	border-bottom: 1px solid #FFFFFF;
}

.contact_td1 {
	width: 20px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
	vertical-align: top;
	background-color: #7DD5FF;
	padding: 5px 0px 5px 0px;
}

.contact_td2 {
	width: 90px;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	background-color: #CEEFFF;
	padding: 5px 5px 5px 5px;
}

.contact_td3 {
	width: 350px;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	vertical-align: top;
	background-color: #ECF9FF;
	padding: 5px 15px 5px 15px;
}

/* 送信ボタン類 */

.submit_box {
	text-align: center;
	margin: 15px 0px 0px 0px;
}

.submit_button {
	width: 100px;
	height: 30px;
}

.thanks_txt {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	margin: 36px 0px 0px 0px;
}

/* ページ右側 */

.contact_right {
	float: right;
	width: 200px;
	margin: 10px 0px 0px 0px;
}

/* お問い合わせに際して */

.contact_right_header {
	color: #CC3300;
}

.contact_right_text {
	margin: 10px 0px 0px 0px;
}