@charset "utf-8"; 

/* フォーム */
form#inquiryform-1 {
	margin-top:24px;
	width:100%;
	overflow:hidden;
	padding:10px;
}
form#inquiryform-1 input[type="submit"],
form#inquiryform-1 input[type="button"] {
	width:145px;
	float: left;
}
/* テーブル */
.iqfm-table {
	overflow:hidden;
	margin:0px;
	border-collapse:collapse;
	background:#fff;
}
.iqfm-table th, .iqfm-table td {
	text-align: left;
	line-height:1.4;
	vertical-align: top;
}
.iqfm-table th {
	height:20px;
	padding-right:16px;
	font-size:16px;
	font-weight:bold;
	color:#d4355f;
}
.iqfm-table td {
	padding-bottom:20px;
}
.iqfm-table td p {
	margin:0px !important;
}
.iqfm-table th small {
	color:#900;
	font-weight:normal;
}
.iqfm-table th span.attention_msg {
	font-size:12px;
}
.iqfm-table th span.attention_msg em {
	display:block;
	margin-top:3px;
	line-height:1.3;
	color:#900;
}
table#iqfm-confirm-1,
table#iqfm-confirm-2 {
	background:#fff;
}
/* テキストボックス */
.iqfm-table input[type="text"] {
	width:240px;
	border:solid 1px #ccc;
	padding:3px;
}
/* 電話番号 */
td#iqfm-input-3 input[type="text"] {
	width:60px;
}
/* テキストエリア */
.iqfm-table textarea {
	width:240px;
	border:solid 1px #ccc;
	padding:3px;
}
p#attention1 {
	margin-top:36px;
	color:#a00;
}
p.attention2 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#a00;
}
/* end */


