@charset "utf-8";

.mainImage {
	padding:0 0 13px;
}

.mainCopy {
	padding:0 10px 18px 15px;
	/*color:#008da6;*/
	color:#808080;
	background:url(../../common/images/dotline_x.png) left bottom repeat-x;
	font-size:84%;
}

.listArea {
	background:url(../../common/images/dotline_xy2.png) center bottom repeat-x;
}

.pBlock {
	float:left;
	width:318px;
	padding:10px;
	background:url(../../common/images/dotline_x.png) left bottom repeat-x;
}

.pInner {
	position:relative;
}

.pBlock h3 {
	padding:0 8px 10px;
}

.pBlock thumb {
	float:left;
	width:148px;
}

.pBlock .description {
	float:right;
	width:160px;
	margin-bottom:21px;
	line-height:1.4;
}

.tall .description {
	margin-bottom:27px;
}

.tall2 .description {
	height:11.5em;
	margin-bottom:27px;
}

.pBlock .btn {
	position:absolute;
	right:2px;
	bottom:0;
	width:89px;
	height:21px;
}

.pBlock .btn a {
	float:right;
	/*display:block;*/
	width:89px;
	height:21px;
	background-image:url(../images/btn_list2.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-999em;
}

.hover .btn a {
	background-position:0 -21px;
}



/* @group clearfix ----------------------------------------- */

.listArea:after,
.pInner:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html .listArea,
* html .pInner {/* IE6 */
	zoom:1;
}

*:first-child+html .listArea,
*:first-child+html .pInner {/* IE7 */
	zoom:1;
}

/* @end */
