@charset "utf-8";
/* CSS Document */

/*

1.　お問い合わせ　テーブル

2.　お問い合わせ　フォーム

3.　導入事例アンケート　テーブル 

*/


/* ---- お問い合わせ　テーブル -------------------- */

table.contact_box {
	width: 690px;
	margin: 10px 0 10px 20px;
	padding: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	}

table.contact_box span {
	font-size: 90%;
	color: #c30000;
}

table.contact_box th,
table.contact_box td {
	padding: 6px 0 6px 10px;
	margin: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	line-height: 1.5em;
	text-align: left;
}

table.contact_box th {
	width: 210px;
	font-weight: normal;
	background-color: #e6f3fe;
	}

table.contact_box td {
	width: 355px;
	}




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


input.num {
	width: 160px;
	}
	
input.mail {
	width: 230px;
	}
	
input.add {
	width: 320px;
	}
	
input.name {
	width: 220px;
	}

input.contact_txt {
	width: 320px;
	height: 120px;
	font-size: 12px;
	}


div.btn {
	width: 730px;
	text-align: center;
	/*margin: 0 0 30px 180px;*/
	_margin: 0 0 30px 115px;/*IE6*/
	}

/*div.btn button {
	font-size: 16px;
}*/

*:first-child+html div.btn {
	margin: 0 0 30px 115px;/*IE7*/
}

div.btn p {
	font-size: 130%;
	}

.contact_to_user {
	font-weight: bold;
}
.contact_to_user span.contact_to_user_aka {
	color: #ff0000;
}

/* ---- 導入事例アンケート　テーブル -------------------- */

table.record_box {
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: left;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	width: 710px;
	}

table.record_box span {
	font-size: 90%;
	color: #c30000;
}

table.record_box span.ex {
	width: 300px;
	font-size: 90%;
	color: #666666;
	line-height: 1.4em;
}


table.record_box th,
table.record_box td {
	padding: 6px 0 6px 10px;
	margin: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	line-height: 1.5em;
	text-align: left;
}

table.record_box th {
	width: 210px;
	font-weight: normal;
	background-color: #e6f3fe;
	}

table.record_box td {
	width: 345px;
	padding-right: 5px;
	}

.contact_txt{
	width: 430px;
	}

/*キーパー給与乗り換え受付終了の大文字*/
p.cpend {
	font-size: 20px;
	line-height: 1.6em;
	}
