@charset "Shift_JIS";
/* ==============================
	contact.css
	お申し込みフォームの設定

============================== */
#inqForm p{
	margin: 10px;
	font-size: medium;
	line-height: 160%;
}


#inqForm table{
	margin: 10px;
}


#inqForm th,
#inqForm td{
	padding: 8px 5px;
	border-top: 1px solid #990066;
	border-left: 1px solid #990066;
	font-size: small;
	text-align: left;
}



#inqForm th{
	white-space: nowrap;
	background-color: #F9F4F8;
}

#inqForm td{
	border-right: 1px solid #990066;
}



#inqForm em{ /* ※赤 */
font-style: normal;
color: #FF0000;
font-size: smaller;
font-weight: normal;
}


#inqForm .stxt{ /* 半角について */
	border-style: none;
	text-align: right;
	color: #CC0000;
	padding: 0;
}


#inqForm .kakunin{
	border-style: none;
	border-top: 1px solid #990066;
	text-align: center;
	background: #FFFDF3;
}


#inqForm textarea,
#inqForm .kakunin input{
	margin: 10px;
}


#inqForm select,
#inqForm textarea,
#inqForm input{
	font-size: small;
}