.jsk2item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee; 	
	overflow: hidden; 
}

.jsk2item.jsk2item_last {
	border-bottom: 0;	
}

.jsk2item_img {
	max-width: 30%;	
	margin: 0 10px 0 0;
	float: left;
}

.jsk2item_img img {
	width: 100%
	max-width: 100%;
	margin: 0;	
}

.jsk2item_data {
	overflow: hidden;
}

.jsk2item_data p {
	margin: 5px 0 0;	
}