@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ nippon-belting css ] [ uni_inquiry.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-05-12
	---------------------------------------------------------------------------------------------*/


/* ================================================

	inquiry

=================================================*/


/* inquiry -------------*/
#mainColumn .essential {
	font-weight: bold;
	color: #BB2214;
}
#mainColumn .er {
	font-weight: bold;
	color: #BB2214;
}
#mainColumn dl {
	border: 1px solid #CCCCCC;
}
#mainColumn dl dt,
#mainColumn dl dd {
	display: block;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding: 10px;
}
#mainColumn dl dt.first,
#mainColumn dl dd.first {
	border-top-style: none;
}
#mainColumn dl dt {
	width: 200px;
}
#mainColumn dl dd {
	width: 392px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 15px;
}
#mainColumn textarea.message {
	width: 385px;
	height: 10em;
}
#mainColumn textarea.add {
	width: 385px;
	height: 5em;
}
#mainColumn input.cpname {
	width: 385px;
	height: 1.5em;
}
#mainColumn input.name {
	width: 190px;
	height: 1.5em;
}
#mainColumn input.zip {
	width: 190px;
	height: 1.5em;
}
#mainColumn input.tel {
	width: 190px;
	height: 1.5em;
}
#mainColumn input.fax {
	width: 190px;
	height: 1.5em;
}
#mainColumn input.email {
	width: 385px;
	height: 1.5em;
}
#mainColumn input.emailck {
	width: 385px;
	height: 1.5em;
}
#mainColumn button {
	margin: 0px;
	padding: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainColumn .submitArea {
	clear: both;
	margin-top: 20px;
	text-align: center;
}
#mainColumn .sendbt {
	margin-right: 20px;
}



#mainColumn dl:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#mainColumn dl {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html #mainColumn dl {
height: 1%;
}
#mainColumn dl {
display: block;
}
/* End hide from IE-mac */
