/* CSS Document */

.listBlock {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
	.listBlock .pic {
		padding-right:3px;
		width:147px;
		height:120px;
		background:url(../img/common/pic_back.png) no-repeat;
		text-align:center;
	}
		.listBlock .pic div {
			width:130px;
			height:100px;
			overflow:hidden;
			display:inline-block;
			/display:inline;
			/zoom:1;
		}
	.listBlock dl {
		margin:-115px 0 0 165px;
		min-height:115px;
		height:auto !important;
		height:115px;
	}
		.listBlock dl dt {
			margin-bottom:5px;
		}
		.listBlock h3 {
			font-weight:bold;
			font-size:18px;
			margin-bottom:5px;
			line-height:1.3;
			color:#BD4A18;
		}
			.listBlock h3 a {
				color:#BD4A18;
			}
			.listBlock .detail {
				text-align:right;
				margin-top:5px;
			}