@charset "utf-8";

/* -------------------------------------------------------------------- 
/* news
-------------------------------------------------------------------- */

.news dl{
	margin-top:30px;
	border-bottom:1px dashed #330D00;
	padding-bottom:30px;
}

.news dt{
	color: #330D00;
	letter-spacing:0.25em;
	font-size:108%;
	font-family: 'Libre Baskerville', serif;
}

.news .photo img{
	margin-top:10px;
	float:left;
}

.news .tit{
	margin-top:15px;
	font-size:108%;
	font-weight:bold;
}

.news .txt{
	margin-top:5px;
	font-size:93%;
}
