@charset "UTF-8";

/*　お問い合わせ　*/
#INQ .rct-clm { clear: both ;
}
#INQ .rct-clm .title-clm { background: url(/imgs/cmn/inq_bg.gif) repeat-x left top ;
    padding: 0px 9px 9px ;
    height: 41px ;
}
#INQ .rct-clm .title-clm h2 { float: left ;
    padding-top: 14px ;
}

#INQ div.mrgn {
	margin: 0 0 12px 12px;
}
#INQ table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#INQ table th,
#INQ table td {
	border: 1px solid #ccc;
	padding: 12px;
}
#INQ table th {
	width: 120px;
	background: #e9e9e9;
	text-align: left;
}
#INQ table td {
	width: 504px;
}
#INQ td input.cfm {
	width: 28em;
	margin-right: 2em;
}
#INQ input.regist {
	float: right;
	margin: 12px 2em 0 0;
}
#INQ textarea {
	width: 28em;
	height: 7em;
}

#INQ p.message {
	margin: 2em 0;
}
#INQ .caution{
	color: #f00;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0.5em;
}
/*　お問い合わせ　*/
