@charset "UTF-8";


/*一覧
---------------------------------------------------------- */

.pre_list {
	clear: both;
	margin: 0 10px 30px;
	cursor:pointer;
}

.pre_list .ph {
	float:left;
	width:200px;
	margin: 0 20px 10px 0;
}


.pre_list .txt {
	overflow: hidden;
	zoom:1;
}

.pre_list .txt p {
	margin-bottom: 15px;
}

.pre_list .txt p:last-child {
	margin-bottom: 0;
}

/*詳細
---------------------------------------------------------- */

.pre_detail {
	clear: both;
	margin: 0 10px 30px;
}

.pre_detail .ph {
	float:right;
	width:200px;
	margin: 0 0 10px 20px;
}


.pre_detail .txt {
	overflow: hidden;
	zoom:1;
}

.pre_detail .txt p {
	margin-bottom: 15px;
}
