@charset "utf-8";
div.press_item {
	clear: both;
	width: 875px;
	margin: 0 0 35px 60px;
}

div.press_item img {
	float: left;
}

div.press_item div.inner {
	float: left;
	width: 200px;
	margin: 5px 0 0 30px;
}

div.press_item h2 {
	font-weight: normal;
	color: #999;
	font-size: 18px;
}

div.press_item p {
	color: #484848;
	font-size: 12px;
	line-height:16px;
}

div.press_item a {
	font-size: 14px;
	color: #42AEF0;
}

.press_item_clear {
	clear: both;
	display: block;
}

ul.property {
	text-align: left;
	clear: both;
	display: block;
	margin: 0;
	list-style-type: none;
}

ul.property li {
	width: 375px;
	display: inline;
	float: left;
	margin-bottom: 40px;
}

ul.property li.right {
	width: 360px;
	display: inline;
	float: left;
	margin: 0 0 40px 75px;
}

.blue{
	color: #42AEF0;
}