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

	@ Style Name: /assets/css/agency/style.css

---------------------------------------------------------------------------- **/
/**
 *	Comapny
---------------------------------------------------------------------------- **/
.auctions h3 {
	margin:0 0 25px;
}
#mainContents.auctions h4 {
	margin:25px 0 10px;
	font-size:14px;
	font-weight:bold;
}
.auctions p {margin:10px 0;}
.auctions ul {
	margin:15px 0 15px 25px;
}
.auctions ul li {list-style-type:disc;}
.auctions table {
	margin:25px 0;
	width:610px;
	border:1px #ececec solid;
}
.auctions th {
	background:rgb(242, 245, 247);
	width:11em;
	padding:1em;
	color:rgb(3, 53, 102);
	border-bottom:1px #ececec solid;
}
.auctions td {
	padding:1em;
	border-bottom:1px #ececec solid;
}
.weight-b {font-weight:bold;}