@charset "UTF-8";
#contents .newsBox {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d0d0d0;
}
#contents .newsBox .pictures {
	float: left;
	width: 300px;
}
#contents .newsBox .texts {
	margin-left: 330px;
	font-size: 12px;
}
#contents .newsBox .date {
	font-size: 10px;
	font-weight: 600;
	color: #bc8a92;
}
#contents .newsBox .ttl {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
}
